/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 40 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 D | dtfmapts.cpp | 26 void IntlTestDateFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 29 switch (index) { in runIndexedTest()
|
H A D | reptest.cpp | 169 ReplaceableTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 171 switch (index) { in runIndexedTest()
|
H A D | thcoll.cpp | 56 void CollationThaiTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument 65 switch (index) { in runIndexedTest()
|
H A D | tfsmalls.cpp | 364 void TestFormatSmallClasses::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 366 switch (index) { in runIndexedTest()
|
H A D | tzoffloc.cpp | 27 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 D | ubrk.cpp | 268 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 D | LocaleMapperTest.java | 87 // 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 D | ResourceFallbackCodeGenerator.java | 139 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 D | number_modifiers.h | 88 * <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 D | ac_uvd_dec.h | 42 #define RUVD_PKT0(index, count) \ 43 (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count))
|
H A D | sid.h | 274 #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 D | siaddrlib.h | 145 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 D | pkt_cls.h | 77 __u32 index; member 108 __u32 index; \ 268 /* TC index filter */
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | SplitHandler.cpp | 266 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 D | asyncsupport.py | 200 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 D | ExtractDialog.cpp | 105 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 D | ir3_array_to_ssa.c | 64 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 D | linker_util.cpp | 36 * 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 D | nir_inline_uniforms.c | 391 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 D | radeon_uvd.h | 50 #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 D | sfn_liverangeevaluator_helpers.cpp | 645 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 D | tri-instanced.c | 209 /* 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 D | promises.js | 281 result, (address, index) => ({ address, ttl: ttls[index] }));
|
/third_party/node/lib/internal/streams/ |
H A D | operators.js | 228 let index = 0; 233 yield [index++, val];
|