/external/libchrome/sandbox/linux/bpf_dsl/ |
D | cons.h | 68 List<T> Cons(const T& head, List<T> tail) { in Cons() 76 Cell(const T& head, List<T> tail) : head_(head), tail_(std::move(tail)) {} in Cell() 82 const List<T>& tail() const { return tail_; } in tail() function
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 224 List<E> tail = list.subList(1, size); in testSubList_get() local 248 List<E> tail = list.subList(1, size); in testSubList_contains() local 266 List<E> tail = list.subList(1, size); in testSubList_indexOf() local 292 List<E> tail = list.subList(1, size); in testSubList_lastIndexOf() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 228 List<E> tail = list.subList(1, size); in testSubList_get() local 252 List<E> tail = list.subList(1, size); in testSubList_contains() local 270 List<E> tail = list.subList(1, size); in testSubList_indexOf() local 296 List<E> tail = list.subList(1, size); in testSubList_lastIndexOf() local
|
/external/iproute2/tc/ |
D | q_dsmark.c | 32 struct rtattr *tail; in dsmark_parse_opt() local 94 struct rtattr *tail; in dsmark_parse_class_opt() local
|
D | q_gred.c | 51 struct rtattr *tail; in init_gred() local 132 struct rtattr *tail; in gred_parse_opt() local
|
D | m_action.c | 172 struct rtattr *tail, *tail2; in parse_action() local 402 struct rtattr *tail; in tc_action_gd() local 510 struct rtattr *tail; in tc_action_modify() local 548 struct rtattr *tail,*tail2; in tc_act_list_or_flush() local
|
D | q_htb.c | 67 struct rtattr *tail; in htb_parse_opt() local 123 struct rtattr *tail; in htb_parse_class_opt() local
|
D | q_cbq.c | 60 struct rtattr *tail; in cbq_parse_opt() local 197 struct rtattr *tail; in cbq_parse_class_opt() local
|
/external/fio/lib/ |
D | flist_sort.c | 18 struct flist_head head, *tail = &head; in merge() local 48 struct flist_head *tail = head; in merge_and_restore_back_links() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 135 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32() local 207 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128() local 293 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); in hash_x64_128() local
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 244 char tail[]) in snprintf_eth_hdr() 260 char status, char tail[]) in snprintf_arp_hdr() 291 char status, char tail[]) in snprintf_ip_hdr() 315 char status, char tail[]) in snprintf_icmp_hdr() 340 char status, char tail[]) in snprintf_tcp_hdr() 366 char status, char tail[]) in snprintf_udp_hdr()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p2.cpp | 13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function t… in recurse_until_fail()
|
/external/e2fsprogs/contrib/android/ |
D | base_fs.h | 11 struct block_range *tail; member
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FluentIterableTest.java | 471 FluentIterable<String> tail = FluentIterable.from(list).skip(1); in testSkip_nonStructurallyModifiedList() local 482 FluentIterable<String> tail = FluentIterable.from(set).skip(1); in testSkip_structurallyModifiedSkipSome() local 490 FluentIterable<String> tail = FluentIterable.from(list).skip(1); in testSkip_structurallyModifiedSkipSomeList() local 499 FluentIterable<String> tail = FluentIterable.from(set).skip(2); in testSkip_structurallyModifiedSkipAll() local 507 FluentIterable<String> tail = FluentIterable.from(list).skip(2); in testSkip_structurallyModifiedSkipAllList() local
|
/external/skia/src/core/ |
D | SkImageFilterCache.cpp | 78 Value* tail = fLRU.tail(); in set() local 90 Value* tail = fLRU.tail(); in purge() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnbufferedCommonTreeNodeStream.h | 56 NSUInteger tail; variable
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | IntQueue.java | 29 private IntQueue.Entry tail; field in IntQueue
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 37 Node* tail; /* Previous node(s) of this chain, or 0 if none. */ member 54 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode()
|
/external/selinux/checkpolicy/ |
D | queue.h | 26 queue_node_ptr_t tail; member
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 150 SI SkNx<N,T> load(size_t tail, const T* src) { in load() 168 SI SkNx<N,T> gather(size_t tail, const T* src, const SkNi& offset) { in gather() 189 SI void store(size_t tail, const SkNx<N,T>& v, T* dst) { in store() 206 SI __m256i mask(size_t tail) { in mask() 220 SI SkNi load(size_t tail, const int32_t* src) { in load() 224 SI SkNu load(size_t tail, const uint32_t* src) { in load() 228 SI SkNf load(size_t tail, const float* src) { in load() 232 SI SkNi gather(size_t tail, const int32_t* src, const SkNi& offset) { in gather() 236 SI SkNu gather(size_t tail, const uint32_t* src, const SkNi& offset) { in gather() 240 SI SkNf gather(size_t tail, const float* src, const SkNi& offset) { in gather() [all …]
|
/external/vulkan-validation-layers/loader/ |
D | murmurhash.c | 46 const uint8_t *tail = NULL; // tail - last 8 bytes in murmurhash() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene.h | 81 struct cmd_block *tail; member 100 struct cmd_block *tail; member 298 struct cmd_block *tail = bin->tail; in lp_scene_bin_command() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_list.h | 37 struct cil_list_item *tail; member
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_resolve_map.c | 41 struct intel_resolve_map **tail = &head->next; in intel_resolve_map_set() local
|
/external/curl/lib/ |
D | llist.h | 39 struct curl_llist_element *tail; member
|