Home
last modified time | relevance | path

Searched refs:list (Results 2101 - 2125 of 4027) sorted by relevance

1...<<81828384858687888990>>...162

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-network-helper.h49 lws_dll2_t list; member
/third_party/mbedtls/include/mbedtls/
H A Dasn1write.h360 * 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 Dkgsl_priv.h55 /* 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 Dpost_version.py59 calendar = list(csv.reader(f))
/third_party/jinja2/
H A Dasync_utils.py56 _common_primitives = {int, float, bool, str, list, dict, tuple, type(None)}
H A Dmeta.py70 >>> 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 Dfutex.h65 * 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 Dradeon_vcn_dec.h32 #include "util/list.h"
39 struct list_head list; member
/third_party/node/tools/
H A Dcheckimports.py50 sys.exit(0 if all(list(map(is_valid, files))) else 1)
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Drerun.py17 self._results = collections.defaultdict(list)
/third_party/node/deps/v8/third_party/jinja2/
H A Dnativetypes.py14 """Return a native Python type from the list of compiled nodes. If
22 head = list(islice(nodes, 2))
H A Dmeta.py62 >>> 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 Dgraphviz.py31 # 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 Dmeta.py69 >>> 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 Dprog_statevars.h190 struct gl_program_parameter_list *list);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c119 list_for_each_entry(struct llvmpipe_context, ctx, &lp_screen->ctx_list, list) in llvmpipe_flush_resource()
H A Dlp_state_cs.h75 struct list_head list; member
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.h45 * 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 Devdev-tablet-pad.h82 struct list mode_group_list;
/third_party/ltp/testcases/kernel/syscalls/get_robust_list/
H A Dget_robust_list01.c65 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 Dv8threads.h25 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 Darray-buffer-sweeper.h21 // 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 Dfreedreno_query_hw.h30 #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 Damdgpu_bo.h43 struct list_head list; member
47 /* Sorted list of free chunks. */
/third_party/rust/crates/clap/tests/builder/
H A Dtemplate_help.rs177 .arg(arg!(-l --list "lists test values")), in get_app()

Completed in 24 milliseconds

1...<<81828384858687888990>>...162