| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | edits.cpp | 121 int32_t last = lastUnit(); in addUnchanged() local 167 int32_t last = lastUnit(); in addReplace() local [all...] |
| H A D | normlzr.cpp | 320 UChar32 Normalizer::last() { in last() function in Normalizer
|
| H A D | uchriter.cpp | 118 UCharCharacterIterator::last() { in last() function in UCharCharacterIterator
|
| H A D | ustr_titlecase_brkiter.cpp | 107 int32_t WholeStringBreakIterator::last() { return length; } in last() function in WholeStringBreakIterator
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | edits.h | 511 void setLastUnit(int32_t last) { array[length - 1] = (uint16_t)last; } in setLastUnit() argument
|
| /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/vixl/src/aarch32/ |
| H A D | instructions-aarch32.cc | 158 SRegister last = reglist.GetLastSRegister(); in operator <<() local 162 os << "{" << first << "-" << last << "}"; in operator <<() local 169 DRegister last = reglist.GetLastDRegister(); in operator <<() local 173 os << "{" << first << "-" << last << "}"; in operator <<() local
|
| /third_party/vixl/src/ |
| H A D | pool-manager-impl.h | 243 const PoolObject<T>& last = objects_.back(); in MustEmit() local
|
| /third_party/vixl/test/ |
| H A D | test-runner.h | 89 static Test* last() { return last_; } in last() function in vixl::Test
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | map_util.h | 290 InsertOrUpdateMany(Collection* const collection, InputIterator first, InputIterator last) InsertOrUpdateMany() argument
|
| /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 void assign(ForwardIterator first, ForwardIterator last) { in 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/modules/skparagraph/src/ |
| H A D | ParagraphBuilderImpl.cpp | 160 auto& last = fStyledBlocks.back(); in endRunIfNeeded() local
|
| /third_party/skia/gm/ |
| H A D | texteffects.cpp | 29 create_underline(const SkTDArray<SkScalar>& intersections, SkScalar last, SkScalar finalPos, SkScalar uPos, SkScalar uWidth, SkScalar textSize) create_underline() argument
|
| /third_party/rust/crates/nix/src/ |
| H A D | errno.rs | 54 pub fn last() -> Self { in last() functions 140 fn last() -> Errno { in last() functions
|
| /third_party/spirv-tools/source/util/ |
| H A D | small_vector.h | 70 SmallVector(InputIt first, InputIt last) : SmallVector() { in SmallVector() argument 71 insert(end(), first, last); in SmallVector() local 270 iterator erase(const_iterator first, const_iterator last) { in erase() argument 348 iterator insert(iterator pos, InputIt first, InputIt last) { in insert() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsRandomUniformBlockCase.cpp | 123 static std::string genName (char first, char last, int ndx) in genName() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackRandomLayoutCase.cpp | 38 static std::string genName (char first, char last, int ndx) in genName() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
| H A D | vktRandomUniformBlockCase.cpp | 37 static std::string genName (char first, char last, int ndx) in genName() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-gcm.c | 125 size_t last = x + xlen - xpos; in ghash() local 145 size_t i, n, last; in aes_gctr() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-gcm.c | 125 size_t last = x + xlen - xpos; in ghash() local 145 size_t i, n, last; in aes_gctr() local
|
| /third_party/zlib/contrib/infback9/ |
| H A D | infback9.c | 236 code last; /* parent table entry */ in inflateBack9() local [all...] |
| /third_party/zlib/contrib/puff/ |
| H A D | puff.c | 799 int last, type; /* block information */ puff() local [all...] |