HomeSort by relevance Sort by last modified time
    Searched refs:getType (Results 226 - 250 of 8672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/security/x509/
X400Address.java 362 public int getType() {
403 else if (inputName.getType() != NAME_X400)
  /packages/apps/Car/Radio/src/com/android/car/radio/storage/
IdentifierEntity.java 38 type = id.getType();
44 return id.getType() == type && id.getValue() == value;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 78 tb_float.setX(in.getType().getX());
79 tb_float.setY(in.getType().getY());
104 int width = getInPixelsAllocation().getType().getX();
105 int height = getInPixelsAllocation().getType().getY();
118 int width = getInPixelsAllocation().getType().getX();
119 int height = getInPixelsAllocation().getType().getY();
132 int width = in.getType().getX();
133 int height = in.getType().getY();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java 47 return getType() + "=" + getStringValue(); //$NON-NLS-1$
56 + getType());
GLEnumProperty.java 48 return getType() + "=" + getStringValue(); //$NON-NLS-1$
56 throw new IllegalArgumentException("Attempt to set invalid value for " + getType()); //$NON-NLS-1$
GLFloatProperty.java 45 + getType());
61 return getType() + "=" + getStringValue(); //$NON-NLS-1$
GLIntegerProperty.java 56 return getType() + "=" + getStringValue(); //$NON-NLS-1$
65 + getType());
GLLongProperty.java 56 return getType() + "=" + getStringValue(); //$NON-NLS-1$
65 + getType());
  /test/vti/dashboard/src/main/java/com/android/vts/util/
Graph.java 39 public abstract GraphType getType();
87 json.add(TYPE_KEY, new JsonPrimitive(getType().toString()));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 180 assert(getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
279 assert(getType()->isVectorTy() && "Not a vector constant!");
287 VectorType *VT = cast<VectorType>(getType());
448 assert(C->getType() == Ty->getScalarType() &&
598 assert(V[i]->getType() == T->getElementType() &&
605 assert(V[i]->getType() == Ty->getElementType() &&
652 EltTypes.push_back(V[i]->getType());
673 assert((T->isOpaque() || V[i]->getType() == T->getElementType(i)) &&
705 assert(V[i]->getType() == T->getElementType() &&
713 VectorType *T = VectorType::get(V.front()->getType(), V.size())
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstEnumRef.java 52 public Type getType() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstEnumRef.java 53 public Type getType() {
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
IincInsnNode.java 68 public int getType() {
InsnNode.java 93 public int getType() {
JumpInsnNode.java 81 public int getType() {
MultiANewArrayInsnNode.java 68 public int getType() {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java 43 public int getType() {
  /external/clang/lib/CodeGen/
Address.h 44 llvm::PointerType *getType() const {
45 return llvm::cast<llvm::PointerType>(getPointer()->getType());
53 return getType()->getElementType();
58 return getType()->getAddressSpace();
  /external/emma/core/java12/com/vladium/emma/report/
IReportGenerator.java 25 String getType ();
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
JavaParserParameterDeclaration.java 71 public ResolvedType getType() {
72 if (wrappedNode.getType() instanceof UnknownType && JavaParserFactory.getContext(wrappedNode, typeSolver) instanceof LambdaExprContext) {
75 return value.get().getType();
78 ResolvedType res = JavaParserFacade.get(typeSolver).convert(wrappedNode.getType(), wrappedNode);
  /external/parameter-framework/upstream/parameter/
StringParameter.h 45 virtual Type getType() const;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowIconTest.java 27 assertThat(shadowOf(icon).getType()).isEqualTo(TYPE_RESOURCE);
35 assertThat(shadowOf(icon).getType()).isEqualTo(TYPE_BITMAP);
43 assertThat(shadowOf(icon).getType()).isEqualTo(TYPE_DATA);
53 assertThat(shadowOf(icon).getType()).isEqualTo(TYPE_URI);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedTypedExceptionHandler.java 47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
Annotation.java 58 @Nonnull @Override String getType();
77 * hashCode = hashCode*31 + getType().hashCode();
89 * of getVisibility(), getType(), and getElements() are all equal.
99 * The comparison is based on the value of getVisibility(), getType() and getElements(), in that order. When
MethodParameter.java 58 @Nonnull String getType();

Completed in 1949 milliseconds

1 2 3 4 5 6 7 8 91011>>