/external/valgrind/memcheck/tests/ |
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/valgrind/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. */
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
BuildInfoUtil.java | 50 Preconditions.check(result == null, "Should have only one %s",
|
/frameworks/native/libs/binder/ |
PermissionCache.cpp | 37 status_t PermissionCache::check(bool* granted, function in class:android::PermissionCache 100 if (pc.check(&granted, permission, uid) != NO_ERROR) {
|
/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 37 * For example, an implementation may check for and process a critical private 44 * class. Each of the {@code PKIXCertPathChecker}s {@link #check check} 52 * check successive certificates. The {@link #init init} method is used 72 * Additional input parameters required for executing the check may be 102 * certificates will be passed to the {@link #check check} method 107 * the {@code check} method. If {@code true}, certificates 111 * {@code PKIXCertPathChecker} is unable to check certificates in 122 * its checks when certificates are presented to the {@code check} 164 public abstract void check(Certificate cert, method in class:PKIXCertPathChecker 175 public void check(Certificate cert) throws CertPathValidatorException { method in class:PKIXCertPathChecker 176 check(cert, java.util.Collections.<String>emptySet()); method [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
IOStatus.java | 54 // assert IOStatus.check(n); // Checks other negative values 64 static boolean check(int n) { method in class:IOStatus 74 static boolean check(long n) { method in class:IOStatus
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
UntrustedChecker.java | 38 * A <code>PKIXCertPathChecker</code> implementation to check whether a 72 public void check(Certificate cert, method in class:UntrustedChecker
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
locale_facetptr.pass.cpp | 34 void check(const std::locale& loc) function 84 check(loc); 86 check(loc2); 96 check(loc); 98 check(loc2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/ |
combine.pass.cpp | 32 void check(const std::locale& loc) function 84 check(loc3);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catch3.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual public 27 void check(D *d) function 119 check (&d); // try with an object 120 check ((D *)0); // try with no object
|
catch3p.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch4.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual public 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch4p.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch5.cpp | 28 void check(D *d) function 150 check (&d); // try with an object 151 check ((D *)0); // try with no object
|
catch8.cpp | 25 void check(D *d) function 106 check (&d); // try with an object 107 check ((D *)0); // try with no object
|
catch8p.cpp | 25 void check(D *d) function 107 check (&d); // try with an object 108 check ((D *)0); // try with no object
|
catch9.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch9p.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catch3.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual public 27 void check(D *d) function 119 check (&d); // try with an object 120 check ((D *)0); // try with no object
|
catch3p.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch4.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual public 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch4p.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch5.cpp | 28 void check(D *d) function 150 check (&d); // try with an object 151 check ((D *)0); // try with no object
|
catch8.cpp | 25 void check(D *d) function 106 check (&d); // try with an object 107 check ((D *)0); // try with no object
|
catch8p.cpp | 25 void check(D *d) function 107 check (&d); // try with an object 108 check ((D *)0); // try with no object
|