Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp61 JsonObjectRef::Get(const std::string &key, const Json::Value &default_value, in Get() function in header_checker::repr::JsonObjectRef
75 return Get(key, json_false, &Json::Value::isBool).asBool(); in GetBool()
79 return Get(key, json_0, &Json::Value::isIntegral).asInt64(); in GetInt()
83 return Get(key, json_0, &Json::Value::isIntegral).asUInt64(); in GetUint()
87 return Get(key, json_empty_string, &Json::Value::isString).asString(); in GetString()
91 return JsonObjectRef(Get(key, json_empty_object, &Json::Value::isObject), in GetObject()
98 Get(key, json_empty_array, &Json::Value::isArray), ok_); in GetObjects()
104 Get(key, json_empty_array, &Json::Value::isArray), ok_); in GetStrings()
Dir_reader.h63 const Json::Value &Get(const std::string &key,
/development/scripts/
Drunahat23 $script_name: Get heapdump from a process and open in ahat.
/development/tools/repo_diff/service/repodiff/repositories/
Dsource.go24 id, ok := cacheSingleton.Get(cacheKey(url, branch))
80 urlBranchPair, ok := cacheSingleton.Get(id)
/development/samples/training/testingfun/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/development/tools/checkcolor/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/development/tools/
Dmonkey107 def Get(self, cmd): member in Adb
143 return self.Get(["shell", "getprop", name])
170 text = self.Get(["shell", "dumpsys", "battery"])