Searched defs:Value (Results 1 - 3 of 3) sorted by relevance

/system/chre/util/tests/
H A Dunique_ptr_test.cc11 struct Value { struct
12 Value(int value) : value(value) { function in struct:Value
16 ~Value() {
20 Value& operator=(Value&& other) {
29 int Value::constructionCounter = 0;
32 UniquePtr<Value> myInt = MakeUnique<Value>(0xcafe);
56 UniquePtr<Value> myInt = MakeUnique<Value>(
[all...]
/system/core/toolbox/
H A Dgetprop.cpp33 Value, member in class:ResultType
55 if (result_type != ResultType::Value) {
75 case ResultType::Value:
94 auto result_type = ResultType::Value;
119 if (result_type != ResultType::Value) {
126 if (result_type != ResultType::Value) {
140 if (result_type != ResultType::Value) {
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc218 uint32_t Value = 0; local
225 Value = Value * 10 + (**p) - '0';
233 return Value;
237 int Value = 0; local
249 Value = Value * 10 + (**p) - '0';
257 return ((NegativeNum == 0) ? Value : -Value);
273 uint32_t Value local
[all...]

Completed in 263 milliseconds