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

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/x86-atom/
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/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
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoTestCase.java 53 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
63 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
73 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
82 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
88 * Check whether createGroup() is succeeded.
ServRespTestCase.java 29 * The requester devices check whether it can search appropriate
55 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
65 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
75 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
  /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/clang/tools/clang-check/
Makefile 1 ##===- tools/clang-check/Makefile --------------------------*- Makefile -*-===##
12 TOOLNAME = clang-check
  /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
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerContent.h 46 virtual void setCheckForOptimisations(bool check) = 0;
PicturePileLayerContent.h 40 virtual void setCheckForOptimisations(bool check) {}
  /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
  /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

Completed in 955 milliseconds

1 2 3 4 5 6 78 91011>>