/dalvik/dx/src/com/android/dx/io/instructions/ |
ZeroRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 29 int index, IndexType indexType, int target, long literal) { 30 super(format, opcode, index, indexType, target, literal);
|
OneRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 32 int index, IndexType indexType, int target, long literal, 34 super(format, opcode, index, indexType, target, literal);
|
RegisterRangeDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 36 int index, IndexType indexType, int target, long literal, 38 super(format, opcode, index, indexType, target, literal);
|
TwoRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 35 int index, IndexType indexType, int target, long literal, 37 super(format, opcode, index, indexType, target, literal);
|
FiveRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 44 int index, IndexType indexType, int target, long literal, 46 super(format, opcode, index, indexType, target, literal);
|
FourRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 41 int index, IndexType indexType, int target, long literal, 43 super(format, opcode, index, indexType, target, literal);
|
ThreeRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 38 int index, IndexType indexType, int target, long literal, 40 super(format, opcode, index, indexType, target, literal);
|
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...] |
DecodedInstruction.java | 19 import com.android.dx.io.IndexType; 51 private final IndexType indexType; 103 int index, IndexType indexType, int target, long literal) { 115 this.indexType = indexType; 146 public final IndexType getIndexType() { 147 return indexType;
|
/external/jdiff/src/jdiff/ |
HTMLIndexes.java | 32 // indexType values: 0 = removals only, 1 = additions only, 45 for (int indexType = 0; indexType < 3; indexType++) { 46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package"); 47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class"); 48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor"); 49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method"); 50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field"); 51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "All") [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 272 Entry indexType = new Entry(); 273 indexType.t = t; 274 indexType.e = null; 275 indexType.size = 0; 276 indexType.prim = p; 277 mIndexTypes.addElement(indexType); 289 Entry indexType = new Entry(); 290 indexType.t = null; 291 indexType.e = null; 292 indexType.size = 0 [all...] |
/development/tools/a3dconvert/ |
SimpleMesh.h | 132 ObjectBaseRef<Type> indexType = Type::getTypeRef(rsc, indexElem.get(), 135 indexType->compute(); 137 Allocation *indexAlloc = Allocation::createAllocation(rsc, indexType.get(),
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 111 itype = toupper(indexType[i]); 116 " InstructionCodec.FORMAT_%s, IndexType.%s);\n\n", \ 297 indexType[idx] = parts[5]; 324 if (indexTypeValues[indexType[idx]] == "") { 325 printf("unknown index type: %s\n", indexType[idx]) >"/dev/stderr"; 426 packedIndexType[i] = indexType[op];
|
/dalvik/libdex/ |
InstrUtils.h | 142 InstructionIndexType indexType;
|
InstrUtils.cpp | 891 pDec->indexType = dexGetIndexTypeFromOpcode(opcode); [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
qc_omx_component.h | 108 OMX_INDEXTYPE* indexType)=0;
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
omx_core_cmp.h | 92 OMX_OUT OMX_INDEXTYPE* indexType);
|
omx_core_cmp.cpp | 211 OMX_OUT OMX_INDEXTYPE* indexType) 217 eRet = pThis->get_extension_index(hComp,paramName,indexType);
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
omx_video_base.h | 207 OMX_INDEXTYPE *indexType
|
/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...] |
/dalvik/vm/analysis/ |
CodeVerify.cpp | [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
omx_vdec.h | 240 OMX_INDEXTYPE *indexType
|
/frameworks/base/libs/rs/ |
rsFont.cpp | 560 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false); 562 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
|
/dalvik/dexdump/ |
DexDump.cpp | 750 switch (pDecInsn->indexType) { 884 if (pDecInsn->indexType != kIndexNone) { [all...] |
/hardware/qcom/media/mm-video/vidc/venc/src/ |
omx_video_base.cpp | [all...] |