/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-network-helper.h | 49 lws_dll2_t list; member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | asn1write.h | 360 * sequence or list based on the OID. If not already in there, 361 * a new entry is added to the head of the list. 364 * \param list The pointer to the location of the head of the list to seek 379 mbedtls_asn1_named_data *mbedtls_asn1_store_named_data(mbedtls_asn1_named_data **list,
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_priv.h | 55 /* list of bo's that are referenced in ringbuffer but not 60 /* list of bo's that have been submitted but timestamp has 84 /* list-node for pipe's submit_list or pending_list */ 85 struct list_head list[FD_PIPE_MAX]; member
|
/third_party/mesa3d/bin/ |
H A D | post_version.py | 59 calendar = list(csv.reader(f))
|
/third_party/jinja2/ |
H A D | async_utils.py | 56 _common_primitives = {int, float, bool, str, list, dict, tuple, type(None)}
|
H A D | meta.py | 70 >>> list(meta.find_referenced_templates(ast)) 100 # a tuple or list (latter *should* not happen) made of consts, 104 template.value, (tuple, list)
|
/third_party/ltp/include/lapi/ |
H A D | futex.h | 65 * Per-lock list entry - embedded in user-space locks, somewhere close 66 * to the futex field. (Note: user-space uses a double-linked list to 67 * achieve O(1) list add and remove, but the kernel only needs to know 78 * Per-thread list head: 87 * The head of the list. Points back to itself if empty: 89 struct robust_list list; member 104 * list, and then clears this field. Hence the kernel will 131 * This limit protects against a deliberately circular list.
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.h | 32 #include "util/list.h" 39 struct list_head list; member
|
/third_party/node/tools/ |
H A D | checkimports.py | 50 sys.exit(0 if all(list(map(is_valid, files))) else 1)
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | rerun.py | 17 self._results = collections.defaultdict(list)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nativetypes.py | 14 """Return a native Python type from the list of compiled nodes. If 22 head = list(islice(nodes, 2))
|
H A D | meta.py | 62 >>> list(meta.find_referenced_templates(ast)) 90 # a tuple or list (latter *should* not happen) made of consts, 94 node.template.value, (tuple, list)
|
/third_party/node/tools/gyp/tools/ |
H A D | graphviz.py | 31 # Copy out only the edges we're interested in from the full edge list. 46 |edges| is a map of target to a list of other targets it depends on.""" 49 files = collections.defaultdict(list)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | meta.py | 69 >>> list(meta.find_referenced_templates(ast)) 96 # a tuple or list (latter *should* not happen) made of consts, 100 isinstance(node.template.value, (tuple, list)):
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_statevars.h | 190 struct gl_program_parameter_list *list);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_flush.c | 119 list_for_each_entry(struct llvmpipe_context, ctx, &lp_screen->ctx_list, list) in llvmpipe_flush_resource()
|
H A D | lp_state_cs.h | 75 struct list_head list; member
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | colldata.h | 45 * The size of the initial list in a <code>StringList</code> object. 52 * This object holds a list of CEs generated from a particular 78 * Return the number of CEs in the list. 80 * @return the number of CEs in the list. 85 * Get a particular CE from the list. 95 * suffix of this list starting at a give offset. 109 * @return a reference to the given CE in the list 125 * This object holds a list of <code>UnicodeString</code> objects. 147 * Add a string to the list. 155 * Add an array of Unicode code points to the list [all...] |
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.h | 82 struct list mode_group_list;
|
/third_party/ltp/testcases/kernel/syscalls/get_robust_list/ |
H A D | get_robust_list01.c | 65 struct robust_list list; member 92 * specified by len_ptr argument, or the head of the robust list can't in main()
|
/third_party/node/deps/v8/src/execution/ |
H A D | v8threads.h | 25 void LinkInto(List list); 101 // In the following two lists there is always at least one object on the list. 104 // Head of linked list of free states. 106 // Head of linked list of states in use.
|
/third_party/node/deps/v8/src/heap/ |
H A D | array-buffer-sweeper.h | 21 // Singly linked-list of ArrayBufferExtensions that stores head and tail of the 22 // list to allow for concatenation of lists. 29 void Append(ArrayBufferList* list); 37 // `ArrayBufferExtension` is still in the list. The extension will only be
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.h | 30 #include "util/list.h" 66 * - a query accumulates a list of sample periods 118 /* list of fd_hw_sample_periods: */ 126 struct list_head list; /* list-node in batch->active_queries */ member
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.h | 43 struct list_head list; member 47 /* Sorted list of free chunks. */
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | template_help.rs | 177 .arg(arg!(-l --list "lists test values")), in get_app()
|