HomeSort by relevance Sort by last modified time
    Searched full:other_value (Results 1 - 10 of 10) 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;
  /external/clang/test/Modules/
cstd.m 5 const double other_value = DBL_MAX;
  /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);
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 295 final int OTHER_VALUE = 27;
298 Settings.Secure.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id);
309 + ", expected to read " + OTHER_VALUE + " but got " + otherValue,
310 otherValue == OTHER_VALUE);
  /external/v8/src/compiler/
bytecode-graph-builder.h 107 Node* MergeValue(Node* value, Node* other_value, Node* control);
  /external/chromium-trace/catapult/third_party/WebOb/docs/
wiki-example.txt 538 ``false_value or other_value`` in Python resolves to ``other_value``).
  /art/compiler/optimizing/
bounds_check_elimination.cc 1225 ValueBound other_value = ValueBound::AsValueBound(other_index); local
    [all...]
nodes.h 406 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) {
407 maximum_number_of_out_vregs_ = std::max(maximum_number_of_out_vregs_, other_value);
    [all...]
  /external/v8/src/
objects.cc 1536 double other_value = other->Number(); local
1578 double other_value = other->Number(); local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 227 LANE_TYPE other_value) {
229 // other_value without disturbing the other lanes.
234 value->set_lane(i, other_value); // change the value
239 CHECK_EQ(other_value, value->get_lane(j));
    [all...]

Completed in 477 milliseconds