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

1 2 3 4

  /external/v8/test/webkit/
primitive-method-this.js 31 String.prototype.thisType = function() { return typeof this; };
32 Number.prototype.thisType = function() { return typeof this; };
33 Boolean.prototype.thisType = function() { return typeof this; };
35 shouldBe("(1).thisType()", "'object'");
36 shouldBe("(2.3).thisType()", "'object'");
37 shouldBe("'xxx'.thisType()", "'object'");
38 shouldBe("(false).thisType()", "'object'");
  /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 158 Type thisType = arg(0).getType();
159 if (thisType.isUninitialized()) {
160 frame.makeInitialized(thisType);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(thisType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(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))
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
DefaultAppSearchAlgorithm.java 81 int thisType = Character.UNASSIGNED;
86 lastType = thisType;
87 thisType = nextType;
90 if (isBreak(thisType, lastType, nextType) &&
106 protected boolean isBreak(int thisType, int prevType, int nextType) {
107 switch (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) {
119 ItemType thisType = itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /external/dexmaker/src/dx/java/com/android/dx/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);
  /external/gptfdisk/
parttypes.cc 386 AType* thisType = allTypes;
390 while (thisType != NULL) {
391 if (thisType->display == 1) { // show it
394 cout << hex << thisType->MBRType << " ";
395 cout << thisType->name.substr(0, 20);
396 for (i = 0; i < (20 - (thisType->name.substr(0, 20).length())); i++)
399 if (thisType->next) {
411 thisType = thisType->next;
419 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];
  /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/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 282 Type thisType = parameterTypes.get(i);
285 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 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;
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 470 CstType thisType = type.constant;
472 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
  /external/clang/lib/CodeGen/
CGBlocks.cpp 345 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
349 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
351 = CGM.getContext().getTypeInfoInChars(thisType);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 

Completed in 885 milliseconds

1 2 3 4