| /third_party/skia/src/utils/ |
| H A D | SkShadowTessellator.cpp | 178 bool SkBaseShadowTessellator::accumulateCentroid(const SkPoint& curr, const SkPoint& next) { in accumulateCentroid() argument 528 int next = (index + dir) % umbraPolygon.count(); in getClosestUmbraIndex() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | decode.c | 578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength() local [all...] |
| H A D | state.h | 222 HuffmanCode* next; member
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | freetype.h | 1910 FT_GlyphSlot next; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 568 FT_Int prev, next; in af_latin_metrics_init_blues() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrtypes.h | 180 PFR_KernItem next; member
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 318 struct SDF_Edge_* next; member 350 struct SDF_Contour_* next; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 458 PCell next; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.h | 764 TiXmlNode* next; member in TiXmlNode 887 TiXmlAttribute* next; global() member in TiXmlAttribute [all...] |
| /third_party/python/Lib/unittest/test/testmock/ |
| H A D | testmock.py | 25 def next(self): member in Iter
|
| /third_party/python/Lib/test/ |
| H A D | test_ast.py | 831 def next(self): member in AST_Tests.test_precedence_enum._Precedence
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uloc_tag.cpp | 31 struct VariantListEntry *next; member 37 struct AttributeListEntry *next; member 44 struct ExtensionListEntry *next; member 2022 int16_t next; ultag_parse() local [all...] |
| H A D | unames.cpp | 751 UChar32 next = (PREV_GROUP(group)[GROUP_MSB] + 1) << GROUP_SHIFT; in enumNames() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1034 opStatus next(bool nextDown) { in next() function in llvm::APFloat
|
| /third_party/toybox/lib/ |
| H A D | lib.c | 255 char *res, *next = strchr(path, ':'); in find_in_path() local 1259 struct pwuidbuf_list *next; bufgetpwuid() member 1292 struct grgidbuf_list *next; bufgetgrgid() member [all...] |
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ps.c | 181 struct ofields *next, *prev; member 1205 struct dirtree *next in collate_leaves() local 1660 struct regex_list *next; global() member [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 224 struct ofields *next, *prev; member 1248 struct dirtree *next in collate_leaves() local 1818 struct regex_list *next; global() member [all...] |
| /third_party/python/Python/ |
| H A D | dtoa.c | 327 struct Bigint *next; member [all...] |
| H A D | import.c | 1505 PyObject *next = (PyObject *) traceback->tb_next; in remove_importlib_frames() local
|
| H A D | pystate.c | 274 init_interpreter(PyInterpreterState *interp, _PyRuntimeState *runtime, int64_t id, PyInterpreterState *next, PyThread_type_lock pending_lock) init_interpreter() argument 764 init_threadstate(PyThreadState *tstate, PyInterpreterState *interp, uint64_t id, PyThreadState *next) init_threadstate() argument 1180 PyThreadState *p, *next; _PyThreadState_DeleteExcept() local [all...] |
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 90 struct ndbuf *next; member [all...] |
| H A D | _zoneinfo.c | 80 StrongCacheNode *next; member [all...] |
| H A D | _xxsubinterpretersmodule.c | 360 struct _channelitem *next; member 490 struct _channelend *next; member 876 struct _channelref *next; global() member [all...] |
| H A D | gcmodule.c | 266 PyGC_Head *next = GC_NEXT(node); in gc_list_remove() local 516 PyGC_Head *next = (PyGC_Head*)(gc->_gc_next & ~NEXT_MASK_UNREACHABLE); in visit_reachable() local 634 PyGC_Head *next, *gc = GC_NEXT(head); untrack_tuples() local 649 PyGC_Head *next, *gc = GC_NEXT(head); untrack_dicts() local 675 PyGC_Head *gc, *next; move_legacy_finalizers() local 701 PyGC_Head *gc, *next; clear_unreachable_mask() local 760 PyGC_Head *next; handle_weakrefs() local [all...] |
| /third_party/python/Objects/ |
| H A D | genobject.c | 362 _Py_CODEUNIT next = frame->prev_instr[1]; in _PyGen_yf() local
|