/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 20 import com.android.dx.io.IndexType; 50 private final IndexType indexType; 102 int index, IndexType indexType, int target, long literal) { 114 this.indexType = indexType; 145 public final IndexType getIndexType() { 146 return indexType;
|
InstructionCodec.java | 20 import com.android.dx.io.IndexType; 156 this, opcode, index, IndexType.VARIES, 260 IndexType indexType = OpcodeInfo.getIndexType(opcode); 262 this, opcode, index, indexType, 368 IndexType indexType = OpcodeInfo.getIndexType(opcode); 370 this, opcode, index, indexType, 391 this, opcode, index, IndexType.FIELD_OFFSET, 502 IndexType indexType = OpcodeInfo.getIndexType(opcode) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
DecodedInstruction.java | 19 import com.android.dx.io.IndexType; 50 private final IndexType indexType; 102 int index, IndexType indexType, int target, long literal) { 114 this.indexType = indexType; 145 public final IndexType getIndexType() { 146 return indexType;
|
InstructionCodec.java | 19 import com.android.dx.io.IndexType; 157 this, opcode, index, IndexType.VARIES, 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); 263 this, opcode, index, indexType, 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); 371 this, opcode, index, indexType, 392 this, opcode, index, IndexType.FIELD_OFFSET, 503 IndexType indexType = OpcodeInfo.getIndexType(opcode) [all...] |
/dalvik/libdex/ |
InstrUtils.h | 136 InstructionIndexType indexType;
|
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 293 Entry indexType = new Entry(); 294 indexType.t = t; 295 indexType.e = null; 296 indexType.size = 0; 297 indexType.prim = p; 298 mIndexTypes.addElement(indexType); 311 Entry indexType = new Entry(); 312 indexType.t = null; 313 indexType.e = null; 314 indexType.size = 0 [all...] |
/frameworks/rs/ |
rsFont.cpp | 584 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0); 586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
|
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE) [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/dalvik/vm/analysis/ |
CodeVerify.cpp | [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/ |
OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE) [all...] |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |