HomeSort by relevance Sort by last modified time
    Searched refs:thisType (Results 26 - 49 of 49) sorted by null

12

  /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 454 Type thisType = getType();
458 if (thisType != otherType) {
463 type.equals(other.getTypeBearer()) ? type : thisType;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 455 Type thisType = getType();
459 if (thisType != otherType) {
464 type.equals(other.getTypeBearer()) ? type : 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 282 Type thisType = parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 109 #define DEFINE_FILTER_OPERATION_TYPE_CASTS(thisType, operationType) \
110 DEFINE_TYPE_CASTS(thisType, FilterOperation, op, op->type() == FilterOperation::operationType, op.type() == FilterOperation::operationType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 282 Type thisType = parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass();
62 mType = thisType.getActualTypeArguments()[0];
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h     [all...]
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 577 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \
578 DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.predicate)
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 426 CstType thisType = type.constant;
428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
362 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
364 = CGM.getContext().getTypeInfoInChars(thisType);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2268 milliseconds

12