Searched refs:getPrototype (Results 1 - 14 of 14) 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/dex/file/
H A DMethodIdItem.java46 protoIds.intern(getMethodRef().getPrototype());
62 return protoIds.indexOf(getMethodRef().getPrototype());
H A DDebugInfoDecoder.java103 this.desc = ref.getPrototype();
H A DDebugInfoEncoder.java114 this.desc = ref.getPrototype();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DMethodSection.java41 @Nonnull ProtoKey getPrototype(@Nonnull MethodRefKey key); method in interface:MethodSection
42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key); method in interface:MethodSection
H A DDexWriter.java351 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key)));
878 protoSection.getParameters(methodSection.getPrototype(methodKey)));
/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/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DMethodPool.java65 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull MethodReference methodReference) { method in class:MethodPool
69 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull PoolMethod poolMethod) { method in class:MethodPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderMethodPool.java81 public BuilderProtoReference getPrototype(@Nonnull BuilderMethodReference key) { method in class:BuilderMethodPool
85 @Nonnull @Override public BuilderProtoReference getPrototype(@Nonnull BuilderMethod builderMethod) { method in class:BuilderMethodPool
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h225 std::string getPrototype(Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp493 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args, function in class:NVPTXTargetLowering
1008 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype());
1208 Prototype meth = cstMeth.getPrototype();
1215 Prototype meth = cstMeth.getPrototype();
1222 Prototype meth = cstMeth.getPrototype();
1229 Prototype meth = cstMeth.getPrototype();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 435 milliseconds