Home
last modified time | relevance | path

Searched defs:typeIdx (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/libicu/cts_headers/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
/external/cronet/tot/third_party/icu/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
Dolsontz.cpp734 int16_t transitionIdx, typeIdx; in initTransitionRules() local
/external/cronet/stable/third_party/icu/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
Dolsontz.cpp734 int16_t transitionIdx, typeIdx; in initTransitionRules() local
/external/icu/icu4c/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
Dolsontz.cpp726 int16_t transitionIdx, typeIdx; in initTransitionRules() local
Dmeasunit.cpp2274 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
2293 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DEnumElementValue.java31 private final int typeIdx; field in EnumElementValue
35 public EnumElementValue(final int type, final int typeIdx, final int valueIdx, in EnumElementValue()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DEnumElementValueGen.java33 private int typeIdx; field in EnumElementValueGen
42 protected EnumElementValueGen(final int typeIdx, final int valueIdx, in EnumElementValueGen()
DClassElementValueGen.java37 protected ClassElementValueGen(final int typeIdx, final ConstantPoolGen cpool) in ClassElementValueGen()
/external/intel-media-driver/media_driver/linux/common/codec/ddi/
Dmedia_ddi_encode_base.cpp456 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in RemoveFromEncStatusReportQueue()
488 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in RemoveFromPreEncStatusReportQueue()
570 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx, in GetIndexFromEncStatusReportBuffer()
612 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx, in GetIndexFromPreEncStatusReportBuffer()
671 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in EncBufferExistInStatusReport()
696 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in PreEncBufferExistInStatusReport()
Dmedia_libva_encoder.cpp65 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in DdiEncode_RemoveFromEncStatusReportQueue()
79 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in DdiEncode_RemoveFromPreEncStatusReportQueue()
104 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in DdiEncode_EncBufferExistInStatusReport()
116 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in DdiEncode_PreEncBufferExistInStatusReport()
Dmedia_ddi_encode_fei_avc.cpp672 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in AddToEncStatusReportQueue()
721 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in AddToPreEncStatusReportQueue()
Dmedia_ddi_encode_fei_hevc.cpp508 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in AddToEncStatusReportQueue()
/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
Dddi_encode_base_specific.cpp446 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in RemoveFromEncStatusReportQueue()
478 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in RemoveFromPreEncStatusReportQueue()
560 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx, in GetIndexFromEncStatusReportBuffer()
602 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx, in GetIndexFromPreEncStatusReportBuffer()
661 DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in EncBufferExistInStatusReport()
686 DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in PreEncBufferExistInStatusReport()
Dddi_encode_functions.cpp929 bool DdiEncodeFunctions::PreEncBufferExistInStatusReport( in PreEncBufferExistInStatusReport()
959 encode::DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in EncBufferExistInStatusReport()
986 encode::DDI_ENCODE_PRE_ENC_BUFFER_TYPE typeIdx) in RemoveFromPreEncStatusReportQueue()
1000 encode::DDI_ENCODE_FEI_ENC_BUFFER_TYPE typeIdx) in RemoveFromEncStatusReportQueue()
/external/OpenCSD/decoder/source/
Dtrc_gen_elem.cpp129 int typeIdx = (int)this->elem_type; in toString() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
1131 int transitionIdx, typeIdx; in initTransitionRules() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DOlsonTimeZone.java755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
1129 int transitionIdx, typeIdx; in initTransitionRules() local
/external/OpenCL-CTS/test_conformance/vectors/
Dtest_step.cpp43 int typeIdx, vecSizeIdx; in test_step_internal() local
Dtest_vec_align.cpp83 int typeIdx, vecSizeIdx; in test_vec_internal() local
/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp238 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range() local
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp609 for (int typeIdx = 0; typeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeIdx) in createPipelineIdentifierTests() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vloadstore.cpp296 for (unsigned typeIdx = 0; typeIdx < vecType.size(); typeIdx++) in test_vset() local

12