/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | utils.h | 90 CConflictFiles* head; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_control.c | 56 LIST_FOR_EACH_SAFE(pos, tmp, &session->transferDoneAckList.head) { in DFileSendTransferDoneAck()
|
/third_party/mbedtls/library/ |
H A D | x509_internal.h | 51 int mbedtls_x509_set_extension(mbedtls_asn1_named_data **head, const char *oid, size_t oid_len,
|
/third_party/ltp/testcases/kernel/fs/binfmt_misc/ |
H A D | binfmt_misc02.sh | 22 TST_NEEDS_CMDS="cat head" 66 local delimiter=$(echo "$1" | head -c1)
|
/third_party/node/test/parallel/ |
H A D | test-stream2-readable-from-list.js | 49 head: [Object],
|
/third_party/node/tools/dep_updaters/ |
H A D | update-googletest.sh | 11 NEW_VERSION=$(echo "$NEW_UPSTREAM_SHA1" | head -c 7)
|
/third_party/musl/src/thread/ |
H A D | pthread_mutex_unlock.c | 36 if (next != &self->robust_list.head) *(volatile void *volatile *) in __pthread_mutex_unlock()
|
/third_party/mesa3d/src/util/tests/ |
H A D | vector_test.cpp | 35 // Override the head and tail so we can quickly test rollover in test() 36 vector.head = vector.tail = start; in test()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_feedback.h | 47 struct list_head head; member
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslog-lib.sh | 90 grep -ho "^\$SystemLogSocketName .*" -r /etc/rsyslog.conf /etc/rsyslog.d/ | head -1)
|
/third_party/lwip/src/include/lwip/ |
H A D | netbuf.h | 80 void netbuf_chain (struct netbuf *head, struct netbuf *tail);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.h | 123 unsigned head, tail; member
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | SlabAllocator.h | 80 Slab(char allocation[], IndexLinkNode* head);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BuddyAllocator.h | 100 // Keep track the head and tail (for faster insertion/removal). 102 BuddyBlock* head = nullptr; // First free block in level. member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-face-table-list.hh | 49 HB_OT_TABLE (OT, head)
|
H A D | hb-static.cc | 36 #include "hb-ot-head-table.hh" 75 unsigned int ret = table.head->get_upem (); in load_upem()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.h | 34 static const int32_t head; member
|
/third_party/python/Include/internal/ |
H A D | pycore_gc.h | 115 PyGC_Head head; member
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_symtab.h | 46 #define NODE(n) ((struct cil_tree_node *)(DATUM(n)->nodes->head->data))
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | pre_commit.py | 40 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 248 data.head.len = sizeof(DHandleEntryTxRx); 305 message.head.len = sizeof(DHandleEntryTxRx); 319 message.head.len = sizeof(DHandleEntryTxRx);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_data_test.cpp | 172 std::string head = R"({"field1": ")"; in HWTEST_F() local 174 head + string(JSON_LENS_MAX - filter.size() - head.size() - 1, 'a') + "\"}"; // 13 is {"field1": size in HWTEST_F() 176 std::string document2 = head + string(JSON_LENS_MAX - filter.size() - head.size(), 'a') + "\"}"; in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_impl.h | 69 u_int8_t* head; member 74 char** head; member 108 CEntry* head; member
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 206 head, middle, tail = "", word, "" 210 head = match.group() 258 words[i] = head + middle + tail
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | cell.js | 65 this.head = style.head || tableStyle.head; 269 content = this.wrapWithStyleColors('head', content);
|