/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl.cc | 233 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 D | infcover.cc | 79 struct mem_item *first; /* pointer to first item in list, or NULL */ member [all...] |
/third_party/spirv-tools/source/ |
H A D | enum_set.h | 270 void insert(InputIt first, InputIt last) { in insert() argument
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | fact_manager.cpp | 32 bool first = true; in ToString() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filterednormalizer2.cpp | 137 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 D | normalizer2.cpp | 363 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 D | normlzr.cpp | 310 UChar32 Normalizer::first() { in first() function in Normalizer
|
H A D | uchriter.cpp | 98 UCharCharacterIterator::first() { in first() function in UCharCharacterIterator
|
H A D | ustr_titlecase_brkiter.cpp | 106 int32_t WholeStringBreakIterator::first() { return 0; } in first() function in WholeStringBreakIterator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | bytestrie.h | 203 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 D | IntervalMap.h | 224 T1 first[N]; member in llvm::IntervalMapImpl::NodeBase [all...] |
/third_party/toybox/toys/other/ |
H A D | i2ctools.c | 191 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 322 int first = 1; in print_bitmask() local
|
/third_party/unity/test/tests/ |
H A D | test_unity_parameterized.c | 181 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 D | instructions-aarch32.cc | 108 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...] |
/third_party/vixl/test/ |
H A D | test-runner.h | 88 static Test* first() { return first_; } in first() function in vixl::Test
|
/third_party/python/Modules/ |
H A D | getpath.c | 270 Py_ssize_t first = 0; variable
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnknownFieldSetLite.java | 73 static UnknownFieldSetLite mutableCopyOf(UnknownFieldSetLite first, UnknownFieldSetLite second) { in mutableCopyOf() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 290 InsertOrUpdateMany(Collection* const collection, InputIterator first, InputIterator last) InsertOrUpdateMany() argument [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter_test.cc | 688 Author* first = outer->add_friend_(); in TEST_P() local 735 Author* first = outer->add_friend_(); TEST_P() local [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | test_message.py | 9 def first(iterable): function [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_split_internal.h | 297 absl::string_view first, second; in operator std::pair() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 145 InlinedVector(ForwardIterator first, ForwardIterator last, in InlinedVector() argument 156 InlinedVector(InputIterator first, InputIterator last, in InlinedVector() argument 515 assign(ForwardIterator first, ForwardIterator last) assign() argument 526 assign(InputIterator first, InputIterator last) assign() argument 600 insert(const_iterator pos, ForwardIterator first, ForwardIterator last) insert() argument 620 insert(const_iterator pos, InputIterator first, InputIterator last) insert() argument [all...] |
H A D | fixed_array.h | 159 FixedArray(Iterator first, Iterator last, in FixedArray() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 275 K first; member [all...] |