/external/v8/ |
Makefile | 105 # - any of the above with .check appended, e.g. "ia32.release.check" 108 # - "check": build all targets and run all tests 127 # Generates corresponding test targets, e.g. "ia32.release.check". 128 CHECKS = $(addsuffix .check,$(BUILDS)) 132 .PHONY: all check clean dependencies $(ENVFILE).new native \ 134 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \ 172 check: all 177 $(addsuffix .check,$(MODES)): $$(basename $$@ [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1181.js | 40 function check(count) { function 52 check(150); 53 check(200); 54 check(350)
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
common_unittest.py | 32 # mock style error handling code and the code to check that all 59 output_lines = checker.check(input_lines) 61 # Check both the return value and error messages. 112 checker.check(input_lines)
|
/gdk/samples/quake/jni/ |
pr_cmds.cpp | 237 char *m, **check; local 244 // check to see if model was properly precached 245 for (i=0, check = sv.model_precache ; *check ; i++, check++) 246 if (!strcmp(*check, m)) 249 if (!*check) 508 char **check; local 519 // check to see if samp was properly precached 520 for (soundnum=0, check = sv.sound_precache ; *check ; check++, soundnum++ 1335 edict_t *ent, *check, *bestent; local [all...] |
/ndk/build/core/ |
prebuilt-library.mk | 22 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 23 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 24 $(call check-LOCAL_MODULE_FILENAME) 26 # Check that LOCAL_SRC_FILES contains only paths to shared libraries 42 $(call __ndk_info,Check that $(LOCAL_PATH)/$(LOCAL_SRC_FILES) exists, or that its path is correct) 57 $(eval $(call ev-check-module-filename))
|
/sdk/emulator/tests/ |
Android.mk | 6 # The test-qemud-pipes program is used to check the execution of QEMUD Pipes
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieManagerTest.java | 132 protected boolean check() { method 141 protected boolean check() { method 180 protected boolean check() { method 190 protected boolean check() { method 199 protected boolean check() { method 208 protected boolean check() { method
|
WebViewClientTest.java | 74 protected boolean check() { method 81 protected boolean check() { method 88 protected boolean check() { method 124 protected boolean check() { method 142 protected boolean check() { method 178 protected boolean check() { method
|
/dalvik/vm/mterp/x86-atom/ |
OP_IGET.S | 44 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr 60 cmp $$0, %eax # check if resolved 74 cmp $$0, %ecx # check for null object
|
OP_IGET_WIDE.S | 38 cmp $$0, %ecx # check for null ptr; resolved InstField ptr 53 cmp $$0, %eax # check if resolved 68 cmp $$0, %edx # check for null object
|
OP_INVOKE_SUPER.S | 53 cmp $$0, (rFP, %eax, 4) # check for null object 64 cmp $$0, %ecx # check if already resolved 93 cmp $$0, %ecx # check for null method return
|
OP_INVOKE_VIRTUAL.S | 55 cmp $$0, (%eax, %ecx, 4) # check if already resolved 74 cmp $$0, %eax # check for null method return 88 cmp $$0, %edx # %edx<- check for null "this"
|
OP_IPUT.S | 44 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr 61 cmp $$0, %eax # check if resolved 70 cmp $$0, %ecx # check for null object
|
OP_IPUT_OBJECT.S | 42 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr 59 cmp $$0, %eax # check if resolved 68 cmp $$0, %ecx # check for null object
|
OP_IPUT_WIDE.S | 38 cmp $$0, %ecx # check for null ptr; resolved InstField ptr 51 cmp $$0, %eax # check if resolved 68 cmp $$0, %edx # check for null object
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectionKeyTest.java | 103 Object check = mockSelectionKey.attach(o); local 104 assertNull(check); 107 check = mockSelectionKey.attach(null); 108 assertSame(o, check); 110 check = mockSelectionKey.attach(o); 111 assertNull(check);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 264 if ( _check) check(); method 271 if ( _check) check(); method 363 if ( _check) check(); method 369 if ( _check) check(); method 377 if ( _check) check(); method 383 if ( _check) check(); method 391 if ( _check) check(); method 438 if ( _check) check(); method 444 if ( _check) check(); method 452 if ( _check) check(); method 458 if ( _check) check(); method 466 if ( _check) check(); method 494 if ( _check) check(); method 501 if ( _check) check(); method 527 if ( _check) check(); method 533 if ( _check) check(); method 544 if ( _check) check(); method 550 if ( _check) check(); method 564 if ( _check) check(); method 570 if ( _check) check(); method 655 if ( _check) check(); method 661 if ( _check) check(); method 1044 private void check() { method in class:MatrixTrackingGL [all...] |
/external/icu4c/extra/uconv/ |
Makefile.in | 80 distclean resclean distclean-local dist dist-local check check-local resfiles package-resfiles install-resfiles install-man 92 check: check-local 115 check-local: $(TARGET)
|
/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 248 report_error(TYPE_ERROR, 'Language file does not contain a $language_data structure to check!'); 262 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'COMMENT_SIGNLE\'] structure to check!'); 268 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'COMMENT_MULTI\'] structure to check!'); 280 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'QUOTEMARKS\'] structure to check!'); 292 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'ESCAPE_CHAR\'] specification to check!'); 310 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'KEYWORDS\'] structure to check!'); 324 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'SYMBOLS\'] structure to check!'); 330 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'CASE_SENSITIVE\'] structure to check!'); 344 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'URLS\'] structure to check!'); 370 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'OBJECT_SPLITTERS\'] structure to check!'); [all...] |
/external/libxml2/ |
debugXML.c | 48 int check; /* do just checkings */ member in struct:_xmlDebugCtxt 62 ctxt->check = 0; 86 * Check that a given namespace is in scope on a node. 140 if (ctxt->check) 233 if (ctxt->check) { 252 if (ctxt->check) { 425 if (ctxt->check) { 428 /* TODO: check UTF8 content of the string */ 451 if (!ctxt->check) 461 if (!ctxt->check) { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCSelfInitChecker.cpp | 10 // 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::PreObjCMessage, 58 check::PostObjCMessage, 59 check::PostStmt<ObjCIvarRefExpr>, 60 check::PreStmt<ReturnStmt>, 61 check::PreStmt<CallExpr>, 62 check::PostStmt<CallExpr>, 63 check::Location > { 212 // We don't check for an invalid 'self' in an obj-c message expression to cu [all...] |
/external/oprofile/gui/ |
oprof_start.cpp | 172 // the unit mask check boxes 720 // return the unit mask selected through the unit mask check box 789 QCheckBox * check = 0; local 791 case 0: check = check0; break; 792 case 1: check = check1; break; 793 case 2: check = check2; break; 794 case 3: check = check3; break; 795 case 4: check = check4; break; 796 case 5: check = check5; break; 797 case 6: check = check6; break [all...] |
/external/skia/tests/ |
WritePixelsTest.cpp | 247 bool check; local 248 REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor, canvasPixel, mul)); 249 if (!check) { 253 bool check; local 255 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor)); 256 if (!check) { 264 bool check; local 265 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD))); 266 if (!check) {
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.cpp | 75 // Redundant load, just so we can check the tag! 106 void JITCompiler::jumpFromSpeculativeToNonSpeculative(const SpeculationCheck& check, const EntryLocation& entry, SpeculationRecovery* recovery) 108 ASSERT(check.m_nodeIndex == entry.m_nodeIndex); 111 check.m_check.link(this); 113 // Does this speculation check require any additional recovery to be performed, 132 NodeIndex nodeIndex = check.m_gprInfo[gpr].nodeIndex; 136 DataFormat dataFormat = check.m_gprInfo[gpr].format; 147 NodeIndex nodeIndex = check.m_fprInfo[fpr]; 207 const SpeculationCheck& check = *checksIter; local 209 jumpFromSpeculativeToNonSpeculative(check, entry, speculative.speculationRecovery(check.m_recoveryIndex)) [all...] |
/external/qemu-pc-bios/vgabios/ |
biossums.c | 24 void check( int value, char* message ); 175 void check( int okay, char* message ) { function 223 check((offset + len) <= (bios_len - 1), "PMID entry length out of bounds" ); 255 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" ); 262 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );
|