HomeSort by relevance Sort by last modified time
    Searched refs:other_value (Results 1 - 8 of 8) sorted by null

  /system/update_engine/update_manager/
real_random_provider_unittest.cc 58 unique_ptr<const uint64_t> other_value(
61 ASSERT_NE(nullptr, other_value.get());
62 is_same_value = is_same_value && *other_value == *value;
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 145 bool operator!=(ValueType other_value) const { return value != other_value; }
146 bool operator!=(BaseType other_value) const {
147 return static_cast<BaseType>(value) != other_value;
150 bool operator==(ValueType other_value) const { return value == other_value; }
151 bool operator==(BaseType other_value) const {
152 return static_cast<BaseType>(value) == other_value;
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 192 int other_value; local
215 other_value = (int)strtol(arguments[i], &end_of_integer, 10);
226 *intermediate_value = function(value, other_value);
  /external/devlib/devlib/utils/
misc.py 266 other_value = other[k]
268 other_type = type(other_value)
270 (base_value is not None) and (other_value is not None)):
272 other_value, other_type))
274 merged[k] = _merge_two_dicts(base_value, other_value, list_duplicates, match_types, dict_type)
277 merged[k] = _merge_two_lists(base_value, other_value, list_duplicates, dict_type)
279 merged[k] = _merge_two_lists([], other_value, list_duplicates, dict_type)
282 merged[k] = norm(base_value.union(other_value), dict_type)
284 merged[k] = norm(other_value, dict_type)
  /art/compiler/optimizing/
bounds_check_elimination.cc 1244 ValueBound other_value = ValueBound::AsValueBound(other_index); local
1361 ValueBound other_value = ValueBound::AsValueBound(other_index); local
    [all...]
nodes.h 445 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) {
446 maximum_number_of_out_vregs_ = std::max(maximum_number_of_out_vregs_, other_value);
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.h 103 Node* MergeValue(Node* value, Node* other_value, Node* control);
  /external/v8/src/
objects.cc 2244 double other_value = other->Number(); local
2266 double other_value = other->Number(); local
    [all...]

Completed in 856 milliseconds