Home
last modified time | relevance | path

Searched refs:index (Results 8751 - 8775 of 11985) sorted by relevance

1...<<351352353354355356357358359360>>...480

/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go198 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 Dinternal_interface.hpp128 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 Dtransformation_propagate_instruction_down.cpp437 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 Dtransformation_propagate_instruction_down.cpp437 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 Dchoicfmt.cpp550 int32_t index = part.getIndex(); in matchStringUntilLimitPart() local
551 int32_t length = index - prevIndex; in matchStringUntilLimitPart()
H A Duspoof_conf.cpp105 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 Dutf8collationiterator.cpp67 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 Dregex.h636 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 Duregex.h436 * 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 DDSLExpression.cpp355 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 DSkFontConfigInterface_direct.cpp151 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 Drestricted_trace_gold_tests.py414 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 Drun_perf_tests.py109 return [tests[index] for index in range(shard_index, len(tests), shard_count)]
259 '--shard-index',
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py389 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 Dtest_inspector_builder.cc114 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 Dbytestriebuilder.cpp64 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() argument
H A Dnormlzr.cpp300 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 Ducharstriebuilder.cpp50 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 Dmenubox.c102 #define print_item(index, choice, selected) \
104 item_set(index); \
/third_party/toybox/toys/net/
H A Difconfig.c476 int index; in ifconfig_main() member
485 ifre6.index = ifre.ifr_ifindex; in ifconfig_main()
/third_party/unity/auto/
H A Dgenerate_test_runner.rb192 source_lines[source_index..].each_with_index do |line, index|
195 source_index += index
/third_party/typescript/tests/arkTSTest/
H A Drun.js45 var index= currentFilePath.lastIndexOf(".");
46 var ext = currentFilePath.substring(index+1);
/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c246 * @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 Dmessage_differencer.h184 // 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 Dtest_multibytecodec.py394 encoder.encode(char, index == last_index)
395 for index, char in enumerate(self.text))

Completed in 25 milliseconds

1...<<351352353354355356357358359360>>...480