Searched refs:check (Results 176 - 200 of 725) sorted by relevance

1234567891011>>

/external/bison/tests/
H A DMakefile290 check-am: all-am
292 $(MAKE) $(AM_MAKEFLAGS) check-local
293 check: check-am
368 .PHONY: all all-am check check-am check-local clean clean-generic \
398 check-local: atconfig atlocal $(TESTSUITE)
406 .PHONY: maintainer-check-g++
407 maintainer-check
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_user.c226 unsigned check; local
248 check = atoi(Cmd_Argv(3));
250 // Con_DPrintf("Client check = %d\n", check);
252 if (sv_mapcheck.value && check != sv.worldmodel->checksum &&
253 check != sv.worldmodel->checksum2) {
257 sv.modelname, check, sv.worldmodel->checksum, sv.worldmodel->checksum2);
261 host_client->checksum = check;
335 // normally this could overflow, but no need to check due to backbuf
386 // get the client to check an
1241 edict_t *check; local
1308 edict_t *check; local
[all...]
/external/llvm/test/
H A DMakefile13 all:: check-local
46 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
55 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
91 check-local:: lit.site.cfg Unit/lit.site.cfg
96 check-local-lit:: check-local
98 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
375 /* check function to use adler32() for zlib or crc32() for gzip */
377 # define UPDATE(check, buf, len) \
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
383 /* check macros for header crc */
385 # define CRC2(check, wor
[all...]
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
45 CHECK, /* i: waiting for 32-bit check value */
47 DONE, /* finished check, done -- remain here until reset */
84 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/external/zlib/src/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
430 /* check function to use adler32() for zlib or crc32() for gzip */
432 # define UPDATE(check, buf, len) \
433 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
435 # define UPDATE(check, buf, len) adler32(check, buf, len)
438 /* check macros for header crc */
440 # define CRC2(check, wor
[all...]
/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp10 class MainCallChecker : public Checker < check::PreStmt<CallExpr> > {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp12 // This check corresponds to CWE-587.
27 : public Checker< check::PreStmt<BinaryOperator> > {
H A DNSAutoreleasePoolChecker.cpp11 // about subpar uses of NSAutoreleasePool. Note that while the check itself
12 // (in its current form) could be written as a flow-insensitive check, in
34 : public Checker<check::PreObjCMessage> {
H A DReturnUndefChecker.cpp11 // check which looks for undefined or garbage values being returned to the
27 public Checker< check::PreStmt<ReturnStmt> > {
H A DTaintTesterChecker.cpp23 class TaintTesterChecker : public Checker< check::PostStmt<Expr> > {
H A DUndefinedArraySubscriptChecker.cpp10 // This defines UndefinedArraySubscriptChecker, a builtin check in ExprEngine
26 : public Checker< check::PreStmt<ArraySubscriptExpr> > {
/external/clang/test/SemaCXX/
H A Ddependent-auto.cpp12 only<int> check = x; local
36 // PR 9276 - Make sure we check auto types deduce the same
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-expr.cpp18 void registerCheck(CHECKER *check) { argument
/external/e2fsprogs/tests/
H A DMakefile.in29 check:: test_script
34 check-failed:
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk13 # (must be locatable by ICU_PATH - use 'make check')
16 # (use 'make check')
/external/mksh/src/
H A DMakefile21 # use CPPFLAGS=-DDEBUG __CRAZY=Yes to check for certain more stuff
68 regress: ${PROG} check.pl check.t
72 HOME=$$(realpath regress-dir) perl ${.CURDIR}/check.pl \
73 -s ${.CURDIR}/check.t -v -p ./${PROG}
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s79 CMP r4, r6 @check for positive saturation
81 CMN r4, r6 @check for negative saturation
88 CMP r5, r6 @check for positive saturation
90 CMN r5, r6 @check for negative saturation
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s79 CMP r4, r6 @check for positive saturation
81 CMN r4, r6 @check for negative saturation
88 CMP r5, r6 @check for positive saturation
90 CMN r5, r6 @check for negative saturation
/external/v8/include/
H A Dv8-testing.h37 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S17 # We should check this on x86 too, but then we'd
18 # have to check for SSE2 capability somehow?
/external/valgrind/main/memcheck/tests/
H A Dvarinfo6.stderr.exp1 Uninitialised byte(s) found during client check request
13 Uninitialised byte(s) found during client check request
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-007.js23 * This is the "check" function for test objects that will
32 * This is the "check" function for test objects that do not
53 * The check function is either throwExeption() or noException().
61 this.check = fun;
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython_unittest.py46 """Test check() method."""
58 checker.check(lines=[])
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dpatchreader_unittest.py63 self._patch_checker.check(patch_string)

Completed in 825 milliseconds

1234567891011>>