/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
KeyFactoryTestRSA.java | 32 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestRSA
|
/external/quake/quake/src/WinQuake/ |
sv_phys.cpp | 64 edict_t *check; local 67 check = NEXT_EDICT(sv.edicts); 68 for (e=1 ; e<sv.num_edicts ; e++, check = NEXT_EDICT(check)) 70 if (check->free) 72 if (check->u.v.movetype == MOVETYPE_PUSH 73 || check->u.v.movetype == MOVETYPE_NONE 75 || check->u.v.movetype == MOVETYPE_FOLLOW 77 || check->u.v.movetype == MOVETYPE_NOCLIP) 80 if (SV_TestEntityPosition (check)) 442 edict_t *check, *block; local 569 edict_t *check, *block; local [all...] |
/gdk/samples/quake/jni/ |
sv_phys.cpp | 64 edict_t *check; local 67 check = NEXT_EDICT(sv.edicts); 68 for (e=1 ; e<sv.num_edicts ; e++, check = NEXT_EDICT(check)) 70 if (check->free) 72 if (check->u.v.movetype == MOVETYPE_PUSH 73 || check->u.v.movetype == MOVETYPE_NONE 75 || check->u.v.movetype == MOVETYPE_FOLLOW 77 || check->u.v.movetype == MOVETYPE_NOCLIP) 80 if (SV_TestEntityPosition (check)) 442 edict_t *check, *block; local 569 edict_t *check, *block; local [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CacheManagerTest.java | 67 protected boolean check() { method 75 protected boolean check() { method 84 protected boolean check() { method
|
CookieSyncManagerTest.java | 50 protected boolean check() { method 68 protected boolean check() { method 77 protected boolean check() { method
|
/external/icu4c/samples/legacy/ |
Makefile | 44 .PHONY: all clean distclean check report 59 # Make check: simply runs the sample, logged to a file 60 check: $(TARGET) 66 $(TARGET).report: check $(TARGET).cpp
|
/external/icu4c/samples/translit/answers/ |
main_1.cpp | 28 check(status, "Calendar::createInstance"); 50 check(status, "DateFormat::format"); 58 check(status, "DateFormat::format");
|
main_2.cpp | 29 check(status, "Calendar::createInstance"); 58 check(status, "DateFormat::format"); 66 check(status, "DateFormat::format");
|
/external/icu4c/samples/uresb/ |
Makefile | 38 @echo "Can't open $@ - check ICU_PATH" 44 .PHONY: all clean distclean check report 66 # Make check: simply runs the sample, logged to a file 67 check: $(TARGET) $(RESOURCES) 73 $(TARGET).report: check $(TARGET).cpp
|
/external/valgrind/main/memcheck/tests/ |
varinfo1.stderr.exp | 1 Uninitialised byte(s) found during client check request 8 Uninitialised byte(s) found during client check request 14 Uninitialised byte(s) found during client check request 20 Uninitialised byte(s) found during client check request 26 Uninitialised byte(s) found during client check request 32 Uninitialised byte(s) found during client check request
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
xml_unittest.py | 39 checker.check(xml_data.split('\n')) 47 checker.check(xml_data.split('\n')) 69 checker.check(['<foo>', '</foo>'])
|
/external/quake/quake/src/QW/server/ |
sv_phys.c | 67 edict_t *check; local 70 check = NEXT_EDICT(sv.edicts); 71 for (e=1 ; e<sv.num_edicts ; e++, check = NEXT_EDICT(check)) 73 if (check->free) 75 if (check->v.movetype == MOVETYPE_PUSH 76 || check->v.movetype == MOVETYPE_NONE 77 || check->v.movetype == MOVETYPE_NOCLIP) 80 if (SV_TestEntityPosition (check)) 431 edict_t *check, *block; local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
FilterTest.java | 57 protected boolean check() { method 65 protected boolean check() { method 85 protected boolean check() { method 93 protected boolean check() { method 102 protected boolean check() { method
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.h | 72 // Bundle of SafeBrowsing state for one URL or hash prefix check. 83 base::TimeTicks start; // When check was sent to SB service. 85 bool is_download; // If this check for download url or hash. 90 // safebrowsing check takes too long to finish. Not owned by 92 // TODO(lzheng): We should consider to use this time out check 105 void OnSafeBrowsingResult(const SafeBrowsingCheck& check); 152 // Called on the IO thread to check if the given url is safe or not. If we 158 // Check if the prefix for |url| is in safebrowsing download add lists. 162 // Check if the prefix for |full_hash| is in safebrowsing binhash add lists. 166 // Check if the |url| matches any of the full-length hashes from th [all...] |
/external/elfutils/libdwfl/ |
find-debuginfo.c | 93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) 95 /* If we have a build ID, check only that. */ 98 /* We need to open an Elf handle on the file so we can check its 116 return !check || check_crc (fd, debuglink_crc); 157 /* A leading - or + in the whole path sets whether to check file CRCs. */ 177 /* A leading - or + says whether to check file CRCs for this element. */ 178 bool check = defcheck; local 180 check = *p++ == '+'; 181 check = check && cancheck [all...] |
/external/qemu-pc-bios/bochs/bios/ |
biossums.c | 27 void check( int value, char* message ); 242 void check(int okay, char* message) { function 289 check( offset + _32__MINHDR <= MAX_OFFSET, "_32_ header out of bounds" ); 291 check( offset + len <= MAX_OFFSET, "_32_ header-length out of bounds" ); 325 check( offset + _32__CHKSUM <= MAX_OFFSET, "PCI-Bios checksum out of bounds" ); 332 check( offset + _32__CHKSUM <= MAX_OFFSET, "PCI-Bios checksum out of bounds" ); 343 check( offset + _MP__MINHDR <= MAX_OFFSET, "_MP_ header out of bounds" ); 345 check( offset + len <= MAX_OFFSET, "_MP_ header-length out of bounds" ); 379 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" ); 386 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" ) [all...] |
/external/icu4c/test/letest/ |
Makefile.in | 53 distclean distclean-local dist dist-local check check-local 64 check: all check-local 79 check-local: all-local
|
/external/icu4c/tools/genbrk/ |
Makefile.in | 41 distclean distclean-local dist dist-local check check-local install-man 52 check: all check-local 73 check-local: all-local
|
/external/icu4c/tools/genccode/ |
Makefile.in | 42 distclean distclean-local dist dist-local check check-local install-man 53 check: all check-local 74 check-local: all-local
|
/external/icu4c/tools/gencmn/ |
Makefile.in | 42 distclean distclean-local dist dist-local check check-local install-man 53 check: all check-local 74 check-local: all-local
|
/external/icu4c/tools/gencnval/ |
Makefile.in | 42 distclean distclean-local dist dist-local check check-local install-man 53 check: all check-local 74 check-local: all-local
|
/external/icu4c/tools/genctd/ |
Makefile.in | 41 distclean distclean-local dist dist-local check check-local install-man 52 check: all check-local 73 check-local: all-local
|
/external/icu4c/tools/genrb/ |
Makefile.in | 50 distclean distclean-local dist dist-local check check-local install-man 61 check: all check-local 83 check-local: all-local
|
/external/icu4c/tools/gensprep/ |
Makefile.in | 42 distclean distclean-local dist dist-local check check-local install-man 53 check: all check-local 74 check-local: all-local
|
/external/icu4c/tools/icupkg/ |
Makefile.in | 41 distclean distclean-local dist dist-local check check-local install-man 52 check: all check-local 74 check-local: all-local
|