Home
last modified time | relevance | path

Searched refs:RuntimeOptions (Results 1 – 16 of 16) sorted by relevance

/external/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc119 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 …]
Dicing-dynamic-trie.h224 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_;
Dicing-dynamic-trie.cc252 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/
Druntime_options.h23 struct RuntimeOptions { struct
24 RuntimeOptions() in RuntimeOptions() function
Druntime.h43 Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info,
84 const RuntimeOptions options_;
Dapi.h55 const RuntimeOptions& options, const ObjectManager* objects,
Dapi.cc246 const RuntimeOptions& options, const ObjectManager* objects, in NewRun()
Druntime.cc240 Runtime::Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info, in Runtime()
Dapi2.cc575 RuntimeOptions runtime_options; in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dtest_util.cc72 const RuntimeOptions& runtime_options, in Invoke()
132 return Invoke(CompilationOptions(), RuntimeOptions(), shader); in Invoke()
Dtest_util.h53 const RuntimeOptions& runtime_options,
/external/icing/icing/index/lite/
Dlite-index.cc99 IcingDynamicTrie::RuntimeOptions LiteIndex::MakeTrieRuntimeOptions() { in MakeTrieRuntimeOptions()
100 return IcingDynamicTrie::RuntimeOptions().set_storage_policy( in MakeTrieRuntimeOptions()
101 IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc); in MakeTrieRuntimeOptions()
Dlite-index.h256 static IcingDynamicTrie::RuntimeOptions MakeTrieRuntimeOptions();
/external/icing/icing/store/
Dkey-mapper.h189 IcingDynamicTrie::RuntimeOptions().set_storage_policy( in KeyMapper()
190 IcingDynamicTrie::RuntimeOptions::kMapSharedWithCrc), in KeyMapper()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc272 const RuntimeOptions runtime_options; in Prepare()
/external/icing/icing/index/main/
Dmain-index.cc112 IcingDynamicTrie::RuntimeOptions runtime_options; in Init()