Searched refs:test_store (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/test/data/indexeddb/ |
D | bug_90635.js | 34 test_store(db, 'first run'); 45 test_store(db, 'second run'); 49 function test_store(db, msg) { function
|
/external/chromium_org/net/ssl/ |
D | client_cert_store_win.cc | 177 ScopedHCERTSTORE test_store(CertOpenStore(CERT_STORE_PROV_MEMORY, 0, NULL, 0, in SelectClientCertsForTesting() local 179 if (!test_store) in SelectClientCertsForTesting() 186 if (!CertAddCertificateContextToStore(test_store, in SelectClientCertsForTesting() 206 GetClientCertsImpl(test_store.get(), request, selected_certs); in SelectClientCertsForTesting()
|
/external/chromium_org/content/browser/loader/ |
D | resource_loader_unittest.cc | 374 scoped_ptr<ClientCertStoreStub> test_store( in TEST_F() local 376 EXPECT_EQ(0, test_store->request_count()); in TEST_F() 380 ClientCertStoreStub* raw_ptr_to_store = test_store.get(); in TEST_F() 382 test_store.PassAs<net::ClientCertStore>()); in TEST_F()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic.ll | 41 define void @test_store(i32* %a) sanitize_address { 42 ; CHECK: @test_store
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 91 public void test_store() throws Exception { in test_store() method in KeyStore3Test
|
/external/chromium_org/v8/test/mjsunit/ |
D | external-array.js | 225 function test_store(array, sum) { function 327 run_test(test_store, a, 820 * kRuns);
|
D | external-array-no-sse2.js | 225 function test_store(array, sum) { function 327 run_test(test_store, a, 820 * kRuns);
|