Searched defs:getPrototype (Results 1 - 4 of 4) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXFactoryImpl.java84 getPrototype().setFeature(name, value);
102 return getPrototype().getFeature(name);
107 private SAXParserImpl getPrototype() method in class:SAXFactoryImpl
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java60 public final Prototype getPrototype() { method in class:CstBaseMethodRef
75 public final Prototype getPrototype(boolean isStatic) { method in class:CstBaseMethodRef
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DMethodIdItem.java186 public ProtoIdItem getPrototype() { method in class:MethodIdItem
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp282 std::string NVPTXTargetLowering::getPrototype(Type *retTy, function in class:NVPTXTargetLowering
685 std::string proto_string = getPrototype(retTy, Args, Outs, retAlignment);

Completed in 105 milliseconds