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

1 2 3 4 5

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
macros-expected.cc 8 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \
9 inline thisType* to##thisType(argumentType* argumentName) { \
12 return static_cast<thisType*>(argumentName); \
macros-original.cc 8 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \
9 inline thisType* to##thisType(argumentType* argumentName) { \
12 return static_cast<thisType*>(argumentName); \
  /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...]
  /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...]
  /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);
  /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);
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 138 VerificationType thisType = this.variables[index];
141 if (!thisType.equals(otherType))
149 VerificationType thisType = this.stack[index];
152 if (!thisType.equals(otherType))
MoreZeroFrame.java 120 VerificationType thisType = this.additionalVariables[index];
123 if (!thisType.equals(otherType))
  /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/rop/cst/
CstBaseMethodRef.java 89 Type thisType = getDefiningClass().getClassType();
90 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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 417 for thisType in [int, long, float, complex]:
419 thisType(row[col])
425 thisType = len(row[col])
428 if thisType == long:
429 thisType = int
431 if thisType != columnTypes[col]:
433 columnTypes[col] = thisType
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 412 for thisType in [int, long, float, complex]:
414 thisType(row[col])
420 thisType = len(row[col])
423 if thisType == long:
424 thisType = int
426 if thisType != columnTypes[col]:
428 columnTypes[col] = thisType
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 412 for thisType in [int, long, float, complex]:
414 thisType(row[col])
420 thisType = len(row[col])
423 if thisType == long:
424 thisType = int
426 if thisType != columnTypes[col]:
428 columnTypes[col] = thisType
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 412 for thisType in [int, long, float, complex]:
414 thisType(row[col])
420 thisType = len(row[col])
423 if thisType == long:
424 thisType = int
426 if thisType != columnTypes[col]:
428 columnTypes[col] = thisType
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 412 for thisType in [int, long, float, complex]:
414 thisType(row[col])
420 thisType = len(row[col])
423 if thisType == long:
424 thisType = int
426 if thisType != columnTypes[col]:
428 columnTypes[col] = thisType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 412 for thisType in [int, long, float, complex]:
414 thisType(row[col])
420 thisType = len(row[col])
423 if thisType == long:
424 thisType = int
426 if thisType != columnTypes[col]:
428 columnTypes[col] = thisType
  /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 462 Type thisType = getType();
466 if (thisType != otherType) {
471 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 311 Type thisType = parameterTypes.get(i);
314 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/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 485 CstType thisType = type.constant;
487 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,

Completed in 344 milliseconds

1 2 3 4 5