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

1 2 3 4 5 6 7

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(thisType);
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 160 Type thisType = arg(0).getType();
161 if (thisType.isUninitialized()) {
162 frame.makeInitialized(thisType);
  /external/proguard/src/proguard/classfile/attribute/preverification/
MoreZeroFrame.java 120 VerificationType thisType = this.additionalVariables[index];
123 if (!thisType.equals(otherType))
FullFrame.java 138 VerificationType thisType = this.variables[index];
141 if (!thisType.equals(otherType))
149 VerificationType thisType = this.stack[index];
152 if (!thisType.equals(otherType))
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
MethodCallSite.java 29 public Class<?> thisType() {
SandboxClassLoader.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 89 Type thisType = getDefiningClass().getClassType();
90 instancePrototype = prototype.withFirstParameter(thisType);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
IdentifierExpr.java 102 String thisType = bindingClassName + ".this";
103 Expr target = model.builtInVariable(thisType, bindingClassName, thisType);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 97 ItemType thisType = itemType();
100 if (thisType != otherType) {
119 ItemType thisType = itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 97 ItemType thisType = itemType();
100 if (thisType != otherType) {
120 ItemType thisType = itemType();
123 if (thisType != otherType) {
124 return thisType.compareTo(otherType);
  /external/gptfdisk/
parttypes.cc 388 AType* thisType = allTypes;
392 while (thisType != NULL) {
393 if (thisType->display == 1) { // show it
396 cout << hex << thisType->MBRType << " ";
397 cout << thisType->name.substr(0, 20);
398 for (i = 0; i < (20 - (thisType->name.substr(0, 20).length())); i++)
401 if (thisType->next) {
413 thisType = thisType->next;
421 AType* thisType = allTypes
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass();
62 mType = thisType.getActualTypeArguments()[0];
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 85 int thisType = Character.UNASSIGNED;
90 lastType = thisType;
91 thisType = nextType;
94 if (isBreak(thisType, lastType, nextType) &&
110 private static boolean isBreak(int thisType, int prevType, int nextType) {
118 switch (thisType) {
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 278 Type thisType = parameterTypes.get(i);
281 result = thisType.compareTo(otherType);
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 310 Type thisType = parameterTypes.get(i);
313 result = thisType.compareTo(otherType);
  /external/proguard/src/proguard/evaluation/value/
TypedReferenceValue.java 86 String thisType = this.type;
89 if (thisType == null)
95 int thisDimensionCount = ClassUtil.internalArrayTypeDimensionCount(thisType);
100 thisType = thisType.substring(commonDimensionCount);
105 (ClassUtil.isInternalPrimitiveType(thisType.charAt(0)) ||
108 return !thisType.equals(otherType) ? NEVER :
116 thisType = ClassUtil.internalClassNameFromClassType(thisType);
138 !ClassUtil.isInternalArrayInterfaceName(thisType))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 450 Type thisType = getType();
454 if (thisType != otherType) {
459 type.equals(other.getTypeBearer()) ? type : thisType;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 474 Type thisType = getType();
478 if (thisType != otherType) {
483 type.equals(other.getTypeBearer()) ? type : thisType;
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 537 CstType thisType = type.constant;
540 classDefItem = new ClassDefItem(thisType, flags, supertype.constant,
  /frameworks/base/services/core/java/com/android/server/wm/
ConfigurationContainer.java 399 /*@WindowConfiguration.ActivityType*/ int thisType = getActivityType();
402 if (thisType == otherType) {
405 if (thisType == ACTIVITY_TYPE_ASSISTANT) {
410 return thisType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 350 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
354 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
356 = CGM.getContext().getTypeInfoInChars(thisType);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sandbox-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sandbox-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sandbox-3.4.2.jar 

Completed in 851 milliseconds

1 2 3 4 5 6 7