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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/tools/gentest/
Makefile.in 36 distclean distclean-local dist dist-local check check-local
47 check: all check-local
62 check-local: all-local
  /external/icu4c/tools/icuswap/
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/icu4c/extra/scrptrun/
Makefile 42 distclean distclean-local dist dist-local check check-local
53 check: all check-local
68 check-local: all-local
  /external/icu4c/tools/icuinfo/
Makefile.in 45 distclean distclean-local dist dist-local check check-local plugin-check
56 check: all check-local
73 check-local: $(TARGET)
102 plugin-check: $(PLUGIN) $(PLUGINFILE)
  /external/bluetooth/glib/gio/tests/
simple-async-result.c 42 check (gpointer a, gpointer b, gpointer c) function
70 check (NULL, NULL, NULL);
72 check (a, result, b);
85 check (NULL, NULL, NULL);
88 check (NULL, NULL, NULL);
90 check (a, result, b);
  /dalvik/vm/mterp/x86-atom/
OP_GOTO_16.S 33 js common_periodicChecks_backwardBranch # do check on backwards branch
OP_THROW.S 33 cmp $$0, rINST # check for null
OP_MONITOR_EXIT.S 35 cmp $$0, rINST # rINST<- check for null object
43 cmp $$0, %eax # check for success
  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 43 // Sets the flag forcing to check for HTTPS. Used in tests.
44 static void set_check_for_https(bool check) { check_for_https_ = check; }
63 // Indicates if we should check for HTTPS scheme. Overriden by tests.
  /external/clang/test/SemaTemplate/
attributes.cpp 9 template <bool X> struct check { struct in namespace:attribute_aligned
14 typedef check<N == sizeof(X<N>)> t; // expected-note {{in instantiation}}
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 35 validate, check;
  /external/icu4c/samples/layout/
Makefile 40 distclean distclean-local dist dist-local check check-local
51 check: all check-local
53 c-check: c-all c-check-local
70 check-local: all-local
73 c-check-local: c-all-local
  /external/stlport/
Makefile 14 all install depend clean clobber distclean check::
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-006.js 23 * This is the "check" function for test objects that will
32 * This is the "check" function for test objects that do not
59 this.check = fun;
65 * object's "check" function is called. If the test object's exception
73 result = check();
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 43 def check(self, lines): member in class:CarriageReturnChecker
44 """Check for and strip trailing carriage returns from lines."""
68 def check(self, lines): member in class:TabChecker
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 2 # build.sh in the project tree will check
  /external/bison/
Makefile.am 35 .PHONY: maintainer-check
36 maintainer-check:
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java 44 * does not pass the check.
46 public abstract void check(X509AttributeCertificate attrCert, CertPath certPath, method in class:PKIXAttrCertChecker
  /external/chromium/base/memory/
ref_counted_unittest.cc 35 CheckDerivedMemberAccess check; local
  /external/icu4c/samples/translit/answers/
main_3.cpp 41 check(status, "Calendar::createInstance");
63 check(status, "RuleBasedTransliterator::ct");
77 check(status, "DateFormat::format");
85 check(status, "DateFormat::format");
main_4.cpp 42 check(status, "Calendar::createInstance");
64 check(status, "RuleBasedTransliterator::ct");
81 check(status, "DateFormat::format");
89 check(status, "DateFormat::format");
  /external/icu4c/samples/translit/
main.cpp 43 check(status, "Calendar::createInstance");
66 check(status, "Transliterator::createFromRules");
83 check(status, "DateFormat::format");
91 check(status, "DateFormat::format");
  /external/kernel-headers/original/linux/
udp.h 26 __u16 check; member in struct:udphdr
  /external/valgrind/main/memcheck/tests/
varinfo3.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
22 Uninitialised byte(s) found during client check request
29 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
51 Uninitialised byte(s) found during client check request
  /libcore/luni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 33 * {@link #check(Certificate, Collection) check} method will be called for each
107 * if check(s) fail on the specified certificate.
109 public abstract void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:PKIXCertPathChecker

Completed in 640 milliseconds

1 2 3 4 5 67 8 91011>>