HomeSort by relevance Sort by last modified time
    Searched refs:aType (Results 1 - 25 of 42) sorted by null

1 2

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 287 for (DNSRecordType aType : DNSRecordType.values()) {
288 if (aType._externalName.equals(aName)) return aType;
300 for (DNSRecordType aType : DNSRecordType.values()) {
301 if (aType._index == index) return aType;
  /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/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonToken.h 60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
76 - (id) initWithType:(ANTLRTokenType)aType;
89 - (void) setType:(NSInteger)aType;
ANTLRToken.h 67 - (void) setType: (NSInteger) aType;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRToken.h 58 - (void) setType: (NSInteger) aType;
ANTLRCommonToken.h 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRToken.h 58 - (void) setType: (NSInteger) aType;
ANTLRCommonToken.h 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRToken.h 58 - (void) setType: (NSInteger) aType;
ANTLRCommonToken.h 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
  /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/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...]
  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 297 Class<?> aType = declaringClassOfOverriddenMethod.getDexCacheType(dex, types[i]);
299 if (aType != bType) {
300 int comparison = aType.getName().compareTo(bType.getName());
Field.java 64 Class<?> aType = a.getDeclaringClass();
66 if (aType == bType) {
69 return aType.getName().compareTo(bType.getName());
  /external/skia/bench/
BitmapBench.cpp 33 static void convertToIndex666(const SkBitmap& src, SkBitmap* dst, SkAlphaType aType) {
48 dst->allocPixels(SkImageInfo::Make(src.width(), src.height(), kIndex_8_SkColorType, aType),
  /external/javassist/src/main/javassist/compiler/
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...]
TypeChecker.java 258 int aType = exprType;
262 exprType = aType;
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 618 TypeMask aType = a.getType();
625 } else if (only_scale_and_translate(aType | bType)) {
633 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.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 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 578 milliseconds

1 2