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

1 2 3 4 5 6 7

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
macros-expected.cc 5 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \
6 inline thisType* To##thisType(argumentType* argumentName) { \
9 return static_cast<thisType*>(argumentName); \
macros-original.cc 5 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \
6 inline thisType* to##thisType(argumentType* argumentName) { \
9 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...]
  /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);
  /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) {
  /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);
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
MethodCallSite.java 29 public Class<?> 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
  /external/python/cpython2/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
  /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
  /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;
  /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/python/cpython3/Lib/
csv.py 414 for thisType in [int, float, complex]:
416 thisType(row[col])
422 thisType = len(row[col])
424 if thisType != columnTypes[col]:
426 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 474 Type thisType = getType();
478 if (thisType != otherType) {
483 type.equals(other.getTypeBearer()) ? type : thisType;

Completed in 1073 milliseconds

1 2 3 4 5 6 7