HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 201 - 225 of 1366) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/tools/makeconv/
Makefile.in 41 distclean distclean-local dist dist-local check check-local install-man
52 check: all check-local
74 check-local: all-local
  /external/grub/netboot/
pci.c 347 union bios32 *check; local
359 for (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
360 if (check->fields.signature != BIOS32_SIGNATURE)
362 length = check->fields.length * 16;
367 sum += check->chars[i];
370 if (check->fields.revision != 0) {
372 check->fields.revision, check);
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo2.stderr.exp 1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
varinfo4.stderr.exp 1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
mallinfo.c 12 static size_t check(size_t min, size_t max) function
74 static size_t check(size_t min, size_t max) function
113 max = check(min, (size_t)-1);
123 check(min, max);
  /ndk/build/core/
build-executable.mk 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
25 $(call check-LOCAL_MODULE_FILENAME)
build-module.mk 16 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
17 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
29 $(if $(call module-class-check,$(LOCAL_MODULE_CLASS)),,\
build-shared-library.mk 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
25 $(call check-LOCAL_MODULE_FILENAME)
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerTest.java 70 protected boolean check() { method
88 protected boolean check() { method
97 protected boolean check() { method
CacheManagerTest.java 103 protected boolean check() { method
111 protected boolean check() { method
120 protected boolean check() { method
143 // check whether loadURL successfully
146 protected boolean check() { method
  /dalvik/vm/mterp/x86-atom/
OP_INSTANCE_OF.S 36 cmp $$0, %edx # check for null object
48 cmp $$0, %ecx # check if already resovled
52 cmp %ecx, %edx # check if same class
54 jmp .L${opcode}_fullcheck # no, do full check
57 * The trivial test failed, we need to perform a full check.
66 call dvmInstanceofNonTrivial # perform full check
114 cmp $$0, %eax # check for null
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
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 80 " cmpl $0x0, 36(%esp) # check for uppercase\n"
121 check (int thing, int number) function
134 check(a != NULL && b != NULL && STREQ (a, b), number);
146 check (mystrncpy (one, "abc", 4) == one, 1); /* Returned value. */
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-fannkuch.js 6 var check = 0;
19 if (check < 30){
22 check++;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-fannkuch.js 6 var check = 0;
19 if (check < 30){
22 check++;
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 52 char check[sizeof(meta(a)) == 2 ? 1 : -1]; local
  /external/icu4c/test/intltest/
reptest.cpp 228 check("Lower", rawTestArray[0], "1234");
229 check("Upper", rawTestArray[1], "123455"); // must map 00DF to SS
230 check("Title", rawTestArray[2], "1234");
231 check("NFC", rawTestArray[3], "13");
232 check("NFD", rawTestArray[4], "1122");
233 check("*(x) > A $1 B", rawTestArray[5], "11223");
234 check("*(x)(y) > A $2 B $1 C $2 D", rawTestArray[6], "113322334");
235 check("*(x)(y)(z) > A $3 B $2 C $1 D", rawTestArray[7], "114433225");
237 //check("*x > a", rawTestArray[8], "223"); // expect "123"?
238 //check("*x > a", rawTestArray[9], "113"); // expect "123"
272 void ReplaceableTest::check(const UnicodeString& transliteratorName, function in class:ReplaceableTest
    [all...]
  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 2 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
xml.py 37 def check(self, lines): member in class:XMLChecker
  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader.py 51 def check(self, patch_string): member in class:PatchReader
52 """Check style in the given patch."""
60 # Don't check files which contain only deleted lines
  /frameworks/base/core/java/android/net/http/
IdleCache.java 147 int check = 0; local
153 while (check < EMPTY_CHECK_MAX) {
159 check++;
161 check = 0;
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 190 mDefaultRadioGroup.check(BUTTON_ID_0);
193 mDefaultRadioGroup.check(BUTTON_ID_3);
197 mDefaultRadioGroup.check(4);
200 mDefaultRadioGroup.check(-1);
203 mDefaultRadioGroup.check(-3);
219 mDefaultRadioGroup.check(BUTTON_ID_3);
230 mDefaultRadioGroup.check(4);
240 mDefaultRadioGroup.check(-1);
253 notes = "Test {@link RadioGroup#check(int)}",
254 method = "check",
    [all...]
  /external/skia/tests/
MathTest.cpp 84 what to do if the float exceeds 2^32-1, we check for that explicitly.
386 SkLONGLONG check = ((SkLONGLONG)numer << 16) / denom; local
392 if (check > SK_MaxS32) {
393 check = SK_MaxS32;
394 } else if (check < -SK_MaxS32) {
395 check = SK_MinS32;
397 REPORTER_ASSERT(reporter, result == (int32_t)check);
400 check = ((SkLONGLONG)numer << 30) / denom;
403 if (check > SK_MaxS32) {
404 check = SK_MaxS32
451 SkFract check = SkFloatToFract(sqrt(xx)); local
    [all...]
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 68 // check whether it has started
71 protected boolean check() { method
76 // check whether it has ended after duration
79 protected boolean check() { method

Completed in 1001 milliseconds

1 2 3 4 5 6 7 891011>>