| /third_party/glib/glib/ |
| D | gqueue.c | 85 g_queue_free (GQueue *queue) in g_queue_free() 107 g_queue_free_full (GQueue *queue, in g_queue_free_full() 126 g_queue_init (GQueue *queue) in g_queue_init() 144 g_queue_clear (GQueue *queue) in g_queue_clear() 163 g_queue_clear_full (GQueue *queue, in g_queue_clear_full() 183 g_queue_is_empty (GQueue *queue) in g_queue_is_empty() 201 g_queue_get_length (GQueue *queue) in g_queue_get_length() 217 g_queue_reverse (GQueue *queue) in g_queue_reverse() 238 g_queue_copy (GQueue *queue) in g_queue_copy() 268 g_queue_foreach (GQueue *queue, in g_queue_foreach() [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
| D | action_configparser.c | 43 SDLVisualTest_EnqueueAction(SDLVisualTest_ActionQueue* queue, in SDLVisualTest_EnqueueAction() 46 SDLVisualTest_ActionNode* node; in SDLVisualTest_EnqueueAction() local 74 SDLVisualTest_DequeueAction(SDLVisualTest_ActionQueue* queue) in SDLVisualTest_DequeueAction() 76 SDLVisualTest_ActionNode* node; in SDLVisualTest_DequeueAction() local 105 SDLVisualTest_InitActionQueue(SDLVisualTest_ActionQueue* queue) in SDLVisualTest_InitActionQueue() 118 SDLVisualTest_GetQueueFront(SDLVisualTest_ActionQueue* queue) in SDLVisualTest_GetQueueFront() 135 SDLVisualTest_IsActionQueueEmpty(SDLVisualTest_ActionQueue* queue) in SDLVisualTest_IsActionQueueEmpty() 149 SDLVisualTest_EmptyActionQueue(SDLVisualTest_ActionQueue* queue) in SDLVisualTest_EmptyActionQueue() 161 SortQueue(SDLVisualTest_ActionQueue* queue) in SortQueue() 201 SDLVisualTest_InsertIntoActionQueue(SDLVisualTest_ActionQueue* queue, in SDLVisualTest_InsertIntoActionQueue() [all …]
|
| /third_party/libcoap/examples/ |
| D | coap_list.c | 40 coap_insert(coap_list_t **head, coap_list_t *node) { in coap_insert() 53 coap_delete(coap_list_t *node) { in coap_delete() 61 coap_delete_list(coap_list_t *queue) { in coap_delete_list()
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
| D | huffman_codec.h | 62 Node* node = CreateNode(); in HuffmanCodec() local 114 std::queue<std::pair<Node*, std::string>> queue; variable 161 Node* node = root_; in DecodeFromStream() local 208 static void PrintTreeInternal(std::ostream& out, Node* node, size_t depth) { in PrintTreeInternal() 242 Node* node; in CreateEncodingTable() member 250 std::queue<Context> queue; in CreateEncodingTable() local 255 const Node* node = context.node; in CreateEncodingTable() local
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/traverse/lib/ |
| D | context.js | 35 shouldVisit(node) { argument 49 create(node, obj, key, listKey) { argument 88 visitSingle(node, key) { argument 96 visitQueue(queue) { argument 139 visit(node, key) { argument
|
| /third_party/glib/glib/tests/ |
| D | queue.c | 11 check_integrity (GQueue *queue) in check_integrity() 102 find_min (GQueue *queue) in find_min() 112 find_max (GQueue *queue) in find_max() 129 delete_all (GQueue *queue) in delete_all() 149 get_random_position (GQueue *queue, gboolean allow_offlist) in get_random_position() 218 GQueue *queue; in random_test() member 742 GQueue *queue = q; in remove_item() local 751 GList *node; in test_basic() local 955 GList *node; in test_off_by_one() local 986 GList *node; in test_find_custom() local [all …]
|
| D | sequence.c | 26 get_priority (GSequenceNode *node) in get_priority() 41 check_node (GSequenceNode *node) in check_node() 61 GSequenceNode *node = seq->end_node; in g_sequence_check() local 100 GQueue * queue; member
|
| /third_party/glfw/src/ |
| D | mir_window.c | 41 static void deleteNode(EventQueue* queue, EventNode* node) in deleteNode() 47 static GLFWbool emptyEventQueue(EventQueue* queue) in emptyEventQueue() 76 static EventNode* dequeueEvent(EventQueue* queue) in dequeueEvent() 78 EventNode* node = NULL; in dequeueEvent() local 319 void _glfwInitEventQueueMir(EventQueue* queue) in _glfwInitEventQueueMir() 324 void _glfwDeleteEventQueueMir(EventQueue* queue) in _glfwDeleteEventQueueMir() 328 EventNode* node, *node_next; in _glfwDeleteEventQueueMir() local 558 EventNode* node = NULL; in _glfwPlatformPollEvents() local
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/generator/lib/ |
| D | printer.js | 189 _append(str, queue = false) { argument 266 print(node, parent) { argument 343 getPossibleRaw(node) { argument 378 printAndIndentOnComments(node, parent) { argument 395 _printTrailingComments(node) { argument 399 _printLeadingComments(node) { argument 403 printInnerComments(node, indent = true) { argument 425 _printNewline(leading, node, parent, opts) { argument 445 _getComments(leading, node) { argument
|
| /third_party/libcoap/src/ |
| D | net.c | 92 coap_free_node(coap_queue_t *node) { in coap_free_node() 112 coap_free_node(coap_queue_t *node) { in coap_free_node() 140 coap_free_node(coap_queue_t *node) { in coap_free_node() 183 coap_insert_node(coap_queue_t **queue, coap_queue_t *node) { in coap_insert_node() 220 coap_delete_node(coap_queue_t *node) { in coap_delete_node() 240 coap_delete_all(coap_queue_t *queue) { in coap_delete_all() 250 coap_queue_t *node; in coap_new_node() local 712 coap_send_pdu(coap_session_t *session, coap_pdu_t *pdu, coap_queue_t *node) { in coap_send_pdu() 892 coap_queue_t *node) { in coap_wait_ack() 1006 coap_queue_t *node = coap_new_node(); in coap_send() local [all …]
|
| D | option.c | 549 coap_optlist_t *node; in coap_new_optlist() local 594 coap_insert_optlist(coap_optlist_t **head, coap_optlist_t *node) { in coap_insert_optlist() 607 coap_internal_delete(coap_optlist_t *node) { in coap_internal_delete() 615 coap_delete_optlist(coap_optlist_t *queue) { in coap_delete_optlist()
|
| /third_party/node/src/ |
| D | inspector_io.cc | 20 namespace node { namespace 195 explicit IoSessionDelegate(std::shared_ptr<RequestQueue> queue, int id) in IoSessionDelegate() 290 std::shared_ptr<RequestQueueData> queue(new RequestQueueData(&loop), in ThreadMain() local 329 std::shared_ptr<RequestQueueData> queue, in InspectorIoDelegate() 373 void RequestQueueData::CloseAndFree(RequestQueueData* queue) { in CloseAndFree()
|
| D | env.cc | 26 namespace node { namespace 707 NativeImmediateQueue queue; in RunAndClearInterrupts() local 731 auto drain_list = [&](NativeImmediateQueue* queue) { in RunAndClearNativeImmediates()
|
| /third_party/libcoap/tests/ |
| D | test_sendqueue.c | 28 coap_queue_t *node[5]; variable 31 add_timestamps(coap_queue_t *queue, size_t num) { in add_timestamps()
|
| /third_party/Linux_Kernel/include/linux/mfd/ |
| D | ipaq-micro.h | 89 struct list_head node; member 117 struct list_head queue; member
|
| /third_party/node/tools/ |
| D | lint-md.js | 7538 var node = createCommonjsModule(function (module, exports) { variable 8089 const queue = []; variable 15324 function onrun(error, node) { argument 15338 function queue(context, file, fileSet, next) { function 15427 function noColor(node, pad) { argument 15432 function inspect(node, pad) { argument 15536 function formatNode(node) { argument 21064 exports.find = (node, type) => node.nodes.find(node => node.type === type); argument 21096 exports.encloseBrace = node => { argument 21127 exports.isOpenOrClose = node => { argument [all …]
|
| /third_party/Linux_Kernel/include/linux/ |
| D | fb.h | 450 int node; member 457 struct work_struct queue; /* Framebuffer event queue */ member
|
| D | netdevice.h | 603 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write() 2946 struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
|
| /third_party/gstreamer/gstplugins_bad/ext/dash/ |
| D | gstmpdparser.c | 1565 gst_mpdparser_parse_s_node (GQueue * queue, xmlNode * a_node) in gst_mpdparser_parse_s_node() 2998 GstSegmentTimelineNode *node = g_slice_new0 (GstSegmentTimelineNode); in gst_mpdparser_segment_timeline_node_new() local 5127 const GstUTCTimingNode *node = (const GstUTCTimingNode *) list->data; in gst_mpd_client_get_utc_timing_sources() local
|
| /third_party/boost/libs/hof/doc/html/_static/ |
| D | jquery-3.1.0.js | 1086 setDocument = Sizzle.setDocument = function( node ) { argument 4267 queue: function( elem, type, data ) { method 4333 queue: function( type, data ) { method 7001 queue: animation.opts.queue property
|
| /third_party/boost/libs/gil/doc/html/_static/ |
| D | jquery-3.1.0.js | 1086 setDocument = Sizzle.setDocument = function( node ) { argument 4267 queue: function( elem, type, data ) { method 4333 queue: function( type, data ) { method 7001 queue: animation.opts.queue property
|
| /third_party/boost/libs/python/doc/html/numpy/_static/ |
| D | jquery-3.1.0.js | 1086 setDocument = Sizzle.setDocument = function( node ) { argument 4267 queue: function( elem, type, data ) { method 4333 queue: function( type, data ) { method 7001 queue: animation.opts.queue property
|