Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A 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
H A Dtrust_store_collection_unittest.cc70 TrustStoreInMemory in_memory; in TEST_F() local
98 TrustStoreInMemory in_memory; in TEST_F() local
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dstorage_provider.rs6 pub mod in_memory; module
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
H A Dconverter.cc183 cl_mem in_memory; in Convert() local
294 cl_mem in_memory; in Convert() local
/aosp_15_r20/art/runtime/oat/
H A Doat_file_manager.cc78 bool in_memory) { in RegisterOatFile()
171 bool in_memory = !space->GetProfileFiles().empty(); in RegisterImageOatFiles() local
/aosp_15_r20/external/freetype/src/type42/
H A Dt42parse.h37 FT_Bool in_memory; member
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1386 bool in_memory = false; in WriteModuleStream() local
1428 const char* module_path, bool in_memory) { in WriteCVRecord()
/aosp_15_r20/external/freetype/src/type1/
H A Dt1parse.h81 FT_Bool in_memory; member
/aosp_15_r20/external/icing/icing/file/posting_list/
H A Dflash-index-storage.cc42 PostingListSerializer* serializer, bool in_memory) { in Create()
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dpnacl_host.cc160 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) { in InitForTest()
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMapInfoGetElfTest.cpp414 void MapInfoGetElfTest::InitMapInfo(std::vector<std::shared_ptr<MapInfo>>& maps, bool in_memory) { in InitMapInfo()
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc642 PVOID in_memory = PEImage::RVAToAddr(rva); in RVAToAddr() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.cc218 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile()