Searched refs:RuntimeOptions (Results 1 – 16 of 16) sorted by relevance
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie_test.cc | 119 IcingDynamicTrie trie(trie_files_prefix_, IcingDynamicTrie::RuntimeOptions(), in TEST_F() 147 IcingDynamicTrie trie(trie_files_prefix_, IcingDynamicTrie::RuntimeOptions(), in TEST_F() 161 IcingDynamicTrie trie(trie_files_prefix_, IcingDynamicTrie::RuntimeOptions(), in TEST_F() 325 IcingDynamicTrie::RuntimeOptions(), &filesystem); in TEST_F() 340 IcingDynamicTrie::RuntimeOptions(), &filesystem); in TEST_F() 354 IcingDynamicTrie::RuntimeOptions(), &filesystem); in TEST_F() 380 IcingDynamicTrie::RuntimeOptions ropt; in TEST_F() 385 ropt.storage_policy = IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc; in TEST_F() 412 ropt.storage_policy = IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc; in TEST_F() 415 ropt.storage_policy = IcingDynamicTrie::RuntimeOptions::kExplicitFlush; in TEST_F() [all …]
|
D | icing-dynamic-trie.h | 224 struct RuntimeOptions { struct 235 RuntimeOptions &set_storage_policy(StoragePolicy sp) { in set_storage_policy() argument 249 const RuntimeOptions &runtime_options, argument 632 const RuntimeOptions runtime_options_;
|
D | icing-dynamic-trie.cc | 252 const RuntimeOptions &runtime_options, 394 RuntimeOptions runtime_options_; 404 const std::string &file_basename, const RuntimeOptions &runtime_options, in IcingDynamicTrieStorage() 445 runtime_options_.storage_policy == RuntimeOptions::kMapSharedWithCrc; in Init() 1057 const RuntimeOptions &runtime_options, in IcingDynamicTrie() 1268 runtime_options_.storage_policy == RuntimeOptions::kMapSharedWithCrc, in InitPropertyBitmaps() 1284 runtime_options_.storage_policy == RuntimeOptions::kMapSharedWithCrc, in InitPropertyBitmaps() 2318 if (runtime_options_.storage_policy != RuntimeOptions::kMapSharedWithCrc) { in UpdateCrc()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | runtime_options.h | 23 struct RuntimeOptions { struct 24 RuntimeOptions() in RuntimeOptions() function
|
D | runtime.h | 43 Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info, 84 const RuntimeOptions options_;
|
D | api.h | 55 const RuntimeOptions& options, const ObjectManager* objects,
|
D | api.cc | 246 const RuntimeOptions& options, const ObjectManager* objects, in NewRun()
|
D | runtime.cc | 240 Runtime::Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info, in Runtime()
|
D | api2.cc | 575 RuntimeOptions runtime_options; in Build()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | test_util.cc | 72 const RuntimeOptions& runtime_options, in Invoke() 132 return Invoke(CompilationOptions(), RuntimeOptions(), shader); in Invoke()
|
D | test_util.h | 53 const RuntimeOptions& runtime_options,
|
/external/icing/icing/index/lite/ |
D | lite-index.cc | 99 IcingDynamicTrie::RuntimeOptions LiteIndex::MakeTrieRuntimeOptions() { in MakeTrieRuntimeOptions() 100 return IcingDynamicTrie::RuntimeOptions().set_storage_policy( in MakeTrieRuntimeOptions() 101 IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc); in MakeTrieRuntimeOptions()
|
D | lite-index.h | 256 static IcingDynamicTrie::RuntimeOptions MakeTrieRuntimeOptions();
|
/external/icing/icing/store/ |
D | key-mapper.h | 189 IcingDynamicTrie::RuntimeOptions().set_storage_policy( in KeyMapper() 190 IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc), in KeyMapper()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | gl_delegate.cc | 272 const RuntimeOptions runtime_options; in Prepare()
|
/external/icing/icing/index/main/ |
D | main-index.cc | 112 IcingDynamicTrie::RuntimeOptions runtime_options; in Init()
|