Searched refs:value_b (Results 1 – 7 of 7) 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/tensorflow/tensorflow/compiler/xla/service/ |
D | copy_insertion.cc | 493 for (const HloValue* value_b : buffer.values()) { in CopyRemover() local 494 if (value_a != value_b) { in CopyRemover() 495 DCHECK(ordering_.LiveRangeStrictlyBefore(*value_a, *value_b, in CopyRemover() 497 ordering_.LiveRangeStrictlyBefore(*value_b, *value_a, in CopyRemover() 500 << 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/example_proto/ |
D | test_messages.proto | 83 optional NestedC value_b = 1; field
|
/external/perfetto/src/protozero/test/ |
D | protozero_conformance_unittest.cc | 155 EXPECT_EQ(321, gold_msg_a.repeated_a(0).value_b().value_c()); in TEST_F()
|
/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 …]
|