Searched defs:getType (Results 226 - 250 of 751) sorted by relevance

1234567891011>>

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNetworkInfo.java66 public int getType(){ method in class:ShadowNetworkInfo
102 * Sets up the return value of {@link #getType()}.
104 * @param connectionType the value that {@link #getType()} will return.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderTest.java29 public String getType(Uri arg0) { method in class:ContentProviderTest.TestContentProvider
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNetworkInfo.java53 public int getType(){ method in class:ShadowNetworkInfo
86 * Sets up the return value of {@link #getType()}.
88 * @param connectionType the value that {@link #getType()} will return.
/external/skia/src/pdf/
H A DSkPDFFont.h42 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } function in class:SkPDFFont
55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
/external/skqp/src/pdf/
H A DSkPDFFont.h42 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } function in class:SkPDFFont
55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DApiProvider.java79 public String getType(Uri uri) { method in class:ApiProvider
H A DTelephonyTestProvider.java57 public String getType(Uri uri) { method in class:TelephonyTestProvider
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DPrimitiveProto.java53 @Nonnull @Override public String getType() { return type; } method in class:PrimitiveProto
H A DUnknownClassProto.java55 if (other.getType().equals("Ljava/lang/Object;")) {
66 @Nonnull @Override public String getType() { method in class:UnknownClassProto
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedField.java109 public String getType() { method in class:DexBackedField
110 return dexFile.getType(dexFile.readUshort(getFieldIdItemOffset() + FieldIdItem.TYPE_OFFSET));
113 @Nonnull @Override public String getDefiningClass() { return classDef.getType(); }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableField.java93 field.getType(),
101 @Nonnull @Override public String getType() { return type; } method in class:ImmutableField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableStartLocal.java71 startLocal.getType(),
87 @Nonnull @Override public String getType() {
102 @Nullable @Override public String getType() { return type; } method in class:ImmutableStartLocal
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
H A DClassDefRewriter.java65 @Override @Nonnull public String getType() { method in class:ClassDefRewriter.RewrittenClassDef
66 return rewriters.getTypeRewriter().rewrite(classDef.getType());
H A DDebugItemRewriter.java81 @Override @Nullable public String getType() { method in class:DebugItemRewriter.BaseRewrittenLocalInfoDebugItem
82 return RewriterUtils.rewriteNullable(rewriters.getTypeRewriter(), debugItem.getType());
H A DEncodedValueRewriter.java138 @Nonnull @Override public String getType() { method in class:EncodedValueRewriter.RewrittenAnnotationEncodedValue
139 return rewriters.getTypeRewriter().rewrite(annotationEncodedValue.getType());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DPoolClassDef.java68 @Nonnull @Override public String getType() { method in class:PoolClassDef
69 return classDef.getType();
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
H A DTypeDescription.java79 public Class<? extends Object> getType() { method in class:TypeDescription
146 return "TypeDescription for " + getType() + " (tag='" + getTag() + "')";
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DProperty.java41 public Class<?> getType() { method in class:Property
53 return getName() + " of " + getType();
81 return name.equals(p.getName()) && type.equals(p.getType());
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DNode.java97 public Class<? extends Object> getType() { method in class:Node
142 } else if (tag.isCompatible(getType())) {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionELF.h59 unsigned getType() const { return Type; } function in class:llvm::MCSectionELF
/external/v8/tools/turbolizer/
H A Dnode.js70 getType: function() {
/external/annotation-tools/asmx/core/org/objectweb/asm/
H A DType.classpackage org.objectweb.asm public org.objectweb.asm.Type extends java.lang. ...
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DAbstractInsnNode.java174 public abstract int getType(); method in class:AbstractInsnNode
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DAbstractTest.java42 public abstract int getType(); method in class:AbstractTest
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as166 public function getType(t:Object):int { function

Completed in 563 milliseconds

1234567891011>>