/third_party/eudev/src/shared/ |
D | list.h | 31 t *name##_next, *name##_prev 44 _item->name##_prev = _item->name##_next = NULL; \ 52 if ((_item->name##_next = *_head)) \ 53 _item->name##_next->name##_prev = _item; \ 63 if (_item->name##_next) \ 64 _item->name##_next->name##_prev = _item->name##_prev; \ 66 _item->name##_prev->name##_next = _item->name##_next; \ 69 *_head = _item->name##_next; \ 71 _item->name##_next = _item->name##_prev = NULL; \ 94 while (_item->name##_next) \ [all …]
|
/third_party/boost/boost/xpressive/detail/core/ |
D | list.hpp | 38 node_base *_next; member 62 void increment() { _node = _node->_next; } in increment() 79 _sentry._next = _sentry._prev = &_sentry; in list() 84 _sentry._next = _sentry._prev = &_sentry; in list() 119 new_node->_next = _sentry._next; in push_front() 122 _sentry._next->_prev = new_node; in push_front() 123 _sentry._next = new_node; in push_front() 130 new_node->_next = &_sentry; in push_back() 133 _sentry._prev->_next = new_node; in push_back() 140 node *old_node = static_cast<node *>(_sentry._next); in pop_front() [all …]
|
/third_party/libuv/src/win/ |
D | loop-watcher.c | 60 handle->name##_next = old_head; \ 86 loop->name##_handles = handle->name##_next; \ 91 loop->next_##name##_handle = handle->name##_next; \ 95 handle->name##_prev->name##_next = handle->name##_next; \ 97 if (handle->name##_next) { \ 98 handle->name##_next->name##_prev = handle->name##_prev; \ 114 (loop)->next_##name##_handle = handle->name##_next; \
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/ |
D | iteration_node.hpp | 22 _next (next_), in iteration_node() 28 _next->append_firstpos (_firstpos); in iteration_node() 29 _next->append_lastpos (_lastpos); in iteration_node() 57 node_stack_.push (_next); in traverse() 63 node *_next; member in boost::lexer::detail::iteration_node
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | from.js | 3 …_next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error)… argument 5 …_next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function … function
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _service.py | 25 def _next(self): member in _RequestIterator 40 return self._next() 43 return self._next()
|
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/ |
D | health.py | 44 def _next(self): member in _Watcher 54 return self._next() 57 return self._next()
|
/third_party/grpc/src/python/grpcio_tests/tests/testing/ |
D | _client_application.py | 74 def _next(self): member in _Pipe 85 return self._next() 88 return self._next()
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _channel_close_test.py | 84 def _next(self): member in _Pipe 94 return self._next() 97 return self._next()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | completion_queue.pyx.pxi | 19 cdef grpc_event _next(grpc_completion_queue *c_completion_queue, deadline) except *: function 63 cdef grpc_event c_event = _next(c_completion_queue, deadline) 92 return self._interpret_event(_next(self.c_completion_queue, deadline))
|
D | completion_queue.pxd.pxi | 16 cdef grpc_event _next(grpc_completion_queue *c_completion_queue, deadline) except * function
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 120 def _next(handler): function 297 return _next(self._handler) 300 return _next(self._handler)
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 129 def _next(self): member in _Rendezvous 136 return self._next() 139 return self._next()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 636 TiXmlNode* NextSibling( const char* _next ) { in NextSibling() argument 637 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->NextSibling( _next ) ); in NextSibling() 654 TiXmlElement* NextSiblingElement( const char *_next ) { in NextSiblingElement() argument 655 …const_cast< TiXmlElement* >( (const_cast< const TiXmlNode* >(this))->NextSiblingElement( _next ) ); in NextSiblingElement()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 636 TiXmlNode* NextSibling( const char* _next ) { in NextSibling() argument 637 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->NextSibling( _next ) ); in NextSibling() 654 TiXmlElement* NextSiblingElement( const char *_next ) { in NextSiblingElement() argument 655 …const_cast< TiXmlElement* >( (const_cast< const TiXmlNode* >(this))->NextSiblingElement( _next ) ); in NextSiblingElement()
|
/third_party/grpc/doc/core/ |
D | grpc-cq.md | 28 ### **grpc\_completion\_queue\_next()** & **grpc_completion_queue_pluck()** APIS
|
/third_party/jinja2/ |
D | environment.py | 1323 self._next = partial(next, self._gen) 1351 self._next = partial(next, self._buffered_generator(size)) 1357 return self._next()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | environment.py | 1237 self._next = partial(next, self._gen) 1265 self._next = partial(next, self._buffered_generator(size)) 1271 return self._next()
|
/third_party/skia/third_party/externals/jinja2/ |
D | environment.py | 1323 self._next = partial(next, self._gen) 1351 self._next = partial(next, self._buffered_generator(size)) 1357 return self._next()
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _channel.py | 413 return self._next() 416 return self._next() 418 def _next(self): member in _Rendezvous 609 def _next(self): member in _SingleThreadedRendezvous 773 def _next(self): member in _MultiThreadedRendezvous
|
D | _server.py | 369 def _next(self): member in _RequestIterator 382 return self._next() 385 return self._next()
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local 132 if (_next == NULL) { in next() 136 if (*_next == *_start) { in next() 139 _current = _next; in next() 140 return _next; in next()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local 132 if (_next == NULL) { in next() 136 if (*_next == *_start) { in next() 139 _current = _next; in next() 140 return _next; in next()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local 132 if (_next == NULL) { in next() 136 if (*_next == *_start) { in next() 139 _current = _next; in next() 140 return _next; in next()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local 146 if (_next == NULL) { in next() 150 if (*_next == *_start) { in next() 153 _current = _next; in next() 154 return _next; in next()
|