HomeSort by relevance Sort by last modified time
    Searched full:indextype (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /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...]
  /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/dx/src/com/android/dx/io/instructions/
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);
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);
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);
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);
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);
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/
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);
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);
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);
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);
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);
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...]
  /external/skia/src/gpu/
GrPathRange.cpp 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const {
28 switch (indexType) {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const {
43 switch (indexType) {
GrPathRange.h 75 template<typename IndexType> void loadPathsIfNeeded(const IndexType* indices, int count) const {
115 template<typename IndexType> void assertPathsLoaded(const IndexType* indices, int count) const {
  /external/eigen/Eigen/src/Core/
Visitor.h 173 template<typename IndexType>
175 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff()
190 template<typename IndexType>
192 DenseBase<Derived>::minCoeff(IndexType* index) const
204 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff(
    [all...]
  /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/rs/java/android/renderscript/
Mesh.java 292 Entry indexType = new Entry();
293 indexType.t = t;
294 indexType.e = null;
295 indexType.size = 0;
296 indexType.prim = p;
297 mIndexTypes.addElement(indexType);
310 Entry indexType = new Entry();
311 indexType.t = null;
312 indexType.e = null;
313 indexType.size = 0
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 67 enum IndexType
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
169 , indexType (INDEXTYPE_LAST)
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
177 , indexType (indexType_)
185 , indexType (INDEXTYPE_LAST)
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 81 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
84 const IndexType indexType;
99 inline IndexType getIndexType (void) const { return m_indexType; }
105 const IndexType m_indexType;

Completed in 2616 milliseconds

1 2 3 4 5 6 7