Searched refs:value_b (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/cros/cellular/ |
D | labconfig_data.py | 33 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/ |
D | gl4cContextFlushControlTests.cpp | 155 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/ |
D | Symtab.cpp | 543 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/ |
D | copy_insertion.cc | 511 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()
|
D | hlo_alias_analysis_test.cc | 97 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/ |
D | cppgen_conformance_unittest.cc | 139 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()
|
D | protozero_conformance_unittest.cc | 116 EXPECT_EQ(321, gold_msg_a.repeated_a(0).value_b().value_c()); in TEST()
|
/external/perfetto/src/protozero/test/example_proto/ |
D | test_messages.proto | 83 optional NestedC value_b = 1; field
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 347 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 …]
|