/third_party/skia/tests/ |
H A D | TextBlobTest.cpp | 221 SkTextBlobRunIterator::GlyphPositioning pos; member 268 AddRun(const SkFont& font, int count, SkTextBlobRunIterator::GlyphPositioning pos, const SkPoint& offset, SkTextBlobBuilder& builder, const SkRect* bounds = nullptr) AddRun() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_to_binary_tree_inc.h | 91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument 97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | State.java | 49 int pos; field in State
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ComputeLayoutMemoryBufferTests.cpp | 29 size_t pos = 0; in ReplaceAll() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.hh | 116 hb_glyph_position_t *pos; member
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi64.c | 228 int num, pos; in classify_argument() local
|
/third_party/python/Modules/_io/clinic/ |
H A D | textio.c.h | 540 PyObject *pos = Py_None; in _io_TextIOWrapper_truncate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 411 uint64_t pos = 0; member in llvm::raw_fd_ostream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | raw_ostream.h | 365 uint64_t pos; member in llvm::raw_fd_ostream
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
H A D | wgsl_mutator.cc | 95 size_t pos = opening_bracket_pos + 1; in FindClosingBrace() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer.cc | 135 bool Lexer::matches(size_t pos, const std::string& substr) { in matches() argument 143 auto pos = pos_; in skip_whitespace_and_comments() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uiter.cpp | 113 int32_t pos; in stringIteratorMove() local 672 int32_t pos; /* requested UTF-16 index */ utf8IteratorMove() local [all...] |
H A D | unifiedcache.cpp | 195 int32_t pos = UHASH_FIRST; in _dumpContents() local
|
H A D | unisetspan.cpp | 652 int32_t pos=spanLength, rest=length-pos; in span() local 805 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED); spanBack() local 982 int32_t pos=spanLength, rest=length-pos; spanUTF8() local 1148 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED); spanBackUTF8() local 1350 int32_t pos=0, rest=length; spanNot() local 1393 int32_t pos=length; spanNotBack() local 1436 int32_t pos=0, rest=length; spanNotUTF8() local 1481 int32_t pos=length; spanNotBackUTF8() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucharstrie.h | 149 const char16_t *pos; member in UCharsTrie::State 259 const char16_t *pos=pos_; in getValue() local 276 const char16_t *pos=pos_; in hasUniqueValue() local 420 readValue(const char16_t *pos, int32_t leadUnit) readValue() argument 431 skipValue(const char16_t *pos, int32_t leadUnit) skipValue() argument 441 skipValue(const char16_t *pos) skipValue() argument 446 readNodeValue(const char16_t *pos, int32_t leadUnit) readNodeValue() argument 458 skipNodeValue(const char16_t *pos, int32_t leadUnit) skipNodeValue() argument 470 jumpByDelta(const char16_t *pos) jumpByDelta() argument 483 skipDelta(const char16_t *pos) skipDelta() argument [all...] |
/third_party/toybox/lib/ |
H A D | deflate.c | 28 unsigned pos, len; member 55 int pos = bb->bitpos + bits + (bits<0), len; in bitbuf_skip() local 140 int pos = dd->pos++ & 32767; in output_byte() local 227 int pos = bb->bitpos >> 3, bblen = bb->len - pos; inflate() local 349 unsigned pos = dd->pos&65535; deflate() local [all...] |
/third_party/toybox/toys/net/ |
H A D | netstat.c | 43 int pos, count; in addr2str() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | lsof.c | 91 long long pos; in fill_flags() local
|
/third_party/toybox/toys/posix/ |
H A D | find.c | 126 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() local
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 386 string::size_type pos = path.find_last_of("\\/"); in ExpandWildcards() local
|
H A D | zero_copy_stream_unittest.cc | 316 int64 pos = output->ByteCount(); in TEST_F() local 619 int64 pos = output->ByteCount(); in TEST_F() local [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 385 HashPosition pos; in Message_InitFromPhp() local
|
/third_party/python/Modules/_sre/clinic/ |
H A D | sre.c.h | 183 Py_ssize_t pos = 0; in _sre_SRE_Pattern_match() local 253 Py_ssize_t pos in _sre_SRE_Pattern_fullmatch() local 325 Py_ssize_t pos = 0; _sre_SRE_Pattern_search() local 394 Py_ssize_t pos = 0; _sre_SRE_Pattern_findall() local 466 Py_ssize_t pos = 0; _sre_SRE_Pattern_finditer() local 535 Py_ssize_t pos = 0; _sre_SRE_Pattern_scanner() local [all...] |
/third_party/python/Modules/ |
H A D | _testclinic.c | 1075 gh_32092_kw_pass_impl(PyObject *module, PyObject *pos, PyObject *args, in gh_32092_kw_pass_impl() argument
|
/third_party/python/Objects/ |
H A D | moduleobject.c | 595 Py_ssize_t pos; in _PyModule_ClearDict() local
|