Searched refs:check (Results 251 - 275 of 725) sorted by relevance

<<11121314151617181920>>

/external/protobuf/gtest/scripts/test/
H A DMakefile7 # make check - makes everything and runs the built sample test.
31 check : all
/external/v8/include/
H A Dv8-preparser.h41 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h75 invocation. A magic value is passed by vgdb in check as a verification
77 extern void VG_(invoke_gdbserver) ( int check );
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S28 # because Vex does an emulation-warning check on the popfl,
/external/webkit/Tools/Scripts/
H A Dcheck-webkit-style58 _log = logging.getLogger("check-webkit-style")
98 "specific paths to check.")
121 patch_checker.check(patch)
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontoken.c212 * We only need do this though if the token is not already initialized, we just check
248 pANTLR3_COMMON_TOKEN check; local
258 /* Work out how many tokens we need to check in this pool.
273 check = pool + token;
278 if (check->custom != NULL && check->freeCustom != NULL)
280 check->freeCustom(check->custom);
281 check->custom = NULL;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp10 // This defines ObjCSelfInitChecker, a builtin check that checks for uses of
28 // Note that we don't check for an invalid 'self' that is the receiver of an
57 class ObjCSelfInitChecker : public Checker< check::PostObjCMessage,
58 check::PostStmt<ObjCIvarRefExpr>,
59 check::PreStmt<ReturnStmt>,
60 check::PreCall,
61 check::PostCall,
62 check::Location,
63 check::Bind > {
210 // We don't check fo
[all...]
H A DObjCContainersChecker.cpp31 class ObjCContainersChecker : public Checker< check::PreStmt<CallExpr>,
32 check::PostStmt<CallExpr> > {
138 // Now, check if 'Idx in [0, Size-1]'.
/external/bison/src/
H A Dtables.c128 base_number *check; variable
155 fprintf (stderr, "growing table and check from: %d to %d\n",
161 check = xnrealloc (check, table_size, sizeof *check);
167 check[old_size] = -1;
707 check[loc] = from[k];
759 check = xnmalloc (table_size, sizeof *check);
768 check[
[all...]
/external/guava/guava-tests/lib/
H A Dlibtruth-gwt.jar ... .contrib.truth.subjects.ListSubject) public void check (java.lang.Object, java.lang.Object ...
/external/grub/stage2/
H A Dmd5.c201 /* If CHECK is true, check a password for correctness. Returns 0
207 md5_password (const char *key, char *crypted, int check) argument
217 if (check)
287 if (check)
304 if (check)
318 if (! check)
/external/libogg/win32/
H A DMakefile167 check-am: all-am
168 check: check-am
233 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc34 // Called on the IO thread to check if the given url is safe or not. If we
51 SafeBrowsingService::SafeBrowsingCheck check; local
52 check.urls.push_back(gurl);
53 check.client = client;
54 check.result = badurls[gurl.spec()];
55 client->OnSafeBrowsingResult(check);
244 const SafeBrowsingService::SafeBrowsingCheck& check) {
243 OnSafeBrowsingResult( const SafeBrowsingService::SafeBrowsingCheck& check) argument
/external/javassist/src/main/javassist/compiler/
H A DJavac.java451 public void setReturnType(JvstTypeChecker check, ASTList args)
459 expr.accept(check);
460 check.addNullIfVoid();
493 public void setReturnType(JvstTypeChecker check, ASTList args)
499 expr.accept(check);
500 check.addNullIfVoid();
/external/llvm/test/MC/ARM/
H A Dvfp4.s1 @ RUN: llvm-mc < %s -triple armv7-unknown-unknown -show-encoding -mattr=+neon,+vfp4 | FileCheck %s --check-prefix=ARM
2 @ RUN: llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon,+vfp4 | FileCheck %s --check-prefix=THUMB
3 @ RUN: llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mcpu=cortex-m4 | FileCheck %s --check-prefix=THUMB_V7EM
H A Dvpush-vpop.s1 @ RUN: llvm-mc -triple armv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
/external/clang/test/CXX/over/over.over/
H A Dp2-resolve-single-template-id.cpp35 void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
43 // check the template function case
44 template<class T> void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs4 page: the node to insert a label, link and check for children
/external/icu4c/data/misc/
H A Dmiscfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/external/icu4c/data/sprep/
H A Dsprepfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
480 @abstract Performs a compile-time check of something such as the size of an int.
508 @abstract Perform a compile-time check, suitable for placement in code, of something such as the size of an int.
533 #pragma mark == check macros ==
537 /*! @defined check
546 Code inside check() statements is not compiled into production builds.
550 #undef check macro
552 #if( !defined( check ) )
554 #define check( X ) \ macro
563 #define check( macro
[all...]
/external/proguard/src/proguard/shrink/
H A DShortestUsageMarker.java45 // A utility object to check for recursive causes.
195 return recursiveCauseChecker.check(shortestUsageMark, clazz);
205 public boolean check(ShortestUsageMark shortestUsageMark, method in class:ShortestUsageMarker.MyRecursiveCauseChecker
/external/stlport/test/eh/
H A Dcomo.mak37 check: $(TEST)
H A Ddeccxx.mak51 check: $(TEST)
H A Dintel.mak37 check: eh_test.out

Completed in 585 milliseconds

<<11121314151617181920>>