Home
last modified time | relevance | path

Searched refs:index (Results 15276 - 15300 of 22889) sorted by relevance

1...<<611612613614615616617618619620>>...916

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h40 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
69 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
H A Ddtfmapts.cpp26 void IntlTestDateFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
29 switch (index) { in runIndexedTest()
H A Dreptest.cpp169 ReplaceableTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
171 switch (index) { in runIndexedTest()
H A Dthcoll.cpp56 void CollationThaiTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument
65 switch (index) { in runIndexedTest()
H A Dtfsmalls.cpp364 void TestFormatSmallClasses::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
366 switch (index) { in runIndexedTest()
H A Dtzoffloc.cpp27 TimeZoneOffsetLocalTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
32 switch (index) { in runIndexedTest()
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp268 ubrk_getAvailable(int32_t index) in ubrk_getAvailable() argument
271 return uloc_getAvailable(index); in ubrk_getAvailable()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DLocaleMapperTest.java87 // have to use the index to distinguish results here (this corresponds to the line number in testInheritedValuesIncludedWhenSameResourceBundle()
197 // Which moves the index of the following elements up by one and makes it impossible to
198 // define a stable length or index mapping for the array.
387 private static Result simpleResult(String path, int index, String value) { in simpleResult() argument
388 return FakeResult.of(path, index, false, value); in simpleResult()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
H A DResourceFallbackCodeGenerator.java139 private void writeStringToStringIndex(Map<String, String> index, Map<String, Integer> keyIndex, Map<String, Integer> valueIndex, String variableName, PrintWriter out) { in writeStringToStringIndex() argument
141 for (Map.Entry<String, String> entry : index.entrySet()) { in writeStringToStringIndex()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h88 * <code>startIndex</code> and <code>endIndex</code> by inserting characters before the start index and after the
89 * end index.
97 * The left index of the value within the string builder.
99 * The right index of the value within the string builder.
119 int32_t index, int32_t* outPrefixLength, int32_t* outSuffixLength,
221 static int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix,
/third_party/mesa3d/src/amd/common/
H A Dac_uvd_dec.h42 #define RUVD_PKT0(index, count) \
43 (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count))
H A Dsid.h274 #define PKT0(index, count) (PKT_TYPE_S(0) | PKT0_BASE_INDEX_S(index) | PKT_COUNT_S(count))
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h145 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
297 UINT_32 index) const;
313 // Prt tile mode index mask
328 // Equation lookup table according to bpp and tile index
/third_party/libbpf/include/uapi/linux/
H A Dpkt_cls.h77 __u32 index; member
108 __u32 index; \
268 /* TC index filter */
/third_party/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp266 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)) in GetProperty()
324 Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **stream)) in GetStream() argument
327 if (index != 0) in GetStream()
/third_party/jinja2/
H A Dasyncsupport.py200 self._length = len(iterable) + self.index + (self._after is not missing)
206 return await self.length - self.index
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp105 const int index = (int)combo.AddString(s); in AddComboItems() local
106 combo.SetItemData(index, (LPARAM)i); in AddComboItems()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c64 return &ctx->states[ctx->array_count * block->index + id]; in get_state()
221 block->index = i++; in ir3_array_to_ssa()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp36 * and an optional array index in square brackets.
38 * If an array index is present, \c out_base_name_end is set to point to the
39 * "[" that precedes the array index, and the array index itself is returned
42 * If no array index is present (or if the array index is negative or
46 * Only the final array index is parsed; if the string contains other array
71 * had better be the opening bracket for an array index. in link_util_parse_program_resource_name()
366 * \param linearized_index Current accumulated linearized array index.
379 if (dr[i].index < d in _mark_array_elements_referenced()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_uniforms.c391 int index = uni_offset - offset; in nir_inline_uniforms() local
392 components[index] = nir_imm_int(&b, uniform_values[i]); in nir_inline_uniforms()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.h50 #define RUVD_PKT0(index, count) (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count))
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp645 assert(m_access_record[reg.chan()].size() > (size_t)reg.index()); in operator ()()
646 return m_access_record[reg.chan()][reg.index()]; in operator ()()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c209 /* index data */ in draw()
211 info.index.resource = in draw()
221 pipe_resource_reference(&info.index.resource, NULL); in draw()
/third_party/node/lib/internal/dns/
H A Dpromises.js281 result, (address, index) => ({ address, ttl: ttls[index] }));
/third_party/node/lib/internal/streams/
H A Doperators.js228 let index = 0;
233 yield [index++, val];

Completed in 28 milliseconds

1...<<611612613614615616617618619620>>...916