| /third_party/libcoap/src/ |
| H A D | coap_net.c | 255 coap_queue_t *next; in coap_pop_next() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-tools-utils.cc | 982 size_t current = 0, next; in split_string() local
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | context.rs | 492 fn next(&mut self) -> Option<ItemId> { in next() functions
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | clang.rs | 996 fn next(&mut self) -> Option<Self::Item> { in next() functions 1483 fn next(&mut self) -> Option<Type> { in next() functions 1590 fn next( functions 1620 fn next(&mut self) -> Option<CommentAttribute> { next() functions [all...] |
| /third_party/rust/crates/either/src/ |
| H A D | lib.rs | 941 fn next(&mut self) -> Option<Self::Item> { in next() functions
|
| /third_party/python/Python/ |
| H A D | traceback.c | 44 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-stream-restore.c | 2236 struct clean_up_item *next = NULL; in clean_up_db() local
|
| /third_party/python/Lib/ |
| H A D | tarfile.py | 2603 def next(self): global() member in TarFile [all...] |
| H A D | ast.py | 672 def next(self): member in _Precedence [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | source.c | 2821 pa_source_volume_change *next = c->next; in pa_source_volume_change_flush() local
|
| /third_party/openssl/crypto/evp/ |
| H A D | p_lib.c | 1114 BIO *next = BIO_pop(*out); in print_reset_indent() local
|
| /third_party/openssl/apps/lib/ |
| H A D | s_cb.c | 868 struct ssl_excert_st *next, *prev; member [all...] |
| /third_party/openssl/apps/ |
| H A D | cms.c | 60 cms_key_param *next; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryBindingTests.cpp | 245 makeMemoryAllocateInfo(VkMemoryRequirements& memReqs, const void* next) makeMemoryAllocateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryBindingTests.cpp | 245 makeMemoryAllocateInfo(VkMemoryRequirements& memReqs, const void* next) makeMemoryAllocateInfo() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 39 static void list_insert(T* t, T* prev, T* next, T** head, T** tail) { in list_insert() argument 113 void GrTriangulator::VertexList::insert(Vertex* v, Vertex* prev, Vertex* next) { in insert() argument 289 void GrTriangulator::EdgeList::insert(Edge* edge, Edge* prev, Edge* next) { in insert() argument 335 Vertex* next = v->fNext; in emitMonotonePoly() local 360 emitTriangle(Vertex* prev, Vertex* curr, Vertex* next, int winding, void* data) const emitTriangle() argument 619 makeEdge(Vertex* prev, Vertex* next, EdgeType type, const Comparator& c) const makeEdge() argument 631 Edge* next = prev ? prev->fRight : fHead; global() local 641 Edge* next = nullptr; FindEnclosingEdges() local 660 Edge* next; insertAbove() local 678 Edge* next; insertBelow() local 955 makeConnectingEdge(Vertex* prev, Vertex* next, EdgeType type, const Comparator& c, int windingScale) const makeConnectingEdge() argument 1120 Vertex* next = v->fNext; sanitizeContours() local 1146 Vertex* next = v->fNext; mergeCoincidentVertices() local 1166 Vertex* next = v->fNext; buildEdges() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRegion.cpp | 701 void next() { in next() function 1405 void SkRegion::Iterator::next() { in next() function in SkRegion::Iterator 1461 void SkRegion::Cliperator::next() { in next() function in SkRegion::Cliperator 1528 bool SkRegion::Spanerator::next(int* left, int* right) { next() function in SkRegion::Spanerator [all...] |
| /third_party/openssl/ssl/ |
| H A D | ssl_ciph.c | 162 struct cipher_order_st *next, *prev; member 815 CIPHER_ORDER *head, *tail, *curr, *next, *last; ssl_cipher_apply_rule() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 94 const char *next = *argv++; in parse() local
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngimage.c | 368 struct buffer_list *next; /* next buffer in list */ member 395 struct buffer_list *next = list->next; in buffer_destroy_list() local 1383 int next = first_transform(tr); skip_transform() local 1506 unsigned int next = current; test_one_file() local [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngrtran.c | 420 struct png_dsort_struct * next; member
|
| H A D | pngstruct.h | 63 struct png_compression_buffer *next; member
|
| H A D | pngtest.c | 504 struct memory_information *next; member
|
| H A D | pngwutil.c | 449 png_compression_bufferp next = list->next; in png_free_buffer_list() local 540 png_compression_buffer *next; in png_text_compress() local 642 png_compression_buffer *next = png_ptr->zbuffer_list; png_write_compressed_data_out() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | astro.cpp | 731 UDate CalendarAstronomer::getSunTime(double desired, UBool next) in getSunTime() argument 1247 UDate CalendarAstronomer::getMoonTime(double desired, UBool next) in getMoonTime() argument 1267 getMoonTime(const CalendarAstronomer::MoonAge& desired, UBool next) getMoonTime() argument 1299 timeOfAngle(AngleFunc& func, double desired, double periodDays, double epsilon, UBool next) timeOfAngle() argument [all...] |