Home
last modified time | relevance | path

Searched defs:first (Results 526 - 550 of 1344) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh293 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() argument
309 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() argument
[all...]
H A Dhb-set.cc271 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) hb_set_add_range() argument
311 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) hb_set_del_range() argument
564 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) hb_set_next_range() argument
588 hb_set_previous_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) hb_set_previous_range() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-set.c406 hb_codepoint_t next, first, last; in test_set_iter() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc26 GetDataLength(ReadableFontData* data, int32_t offset, int32_t first, int32_t last) GetDataLength() argument
H A Dindex_sub_table_format3.cc49 GetDataLength(ReadableFontData* data, int32_t offset, int32_t first, int32_t last) GetDataLength() argument
H A Dindex_sub_table_format4.cc67 IndexSubTableFormat4(ReadableFontData* data, int32_t first, int32_t last) IndexSubTableFormat4() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTF.cpp493 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DConvertUTF.cpp519 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h290 uint16_t first() const { return B; } in first() function
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc1714 bool first = true; in to_str() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc233 bool first = true; in EmitCall() local
284 bool first = true; in EmitFunction() local
623 bool first = true; in EmitDecorations() local
903 bool first in EmitCase() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc79 struct mem_item *first; /* pointer to first item in list, or NULL */ member
[all...]
/third_party/spirv-tools/source/
H A Denum_set.h270 void insert(InputIt first, InputIt last) { in insert() argument
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp32 bool first = true; in ToString() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dfilterednormalizer2.cpp137 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
144 FilteredNormalizer2::append(UnicodeString &first, in append() argument
151 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
[all...]
H A Dnormalizer2.cpp363 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) normalizeSecondAndAppend() argument
[all...]
H A Dnormlzr.cpp310 UChar32 Normalizer::first() { in first() function in Normalizer
H A Duchriter.cpp98 UCharCharacterIterator::first() { in first() function in UCharCharacterIterator
H A Dustr_titlecase_brkiter.cpp106 int32_t WholeStringBreakIterator::first() { return 0; } in first() function in WholeStringBreakIterator
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h203 inline UStringTrieResult first(int32_t inByte) { in first() function in BytesTrie
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h224 T1 first[N]; member in llvm::IntervalMapImpl::NodeBase
[all...]
/third_party/toybox/toys/other/
H A Di2ctools.c191 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
/third_party/toybox/toys/pending/
H A Dstrace.c322 int first = 1; in print_bitmask() local
/third_party/unity/test/tests/
H A Dtest_unity_parameterized.c181 void test_TwoRanges(unsigned first, unsigned second) in test_TwoRanges() argument
194 void test_BothInclusiveAndExclusiveRange(unsigned first, unsigned second) in test_BothInclusiveAndExclusiveRange() argument
236 void test_TwoMatrices(unsigned first, signed second) in test_TwoMatrices() argument
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.cc108 bool first = true; in PrintRegisterList() local
157 SRegister first = reglist.GetFirstSRegister(); in operator <<() local
160 os << "{" << first << "}"; in operator <<() local
168 DRegister first = reglist.GetFirstDRegister(); in operator <<() local
171 os << "{" << first << "}"; in operator <<() local
178 DRegister first = nreglist.GetFirstDRegister(); operator <<() local
191 os << first; operator <<() local
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...54