/dalvik/vm/mterp/x86-atom/ |
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)
|
Makefile | 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:
|
/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) { 423 if (ctxt->check) { 426 /* TODO: check UTF8 content of the string */ 449 if (!ctxt->check) 459 if (!ctxt->check) { [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewClientTest.java | 103 protected boolean check() { method 109 protected boolean check() { method 115 protected boolean check() { method 159 protected boolean check() { method 181 protected boolean check() { method 235 protected boolean check() { method 265 protected boolean check() { method
|
/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/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/icu4c/io/ |
Makefile | 80 dist-local check check-local 91 check: all check-local 137 check-local:
|
/external/icu4c/layout/ |
Makefile | 150 dist-local check check-local 161 check: all check-local 207 check-local:
|
/external/icu4c/layoutex/ |
Makefile | 81 dist-local check check-local 92 check: all check-local 138 check-local:
|
/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" );
|
/external/libpng/ |
pngtest.c | 25 * In these cases, it is best to check with another tool such as "pngcheck" 43 # define READFILE(file, data, length, check) \ 44 if (ReadFile(file, data, length, &check, NULL)) check = 0 45 # define WRITEFILE(file, data, length, check)) \ 46 if (WriteFile(file, data, length, &check, NULL)) check = 0 51 # define READFILE(file, data, length, check) \ 52 check=(png_size_t)fread(data, (png_size_t)1, length, file) 53 # define WRITEFILE(file, data, length, check) \ 315 png_size_t check = 0; local 344 int check; local 398 png_uint_32 check; local 418 png_uint_32 check; local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 161 protected boolean check() { method 166 protected boolean check() { method 174 protected boolean check() { method
|
/external/clang/test/SemaTemplate/ |
instantiate-function-1.cpp | 237 static no_tag check(...); 239 static yes_tag check(char[sizeof(&U::luaIndex)]); 240 enum { value = sizeof(check<T>(0)) == sizeof(yes_tag) };
|
/external/icu4c/samples/numfmt/ |
main.cpp | 54 check(status, "NumberFormat::createInstance"); 61 check(status, "NumberFormat::parse"); 73 check(status, "NumberFormat::format"); 113 // check that the formatter is a DecimalFormat instance
|
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.c | 26 // XXX: should check the error cases for SET/GET_VBITS also 70 void check(U1* arr, int n, char* who) function 122 printf("post-initialisation check\n"); 123 check(arr, N_BYTES, "after initialisation"); 206 printf("final check\n"); 207 check(arr, N_BYTES, "final check");
|
/build/core/tasks/ |
apicheck.mk | 32 define check-api 52 # Check that the API we're building hasn't broken the last-released 54 $(eval $(call check-api, \ 64 # Check that the API we're building hasn't changed from the not-yet-released 66 $(eval $(call check-api, \
|
/external/bluetooth/glib/glib/ |
gbsearcharray.h | 153 guint8 *check = NULL, *nodes = G_BSEARCH_ARRAY_NODES (barray); local 162 check = nodes + i * sizeof_node; 163 cmp = cmp_nodes (key_node, check); 165 return sibling_or_after > 1 ? NULL : check; 172 /* check is last mismatch, cmp > 0 indicates greater key */ 173 return G_LIKELY (!sibling_or_after) ? NULL : (sibling_or_after > 1 && cmp > 0) ? check + sizeof_node : check;
|
/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 68 check::PostObjCMessage, 69 check::PostStmt<ObjCIvarRefExpr>, 70 check::PreStmt<ReturnStmt>, 71 check::PreStmt<CallExpr>, 72 check::PostStmt<CallExpr>, 73 check::Location > { 214 // We don't check for an invalid 'self' in an obj-c message expression to cut
|