/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl_binary_test.cc | 83 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local 89 auto* b = Var("b", b_type); in TEST_P() 118 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local 124 auto* b = Var("b", b_type); in TEST_P()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 199 typedef typename TupleT::b_type type; 466 typedef nil_t b_type; typedef 587 typedef A a_type; typedef B b_type; typedef 628 typedef A a_type; typedef B b_type; typedef 670 typedef A a_type; typedef B b_type; typedef 712 typedef A a_type; typedef B b_type; typedef 759 typedef A a_type; typedef B b_type; typedef 807 typedef A a_type; typedef B b_type; typedef 857 typedef A a_type; typedef B b_type; typedef 908 typedef A a_type; typedef B b_type; typedef [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local 46 if (a_type == b_type) { in DoPointeesLogicallyMatch() 51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
|
D | validate_extensions.cpp | 2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2166 if (result_type != b_type) { in ValidateExtInst()
|
/third_party/spirv-tools/source/val/ |
D | validate_function.cpp | 44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local 46 if (a_type == b_type) { in DoPointeesLogicallyMatch() 51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
|
D | validate_extensions.cpp | 2120 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2129 if (result_type != b_type) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_function.cpp | 44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local 46 if (a_type == b_type) { in DoPointeesLogicallyMatch() 51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
|
D | validate_extensions.cpp | 2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2166 if (result_type != b_type) { in ValidateExtInst()
|
/third_party/python/Include/cpython/ |
D | frameobject.h | 23 int b_type; /* what kind of block this is */ member
|
/third_party/python/Lib/ |
D | filecmp.py | 174 b_type = stat.S_IFMT(b_stat.st_mode) 175 if a_type != b_type:
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 74 short b_type; /* SKIP means suppress fcntl call */ member 805 if ((thiscase->b_type) != SKIP) { in run_test() 806 flock.l_type = thiscase->b_type; in run_test()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_accessor_expression_test.cc | 700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F() local 701 auto* b_ary_type = ty.array(ty.Of(b_type), 3); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | image_utils.cc | 1307 auto b_type = GetCVBorderType(border_types); in Pad() local 1310 if (b_type == cv::BORDER_CONSTANT) { in Pad() 1312 …keBorder(input_cv->mat(), out_image, pad_top, pad_bottom, pad_left, pad_right, b_type, fill_color); in Pad() 1314 … cv::copyMakeBorder(input_cv->mat(), out_image, pad_top, pad_bottom, pad_left, pad_right, b_type); in Pad()
|
/third_party/python/Objects/ |
D | frameobject.c | 898 b->b_type = type; in PyFrame_BlockSetup()
|
/third_party/python/Python/ |
D | ceval.c | 2662 if (b->b_type != EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault() 2705 assert(b->b_type == EXCEPT_HANDLER); in _PyEval_EvalFrameDefault() 4462 if (b->b_type == EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault() 4467 if (b->b_type == SETUP_FINALLY) { in _PyEval_EvalFrameDefault()
|