HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 476 - 500 of 815) sorted by null

<<11121314151617181920>>

  /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 361 saved_log_file* head = NULL; local
392 p->next = head;
393 head = p;
413 while (head) {
414 FILE* f = fopen_path(head->name, "wb");
416 fwrite(head->data, 1, head->st.st_size, f);
418 chmod(head->name, head->st.st_mode);
419 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/crypto/
nss_util.cc 171 SECMODModuleList* head = SECMOD_GetDefaultModuleList(); local
172 for (SECMODModuleList* item = head; item != NULL; item = item->next) {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 545 Instruction *head = local
671 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/skia/src/core/
SkGlyphCache.cpp 680 const SkGlyphCache* head = fHead; local
681 while (head != NULL) {
682 computed += head->fMemoryUsed;
683 head = head->fNext;
  /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
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 201 int head = array_[i].next; local
202 if (head == kNil) {
205 array_[i].value = lists_[head].value;
206 array_[i].next = lists_[head].next;
207 lists_[head].next = free_list_head_;
208 free_list_head_ = head;
  /external/chromium_org/webkit/browser/appcache/
appcache_response_unittest.cc 167 void WriteResponse(net::HttpResponseInfo* head,
173 WriteResponseHead(head);
176 void WriteResponseHead(net::HttpResponseInfo* head) {
178 expected_write_result_ = GetHttpResponseInfoSize(head);
179 write_info_buffer_ = new HttpResponseInfoIOBuffer(head);
383 net::HttpResponseInfo* head = MakeHttpResponseInfo(raw_headers); local
385 GetHttpResponseInfoSize(head) + kNumBlocks * kBlockSize;
395 base::Unretained(this), head));
413 // with a response head for this test.
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 135 Item* head; member in class:clang::OnDiskChainedHashTableGenerator::Bucket
147 E->next = B.head;
149 B.head = E;
156 for (Item* E = Buckets[i].head; E ; ) {
196 if (!B.head) continue;
204 assert(B.length != 0 && "Bucket has a head but zero length?");
207 for (Item *I = B.head; I ; I = I->next) {
  /external/kernel-headers/original/linux/
swap.h 150 int head; /* head of priority-ordered swapfile list */ member in struct:swap_list_t
  /external/libpcap/
pcap-dos.c 1280 struct rx_elem *tail, *head; local
1286 head = pktq_in_elem (&active_dev->queue);
1289 if (head != tail)
1341 struct rx_elem *head = pktq_in_elem (&active_dev->queue); local
1343 head->size = len;
1345 return (&head->data[0]);
    [all...]

Completed in 1975 milliseconds

<<11121314151617181920>>