Searched refs:get_values (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/bit/ |
H A D | make.cpp | 183 get_values(const Json::Value& json, const string& name, vector<string>* result) in get_values() function 240 get_values(value, "class", &module.classes); in read_modules() 241 get_values(value, "path", &module.paths); in read_modules() 242 get_values(value, "installed", &module.installed); in read_modules()
|
/aosp12/system/core/init/ |
H A D | perfboot.py | 261 def get_values(record, tag): function 269 values = get_values(record, tag) 289 len(get_values(record, tag))) 312 values = get_values(record, tag)
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | swapchain.cpp | 187 void get_values(VkPastPresentationTimingGOOGLE* values) const { in get_values() function in vulkan::driver::__anon425651d70110::TimingInfo 451 ti.get_values(&timings[num_copied]); in copy_ready_timings()
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 3348 std::vector<HInstruction*> get_values{val_phi, c13, c14}; in TEST_F() local 3357 for (auto [get, val] : ZipLeft(MakeIterationRange(pred_gets), MakeIterationRange(get_values))) { in TEST_F()
|