Searched refs:Get (Results 1 – 8 of 8) sorted by relevance
/development/vndk/tools/header-checker/src/repr/json/ |
D | ir_reader.cpp | 61 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()
|
D | ir_reader.h | 63 const Json::Value &Get(const std::string &key,
|
/development/scripts/ |
D | runahat | 23 $script_name: Get heapdump from a process and open in ahat.
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | source.go | 24 id, ok := cacheSingleton.Get(cacheKey(url, branch)) 80 urlBranchPair, ok := cacheSingleton.Get(id)
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/development/tools/checkcolor/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 66 @rem Get arguments from the 4NT Shell from JP Software
|
/development/tools/ |
D | monkey | 107 def Get(self, cmd): member in Adb 143 return self.Get(["shell", "getprop", name]) 170 text = self.Get(["shell", "dumpsys", "battery"])
|