| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | structures.h | 409 struct SPDYF_Response_Queue *next; member 491 struct SPDY_NameValue *next; member 524 struct SPDYF_Stream *next; member 623 struct SPDY_Session *next; member [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 437 DSLStatement For(DSLStatement initializer, DSLExpression test, DSLExpression next, in For() argument 202 For(DSLStatement initializer, DSLExpression test, DSLExpression next, DSLStatement stmt, PositionInfo pos) For() argument
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 161 Token next = this->nextToken(); in checkNext() local 173 Token next = this->nextToken(); in expect() local 1112 dsl::DSLExpression next; forStatement() local 1142 DSLExpression next = this->expression(); returnStatement() local 1251 DSLExpression next = dsl::operator,(std::move(result), std::move(right)); expression() local 1355 DSLExpression next = LogicalXor(std::move(result), std::move(right)); logicalXorExpression() local 1499 Token next = this->peek(); unaryExpression() local 1553 DSLExpression next = this->suffix(std::move(result)); postfixExpression() local 1621 Token next = this->nextToken(); suffix() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | backward_references_hq.c | 251 ZopfliNode* next = &nodes[pos + len]; in UpdateZopfliNode() local 582 const ZopfliNode* next in BrotliZopfliCreateCommands() local [all...] |
| /third_party/openssl/test/helpers/ |
| H A D | ssltestlib.c | 86 BIO *next = BIO_next(bio); in copy_flags() local 196 BIO *next = BIO_next(bio); in tls_dump_read() local 211 BIO *next = BIO_next(bio); in tls_dump_write() local 222 BIO *next = BIO_next(bio); in tls_dump_ctrl() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afhints.c | 1074 AF_Point next, prev, curr; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/bdf/ |
| H A D | bdflib.c | 1299 _bdf_line_func_t* next; in _bdf_parse_glyphs() local 1778 _bdf_line_func_t* next; in _bdf_parse_properties() local 1881 _bdf_line_func_t* next; _bdf_parse_start() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshalgo.c | 1178 FT_UInt first = 0, next, n; in psh_glyph_init() local 1587 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points ); psh_glyph_find_strong_points() local 1928 PSH_Point first, next, point; psh_glyph_interpolate_other_points() local [all...] |
| H A D | pshalgo.h | 155 PSH_Point next; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-buffer.cc | 1587 const T *next = text + item_offset; in hb_buffer_add_utf() local [all...] |
| H A D | hb-ot-shape-complex-indic.cc | 791 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() local
|
| H A D | hb-ot-var-gvar-table.hh | 626 unsigned int prev, next, i; in apply_deltas_to_points() local [all...] |
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 76 struct NotationList *next; member 336 NotationList *next = notationListHead->next; in freeNotations() local
|
| /third_party/python/Lib/tkinter/ |
| H A D | ttk.py | 1368 def next(self, item): member in Treeview
|
| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 763 struct lru_list_elem *prev, *next; /* borrowed links */ member 1251 lru_list_elem *next = link->next; lru_cache_clear_list() local 1351 lru_list_elem *next = link->next; lru_cache_tp_traverse() local [all...] |
| /third_party/python/Lib/ |
| H A D | mailbox.py | 564 def next(self): member in Maildir
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | APFloat.h | 957 opStatus next(bool nextDown) { return getIEEE().next(nextDown); } in next() function in llvm::APFloat
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | regcomp.c | 65 char *next; /* next character in RE */ member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | regcomp.c | 193 char *next; /* next character in RE */ member [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.cc | 300 Token ParserImpl::next() { in next() function in tint::reader::wgsl::ParserImpl [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | localematcher.cpp | 586 LSR next(UErrorCode &errorCode) { in next() function in LocaleLsrIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 225 ImutAVLTree *next = nullptr; member in llvm::ImutAVLTree
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 478 SCEVUnknown(const FoldingSetNodeIDRef ID, Value *V, ScalarEvolution *se, SCEVUnknown *next) SCEVUnknown() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | vi.c | 169 struct slice *next = xmalloc(sizeof(struct slice)); in insert_str() local 1058 size_t next = 0; vi_go() local 1106 size_t next; vi_join() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.cpp | 61 struct waiter *next; member 734 waiter *next = first->next; dng_pthread_cond_broadcast() local 810 struct rw_waiter *next; global() member [all...] |