/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_manager_impl.cpp | 53 charPtrToVector(options.permissions.head, options.permissions.size, subscriberPermissions); in PublishEventWithData()
|
/base/startup/init/interfaces/innerkits/include/fs_manager/ |
H A D | fs_manager.h | 67 struct FstabItem *head; member
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc_ttml.c | 122 if (!track->squashed_packet_queue.head) { in ff_mov_generate_squashed_ttml_packet()
|
/third_party/backends/backend/ |
H A D | sm3840_lib.h | 94 int scanpix, int scanlines, int gray, char *head,
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | Makefile | 56 gcov unity_fixture.c | head -3
|
/third_party/curl/lib/ |
H A D | bufq.h | 67 * Reading is done from `head`, writing is done to `tail`. 73 * of bytes. When `max_chunks` are used (in the `head` list) and the 77 * e.g. when the head chunk is partially read. `len` may also become 95 struct buf_chunk *head; /* chunk with bytes to read from */ member 99 size_t chunk_count; /* current number of chunks in `head+spare` */ 100 size_t max_chunks; /* max `head` chunks to use */ 191 * Peek at the head chunk in the buffer queue. Returns a pointer to 206 * Tell the buffer queue to discard `amount` buf bytes at the head
|
/third_party/cJSON/tests/unity/test/ |
H A D | Makefile | 38 gcov unity.c | head -3
|
/third_party/libwebsockets/lib/core-net/ |
H A D | state.c | 69 lws_start_foreach_dll(struct lws_dll2 *, d, mgr->notify_list.head) { in _report()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | asn1.h | 377 * When this function returns, \c *cur is the head of a linked 382 * The head of the list (i.e. \c *cur itself) describes the 411 * - Allocate a head node `mbedtls_asn1_sequence *head` with mbedtls_calloc(). 414 * call mbedtls_asn1_sequence_free() on `head`. 415 * - Allocate a head node `mbedtls_asn1_sequence *head` in any manner, 416 * for example on the stack. Make sure that `head->next == NULL`. 417 * Pass `head` as the `cur` argument to mbedtls_asn1_get_sequence_of(). 419 * call mbedtls_asn1_sequence_free() on `head [all...] |
/third_party/mbedtls/scripts/ |
H A D | footprint.sh | 76 log "$( head -n1 "$OUT" )" 92 GIT_HEAD=$( git rev-parse HEAD | head -c 10 ) 93 GIT_VERSION=" (git head: $GIT_HEAD)" 100 log "$( arm-none-eabi-gcc --version | head -n1 )"
|
/third_party/libdrm/nouveau/ |
H A D | private.h | 86 struct nouveau_list head; member
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 123 git fetch origin pull/"$__prnum"/head:pr
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
H A D | main.c | 226 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.h | 64 unsigned int head; member
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.h | 161 void enc_ReleaseTasks(struct list_head *head);
|
/third_party/node/deps/v8/tools/dev/ |
H A D | update-vscode.sh | 139 TAR_DIR=$(tar -tf "$DOWNLOAD_FILE" | head -1)
|
/third_party/node/tools/actions/ |
H A D | commit-queue.sh | 93 --arg head "${commit_head}" \ 94 '{merge_method:"squash",commit_title:$title,commit_message:$body,sha:$head}' > output.json
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_ksl.h | 136 /* head points to the root block. */ 137 ngtcp2_ksl_blk *head; member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_ksl.h | 138 /* head points to the root block. */ 139 nghttp3_ksl_blk *head; member
|
/third_party/mesa3d/src/util/ |
H A D | u_queue.h | 224 struct list_head head; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.h | 48 struct nouveau_fence *head; member
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug03.sh | 114 ps aux | head -n 1
|
/third_party/ltp/testcases/network/can/cve/ |
H A D | can_bcm01.c | 34 struct bcm_msg_head head; member
|
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 85 PyThreadState *head; member 193 /* the initial PyInterpreterState.threads.head */
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | MtxFontBuilder.java | 84 addTable(Tag.head, headBuilder.build()); in build()
|