/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME 136 typedef typename Allocator::template rebind<head>::other head_allocator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
typelist.h | 65 typedef Hd head; typedef in struct:typelist::chain
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME 136 typedef typename Allocator::template rebind<head>::other head_allocator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
typelist.h | 69 typedef Hd head; typedef in struct:typelist::chain
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
typelist.h | 70 typedef Hd head; typedef in struct:typelist::chain
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME 136 typedef typename Allocator::template rebind<head>::other head_allocator;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
typelist.h | 69 typedef Hd head; typedef in struct:typelist::chain
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
typelist.h | 70 typedef Hd head; typedef in struct:typelist::chain
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
typelist.h | 69 typedef Hd head; typedef in struct:typelist::chain
|
/system/core/adb/ |
jdwp_service.c | 148 char head[5]; local 150 snprintf(head, sizeof head, "%04x", len); 151 memcpy(buffer, head, 4);
|
/system/core/libutils/ |
RefBase.cpp | 246 ref_entry* const head = *refs; local 247 ref_entry* ref = head; 262 ref = head;
|
/bionic/libc/kernel/common/linux/ |
skbuff.h | 160 unsigned char *head, member in struct:sk_buff
|
/bootable/recovery/ |
recovery.cpp | 364 saved_log_file* head = NULL; local 395 p->next = head; 396 head = p; 416 while (head) { 417 FILE* f = fopen_path(head->name, "wb"); 419 fwrite(head->data, 1, head->st.st_size, f); 421 chmod(head->name, head->st.st_mode); 422 chown(head->name, head->st.st_uid, head->st.st_gid) [all...] |
/dalvik/vm/alloc/ |
MarkSweep.cpp | 374 Object *head = dvmGetFieldObject(*list, offset); local 375 dvmSetFieldObject(ref, offset, head); 381 * Removes the reference at the head of a circular queue of 389 Object *head = dvmGetFieldObject(*list, offset); local 391 if (*list == head) { 395 Object *next = dvmGetFieldObject(head, offset); 397 ref = head;
|
/development/ndk/platforms/android-3/include/linux/ |
skbuff.h | 158 unsigned char *head, member in struct:sk_buff
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 457 // Grab the snake by the head 458 Coordinate head = mSnakeTrail.get(0); local 465 newHead = new Coordinate(head.x + 1, head.y); 469 newHead = new Coordinate(head.x - 1, head.y); 473 newHead = new Coordinate(head.x, head.y - 1); 477 newHead = new Coordinate(head.x, head.y + 1) [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 2266 struct cam_list *head = NULL; local 2300 struct cam_list *head = NULL; local 2334 struct cam_list *head = NULL; local 2367 struct cam_list *head = NULL; local [all...] |
/external/bison/lib/ |
lbitset.c | 88 #define LBITSET_HEAD(X) ((X)->l.head) 406 lbitset_elt *head; local 408 head = LBITSET_HEAD (bset); 409 if (!head) 412 /* Clear a bitset by freeing the linked list at the head element. */ 413 lbitset_prune (bset, head); 449 lbitset_elt *head; local 458 head = LBITSET_HEAD (src); 459 if (!head) 463 for (elt = head; elt; elt = elt->next 671 lbitset_elt *head; local [all...] |
/external/blktrace/ |
blkiomon.c | 255 static struct dstat *blkiomon_output(struct dstat *head, struct timespec *ts) 259 for (dstat = head; dstat; dstat = dstat->next) { 273 struct dstat *head, *tail; local 291 head = dstat_list[finished]; 292 if (!head) 296 tail = blkiomon_output(head, &wake); 300 vacant_dstats_list = head;
|
/external/chromium/crypto/ |
nss_util.cc | 178 SECMODModuleList* head = SECMOD_GetDefaultModuleList(); local 179 for (SECMODModuleList* item = head; item != NULL; item = item->next) {
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 560 Instruction* head = gen->MakeInstruction( local 700 gen->Compile(head, program); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.h | 100 struct list_head head; member in struct:r600_fence 107 struct list_head head; member in struct:r600_fence_block
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp.h | 44 string_node_t *head; member in struct:string_list 104 token_node_t *head; member in struct:token_list 115 argument_node_t *head; member in struct:argument_list
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_fuzzer.c | 233 ** return a pointer to the head of that list. 236 fuzzer_rule head; local 239 pTail = &head; 256 return head.pNext; 465 ** return a pointer to the head of that new list. 468 fuzzer_stem head; local 471 pTail = &head; 488 return head.pNext;
|
/external/chromium_org/third_party/zlib/ |
deflate.h | 137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
|