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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyFactoryTestDH.java 30 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestDH
KeyFactoryTestDSA.java 31 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestDSA
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...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 27 class LiveVariablesDumper : public Checker<check::ASTCodeBody> {
47 class CFGViewer : public Checker<check::ASTCodeBody> {
67 class CFGDumper : public Checker<check::ASTCodeBody> {
  /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...]
  /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...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/api/
Lint.java 89 for (Detector check : checks) {
90 if (check instanceof ResourceXmlDetector) {
91 xmlChecks.add((ResourceXmlDetector) check);
94 other.add(check);
99 for (Detector check : checks) {
100 check.beforeCheckProject(projectContext);
159 for (Detector check : checks) {
160 check.afterCheckProject(projectContext);
187 for (ResourceXmlDetector check : checks) {
188 if (check.appliesTo(type))
    [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/genuca/
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/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

Completed in 1383 milliseconds

1 2 3 4 5 6 78 91011>>