HomeSort by relevance Sort by last modified time
    Searched defs:aType (Results 1 - 23 of 23) sorted by null

  /libcore/libart/src/main/java/java/lang/reflect/
ArtMethod.java 159 Class<?> aType = getDexCacheType(dex, types[i]);
161 if (aType != bType) {
162 int comparison = aType.getName().compareTo(bType.getName());
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 609 IClassDefinition aType = ModelUtil.getClass(sigPackage, "A");
610 assertTrue(aType.getKind() == Kind.ANNOTATION);
611 Set<IAnnotationField> annotationFields = aType.getAnnotationFields();
619 assertSame(aType, ((IClassReference)defaultValue).getClassDefinition());
631 IClassDefinition aType = ModelUtil.getClass(sigPackage, "A");
632 assertTrue(aType.getKind() == Kind.ANNOTATION);
633 Set<IAnnotationField> annotationFields = aType.getAnnotationFields();
656 IClassDefinition aType = ModelUtil.getClass(sigPackage, "A");
657 assertTrue(aType.getKind() == Kind.ANNOTATION);
658 Set<IAnnotationField> annotationFields = aType.getAnnotationFields();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 244 Type *aType = Type::getInt32Ty(*mCTX);
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
338 Type *aType = Type::getInt32Ty(*mCTX);
339 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
340 : ConstantInt::get(aType, 0);
350 Type *aType = Type::getInt32Ty(*mCTX);
353 Val = ConstantInt::get(aType,
356 Val = ConstantInt::get(aType, 0);
470 Type *aType = inst->getType()
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 80 u32 *aType; /* Type values for all entries in the record */
vdbe.c 233 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 244 Type *aType = Type::getInt32Ty(*mCTX);
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
338 Type *aType = Type::getInt32Ty(*mCTX);
339 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
340 : ConstantInt::get(aType, 0);
350 Type *aType = Type::getInt32Ty(*mCTX);
353 Val = ConstantInt::get(aType,
356 Val = ConstantInt::get(aType, 0);
470 Type *aType = inst->getType()
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 711 TypeMask aType = a.getPerspectiveTypeMaskOnly();
721 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 258 int aType = exprType;
262 exprType = aType;
    [all...]
CodeGen.java 831 int aType = exprType;
835 atAssignCore(expr, op, right, aType, aDim, cname);
838 if (is2word(aType, aDim))
843 bytecode.addOpcode(getArrayWriteOp(aType, aDim));
844 exprType = aType;
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 250 String aType = type.toLowerCase();
251 String application = aType;
257 if (aType.contains("in-addr.arpa") || aType.contains("ip6.arpa")) {
258 index = (aType.contains("in-addr.arpa") ? aType.indexOf("in-addr.arpa") : aType.indexOf("ip6.arpa"));
262 } else if ((!aType.contains("_")) && aType.contains(".")) {
263 index = aType.indexOf('.')
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 711 TypeMask aType = a.getPerspectiveTypeMaskOnly();
721 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1885 milliseconds