| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ushape.cpp | 734 int32_t count = 0; in handleGeneratedSpaces() local [all...] |
| H A D | ustring.cpp | 241 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() argument 260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() argument 416 u_memrchr(const UChar *s, UChar c, int32_t count) { in u_memrchr() argument 435 u_memrchr32(const UChar *s, UChar32 c, int32_t count) u_memrchr32() argument 1009 int32_t count; u_countChar32() local 1117 u_memcpy(UChar *dest, const UChar *src, int32_t count) u_memcpy() argument 1125 u_memmove(UChar *dest, const UChar *src, int32_t count) u_memmove() argument 1133 u_memset(UChar *dest, UChar c, int32_t count) u_memset() argument 1146 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) u_memcmp() argument 1164 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) u_memcmpCodePointOrder() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 145 size_type count(const_arg_type_t<KeyT> Val) const { in count() function in llvm::DenseMapBase
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 347 unsigned count(SUnit *SU) const { return Nodes.count(SU); } in count() function in llvm::NodeSet
|
| /third_party/toybox/toys/pending/ |
| H A D | vi.c | 372 size_t i, count = 0, spos = 0; in text_count() local 704 int count = count0*count1; in cur_left() local 716 int count = count0*count1, len, width = 0; in cur_right() local 743 int count = count0*count1; cur_up() local 754 int count = count0*count1; cur_down() local 841 int count = count0*count1; vi_movw() local 874 int count = count0*count1; vi_movb() local 915 int count = count0*count1; vi_move() local 1052 int count = count0*count1-1; vi_go() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | BindGroupValidationTests.cpp | 876 wgpu::BindGroupLayout MakeBindGroupLayout(wgpu::BindGroupLayoutEntry* binding, uint32_t count) { in MakeBindGroupLayout() argument 898 void TestCreatePipelineLayout(wgpu::BindGroupLayout* bgl, uint32_t count, bool expected) { in TestCreatePipelineLayout() argument 883 TestCreateBindGroupLayout(wgpu::BindGroupLayoutEntry* binding, uint32_t count, bool expected) TestCreateBindGroupLayout() argument 1469 TestRenderPassBindGroup(wgpu::BindGroup bindGroup, uint32_t* offsets, uint32_t count, bool expectation) TestRenderPassBindGroup() argument 1491 TestComputePassBindGroup(wgpu::BindGroup bindGroup, uint32_t* offsets, uint32_t count, bool expectation) TestComputePassBindGroup() argument 2246 TestRenderPassBindings(const wgpu::BindGroup* bg, uint32_t count, wgpu::RenderPipeline pipeline, bool expectation) TestRenderPassBindings() argument 2266 TestComputePassBindings(const wgpu::BindGroup* bg, uint32_t count, wgpu::ComputePipeline pipeline, bool expectation) TestComputePassBindings() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_string.cpp | 1104 uint32 count = 0; in Get_UTF16() local
|
| H A D | dng_xmp_sdk.cpp | 454 Parse(dng_host &host, const char *buffer, uint32 count) Parse() argument
|
| H A D | dng_parse_utils.cpp | 1702 DumpHexAscii(dng_stream &stream, uint32 count) DumpHexAscii() argument 1776 DumpHexAscii(const uint8 *buf, uint32 count) DumpHexAscii() argument 1850 DumpXMP(dng_stream &stream, uint32 count) DumpXMP() argument 3210 ParseVectorTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint32 count, dng_vector &v) ParseVectorTag() argument [all...] |
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| H A D | ftmac.c | 660 int max = 5, count = 0; in create_lwfn_name() local
|
| /third_party/protobuf/src/google/protobuf/compiler/php/ |
| H A D | php_generator.cc | 1026 int count = file->dependency_count(); in AnalyzeDependencyForFile() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream.h | 1085 bool Skip(int count) { return impl_.Skip(count, &cur_); } in Skip() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_iter.py | 992 count = 0 variable in TestCase.test_ref_counting_behavior.C [all...] |
| /third_party/python/Python/ |
| H A D | getargs.c | 904 Py_ssize_t count; in convertsimple() local 983 Py_ssize_t count = convertbuffer(arg, p, &buf); in convertsimple() local 1338 Py_ssize_t count; in convertbuffer() local [all...] |
| /third_party/python/Modules/ |
| H A D | _threadmodule.c | 366 unsigned long count = self->rlock_count + 1; in rlock_acquire() local 437 unsigned long count; in rlock_acquire_restore() local 467 unsigned long count; in rlock_release_save() local [all...] |
| H A D | unicodedata.c | 411 int code, index, count; in unicodedata_UCD_decomposition_impl() local 507 int index, prefix, count, stackptr; in nfd_nfkd() local 461 get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count) get_decomp_record() argument 1189 find_syllable(const char *str, int *len, int *pos, int count, int column) find_syllable() argument [all...] |
| /third_party/python/Objects/ |
| H A D | odictobject.c | 1386 Py_ssize_t count = 0; in odict_repr() local
|
| H A D | tupleobject.c | 604 Py_ssize_t count = 0; in tuple_count() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | Message.php | 1353 $count = count($values); variable 1393 $count = count($values); variable 1603 $count = count($values); global() variable 1785 $count = count($values); global() variable 1811 $count = count($values); global() variable 1847 $count = count($values); global() variable 1883 $count = count($values); global() variable 2009 $count = 0; global() variable [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map.h | 906 size_type count = CopyListToTree(b, tree) + CopyListToTree(b ^ 1, tree); in TreeConvert() local 914 size_type count = 0; in CopyListToTree() local 930 size_type count = 0; in TableEntryIsTooLong() local 1137 size_type count(const key_arg<K>& key) const { count() function in google::protobuf::Map [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | inlined_vector.h | 443 void AddSize(size_type count) { in AddSize() argument 447 void SubtractSize(size_type count) { in SubtractSize() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container.h | 475 c_search_n( Sequence& sequence, Size count, T&& value) c_search_n() argument 486 c_search_n( Sequence& sequence, Size count, T&& value, BinaryPredicate&& pred) c_search_n() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | exception_safety_testing.h | 120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() argument [all...] |
| /third_party/skia/fuzz/ |
| H A D | FuzzCanvas.cpp | 398 int count; in make_fuzz_patheffect() local 700 int count; in make_fuzz_imageFilter() local [all...] |
| /third_party/skia/gm/ |
| H A D | gradients.cpp | 1035 int count; in DEF_SIMPLE_GM() member
|