/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/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 | 405 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key))); 945 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 153 static const char *getPrototype() { in getPrototype() function 1056 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase() 1060 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase() 1201 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler() 1232 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl() 1247 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl() 1298 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId() 1312 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId() 1313 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId() 1315 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-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 1239 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering 1661 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()
|