Home
last modified time | relevance | path

Searched defs:RuntimeOptions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.h40 struct RuntimeOptions { struct
63 EXPORT explicit OatFileAssistantContext(std::unique_ptr<RuntimeOptions> runtime_options); argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Druntime_options.h23 struct RuntimeOptions { struct
24 RuntimeOptions() in RuntimeOptions() argument
31 bool reuse_internal_objects;
35 bool bundle_readonly_objects;
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.h233 struct RuntimeOptions { struct
244 RuntimeOptions &set_storage_policy(StoragePolicy sp) { in set_storage_policy() argument
258 const RuntimeOptions &runtime_options, argument
/aosp_15_r20/art/runtime/
H A Dparsed_options.h40 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
H A Dcommon_runtime_test.h70 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
H A Druntime.h122 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
/aosp_15_r20/art/odrefresh/
H A Dodrefresh_test.cc698 TEST_F(OdRefreshTest, RuntimeOptions) { in TEST_F() argument