Searched refs:aType (Results 1 - 25 of 31) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordType.java287 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/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DGenericProperty.java27 public GenericProperty(String name, Class<?> aClass, Type aType) { argument
29 genType = aType;
30 actualClassesChecked = aType == null;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
76 - (id) initWithType:(ANTLRTokenType)aType;
89 - (void) setType:(NSInteger)aType;
H A DANTLRToken.h67 - (void) setType: (NSInteger) aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java250 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
[all...]
/external/swiftshader/src/Shader/
H A DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) argument
163 attribType[inputIdx] = aType;
/external/r8/src/main/java/com/android/tools/r8/shaking/
H A DSimpleClassMerger.java622 for (DexType aType : proto.parameters.values) {
626 while (substitutions.containsKey(aType)) {
627 aType = substitutions.get(aType);
632 if (aType == type) {
/external/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h354 TIntermLoop(TLoopType aType, argument
357 type(aType),
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java831 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;
H A DTypeChecker.java258 int aType = exprType;
262 exprType = aType;
/external/skia/src/core/
H A DSkMatrix.cpp642 TypeMask aType = a.getType(); local
649 } else if (only_scale_and_translate(aType | bType)) {
657 if ((aType | bType) & kPerspective_Mask) {
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 670 milliseconds

12