/third_party/mindspore/mindspore/core/ops/ |
D | custom.cc | 23 void Custom::Init(const std::string &type, const std::map<std::string, std::vector<uint8_t>> &attrs… in Init() 28 void Custom::set_type(const std::string &type) { (void)this->AddAttr(kType, MakeValue(type)); } in set_type() 30 std::string Custom::get_type() const { in get_type() 35 void Custom::set_attr(const std::map<std::string, std::vector<uint8_t>> &attrs) { in set_attr() 44 std::map<std::string, std::vector<uint8_t>> Custom::get_attr() const { in get_attr() 54 REGISTER_PRIMITIVE_C(kNameCustom, Custom);
|
D | custom.h | 33 class MS_CORE_API Custom : public PrimitiveC { 36 Custom() : PrimitiveC(kNameCustom) {} in Custom() function 39 ~Custom() override = default; 41 MS_DECLARE_PARENT(Custom, PrimitiveC); 70 using PrimCustomPtr = std::shared_ptr<Custom>;
|
/third_party/jerryscript/tests/jerry-test-suite/08/08.12/08.12.02/ |
D | 08.12.02-001.js | 19 function Custom() { class 22 Custom.prototype = prot; 24 var obj = new Custom();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 89 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering() 90 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering() 91 setOperationAction(ISD::MUL, T, Custom); in initializeHVXLowering() 92 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 93 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering() 94 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in initializeHVXLowering() 96 setOperationAction(ISD::CONCAT_VECTORS, T, Custom); in initializeHVXLowering() 97 setOperationAction(ISD::INSERT_SUBVECTOR, T, Custom); in initializeHVXLowering() 98 setOperationAction(ISD::INSERT_VECTOR_ELT, T, Custom); in initializeHVXLowering() 99 setOperationAction(ISD::EXTRACT_SUBVECTOR, T, Custom); in initializeHVXLowering() [all …]
|
D | HexagonISelLowering.cpp | 1349 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in HexagonTargetLowering() 1350 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in HexagonTargetLowering() 1353 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering() 1354 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering() 1355 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in HexagonTargetLowering() 1356 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom); in HexagonTargetLowering() 1357 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering() 1358 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom); in HexagonTargetLowering() 1359 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering() 1360 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in HexagonTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 72 setOperationAction(ISD::LOAD, MVT::i32, Custom); in R600TargetLowering() 73 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in R600TargetLowering() 74 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in R600TargetLowering() 80 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering() 81 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering() 84 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering() 85 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering() 88 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering() 89 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering() 101 setOperationAction(ISD::STORE, MVT::i8, Custom); in R600TargetLowering() [all …]
|
D | SIISelLowering.cpp | 176 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in SITargetLowering() 177 setOperationAction(ISD::LOAD, MVT::v3i32, Custom); in SITargetLowering() 178 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in SITargetLowering() 179 setOperationAction(ISD::LOAD, MVT::v5i32, Custom); in SITargetLowering() 180 setOperationAction(ISD::LOAD, MVT::v8i32, Custom); in SITargetLowering() 181 setOperationAction(ISD::LOAD, MVT::v16i32, Custom); in SITargetLowering() 182 setOperationAction(ISD::LOAD, MVT::i1, Custom); in SITargetLowering() 183 setOperationAction(ISD::LOAD, MVT::v32i32, Custom); in SITargetLowering() 185 setOperationAction(ISD::STORE, MVT::v2i32, Custom); in SITargetLowering() 186 setOperationAction(ISD::STORE, MVT::v3i32, Custom); in SITargetLowering() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | dialog_theme_test.dart | 81 testWidgets('Custom dialog elevation', (WidgetTester tester) async { 99 testWidgets('Custom dialog shape', (WidgetTester tester) async { 118 testWidgets('Custom dialog shape matches golden', (WidgetTester tester) async { 140 testWidgets('Custom Title Text Style - Constructor Param', (WidgetTester tester) async { 157 testWidgets('Custom Title Text Style - Dialog Theme', (WidgetTester tester) async { 174 testWidgets('Custom Title Text Style - Theme', (WidgetTester tester) async { 191 testWidgets('Custom Content Text Style - Constructor Param', (WidgetTester tester) async { 208 testWidgets('Custom Content Text Style - Dialog Theme', (WidgetTester tester) async { 225 testWidgets('Custom Content Text Style - Theme', (WidgetTester tester) async {
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | custom_terminal.qbk | 10 [section Custom Terminals] 12 Custom Terminals are used in Phoenix to handle special values transparently. 16 Custom terminals could be any wrapper class:
|
/third_party/curl/tests/data/ |
D | test4 | 33 …-H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:… 46 X-Custom-Header: 55 X-Custom-Header:
|
/third_party/python/Doc/extending/ |
D | newtypes_tutorial.rst | 39 complete, module that defines a new type named :class:`Custom` inside a C 53 #. What a :class:`Custom` **object** contains: this is the ``CustomObject`` 54 struct, which is allocated once for each :class:`Custom` instance. 55 #. How the :class:`Custom` **type** behaves: this is the ``CustomType`` struct, 67 This is what a Custom object will contain. ``PyObject_HEAD`` is mandatory 92 .tp_name = "custom.Custom", 93 .tp_doc = "Custom objects", 117 .tp_name = "custom.Custom", 124 >>> "" + custom.Custom() 127 TypeError: can only concatenate str (not "custom.Custom") to str [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1460 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering() 1461 setOperationAction(ISD::STORE, MVT::i64, Custom); in SparcTargetLowering() 1484 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 1485 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering() 1486 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SparcTargetLowering() 1487 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SparcTargetLowering() 1509 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in SparcTargetLowering() 1510 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering() 1511 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in SparcTargetLowering() 1512 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in SparcTargetLowering() [all …]
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | custom_predicates.qbk | 9 [section:custom_predicates Custom predicate support] 23 [bt_example example30..Custom predicate support using __BOOST_LEVEL_PREDICATE__..run-fail] 37 [bt_example example31..Custom predicate support using class __class_predicate_result__..run-fail]
|
/third_party/grpc/examples/cpp/metadata/ |
D | README.md | 8 Custom metadata must follow the "Custom-Metadata" format listed in 62 "Header key: custom-header , value: Custom Value"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 50 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 51 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in AVRTargetLowering() 76 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering() 77 setOperationAction(ISD::ADD, MVT::i64, Custom); in AVRTargetLowering() 81 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering() 82 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering() 83 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering() 84 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering() 85 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering() 86 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering() [all …]
|
/third_party/protobuf/csharp/protos/ |
D | unittest_selfreferential_options.proto | 39 // Custom field option used in definition of the extension message. 48 // Custom field option used in definition of the custom option's message. 55 // Custom field option used on the definition of that field option.
|
/third_party/curl/winbuild/ |
D | README.md | 101 - `CARES_PATH=<path>` - Custom path for c-ares 102 - `MBEDTLS_PATH=<path>` - Custom path for mbedTLS 103 - `NGHTTP2_PATH=<path>` - Custom path for nghttp2 104 - `SSH2_PATH=<path>` - Custom path for libSSH2 105 - `SSL_PATH=<path>` - Custom path for OpenSSL 106 - `ZLIB_PATH=<path>` - Custom path for zlib
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 72 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 73 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering() 74 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering() 75 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 76 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering() 80 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 134 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering() 137 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering() 141 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering() 144 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 207 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering() 208 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 209 setOperationAction(ISD::SETCC, MVT::i32, Custom); in AArch64TargetLowering() 210 setOperationAction(ISD::SETCC, MVT::i64, Custom); in AArch64TargetLowering() 211 setOperationAction(ISD::SETCC, MVT::f16, Custom); in AArch64TargetLowering() 212 setOperationAction(ISD::SETCC, MVT::f32, Custom); in AArch64TargetLowering() 213 setOperationAction(ISD::SETCC, MVT::f64, Custom); in AArch64TargetLowering() 214 setOperationAction(ISD::STRICT_FSETCC, MVT::f16, Custom); in AArch64TargetLowering() 215 setOperationAction(ISD::STRICT_FSETCC, MVT::f32, Custom); in AArch64TargetLowering() 216 setOperationAction(ISD::STRICT_FSETCC, MVT::f64, Custom); in AArch64TargetLowering() [all …]
|
/third_party/boost/libs/beast/doc/qbk/04_http/ |
D | 10_custom_parsers.qbk | 10 [section Custom Parsers] 16 while the derived class decides what to do with those elements. Custom parsers
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_init.data | 25 Custom entropy sources: all standard 28 Custom entropy sources: none
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 71 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering() 76 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 78 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering() 103 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering() 109 STI.getHasJmp32() ? Custom : Promote); in BPFTargetLowering() 112 setOperationAction(ISD::CTTZ, MVT::i64, Custom); in BPFTargetLowering() 113 setOperationAction(ISD::CTLZ, MVT::i64, Custom); in BPFTargetLowering() 114 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering() 115 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering()
|
/third_party/boost/libs/asio/doc/overview/ |
D | allocation.qbk | 8 [section:allocation Custom Memory Allocation] 37 // Custom implementation of Allocator type requirements. 57 // Custom implementation of Allocator type requirements.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 202 setOperationAction(ISD::ABS , MVT::i16 , Custom); in X86TargetLowering() 203 setOperationAction(ISD::ABS , MVT::i32 , Custom); in X86TargetLowering() 205 setOperationAction(ISD::ABS , MVT::i64 , Custom); in X86TargetLowering() 209 setOperationAction(ShiftOp , MVT::i16 , Custom); in X86TargetLowering() 210 setOperationAction(ShiftOp , MVT::i32 , Custom); in X86TargetLowering() 212 setOperationAction(ShiftOp , MVT::i64 , Custom); in X86TargetLowering() 224 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 225 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 228 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 229 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 76 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering() 77 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering() 78 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering() 79 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering() 80 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering() 81 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering() 86 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 87 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 88 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in MSP430TargetLowering() 90 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering() [all …]
|