Home
last modified time | relevance | path

Searched defs:typeIndex (Results 1 – 25 of 80) sorted by relevance

1234

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DDexBackedTypeReference.java42 public final int typeIndex; field in DexBackedTypeReference
45 int typeIndex) { in DexBackedTypeReference()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DEncodedValue.java94 int typeIndex = reader.readSmallUleb128(); in annotateEncodedAnnotation() local
165 int typeIndex = reader.readSizedSmallUint(valueArg+1); in asString() local
DDebugInfoItem.java112 int typeIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local
126 int typeIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local
DTypeListItem.java58 int typeIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator() local
DFieldIdItem.java60 int typeIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator() local
DClassDefItem.java123 int typeIndex = dexFile.readSmallUint(offset + CLASS_OFFSET); in asString() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DDexBackedTypeEncodedValue.java42 private final int typeIndex; field in DexBackedTypeEncodedValue
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c202 UINT16 typeIndex, // IN: the thing to unmarshal in UnmarshalUnion()
238 UINT16 typeIndex, // IN: the thing to marshal in MarshalUnion()
337 UINT16 typeIndex, // IN: the thing to marshal in Unmarshal()
725 UINT16 typeIndex, // IN: the thing to marshal in Marshal()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedAnnotation.java44 public final int typeIndex; field in DexBackedAnnotation
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp192 unsigned int index, typeIndex; in test_relational_any() local
261 unsigned int index, typeIndex; in test_relational_all() local
505 unsigned int index, typeIndex; in test_relational_bitselect() local
590 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_signed() local
679 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_unsigned() local
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoData.java307 int typeIndex = types[i] & 0xff; in read64BitData() local
362 int typeIndex = mTypes[i] & 0xff; in ZoneInfoData() local
691 int typeIndex = mTypes[i] & 0xff; in getLatestDstSavingsMillis() local
/external/OpenCL-CTS/test_conformance/gl/
Dtest_buffers.cpp303 unsigned int index, typeIndex; in test_buffers() local
331 unsigned int index, typeIndex; in test_buffers_getinfo() local
/external/OpenCL-CTS/test_conformance/gles/
Dtest_buffers.cpp310 unsigned int index, typeIndex; in test_buffers() local
357 unsigned int index, typeIndex; in test_buffers_getinfo() local
/external/javassist/src/main/javassist/bytecode/annotation/
DEnumMemberValue.java33 int typeIndex, valueIndex; field in EnumMemberValue
DAnnotation.java55 int typeIndex; field in Annotation
/external/parameter-framework/upstream/parameter/
DCompoundRule.cpp63 for (size_t typeIndex = 0; typeIndex < 2; typeIndex++) { in parse() local
/external/deqp/external/openglcts/modules/common/
DglcShaderMacroTests.cpp135 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in init() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DCreatorCollector.java285 protected boolean verifyNonDup(AnnotatedWithParams newOne, int typeIndex, boolean explicit) in verifyNonDup()
347 protected void _reportDuplicateCreator(int typeIndex, boolean explicit, in _reportDuplicateCreator()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java268 int typeIndex = 0; in correspondingVerificationTypes() local
370 int typeIndex = typeCount; in correspondingVerificationTypes() local
/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local
102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local
102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local
/external/javassist/src/main/javassist/util/proxy/
DFactoryHelper.java42 public static final int typeIndex(Class<?> type) { in typeIndex() method in FactoryHelper
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs67 …DescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int typeIndex, GeneratedClrT… in MessageDescriptor()
/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DTFUtils.h59 int typeIndex() const { return TypeIndex; } in typeIndex() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDebugWriter.java66 int typeIndex = typeSection.getNullableItemIndex(type); in writeStartLocal() local

1234