HomeSort by relevance Sort by last modified time
    Searched full:test_store (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/test/data/indexeddb/
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/
client_cert_store_win.cc 177 ScopedHCERTSTORE test_store(CertOpenStore(CERT_STORE_PROV_MEMORY, 0, NULL, 0,
179 if (!test_store)
186 if (!CertAddCertificateContextToStore(test_store,
206 GetClientCertsImpl(test_store.get(), request, selected_certs);
  /external/llvm/test/Instrumentation/AddressSanitizer/
basic.ll 41 define void @test_store(i32* %a) sanitize_address {
42 ; CHECK: @test_store
  /external/chromium_org/content/browser/loader/
resource_loader_unittest.cc 373 scoped_ptr<ClientCertStoreStub> test_store(
375 EXPECT_EQ(0, test_store->request_count());
377 // Ownership of the |test_store| is about to be turned over to ResourceLoader.
379 ClientCertStoreStub* raw_ptr_to_store = test_store.get();
381 test_store.PassAs<net::ClientCertStore>());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 91 public void test_store() throws Exception { method in class:KeyStore3Test
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 82 public void test_store() throws Exception { method in class:KeyStore3Test
  /external/chromium_org/v8/test/mjsunit/
external-array-no-sse2.js 225 function test_store(array, sum) { function
327 run_test(test_store, a, 820 * kRuns);
external-array.js 225 function test_store(array, sum) { function
327 run_test(test_store, a, 820 * kRuns);

Completed in 555 milliseconds