/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAXFactoryImpl.java | 84 getPrototype().setFeature(name, value); in setFeature() 102 return getPrototype().getFeature(name); in getFeature() 107 private SAXParserImpl getPrototype() in getPrototype() method in SAXFactoryImpl
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterGenericRedeclTest.cpp | 138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function 183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() 216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype() 238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype() 260 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition() 282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes() 283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes() 328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype() 352 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition() 377 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce() [all …]
|
D | ASTImporterODRStrategiesTest.cpp | 243 static std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function 309 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_ImportConflictingProtoAfterProto() 321 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_ImportConflictingProtoDefAfterProto() 325 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_ImportConflictingProtoAfterProtoDef() 338 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_DontImportConflictingProtoAfterProto() 354 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_DontImportConflictingProtoDefAfterProto() 358 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_DontImportConflictingProtoAfterProtoDef()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | MethodSection.java | 44 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() method 45 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key); in getPrototype() method
|
D | DexWriter.java | 479 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key))); 1037 protoSection.getParameters(methodSection.getPrototype(methodKey)));
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | MethodPool.java | 64 …@Nonnull @Override public MethodProtoReference getPrototype(@Nonnull MethodReference methodReferen… in getPrototype() method in MethodPool 68 @Nonnull @Override public MethodProtoReference getPrototype(@Nonnull PoolMethod poolMethod) { in getPrototype() method in MethodPool
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | ParameterizedField.java | 64 ParameterizedField prototype = getPrototype(typeName); in newInstance() 74 private static ParameterizedField getPrototype(String name) { in getPrototype() method in ParameterizedField
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderMethodPool.java | 84 public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethodReference key) { in getPrototype() method in BuilderMethodPool 88 …@Nonnull @Override public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethod builderM… in getPrototype() method in BuilderMethodPool
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 153 static const char *getPrototype() { in getPrototype() function 988 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase() 992 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase() 1133 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler() 1164 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl() 1179 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl() 1230 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId() 1244 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId() 1245 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId() 1247 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 153 static const char *getPrototype() { in getPrototype() function 991 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase() 995 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase() 1136 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler() 1167 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl() 1182 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl() 1233 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId() 1247 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId() 1248 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId() 1250 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 489 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 900 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering 1426 getPrototype(DAG.getDataLayout(), retTy, Args, Outs, retAlignment, CS); in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 1259 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering 1698 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 1243 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering 1681 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB); in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 225 Function *getPrototype() const { in getPrototype() function
|
D | Coroutines.cpp | 383 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 225 Function *getPrototype() const { in getPrototype() function
|
D | Coroutines.cpp | 410 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
|
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |