Home
last modified time | relevance | path

Searched refs:_values (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dcontainers.py200 self._values = []
204 return self._values[key]
208 return len(self._values)
219 return repr(self._values)
227 self._values.sort(*args, **kwargs)
251 self._values.append(self._type_checker.CheckValue(value))
257 self._values.insert(key, self._type_checker.CheckValue(value))
277 self._values.extend(new_values)
284 self._values.extend(other._values)
289 self._values.remove(elem)
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBArray.m76 //% TYPE *_values;
108 //% return [self initWithValues:array->_values count:array->_count];
115 //% _values = reallocf(_values, count * sizeof(TYPE));
116 //% if (_values != NULL) {
118 //% memcpy(_values, values, count * sizeof(TYPE));
140 //% return [[GPB##NAME##Array allocWithZone:zone] initWithValues:_values count:_count];
147 //% return _values[index];
163 //% free(_values);
176 //% && memcmp(_values, otherArray->_values, (_count * sizeof(TYPE))) == 0);
188 //% [result appendFormat:@"##FORMAT##", _values[i]];
[all …]
DGPBDictionary.m968 //% VALUE_TYPE _values[2];
1033 //% if ((BOOL_DICT_W_HAS##HELPER(0, ) && (NEQ_##HELPER(_values[0], otherDictionary->_values[0]))) …
1034 //% (BOOL_DICT_W_HAS##HELPER(1, ) && (NEQ_##HELPER(_values[1], otherDictionary->_values[1]))))…
1047 //% [result appendFormat:@"NO: STR_FORMAT_##HELPER(VALUE_NAME)", _values[0]];
1050 //% [result appendFormat:@"YES: STR_FORMAT_##HELPER(VALUE_NAME)", _values[1]];
1066 //% block(@"false", TEXT_FORMAT_OBJ##VALUE_NAME(_values[0]));
1069 //% block(@"true", TEXT_FORMAT_OBJ##VALUE_NAME(_values[1]));
1077 //% block(NO, _values[0], &stop);
1080 //% block(YES, _values[1], &stop);
1092 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT…
[all …]
/frameworks/ml/nn/common/include/
DUtils.h118 for (auto _values = ::android::base::MakeEagerEvaluator(LHS, RHS); \
119 UNLIKELY(!(_values.lhs OP _values.rhs)); \
122 << _values.lhs << ", " << #RHS << " = " << _values.rhs << ") "
/frameworks/rs/
DrsHidlAdaptation.cpp285 std::vector<int64_t> _values(values_length); in ClosureCreate() local
295 _values[i] = (int64_t)values[i]; in ClosureCreate()
308 _fieldIDs, _values, _sizes, in ClosureCreate()
326 std::vector<int64_t> _values(values_length); in InvokeClosureCreate() local
333 _values[i] = (int64_t)values[i]; in InvokeClosureCreate()
341 _values, _sizes); in InvokeClosureCreate()