/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 198 go func(index int) { 199 c.TestRoutine(exe, tests, results, index, supportsCoverage)
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | internal_interface.hpp | 128 T &operator[](unsigned index) const in operator []() 130 return *(ptr[index]); in operator []()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_propagate_instruction_down.cpp | 437 opt::Instruction* user, uint32_t index) { in IsApplicableToBlock() 450 ? user->GetSingleWordOperand(index + 1) in IsApplicableToBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_propagate_instruction_down.cpp | 437 opt::Instruction* user, uint32_t index) { in IsApplicableToBlock() 450 ? user->GetSingleWordOperand(index + 1) in IsApplicableToBlock()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | choicfmt.cpp | 550 int32_t index = part.getIndex(); in matchStringUntilLimitPart() local 551 int32_t length = index - prevIndex; in matchStringUntilLimitPart()
|
H A D | uspoof_conf.cpp | 105 SPUString *SPUStringPool::getByIndex(int32_t index) { in getByIndex() argument 106 SPUString *retString = (SPUString *)fVec->elementAt(index); in getByIndex() 334 // Build up the string array, and record the index of each string therein in build() 349 // convention that is used in the final run-time string table index. in build()
|
H A D | utf8collationiterator.cpp | 67 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; in handleNextCE32() 181 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; in handleNextCE32()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | regex.h | 636 void dumpOp(int32_t index) const; 778 * @param startIndex The input string (native) index at which to begin matching. 803 * Attempts to match the input string, starting from the specified index, against the pattern. 810 * @param startIndex The input string (native) index at which to begin matching. 851 * input string that matches the pattern, starting at the specified index. 853 * @param start The (native) index in the input string to begin the search. 901 * Returns a shallow clone of the entire live input string with the UText current native index 917 * Returns a shallow clone of the entire live input string with the UText current native index 939 * Returns the index in the input string of the start of the text matched 948 * Returns the index i [all...] |
H A D | uregex.h | 436 * index and must extend to the end of the input string. Any region 444 * @param startIndex The input string (native) index at which to begin matching, or -1 462 * index and must extend to the end of the input string. Any region 470 * @param startIndex The input string (native) index at which to begin matching, or -1 482 * Attempts to match the input string, starting from the specified index, against the pattern. 489 * <p>If the specified starting index == -1 the match begins at the start of the input 498 * @param startIndex The input string (native) index at which to begin matching, or 511 * Attempts to match the input string, starting from the specified index, against the pattern. 518 * <p>If the specified starting index == -1 the match begins at the start of the input 527 * @param startIndex The input string (native) index a [all...] |
/third_party/skia/src/sksl/dsl/ |
H A D | DSLExpression.cpp | 355 DSLPossibleExpression DSLPossibleExpression::operator[](DSLExpression index) { in operator []() argument 356 return DSLExpression(this->release())[std::move(index)]; in operator []()
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 151 static const char* get_string(FcPattern* pattern, const char field[], int index = 0) { in get_string() 153 if (FcPatternGetString(pattern, field, index, (FcChar8**)&name) != FcResultMatch) { in get_string()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 414 return [tests[index] for index in range(shard_index, len(tests), shard_count)] 433 '--shard-index',
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 109 return [tests[index] for index in range(shard_index, len(tests), shard_count)] 259 '--shard-index',
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 389 self.workers = [TestWorkerProcess(index, self) 390 for index in range(1, self.ns.use_mp + 1)]
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_builder.cc | 114 size_t index, in MakeStructMember() 117 return Member(StructMemberName(index, type), type, std::move(decorations)); in MakeStructMember() 113 MakeStructMember( size_t index, const ast::Type* type, ast::DecorationList decorations) MakeStructMember() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestriebuilder.cpp | 64 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() argument
|
H A D | normlzr.cpp | 300 Normalizer::setIndexOnly(int32_t index) { in setIndexOnly() argument 301 text->setIndex(index); // pins index in setIndexOnly() 349 * Retrieve the index of the start of the input text. This is the begin index 358 * Retrieve the index of the end of the input text. This is the end index
|
H A D | ucharstriebuilder.cpp | 50 UChar charAt(int32_t index, const UnicodeString &strings) const { in charAt() argument 51 return strings[stringOffset+1+index]; in charAt()
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | menubox.c | 102 #define print_item(index, choice, selected) \ 104 item_set(index); \
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 476 int index; in ifconfig_main() member 485 ifre6.index = ifre.ifr_ifindex; in ifconfig_main()
|
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 192 source_lines[source_index..].each_with_index do |line, index| 195 source_index += index
|
/third_party/typescript/tests/arkTSTest/ |
H A D | run.js | 45 var index= currentFilePath.lastIndexOf(".");
46 var ext = currentFilePath.substring(index+1);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 246 * @param long The index to be checked. 247 * @return bool True if the element at the given index exists. 269 * @param long The index of the element to be fetched. 270 * @return object The stored element at given index. 271 * @exception Invalid type for index. 272 * @exception Non-existing index. 301 * @param long The index of the element to be assigned. 303 * @exception Invalid type for index. 304 * @exception Non-existing index. 329 * @param long The index o [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 184 // If this a repeated field, "index" is the index within it. For unknown 185 // fields, this is the index of the field among all unknown fields of the 187 int index; member 191 // the index the position to which the element has moved. If the element 192 // has not moved, "new_index" will have the same value as "index". 202 // For unknown fields, these are the index of the field within the 211 index(-1), in SpecificField() 283 // other Report() functions, in that |field_path.back().index| is 388 // the same index ar [all...] |
/third_party/python/Lib/test/ |
H A D | test_multibytecodec.py | 394 encoder.encode(char, index == last_index) 395 for index, char in enumerate(self.text))
|