Home
last modified time | relevance | path

Searched refs:set_b (Results 1 – 25 of 67) sorted by relevance

123

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc202 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 …]
Dfield_mask_util_test.cc675 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/
DOptions.h212 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/
Dreflection_ops_unittest.cc345 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/
Dmap_fusion.cc66 (*fused_node.mutable_attr())["use_inter_op_parallelism"].set_b( in MakeFusedNode()
73 (*fused_node.mutable_attr())["preserve_cardinality"].set_b( in MakeFusedNode()
Dparallel_batch.cc37 (*node.mutable_attr())["parallel_copy"].set_b(true); in OptimizeAndCollectStats()
Dmake_sloppy.cc53 (*node.mutable_attr())["sloppy"].set_b(true); in OptimizeAndCollectStats()
Ddisable_prefetch_legacy_autotune.cc55 (*node.mutable_attr())[kLegacyAutotune].set_b(false); in OptimizeAndCollectStats()
Dauto_shard.cc158 (*(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()
Dshuffle_and_repeat_fusion_test.cc66 (*shuffle_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in TEST()
202 (*shuffle_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in TEST()
Dshuffle_and_repeat_fusion.cc112 (*fused_node->mutable_attr())[kReshuffleEachIteration].set_b(true); in FuseShuffleV2AndRepeat()
/external/llvm-project/lldb/source/Interpreter/
DOptions.cpp47 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/
Ddesktop_region.cc468 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()
Ddesktop_region.h155 const RowSpanSet& set_b,
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer_test.cc274 (*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()
Dfunction_optimizer_test.cc454 (*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/
Dcpdf_image.cpp186 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/
Dcfx_scanlinecompositor.cpp1297 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/
Dforce_xla_constants_on_host_pass_test.cc76 true_attribute.set_b(true); in TEST()
Dxla_kernel_creator_test.cc94 v.set_b(b); in BoolAttr()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_case_op_test.cc333 (*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()
Dlower_if_op_test.cc266 (*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/
Dragged_tensor_to_variant_op_test.cc341 (*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/
Dexport_tensorflow.cc651 (*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/
Dbasic_type.cpp58 set_b (const T& b) in set_b() function in a_class

123