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

1 2

  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 313 Class<?> aType = declaringClassOfOverriddenMethod.getDexCacheType(dex, types[i]);
315 if (aType != bType) {
316 int comparison = aType.getName().compareTo(bType.getName());
  /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/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 645 TypeMask aType = a.getType();
652 } else if (only_scale_and_translate(aType | bType)) {
660 if ((aType | bType) & kPerspective_Mask) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kdoc/0.12.613/
kdoc-0.12.613.jar 
  /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 
  /external/guice/lib/build/
spring-core.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
javassist.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/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 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 718 milliseconds

1 2