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

1 2 3

  /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/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
GenericProperty.java 27 public GenericProperty(String name, Class<?> aClass, Type aType) {
29 genType = aType;
30 actualClassesChecked = aType == null;
  /frameworks/base/tests/net/java/com/android/server/connectivity/
IpConnectivityEventBuilderTest.java 25 import static com.android.server.connectivity.MetricsTestUtil.aType;
73 aType(IpReachabilityEvent.class),
202 aType(DefaultNetworkEvent.class),
243 aType(DhcpClientEvent.class),
269 aType(DhcpErrorEvent.class),
294 aType(IpManagerEvent.class),
320 aType(IpReachabilityEvent.class),
344 aType(NetworkEvent.class),
373 aType(ValidationProbeEvent.class),
400 aType(ApfProgramEvent.class)
    [all...]
MetricsTestUtil.java 46 static Consumer<Parcel> aType(Class<?> c) {
  /frameworks/base/core/java/android/hardware/
SensorAdditionalInfo.java 203 Sensor aSensor, int aType, int aSerial, int [] aIntValues, float [] aFloatValues) {
205 type = aType;
  /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;
  /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/swiftshader/src/Shader/
VertexShader.cpp 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType)
163 attribType[inputIdx] = aType;
  /external/r8/src/main/java/com/android/tools/r8/shaking/
SimpleClassMerger.java 622 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/
intermediate.h 354 TIntermLoop(TLoopType aType,
357 type(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...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /external/skia/src/core/
SkMatrix.cpp 642 TypeMask aType = a.getType();
649 } else if (only_scale_and_translate(aType | bType)) {
657 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /external/guice/lib/build/
spring-core.jar 

Completed in 577 milliseconds

1 2 3