/external/apache-commons-bcel/docs/ |
D | generic.mdl | 2369 tool "IDL" 2373 tool "IDL" 2377 tool "IDL" 2381 tool "IDL" 2385 tool "IDL" 2389 tool "IDL" 2393 tool "IDL" 2397 tool "IDL" 2401 tool "IDL" 2405 tool "IDL" [all …]
|
/external/bazelbuild-rules_android/rules/ |
D | idl.bzl | 15 """Bazel Android IDL library for the Android rules.""" 22 "IDL sources provided without the Android IDL toolchain." 30 doc = "Contains data from processing Android IDL.", 32 idl_srcs = "List of IDL sources", 33 idl_import_root = "IDL import root", 34 idl_java_srcs = "List of IDL Java sources", 36 "List of IDL targets required for Java compilation, Proguard, etc.", 72 progress_message = "Android IDL generation %s" % idl_src.path, 133 """Processes Android IDL. 139 idl_parcelables: sequence of Files. A list of Android IDL definitions to [all …]
|
D | java.bzl | 191 """Compiles the Java and IDL sources for Android. 293 """Compiles the Java and IDL sources for Android.
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 130 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); 170 IRInstructionDataList *IDL = nullptr; member 295 IRInstructionDataList &IDL); 302 IRInstructionDataList *IDL = nullptr; member 350 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | IRSimilarityIdentifier.cpp | 27 : Inst(&I), Legal(Legality), IDL(&IDList) { in IRInstructionData() 70 [this](IRInstructionData *ID) { this->IDL->push_back(*ID); }); in convertToUnsignedVec() 95 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL); in mapToLegalUnsigned() 126 IRInstructionDataList &IDL) { in allocateIRInstructionData() argument 127 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData() 149 ID = allocateIRInstructionData(*It, false, *IDL); in mapToIllegalUnsigned()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 72 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc() local 74 printDebugLoc(IDL, OS); in printDebugLoc()
|
/external/llvm-project/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 74 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc() local 76 printDebugLoc(IDL, OS); in printDebugLoc()
|
/external/flatbuffers/samples/ |
D | monster.fbs | 1 // Example IDL file for our monster's schema.
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 68 and OMG IDL. The Python mapping defined here is based in large part on the IDL 70 implementations are free to support the strict mapping from IDL). See section 83 This specifies the mapping from OMG IDL to Python. 985 the Python DOM API, the W3C DOM recommendations, and the OMG IDL mapping for 994 The primitive IDL types used in the DOM specification are mapped to Python types 998 | IDL Type | Python Type | 1014 The IDL ``null`` value is mapped to ``None``, which may be accepted or 1023 The mapping from OMG IDL to Python defines accessor functions for IDL 1025 Mapping the IDL declarations :: 1033 particular, does not require that the IDL attributes are accessible as normal [all …]
|
D | xml.dom.minidom.rst | 225 * IDL attributes map to instance attributes. For compatibility with the OMG IDL 235 Values of type ``DOMString`` may also be ``None`` where allowed to have the IDL
|
/external/flatbuffers/dart/ |
D | README.md | 6 compiler to generate Dart code from a FlatBuffers IDL schema. For example, the
|
/external/noto-fonts/emoji-compat-flatbuffers/data/ |
D | emoji_metadata.fbs | 1 //IDL file for Flatbuffers
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 62 and OMG IDL. The Python mapping defined here is based in large part on the IDL 64 implementations are free to support the strict mapping from IDL). See section 77 This specifies the mapping from OMG IDL to Python. 968 the Python DOM API, the W3C DOM recommendations, and the OMG IDL mapping for 977 The IDL types used in the DOM specification are mapped to Python types 981 | IDL Type | Python Type | 1001 The mapping from OMG IDL to Python defines accessor functions for IDL 1003 Mapping the IDL declarations :: 1011 particular, does not require that the IDL attributes are accessible as normal 1016 This means that the typical surrogates generated by Python IDL compilers are not [all …]
|
D | xml.dom.minidom.rst | 225 * IDL attributes map to instance attributes. For compatibility with the OMG IDL 235 Values of type ``DOMString`` may also be ``None`` where allowed to have the IDL
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 313 if (const DILocation *IDL = I.getDebugLoc()) in dominates() local 314 if (LexicalScope *IScope = getOrCreateLexicalScope(IDL)) in dominates()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 306 if (const DILocation *IDL = I->getDebugLoc()) in dominates() local 307 if (LexicalScope *IScope = getOrCreateLexicalScope(IDL)) in dominates()
|
/external/libchrome/mojo/ |
D | README.md | 12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md). 23 abstraction of common IPC primitives, a message IDL format, and a bindings 117 ### Mojom IDL and Bindings Generator 119 [**Mojom IDL**](/mojo/public/tools/bindings/README.md), which can be fed to the
|
/external/grpc-grpc/src/ruby/pb/ |
D | README.md | 11 grpc_ruby_plugin. These must be installed to regenerate the IDL defined
|
/external/pdfium/fxjs/ |
D | README | 7 saner, perhaps Gin or perhaps some IDL. See
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 894 Intrinsic::ID IDL = Later->getIntrinsicID(); in isNonTargetIntrinsicMatch() local 897 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 909 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 918 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch() 924 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch()
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | README.md | 31 use the protocol buffers interface definition language (IDL) to define our 36 Here's our example service definition, defined using protocol buffers IDL in
|
/external/grpc-grpc-java/ |
D | README.md | 193 bindings to whatever datamodel/IDL/interface you are adapting. gRPC comes with 196 but bindings to other datamodel/IDL are easy and encouraged.
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 18 Interface Definition Language (IDL) for describing both the service interface
|
/external/rust/crates/grpcio-sys/grpc/ |
D | CONCEPTS.md | 18 Interface Definition Language (IDL) for describing both the service interface
|
/external/grpc-grpc/doc/ |
D | service_config.md | 54 // If using gRPC with protobuf as the IDL, then this will be of
|