Home
last modified time | relevance | path

Searched defs:pos (Results 1526 - 1550 of 2905) sorted by relevance

1...<<61626364656667686970>>...117

/third_party/skia/tests/
H A DTextBlobTest.cpp221 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 Dhash_to_binary_tree_inc.h91 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 DState.java49 int pos; field in State
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp29 size_t pos = 0; in ReplaceAll() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.hh116 hb_glyph_position_t *pos; member
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c228 int num, pos; in classify_argument() local
/third_party/python/Modules/_io/clinic/
H A Dtextio.c.h540 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 Draw_ostream.h411 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 Draw_ostream.h365 uint64_t pos; member in llvm::raw_fd_ostream
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dwgsl_mutator.cc95 size_t pos = opening_bracket_pos + 1; in FindClosingBrace() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc135 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 Duiter.cpp113 int32_t pos; in stringIteratorMove() local
672 int32_t pos; /* requested UTF-16 index */ utf8IteratorMove() local
[all...]
H A Dunifiedcache.cpp195 int32_t pos = UHASH_FIRST; in _dumpContents() local
H A Dunisetspan.cpp652 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 Ducharstrie.h149 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 Ddeflate.c28 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 Dnetstat.c43 int pos, count; in addr2str() local
[all...]
/third_party/toybox/toys/pending/
H A Dlsof.c91 long long pos; in fill_flags() local
/third_party/toybox/toys/posix/
H A Dfind.c126 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() local
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc386 string::size_type pos = path.find_last_of("\\/"); in ExpandWildcards() local
H A Dzero_copy_stream_unittest.cc316 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 Dmessage.c385 HashPosition pos; in Message_InitFromPhp() local
/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h183 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.c1075 gh_32092_kw_pass_impl(PyObject *module, PyObject *pos, PyObject *args, in gh_32092_kw_pass_impl() argument
/third_party/python/Objects/
H A Dmoduleobject.c595 Py_ssize_t pos; in _PyModule_ClearDict() local

Completed in 26 milliseconds

1...<<61626364656667686970>>...117