代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/353619/10434694
in configure.in
dnl Init.
AC_INIT(FripTV,0.18)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(README)
dnl Detect the canonical host and target build environment
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
dnl Setup for automake
AM_INI
www.eeworm.com/read/278155/10561293
ini chkeprom.ini
model = 410K
station = EEPROM CHECKING
result_file = 410eprom.txt
test_version = 2.0
; execution params
; max. no. of trials
trials_count = 10
; break the test when error encountered
break
www.eeworm.com/read/448648/7528745
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. I
www.eeworm.com/read/199277/7870933
ac configure.ac
# Process this file with autoconf to produce a configure script.
AC_INIT(meep, 0.9, meep@ab-initio.mit.edu)
AC_CONFIG_SRCDIR(src/step.cpp)
# Shared-library version number; indicates api compatibility
www.eeworm.com/read/318604/13475240
m4 acinclude.m4
dnl grub_ASM_USCORE checks if C symbols get an underscore after
dnl compiling to assembler.
dnl Written by Pavel Roskin. Based on grub_ASM_EXT_C written by
dnl Erich Boleyn and modified by OKUJI Yoshi
www.eeworm.com/read/126074/6018524
tst dyobjcst.tst
(unwatch all)
(clear)
(set-dynamic-constraint-checking TRUE)
(dribble-on "dyobjcst.out")
(batch "dyobjcst.bat")
(dribble-off)
(set-dynamic-constraint-checking FALSE)
(clear)
(open "dyobjcst.rsl" dyobj
www.eeworm.com/read/126074/6018534
tst stobjcst.tst
(unwatch all)
(clear)
(set-static-constraint-checking TRUE)
(dribble-on "stobjcst.out")
(batch "stobjcst.bat")
(dribble-off)
(clear)
(open "stobjcst.rsl" stobjcst "w")
(load "compline.clp")
(printout
www.eeworm.com/read/124399/6049775
tst dyobjcst.tst
(unwatch all)
(clear)
(set-dynamic-constraint-checking TRUE)
(dribble-on "dyobjcst.out")
(batch "dyobjcst.bat")
(dribble-off)
(set-dynamic-constraint-checking FALSE)
(clear)
(open "dyobjcst.rsl" dyobj
www.eeworm.com/read/124399/6049785
tst stobjcst.tst
(unwatch all)
(clear)
(set-static-constraint-checking TRUE)
(dribble-on "stobjcst.out")
(batch "stobjcst.bat")
(dribble-off)
(clear)
(open "stobjcst.rsl" stobjcst "w")
(load "compline.clp")
(printout
www.eeworm.com/read/482666/6620860
h memerycheck.h
#ifndef __memerycheck_h__
#define __memerycheck_h__
#define uint unsigned int
extern uint memerychecking(void);
extern void disp_checking(uint right_number);
#endif /* __memerycheck_h_inclu