/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmUnderscoreToCamelCaseMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmUnderscoreToCamelCaseMethodTest 36 check("", ""); 40 check("_", ""); 44 check("foo", "Foo"); 48 check("foo_bar", "FooBar"); 52 check("foo__bar", "FooBar"); 56 check("foo_", "Foo");
|
/system/keymaster/include/keymaster/ |
keymaster_tags.h | 40 * particular tag. This enables template functions to be written that check that the correct 66 static void check() {} function in struct:keymaster::StaticAssert 105 StaticAssert<(tag & tag_type) == tag_type>::check(); 106 StaticAssert<(tag_type != KM_ENUM) && (tag_type != KM_ENUM_REP)>::check(); 121 StaticAssert<(tag & tag_type) == tag_type>::check(); 122 StaticAssert<(tag_type == KM_ENUM) || (tag_type == KM_ENUM_REP)>::check();
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
tls_test_main.cc | 63 check(const char* name, bool val) function 87 check("t1", t1()); 88 check("t2", t2()); 89 check("t3", t3()); 90 check("t4", t4()); 92 check("t5", t5()); 94 check("t6", t6()); 95 check("t8", t8()); 96 check("t9", t9()); 98 check("t10", t10()) [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
workqueue-threads.cc | 56 // Check for error from a pthread function. 58 check(const char* function, int err) const; 81 this->check("pthread_attr_init", err); 84 this->check("pthread_attr_setdetachstate", err); 88 this->check("pthread_create", err); 91 this->check("pthread_attr_destroy", err); 100 // Check for an error. 103 Workqueue_thread::check(const char* function, int err) const function in class:gold::Workqueue_thread
|
/libcore/ojluni/src/main/java/sun/security/validator/ |
SimpleValidator.java | 161 // check untrusted certificate 165 untrustedChecker.check(cert, Collections.<String>emptySet()); 172 // check certificate algorithm 176 defaultAlgChecker.check(cert, Collections.<String>emptySet()); 178 appAlgChecker.check(cert, Collections.<String>emptySet()); 185 // no validity check for code signing certs 191 // check name chaining 198 // check signature 206 // check extensions for CA certs 222 // Check the basic constraints extensio [all...] |
/art/test/530-instanceof-checkcast/src/ |
Main.java | 34 // We also check for a method with try/catch because the compiler then makes a slow 42 check(true, exactCheck instanceof ExactCheck); method 43 check(false, regularObject instanceof ExactCheck); method 45 check(true, abstractCheckImpl instanceof AbstractCheck); method 46 check(false, regularObject instanceof AbstractCheck); method 48 check(true, interfaceCheckImpl instanceof InterfaceCheck); method 49 check(false, regularObject instanceof InterfaceCheck); method 51 check(true, normalCheck instanceof NormalCheck); method 52 check(true, exactCheck instanceof NormalCheck); method 53 check(false, regularObject instanceof NormalCheck) method 55 check(false, regularObject instanceof int[]); method 56 check(false, objectArray instanceof int[]); method 57 check(true, intArray instanceof int[]); method 58 check(false, doubleArray instanceof int[]); method 60 check(false, regularObject instanceof ExactCheck[]); method 61 check(false, objectArray instanceof ExactCheck[]); method 62 check(false, doubleArray instanceof ExactCheck[]); method 63 check(true, exactArray instanceof ExactCheck[]); method 64 check(false, normalArray instanceof ExactCheck[]); method 66 check(false, regularObject instanceof NormalCheck[]); method 67 check(false, objectArray instanceof NormalCheck[]); method 68 check(false, doubleArray instanceof NormalCheck[]); method 69 check(true, exactArray instanceof NormalCheck[]); method 70 check(true, normalArray instanceof NormalCheck[]); method 72 check(false, regularObject instanceof Object[]); method 73 check(true, objectArray instanceof Object[]); method 74 check(false, doubleArray instanceof Object[]); method 75 check(true, exactArray instanceof Object[]); method 76 check(true, normalArray instanceof Object[]); method 81 check(true, exactCheck instanceof ExactCheck); method 82 check(false, regularObject instanceof ExactCheck); method 84 check(true, abstractCheckImpl instanceof AbstractCheck); method 85 check(false, regularObject instanceof AbstractCheck); method 87 check(true, interfaceCheckImpl instanceof InterfaceCheck); method 88 check(false, regularObject instanceof InterfaceCheck); method 90 check(true, normalCheck instanceof NormalCheck); method 91 check(true, exactCheck instanceof NormalCheck); method 92 check(false, regularObject instanceof NormalCheck); method 94 check(false, regularObject instanceof int[]); method 95 check(false, objectArray instanceof int[]); method 96 check(true, intArray instanceof int[]); method 97 check(false, doubleArray instanceof int[]); method 99 check(false, regularObject instanceof ExactCheck[]); method 100 check(false, objectArray instanceof ExactCheck[]); method 101 check(false, doubleArray instanceof ExactCheck[]); method 102 check(true, exactArray instanceof ExactCheck[]); method 103 check(false, normalArray instanceof ExactCheck[]); method 105 check(false, regularObject instanceof NormalCheck[]); method 106 check(false, objectArray instanceof NormalCheck[]); method 107 check(false, doubleArray instanceof NormalCheck[]); method 108 check(true, exactArray instanceof NormalCheck[]); method 109 check(true, normalArray instanceof NormalCheck[]); method 111 check(false, regularObject instanceof Object[]); method 112 check(true, objectArray instanceof Object[]); method 113 check(false, doubleArray instanceof Object[]); method 114 check(true, exactArray instanceof Object[]); method 115 check(true, normalArray instanceof Object[]); method 121 public static void check(boolean expected, boolean actual) { method in class:Main [all...] |
/bootable/recovery/mtdutils/ |
flash_image.c | 83 char check[HEADER_SIZE]; local 84 int checklen = mtd_read_data(in, check, sizeof(check)); 88 } else if (checklen == headerlen && !memcmp(header, check, headerlen)) {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathCheckerTest.java | 82 pc.check(new MyCertificate("", null), new HashSet());
|
/external/autotest/utils/ |
reindent.py | 92 check(arg) 94 def check(file): function 104 check(fullname)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
task.py | 68 def check(self): member in class:Task 127 delay = self.check()
|
/external/clang/test/SemaTemplate/ |
cxx1z-fold-expressions.cpp | 20 constexpr bool check() { function 25 static_assert(check());
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_bvgraph.h | 45 check(from, to); 105 check(from, to); 154 void check(uptr idx1, uptr idx2) const { function in class:__sanitizer::BVGraph
|
/external/compiler-rt/test/tsan/ |
real_deadlock_detector_stress_test.cc | 29 void check(int res) { function 185 // CHECK-NOT: WARNING: ThreadSanitizer 186 // CHECK: DONE
|
/external/conscrypt/src/test/java/org/conscrypt/ |
ChainStrengthAnalyzerTest.java | 226 assertBad(MD2_RSA_PEM, "Weak hash check did not fail as expected"); 230 assertBad(MD4_RSA_PEM, "Weak hash check did not fail as expected"); 234 assertBad(MD5_RSA_PEM, "Weak hash check did not fail as expected"); 238 assertBad(SHORT_RSA_PEM, "Short RSA modulus check did not fail as expected"); 242 assertBad(SHORT_DSA_PEM, "Short DSA key check did not fail as expected"); 246 assertBad(SHORT_ECDSA_PEM, "Short EC key check did not fail as expected"); 257 check(createCert(pem)); 266 check(createCert(pem)); 269 private static void check(X509Certificate cert) throws Exception { method in class:ChainStrengthAnalyzerTest 271 ChainStrengthAnalyzer.check(chain) [all...] |
/external/droiddriver/src/io/appium/droiddriver/ |
Poller.java | 66 * Used by Poller to check conditions. 68 * @param <T> type of the value returned by {@link #check} 76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; method in interface:Poller.ConditionChecker 89 public UiElement check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException { 108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
polochallengeresponse.cc | 138 bool check = (gamma == (*expected)); local 143 return check;
|
/external/icu/icu4c/source/samples/numfmt/ |
util.cpp | 23 void check(UErrorCode& status, const char* msg) { function
|
/external/icu/icu4c/source/test/intltest/ |
genderinfotest.cpp | 41 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength); 56 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, NULL, 0); 57 check(UGENDER_FEMALE, UGENDER_FEMALE, UGENDER_FEMALE, kSingleFemale, UPRV_LENGTHOF(kSingleFemale)); 58 check(UGENDER_MALE, UGENDER_MALE, UGENDER_MALE, kSingleMale, UPRV_LENGTHOF(kSingleMale)); 59 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, kSingleOther, UPRV_LENGTHOF(kSingleOther)); 61 check(UGENDER_OTHER, UGENDER_FEMALE, UGENDER_FEMALE, kAllFemale, UPRV_LENGTHOF(kAllFemale)); 62 check(UGENDER_OTHER, UGENDER_MALE, UGENDER_MALE, kAllMale, UPRV_LENGTHOF(kAllMale)); 63 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kAllOther, UPRV_LENGTHOF(kAllOther)); 65 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kFemaleMale, UPRV_LENGTHOF(kFemaleMale)); 66 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kFemaleOther, UPRV_LENGTHOF(kFemaleOther)) 92 void GenderInfoTest::check( function in class:GenderInfoTest [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
Rule.java | 12 package org.jacoco.report.check;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
RuleTest.java | 12 package org.jacoco.report.check;
|
RulesCheckerTest.java | 12 package org.jacoco.report.check;
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
Credential.java | 52 * Check a credential 54 * @param credentials The credential to check against. This may either be 60 public abstract boolean check(Object credentials); method in class:Credential 97 public boolean check(Object credentials) method in class:Credential.Crypt 102 LOG.warn("Can't check " + credentials.getClass() + " against CRYPT"); 145 public boolean check(Object credentials) method in class:Credential.MD5 177 // Allow credential to attempt check - i.e. this'll work 179 return ((Credential) credentials).check(this); 183 LOG.warn("Can't check " + credentials.getClass() + " against MD5");
|
/external/libexif/test/nls/ |
test-codeset.c | 71 static int check(const int i) function 169 return check(i);
|
/external/libopus/celt/tests/ |
test_unit_dft.c | 54 void check(kiss_fft_cpx * in,kiss_fft_cpx * out,int nfft,int isinverse) function 131 check(in,out,nfft,isinverse);
|
test_unit_mdct.c | 54 void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) function 160 check(in_copy,out,nfft,isinverse);
|