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

1 2 3 4 5 6 7 8 91011>>

  /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/valgrind/main/memcheck/tests/
holey_buffer_too_small.stderr.exp 4 Uninitialised byte(s) found during client check request
13 Unaddressable byte(s) found during client check request
22 Unaddressable byte(s) found during client check request
31 Unaddressable byte(s) found during client check request
40 Unaddressable byte(s) found during client check request
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);
  /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/openssh/
compat.c 65 } check[] = { local
168 for (i = 0; check[i].pat; i++) {
169 if (match_pattern_list(version, check[i].pat,
170 strlen(check[i].pat), 0) == 1) {
171 debug("match: %s pat %s", version, check[i].pat);
172 datafellows = check[i].bugs;
  /gdk/build/core/
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)),,\
  /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)
  /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
  /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 51 char check[sizeof(meta(a)) == 2 ? 1 : -1]; local
  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 2 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
  /external/llvm/utils/
Makefile 14 EXTRA_DIST := check-each-file codegen-diff countloc.sh \
  /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;
  /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/
Makefile 13 all:: check-local
16 check-local:: check-local-lit
51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
54 # Check what to run for -all.
60 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
98 check-local-dg:: site.exp
103 check-local-dg:: site.exp
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfg
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 144 mDefaultRadioGroup.check(BUTTON_ID_0);
147 mDefaultRadioGroup.check(BUTTON_ID_3);
151 mDefaultRadioGroup.check(4);
154 mDefaultRadioGroup.check(-1);
157 mDefaultRadioGroup.check(-3);
165 mDefaultRadioGroup.check(BUTTON_ID_3);
176 mDefaultRadioGroup.check(4);
186 mDefaultRadioGroup.check(-1);
203 mDefaultRadioGroup.check(BUTTON_ID_0);
208 mDefaultRadioGroup.check(BUTTON_ID_1)
    [all...]
  /external/skia/tests/
MathTest.cpp 140 what to do if the float exceeds 2^32-1, we check for that explicitly.
442 SkLONGLONG check = ((SkLONGLONG)numer << 16) / denom; local
448 if (check > SK_MaxS32) {
449 check = SK_MaxS32;
450 } else if (check < -SK_MaxS32) {
451 check = SK_MinS32;
453 REPORTER_ASSERT(reporter, result == (int32_t)check);
456 check = ((SkLONGLONG)numer << 30) / denom;
459 if (check > SK_MaxS32) {
460 check = SK_MaxS32
507 SkFract check = SkFloatToFract(sqrt(xx)); local
    [all...]

Completed in 1256 milliseconds

1 2 3 4 5 6 7 8 91011>>