/external/bouncycastle/bcprov/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_org/media/base/ |
gmock_callback_support_unittest.cc | 24 MockFunction<void(const TestCallback&)> check; local 25 EXPECT_CALL(check, Call(IsNullCallback())); 26 check.Call(TestCallback()); 30 MockFunction<void(const TestCallback&)> check; local 31 EXPECT_CALL(check, Call(IsNotNullCallback())); 32 check.Call(base::Bind(&SetBool)); 36 MockFunction<void(const base::Closure&)> check; local 38 EXPECT_CALL(check, Call(IsNotNullCallback())) 40 check.Call(base::Bind(&SetBool, true, &dst)); 45 MockFunction<void(const TestCallback&)> check; local 54 MockFunction<void(int, const TestCallback&)> check; local 63 MockFunction<void(const TestCallback&)> check; local 74 MockFunction<void(const TestCallback&)> check; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
checksvnconfigfile.py | 32 def check(host, fs): function 34 check the svn config file
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker.py | 38 def check(self, lines): member in class:JSONChecker
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_analyze.cpp | 31 #define check(x) do {if(!(x)) return false;} while(0) macro 51 check(!cf_stack.empty()); 53 check(program.insns[v]->opcode == SM4_OPCODE_LOOP); 65 check(!cf_stack.empty()); 68 check(program.insns[v]->opcode == SM4_OPCODE_IF); 70 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE); 77 check(!cf_stack.empty()); 80 check(program.insns[v]->opcode == SM4_OPCODE_IF || program.insns[v]->opcode == SM4_OPCODE_ELSE); 82 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE); 89 check(cf_stack.empty()) [all...] |
/external/compiler-rt/BlocksRuntime/tests/ |
nullblockisa.c | 22 void check(void (^b)(void)) { function 39 check(^{ printf("%d\n", ++i); });
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_analyze.cpp | 31 #define check(x) do {if(!(x)) return false;} while(0) macro 51 check(!cf_stack.empty()); 53 check(program.insns[v]->opcode == SM4_OPCODE_LOOP); 65 check(!cf_stack.empty()); 68 check(program.insns[v]->opcode == SM4_OPCODE_IF); 70 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE); 77 check(!cf_stack.empty()); 80 check(program.insns[v]->opcode == SM4_OPCODE_IF || program.insns[v]->opcode == SM4_OPCODE_ELSE); 82 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE); 89 check(cf_stack.empty()) [all...] |
/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
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
char_pointer.pass.cpp | 34 void check(const std::locale& loc) function 73 check(loc); 75 check(loc2); 78 check(loc3);
|
locale_char_pointer_cat.pass.cpp | 34 void check(const std::locale& loc) function 73 check(loc); 75 check(loc2);
|
locale_locale_cat.pass.cpp | 34 void check(const std::locale& loc) function 73 check(loc); 75 check(loc2);
|
locale_string_cat.pass.cpp | 34 void check(const std::locale& loc) function 73 check(loc); 75 check(loc2);
|
string.pass.cpp | 34 void check(const std::locale& loc) function 73 check(loc); 75 check(loc2); 78 check(loc3);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
singleton.cpp | 16 int check() {return initialized;} function in class:singleton 35 return singleton::instance().check()-2;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
singleton.cpp | 16 int check() {return initialized;} function in class:singleton 35 return singleton::instance().check()-2;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
syntax.py | 0 """Check for errs in the AST. 14 def check(tree, multi=None): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
syntax.py | 0 """Check for errs in the AST. 14 def check(tree, multi=None): function
|
/libcore/luni/src/main/java/java/util/zip/ |
CheckedInputStream.java | 32 private final Checksum check; field in class:CheckedInputStream 49 check = csum; 65 check.update(x); 84 check.update(buffer, byteOffset, bytesRead); 93 return check;
|
CheckedOutputStream.java | 31 private final Checksum check; field in class:CheckedOutputStream 45 check = cs; 54 return check; 69 check.update(val); 89 check.update(buf, off, nbytes);
|
/art/test/022-interface/classes/ |
Main.class | |
/bionic/libc/include/netinet/ |
udp.h | 50 __u16 check; member in struct:udphdr
|
/bionic/libc/kernel/common/linux/ |
udp.h | 27 __u16 check; member in struct:udphdr
|
/cts/libs/deviceutil/src/android/cts/util/ |
EvaluateJsResultPollingCheck.java | 31 public synchronized boolean check() { method in class:EvaluateJsResultPollingCheck
|