Searched refs:get_values (Results 1 – 2 of 2) sorted by relevance
/aosp14/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()
|
/aosp14/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)
|