/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 202 msg2.set_b(402); in TEST() 381 msg2.set_b(402); in TEST() 1123 elem1_1.set_b(1); in TEST() 1124 elem1_2.set_b(1); in TEST() 1129 elem2_1.set_b(2); in TEST() 1130 elem2_2.set_b(0); in TEST() 1135 elem3_1.set_b(3); in TEST() 1136 elem3_2.set_b(0); in TEST() 1168 elem.set_b(1); in TEST() 1190 elem1_1.set_b(1); in TEST() [all …]
|
D | field_mask_util_test.cc | 675 required_msg_1.set_b(3456); in TEST() 694 required_msg_2.mutable_optional_message()->set_b(3456); in TEST() 697 required_msg_2.mutable_required_message()->set_b(3456); in TEST() 702 repeated_msg->set_b(3456); in TEST()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | Options.h | 212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b); 214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, 217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
|
/external/protobuf/src/google/protobuf/ |
D | reflection_ops_unittest.cc | 345 message.set_b(2); in TEST() 364 message.mutable_optional_message()->set_b(2); in TEST() 374 sub_message->set_b(2); in TEST() 392 message.MutableExtension(unittest::TestRequired::single)->set_b(2); in TEST() 402 message.MutableExtension(unittest::TestRequired::multi, 0)->set_b(2); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_fusion.cc | 66 (*fused_node.mutable_attr())["use_inter_op_parallelism"].set_b( in MakeFusedNode() 73 (*fused_node.mutable_attr())["preserve_cardinality"].set_b( in MakeFusedNode()
|
D | parallel_batch.cc | 37 (*node.mutable_attr())["parallel_copy"].set_b(true); in OptimizeAndCollectStats()
|
D | make_sloppy.cc | 53 (*node.mutable_attr())["sloppy"].set_b(true); in OptimizeAndCollectStats()
|
D | disable_prefetch_legacy_autotune.cc | 55 (*node.mutable_attr())[kLegacyAutotune].set_b(false); in OptimizeAndCollectStats()
|
D | auto_shard.cc | 158 (*(new_node.mutable_attr()))["require_non_empty"].set_b(true); in AddShardNode() 224 reshuffle_attr.set_b(reshuffle_each_iteration); in AddShuffleDataset() 278 reshuffle_attr.set_b(reshuffle_each_iteration); in AddShuffleDatasetV3() 592 (*rebatch_node->mutable_attr())["use_fallback"].set_b(true); in RewriteRebatchV2ToV1()
|
D | shuffle_and_repeat_fusion_test.cc | 66 (*shuffle_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in TEST() 202 (*shuffle_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in TEST()
|
D | shuffle_and_repeat_fusion.cc | 112 (*fused_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in FuseShuffleV2AndRepeat()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | Options.cpp | 47 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() argument 56 pos_b = set_b.find(*pos_a); in IsASubset() 57 if (pos_b == set_b.end()) in IsASubset() 67 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff() argument 74 pos_b = set_b.find(*pos_a); in OptionsSetDiff() 75 if (pos_b == set_b.end()) { in OptionsSetDiff() 87 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion() argument 98 for (pos = set_b.begin(); pos != set_b.end(); ++pos) { in OptionsSetUnion()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 468 const RowSpanSet& set_b, in SubtractRows() argument 470 assert(!set_a.empty() && !set_b.empty()); in SubtractRows() 472 RowSpanSet::const_iterator it_b = set_b.begin(); in SubtractRows() 479 if (it_b == set_b.end() || it_a->right < it_b->left) { in SubtractRows() 486 while (it_b != set_b.end() && it_b->left < it_a->right) { in SubtractRows()
|
D | desktop_region.h | 155 const RowSpanSet& set_b,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer_test.cc | 274 (*square_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 282 (*quadratic_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 428 (*my_mul.mutable_attr())["_noinline"].set_b(true); in TEST_F() 429 (*my_fwd.mutable_attr())["_noinline"].set_b(true); in TEST_F() 520 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1143 (*inner_func.mutable_attr())[data::kTFDataFunction].set_b( in TEST_P() 1160 (*outer_func.mutable_attr())[data::kTFDataFunction].set_b( in TEST_P()
|
D | function_optimizer_test.cc | 454 (*func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1436 (*x_times_two.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1485 (*x_times_two.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1553 (*mul_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1617 (*mul_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1695 (*mul_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1819 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1927 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 2078 (*func.mutable_attr())["_noinline"].set_b(true); in TEST_F()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 186 int32_t set_b = 0; in SetImage() local 190 std::tie(set_a, set_r, set_g, set_b) = in SetImage() 214 pBuf[5] = static_cast<char>(set_b); in SetImage()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 1297 int set_r, set_g, set_b; in CompositeRow_1bppRgb2Rgb_NoBlend() local 1303 set_b = FXARGB_B(pPalette[1]); in CompositeRow_1bppRgb2Rgb_NoBlend() 1309 src_b = set_b; in CompositeRow_1bppRgb2Rgb_NoBlend() 1421 int set_r, set_g, set_b; in CompositeRow_1bppRgb2Argb_NoBlend() local 1427 set_b = FXARGB_B(pPalette[1]); in CompositeRow_1bppRgb2Argb_NoBlend() 1433 src_b = set_b; in CompositeRow_1bppRgb2Argb_NoBlend() 1473 int set_r, set_g, set_b; in CompositeRow_1bppRgb2Rgba_NoBlend() local 1479 set_b = FXARGB_B(pPalette[1]); in CompositeRow_1bppRgb2Rgba_NoBlend() 1485 src_b = set_b; in CompositeRow_1bppRgb2Rgba_NoBlend() 2391 int set_r, set_g, set_b; in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() local [all …]
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | force_xla_constants_on_host_pass_test.cc | 76 true_attribute.set_b(true); in TEST()
|
D | xla_kernel_creator_test.cc | 94 v.set_b(b); in BoolAttr()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_case_op_test.cc | 333 (*x_times_two.mutable_attr())["_noinline"].set_b(true); in TEST() 334 (*x_times_four.mutable_attr())["_noinline"].set_b(true); in TEST() 335 (*x_times_16.mutable_attr())["_noinline"].set_b(true); in TEST()
|
D | lower_if_op_test.cc | 266 (*x_times_two.mutable_attr())["_noinline"].set_b(true); in TEST() 267 (*x_times_four.mutable_attr())["_noinline"].set_b(true); in TEST()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_variant_op_test.cc | 341 (*op.node_def.mutable_attr())["batched_input"].set_b(true); in TEST_F() 382 (*op.node_def.mutable_attr())["batched_input"].set_b(false); in TEST_F()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | export_tensorflow.cc | 651 (*matmul_op->mutable_attr())["transpose_a"].set_b(false); in ConvertFullyConnectedOperator() 652 (*matmul_op->mutable_attr())["transpose_b"].set_b(false); in ConvertFullyConnectedOperator() 971 (*fakequant_op->mutable_attr())["narrow_range"].set_b(src_op.narrow_range); in ConvertFakeQuantOperator() 1423 (*resize_op->mutable_attr())["align_corners"].set_b(src_op.align_corners); in ConvertResizeBilinearOperator() 1424 (*resize_op->mutable_attr())["half_pixel_centers"].set_b( in ConvertResizeBilinearOperator() 1438 (*resize_op->mutable_attr())["align_corners"].set_b(src_op.align_corners); in ConvertResizeNearestNeighborOperator() 1439 (*resize_op->mutable_attr())["half_pixel_centers"].set_b( in ConvertResizeNearestNeighborOperator() 1530 (*matmul_op->mutable_attr())["transpose_a"].set_b(false); in ConvertLstmCellOperator() 1531 (*matmul_op->mutable_attr())["transpose_b"].set_b(false); in ConvertLstmCellOperator() 1830 (*new_op->mutable_attr())["keep_dims"].set_b(true); in ConvertReduceOperator() [all …]
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/ |
D | basic_type.cpp | 58 set_b (const T& b) in set_b() function in a_class
|