HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 251 - 275 of 2181) sorted by null

<<11121314151617181920>>

  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 69 // check whether it has started
72 protected boolean check() { method
77 // check whether it has ended after duration
80 protected boolean check() { method
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 40 cmp $$0, %eax # check for null array object
46 cmp $$0, rINST # check for null reference
47 je .L${opcode}_skip_check # reference is null so skip type check
63 testl %eax, %eax # check for invalid array value
OP_ARRAY_LENGTH.S 35 cmp $$0, %eax # check for null array object
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
  /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/openssh/contrib/
ssh-copy-id 12 # check if we have 2 parameters left, if so the first is the new ID file
47 Now try logging into the machine, with "ssh '$host'", and check in:
  /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/rendering/
PaintTileOperation.h 66 virtual bool check(QueuedOperation* operation) function in class:WebCore::ScaleFilter
80 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)
  /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
  /libcore/support/src/test/java/tests/security/
KeyFactoryTest.java 60 check(new KeyPair(publicKey, privateKey)); method
63 protected void check(KeyPair keyPair) {} method in class:KeyFactoryTest
  /ndk/tests/device/test-gabi++/jni/
Application.mk 2 # build.sh in the project tree will check
  /packages/apps/Mms/src/com/android/mms/drm/
DrmUtils.java 63 * Check if content may be forwarded according to DRM
72 // first check if the URI is registered as DRM in DRM-framework
74 int check = drmManagerClient.checkRightsStatus(uri.toString(), action); local
75 return (check == DrmStore.RightsStatus.RIGHTS_VALID);
  /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 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
229 temp = packet.udp.check;
230 packet.udp.check = 0;
232 packet.udp.check = temp;

Completed in 474 milliseconds

<<11121314151617181920>>