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

  /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/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 244 Type *aType = Type::getInt32Ty(*mCTX);
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
335 Type *aType = Type::getInt32Ty(*mCTX);
336 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
337 : ConstantInt::get(aType, 0);
347 Type *aType = Type::getInt32Ty(*mCTX);
350 Val = ConstantInt::get(aType,
353 Val = ConstantInt::get(aType, 0);
465 Type *aType = inst->getType()
    [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/legacy/src/core/
SkMatrix.cpp 606 TypeMask aType = a.getPerspectiveTypeMaskOnly();
616 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 672 TypeMask aType = a.getPerspectiveTypeMaskOnly();
682 if ((aType | bType) & kPerspective_Mask) {
    [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 

Completed in 557 milliseconds