Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_relationals.cpp206 unsigned int index, typeIndex; in test_relational_any() local
275 unsigned int index, typeIndex; in test_relational_all() local
536 unsigned int index, typeIndex; in test_relational_bitselect() local
638 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_signed() local
744 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_unsigned() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A 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()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/reference/
H A DDexBackedTypeReference.java41 public final int typeIndex; field in DexBackedTypeReference
44 int typeIndex) { in DexBackedTypeReference()
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DFieldId.java24 private final int typeIndex; field in FieldId
27 public FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
H A DClassDef.java26 private final int typeIndex; field in ClassDef
35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
H A DZoneInfoData.java308 int typeIndex = types[i] & 0xff; in read64BitData() local
363 int typeIndex = mTypes[i] & 0xff; in ZoneInfoData() local
692 int typeIndex = mTypes[i] & 0xff; in getLatestDstSavingsMillis() local
/aosp_15_r20/system/timezone/debug_tools/host/main/java/
H A DTzFileDumper.java204 int typeIndex = typeIndexes[i] & 0xff; in createTransitions() local
410 final int typeIndex; field in TzFileDumper.Transition
412 Transition(long transitionTimeSeconds, int typeIndex) { in Transition()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DEncodedValue.java98 int typeIndex = reader.readSmallUleb128(); in annotateEncodedAnnotation() local
173 int typeIndex = reader.readSizedSmallUint(valueArg+1); in asString() local
H A DDebugInfoItem.java112 int typeIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local
126 int typeIndex = reader.readSmallUleb128() - 1; in makeAnnotator() local
H A DTypeListItem.java57 int typeIndex = dexFile.getBuffer().readUshort(out.getCursor()); in makeAnnotator() local
H A DFieldIdItem.java59 int typeIndex = dexFile.getBuffer().readUshort(out.getCursor()); in makeAnnotator() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java70 int typeIndex = Collections.binarySearch(dex.typeIds(), typeStringIndex); in FindUsages() local
191 private Set<Integer> findAssignableTypes(Dex dex, int typeIndex) { in findAssignableTypes()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_buffers.cpp343 unsigned int index, typeIndex; in test_buffers() local
379 unsigned int index, typeIndex; in test_buffers_getinfo() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_buffers.cpp309 unsigned int index, typeIndex; in test_buffers() local
356 unsigned int index, typeIndex; in test_buffers_getinfo() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DCreatorCollector.java285 protected boolean verifyNonDup(AnnotatedWithParams newOne, int typeIndex, boolean explicit) in verifyNonDup()
347 protected void _reportDuplicateCreator(int typeIndex, boolean explicit, in _reportDuplicateCreator()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp59 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local
92 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java170 public int typeIndex; field in DebugInfoDecoder.LocalEntry
176 int typeIndex, int signatureIndex) { in LocalEntry()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Doperand.cpp59 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local
92 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java159 public int typeIndex; field in DebugInfoDecoder.LocalEntry
165 int typeIndex, int signatureIndex) { in LocalEntry()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Doperand.cpp59 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local
111 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/value/
H A DDexBackedTypeEncodedValue.java42 private final int typeIndex; field in DexBackedTypeEncodedValue
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DBitSetIteratorPerf.cpp63 static std::string GetName(int typeIndex) in GetName()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
H A DDexBackedAnnotation.java43 public final int typeIndex; field in DexBackedAnnotation
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp511 size_t typeIndex = ResourceTypeIndex(resourceType); in incrResource() local
523 size_t typeIndex = ResourceTypeIndex(resourceType); in decrResource() local
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DCompoundRule.cpp63 for (size_t typeIndex = 0; typeIndex < 2; typeIndex++) { in parse() local

12345678910>>...14