Home
last modified time | relevance | path

Searched defs:in_memory (Results 1 – 16 of 16) sorted by relevance

/external/cronet/tot/third_party/boringssl/src/pki/
Dtrust_store_in_memory_unittest.cc64 TrustStoreInMemory in_memory; in TEST_F() local
79 TrustStoreInMemory in_memory; in TEST_F() local
100 TrustStoreInMemory in_memory; in TEST_F() local
Dtrust_store_collection_unittest.cc70 TrustStoreInMemory in_memory; in TEST_F() local
98 TrustStoreInMemory in_memory; in TEST_F() local
/external/cronet/stable/third_party/boringssl/src/pki/
Dtrust_store_in_memory_unittest.cc64 TrustStoreInMemory in_memory; in TEST_F() local
79 TrustStoreInMemory in_memory; in TEST_F() local
100 TrustStoreInMemory in_memory; in TEST_F() local
Dtrust_store_collection_unittest.cc70 TrustStoreInMemory in_memory; in TEST_F() local
98 TrustStoreInMemory in_memory; in TEST_F() local
/external/rust/android-crates-io/crates/mls-rs/src/
Dstorage_provider.rs6 pub mod in_memory; module
/external/freetype/src/type42/
Dt42parse.h37 FT_Bool in_memory; member
/external/bcc/src/cc/frontends/clang/
Dloader.cc195 bool in_memory, const char *cflags[], int ncflags, const std::string &id, in parse()
384 unique_ptr<llvm::Module> *mod, TableStorage &ts, bool in_memory, in do_compile()
/external/freetype/src/type1/
Dt1parse.h81 FT_Bool in_memory; member
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconverter.cc183 cl_mem in_memory; in Convert() local
294 cl_mem in_memory; in Convert() local
/external/icing/icing/file/posting_list/
Dflash-index-storage.cc42 PostingListSerializer* serializer, bool in_memory) { in Create()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1386 bool in_memory = false; in WriteModuleStream() local
1428 const char* module_path, bool in_memory) { in WriteCVRecord()
/external/cronet/tot/components/nacl/browser/
Dpnacl_host.cc161 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) { in InitForTest()
/external/cronet/stable/components/nacl/browser/
Dpnacl_host.cc161 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) { in InitForTest()
/external/cronet/stable/base/win/
Dpe_image.cc647 PVOID in_memory = PEImage::RVAToAddr(rva); in RVAToAddr() local
/external/cronet/tot/base/win/
Dpe_image.cc647 PVOID in_memory = PEImage::RVAToAddr(rva); in RVAToAddr() local
/external/bcc/src/cc/
Dbpf_module.cc218 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile()