Home
last modified time | relevance | path

Searched refs:value_b (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/cros/cellular/
Dlabconfig_data.py33 for (key_b, value_b) in b.iteritems():
34 a[key_b] = combine_trees(a.get(key_b, None), value_b)
/external/deqp/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp155 glw::GLboolean value_b = -1; in testQuery() local
175 gl.getBooleanv(GL_CONTEXT_RELEASE_BEHAVIOR, &value_b); in testQuery()
180 (expected_value == value_d) && (expected_bool_value == value_b)) in testQuery()
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp543 addr_t value_b = addr_cache[index_b]; in operator ()() local
544 if (value_b == LLDB_INVALID_ADDRESS) { in operator ()()
545 value_b = symbols[index_b].GetAddressRef().GetFileAddress(); in operator ()()
546 addr_cache[index_b] = value_b; in operator ()()
549 if (value_a == value_b) { in operator ()()
558 } else if (value_a < value_b) in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc511 for (const HloValue* value_b : buffer.values()) { in CopyRemover() local
512 if (value_a != value_b) { in CopyRemover()
513 DCHECK(ordering_.LiveRangeStrictlyBefore(*value_a, *value_b, in CopyRemover()
515 ordering_.LiveRangeStrictlyBefore(*value_b, *value_a, in CopyRemover()
518 << value_b->ToShortString() << " are not ordered"; in CopyRemover()
Dhlo_alias_analysis_test.cc97 for (const HloValue* value_b : buffer.values()) { in AnyValuesInSameBufferInterfere() local
98 if (*value_a != *value_b && in AnyValuesInSameBufferInterfere()
99 ordering.MayInterfere(*value_a, *value_b, in AnyValuesInSameBufferInterfere()
101 VLOG(1) << *value_a << " interferes with " << *value_b in AnyValuesInSameBufferInterfere()
/external/perfetto/src/protozero/test/
Dcppgen_conformance_unittest.cc139 EXPECT_EQ(321, gold_msg_a.repeated_a(0).value_b().value_c()); in TEST()
141 EXPECT_EQ(gold_msg_a.repeated_a(1).value_b().value_c(), 0); in TEST()
Dprotozero_conformance_unittest.cc116 EXPECT_EQ(321, gold_msg_a.repeated_a(0).value_b().value_c()); in TEST()
/external/perfetto/src/protozero/test/example_proto/
Dtest_messages.proto83 optional NestedC value_b = 1; field
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp347 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument
352 const glsl_type *type_b = value_b->type; in arithmetic_result_type()
371 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type()
379 type_b = value_b->type; in arithmetic_result_type()
518 bit_logic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in bit_logic_result_type() argument
523 const glsl_type *type_b = value_b->type; in bit_logic_result_type()
558 if (!apply_implicit_conversion(type_a, value_b, state) in bit_logic_result_type()
573 type_b = value_b->type; in bit_logic_result_type()
606 modulus_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in modulus_result_type() argument
610 const glsl_type *type_b = value_b->type; in modulus_result_type()
[all …]