Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 25 of 125) sorted by relevance

12345

/external/turbine/java/com/google/turbine/binder/lookup/
DCompoundTopLevelIndex.java32 private final ImmutableList<TopLevelIndex> indexes; field in CompoundTopLevelIndex
34 private CompoundTopLevelIndex(ImmutableList<TopLevelIndex> indexes) { in CompoundTopLevelIndex()
39 public static CompoundTopLevelIndex of(TopLevelIndex... indexes) { in of()
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local
80 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase()
90 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring()
102 int32_t indexes[], uint8_t *dest, int32_t capacity, in write()
341 CollationDataWriter::copyData(const int32_t indexes[], int32_t startIndex, in copyData()
/external/guava/guava-tests/test/com/google/common/math/
DQuantilesAlgorithm.java50 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
95 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
114 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
131 Collection<Integer> indexes, int scale, double[] dataset); in multipleQuantiles()
DQuantilesAlgorithmTest.java74 ImmutableSet<Integer> indexes = ImmutableSet.of(50, 90, 99); in testMultipleQuantile() local
/external/guava/android/guava-tests/test/com/google/common/math/
DQuantilesAlgorithm.java50 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
95 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
114 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
131 Collection<Integer> indexes, int scale, double[] dataset); in multipleQuantiles()
DQuantilesAlgorithmTest.java74 ImmutableSet<Integer> indexes = ImmutableSet.of(50, 90, 99); in testMultipleQuantile() local
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp30 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { in printSizes()
115 CollationInfo::getDataLength(const int32_t indexes[], int32_t startIndex) { in getDataLength()
Dswapimpl.cpp320 int32_t indexes[16]; in ucase_swap() local
422 int32_t indexes[16]; in ubidi_swap() local
532 int32_t indexes[32]; in unorm_swap() local
700 int32_t indexes[ULAYOUT_IX_TRIES_TOP + 1]; in ulayout_swap() local
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java191 public ScaleAndIndexes indexes(int... indexes) { in indexes() argument
204 public ScaleAndIndexes indexes(Collection<Integer> indexes) { in indexes() argument
317 private final int[] indexes; field in Quantiles.ScaleAndIndexes
319 private ScaleAndIndexes(int scale, int[] indexes) { in ScaleAndIndexes()
/external/guava/guava/src/com/google/common/math/
DQuantiles.java191 public ScaleAndIndexes indexes(int... indexes) { in indexes() method in Quantiles.Scale
204 public ScaleAndIndexes indexes(Collection<Integer> indexes) { in indexes() argument
317 private final int[] indexes; field in Quantiles.ScaleAndIndexes
319 private ScaleAndIndexes(int scale, int[] indexes) { in ScaleAndIndexes()
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp143 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump()
411 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap()
441 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType()
460 std::vector<uint32_t> &indexes, uint32_t start_idx, in AppendSymbolIndexesWithTypeAndFlagsValue()
481 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType()
566 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue()
594 std::vector<uint32_t> &indexes) { in AppendSymbolIndexesWithName()
611 std::vector<uint32_t> &indexes) { in AppendSymbolIndexesWithName()
637 std::vector<uint32_t> &indexes) { in AppendSymbolIndexesWithNameAndType()
656 std::vector<uint32_t> &indexes) { in AppendSymbolIndexesWithNameAndType()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/util/
DBitSetUtils.java37 public static BitSet bitSetOfIndexes(int... indexes) { in bitSetOfIndexes()
/external/icu/libicu/cts_headers/
Duchar_props_data.h3858 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x2b96,0x2b96,0x2b96,0x2b96,0x6898,3,0x83ef,0x847… variable
Dpropname.h115 static const int32_t indexes[]; variable
/external/icu/icu4c/source/common/
Duchar_props_data.h3858 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x2b96,0x2b96,0x2b96,0x2b96,0x6898,3,0x83ef,0x847… variable
Dpropname.h115 static const int32_t indexes[]; variable
/external/squashfs-tools/squashfs-tools/
Dunsquash-4.c35 int indexes = SQUASHFS_FRAGMENT_INDEXES(sBlk.s.fragments); in read_fragment_table_4() local
358 int indexes = SQUASHFS_ID_BLOCKS(sBlk.s.no_ids); in read_uids_guids_4() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStringPrepDataReader.java59 int[] indexes = new int[length]; in readIndexes() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringPrepDataReader.java57 int[] indexes = new int[length]; in readIndexes() local
/external/webrtc/modules/audio_processing/aec3/
Dstationarity_estimator.cc59 std::array<int, kWindowLength> indexes; in UpdateStationarityFlags() local
102 const std::array<int, kWindowLength>& indexes, in EstimateBandStationarity()
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp11 const UInt32 *indexes, unsigned numFiles) in Init()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.h109 int32_t indexes[Normalizer2Impl::IX_COUNT]; variable
/external/okio/okio/src/commonMain/kotlin/okio/
DOptions.kt43 val indexes = mutableListOf(*byteStrings.map { -1 }.toTypedArray()) in <lambda>() constant
/external/ImageMagick/www/source/core/
Dsigmoidal-contrast.c17 *indexes; in SigmoidalContrast() local
/external/deqp/modules/gles3/scripts/
Dgen-large-constant-arrays.py102 indexes = random.sample(range(arraySize-1), 10) variable

12345