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

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 106 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
108 if (!lastType.isConstant()) {
112 Constant cst = (Constant) lastType;
119 getResult(), newSources, (Constant)lastType);
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
109 if (!lastType.isConstant()) {
123 Constant cst = (Constant) lastType;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
109 if (!lastType.isConstant()) {
123 Constant cst = (Constant) lastType;
  /external/gptfdisk/
parttypes.h 36 static AType* lastType; // Pointer to last entry in the list
parttypes.cc 21 AType* PartType::lastType = NULL;
250 lastType->next = tempType;
252 lastType = tempType;
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 534 TypeBearer lastType = sources.get(1).getTypeBearer();
536 if ((lastType.isConstant() || firstType.isConstant()) &&
540 if (lastType.isConstant()) {
547 cst = (Constant) lastType;
553 CstInteger cstInt = (CstInteger) lastType;
    [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 517 public static int lastType() { return LAST_TYPE; }
  /libcore/luni/src/main/java/java/security/
Provider.java 88 private transient String lastType;
376 if (lastServicesByType != null && type.equals(lastType)) {
383 lastType = type;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 161 const glu::VarType& lastType = lastVar.getType();
162 const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UNSIZED_ARRAY);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 715 String lastType = null;
719 if (!type.equals(lastType)) {
721 lastType = type;
    [all...]