/dalvik/vm/mterp/x86-atom/ |
OP_GOTO_32.S | 36 jle common_periodicChecks_backwardBranch # do check on backwards branch
|
OP_INVOKE_DIRECT.S | 58 cmp $$0, %ecx # check if already resolved 63 cmp $$0, %edx # check for null "this" 85 cmp $$0, %eax # check for null method return 89 cmp $$0, %edx # check for null "this"
|
OP_INVOKE_VIRTUAL_QUICK.S | 32 cmp $$0, %edx # %edx<- check for null "this"
|
OP_NEW_ARRAY.S | 39 cmp $$0, %edx # check for negative length 42 cmp $$0, %eax # check for null 67 cmp $$0, %eax # check for failure 88 cmp $$0, %eax # check for allocation failure
|
OP_FILLED_NEW_ARRAY.S | 54 cmp $$0, %eax # %eax<- check if already resolved 71 cmp $$0, %eax # check for null return 83 cmpb $$'I', %al # check if array of ints 101 cmp $$0, %eax # check for null return 108 subl $$1, -12(%esp) # length--; check for negative 126 cmp $$4, -12(%esp) # check length 143 cmpb $$'I', sReg0 # check for int array
|
/external/icu4c/samples/datefmt/answers/ |
main_2.cpp | 17 * to detect this error, we check the ID of the returned zone against 61 check(status, "Calendar::createInstance"); 67 check(status, "Calendar::getTime");
|
main_3.cpp | 17 * to detect this error, we check the ID of the returned zone against 61 check(status, "Calendar::createInstance"); 67 check(status, "Calendar::getTime");
|
/external/icu4c/samples/datefmt/ |
main.cpp | 17 * to detect this error, we check the ID of the returned zone against 61 check(status, "Calendar::createInstance"); 67 check(status, "Calendar::getTime");
|
/external/icu4c/samples/udata/ |
Makefile | 41 @echo "*** Can't open $@ - check ICU_PATH" 50 .PHONY: all clean distclean check report 64 # Make check: simply runs the sample, logged to a file 65 check: $(TARGET1) $(TARGET2)
|
/external/icu4c/test/threadtest/ |
converttest.cpp | 22 virtual void check(); 70 void ConvertThreadTest::check() { function in class:ConvertThreadTest 79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
|
stringtest.cpp | 18 virtual void check(); 116 void StringThreadTest::check() { function in class:StringThreadTest 118 // Check that the reference counts on the buffers for all of the source strings
|
/external/protobuf/ |
configure.ac | 35 [include classes for streaming compressed data in and out @<:@default=check@:>@])], 36 [],[with_zlib=check]) 85 # Check for zlib. 90 # First check the zlib header version. 105 AS_IF([test "$with_zlib" != check], [ 110 AS_IF([test "$with_zlib" = check], [
|
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 166 char *m, **check; local 173 // check to see if model was properly precached 174 for (i=0, check = sv.model_precache ; *check ; i++, check++) 175 if (!strcmp(*check, m)) 178 if (!*check) 425 char **check; local 436 // check to see if samp was properly precached 437 for (soundnum=0, check = sv.sound_precache ; *check ; check++, soundnum++ 1160 edict_t *ent, *check, *bestent; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
PaintTileOperation.h | 60 virtual bool check(QueuedOperation* operation) function in class:WebCore::ScaleFilter 78 virtual bool check(QueuedOperation* operation) function in class:WebCore::TilePainterFilter
|
/external/webkit/Tools/Scripts/ |
find-extra-includes | 78 sub check subroutine 101 check($file);
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
changelog.py | 58 def check(self, lines): member in class:ChangeLogChecker 59 self._tab_checker.check(lines)
|
/frameworks/base/media/libstagefright/codecs/common/ |
Config.mk | 16 # Do we also need to check on ARCH_ARM_HAVE_ARMV7A? - probably not
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeIODataStream.java | 185 * the fake data if such was provided (to check the size of certificate 242 private void check(int length) { method in class:HandshakeIODataStream 273 check(1); 282 check(1); 291 check(2); 301 check(3); 312 check(4); 324 check(8); 340 check(vector.length);
|
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXCertPathCheckerTest.java | 79 pc.check(new MyCertificate("", null), new HashSet<String>()); 89 public void check(Certificate cert, method in class:PKIXCertPathCheckerTest.MyPKIXCertPathChecker
|
/ndk/tests/device/test-gabi++/jni/ |
Application.mk | 2 # build.sh in the project tree will check
|
/system/core/libnetutils/ |
packet.c | 108 ip.check = 0; 111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0)); 116 udp.check = 0; 131 udp.check = finish_sum(udpsum); 212 LOGW("IP header checksum failure (0x%x)", packet.ip.check); 229 temp = packet.udp.check; 230 packet.udp.check = 0; 232 packet.udp.check = temp;
|
/build/tools/zipalign/ |
ZipAlign.cpp | 39 fprintf(stderr, " -c: check alignment only (does not modify file)\n"); 108 /* this mode isn't supported -- do a trivial check */ 196 bool check = false; local 217 check = true; 238 if (!((check && argc == 2) || (!check && argc == 3))) { 250 if (check) { 251 /* check existing archive for correct alignment */
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FilterTest.java | 75 protected boolean check() { method 83 protected boolean check() { method 107 protected boolean check() { method 115 protected boolean check() { method 124 protected boolean check() { method
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 123 // check a dependency ------------------------------------------------------ *** 165 CheckDependency check, void *context, 170 check(context, itemName, target); 176 checkParent(const char *itemName, CheckDependency check, void *context, 212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode); 220 * Check for the alias from the string or alias resource res. 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { 273 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode); 284 CheckDependency check, void *context, 291 // Check for %%ALIA [all...] |
/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 233 check = 'state->target == vertex_shader && ' 235 check = 'state->target == fragment_shader && ' 239 check += 'state->language_version == ' + version 241 check += 'state->' + version + '_enable' 243 print ' if (' + check + ') {'
|