HomeSort by relevance Sort by last modified time
    Searched defs:tail (Results 251 - 275 of 486) sorted by null

<<11121314151617181920

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 70 typedef Typelist tail; typedef in struct:typelist::chain
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 71 typedef Typelist tail; typedef in struct:typelist::chain
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 70 typedef Typelist tail; typedef in struct:typelist::chain
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 71 typedef Typelist tail; typedef in struct:typelist::chain
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
typelist.h 70 typedef Typelist tail; typedef in struct:typelist::chain
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 70 typedef Typelist tail; typedef in struct:typelist::chain
  /system/core/liblog/
log_read.c 241 unsigned int tail; member in struct:logger_list
467 unsigned int tail,
481 logger_list->tail = tail;
502 logger_list->tail = 0;
547 unsigned int tail,
550 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid);
616 if (logger_list->tail) {
617 ret = snprintf(cp, remaining, " tail=%u", logger_list->tail);
    [all...]
log_read_kern.c 138 unsigned int tail; member in struct:logger_list
291 unsigned int tail,
302 logger_list->tail = tail;
371 unsigned int tail,
374 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid);
390 return (logger_list->tail < 64) ? 64 : logger_list->tail;
408 || (logger_list->queued_lines > logger_list->tail))) {
459 /* within tail?, send! *
    [all...]
  /bionic/libc/bionic/
malloc_debug_check.cpp 114 static hdr_t* tail; variable
173 static inline void add_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) {
179 *tail = hdr;
183 static inline int del_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) {
192 *tail = hdr->prev;
204 add_locked(hdr, &tail, &head);
213 del_locked(hdr, &tail, &head);
296 hdr_t** tail, hdr_t** head, unsigned* cnt,
301 del_locked(hdr, tail, head);
321 return del_and_check_locked(hdr, &tail, &head, &g_allocated_block_count, safe)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /external/blktrace/
blkiomon.c 257 struct dstat *dstat, *tail = NULL; local
265 tail = dstat;
267 return tail;
273 struct dstat *head, *tail; local
296 tail = blkiomon_output(head, &wake);
299 tail->next = vacant_dstats_list;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 574 Instruction* tail; local
578 tail = gen->MakeInstruction(
684 gen->JoinInstructions(tail, escape_hatch);
686 gen->JoinInstructions(tail, load_nr);
688 tail = load_nr;
704 gen->JoinInstructions(tail, checkX32);
705 tail = checkX32;
709 gen->JoinInstructions(tail, jumptable);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 45 string_node_t *tail; member in struct:string_list
105 token_node_t *tail; member in struct:token_list
116 argument_node_t *tail; member in struct:argument_list
  /external/chromium_org/third_party/skia/src/animator/
SkAnimator.cpp 643 const char* tail = strrchr(uri, '/'); local
644 if (tail) {
645 SkString prefix(uri, tail - uri + 1);
649 fMaker->fFileName.set(tail + 1);
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 148 PredicateContext *tail = lastNode->next_; local
149 if ( tail != 0 && tail->failure_ != 0 )
151 messageTarget_ = tail->failure_;
153 // Remove tail from list
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 45 string_node_t *tail; member in struct:string_list
105 token_node_t *tail; member in struct:token_list
116 argument_node_t *tail; member in struct:argument_list
  /external/opencv/cv/src/
cvfloodfill.cpp 60 tail->y = (ushort)(Y); \
61 tail->l = (ushort)(L); \
62 tail->r = (ushort)(R); \
63 tail->prevl = (ushort)(PREV_L); \
64 tail->prevr = (ushort)(PREV_R); \
65 tail->dir = (short)(DIR); \
66 if( ++tail >= buffer_end ) \
67 tail = buffer; \
106 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
142 while( head != tail )
238 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
391 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
697 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
    [all...]
cvinpaint.cpp 81 CvHeapElem *mem,*empty,*head,*tail; member in class:CvPriorityQueueFloat
109 tail = mem+i;
110 tail->i = tail->j = -1;
111 tail->prev = mem+i-1;
112 tail->next = NULL;
113 tail->T = FLT_MAX;
131 if (empty==tail) return false;
189 mem=empty=head=tail=NULL;
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 643 const char* tail = strrchr(uri, '/'); local
644 if (tail) {
645 SkString prefix(uri, tail - uri + 1);
649 fMaker->fFileName.set(tail + 1);
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 834 arc_token *tail, *next = (arc_token*)1; local
837 for (tail = head; ; tail = next)
839 next = ARC_TOKEN_PTR(base, tail->next_token_index);
842 tail->next_token_index = ARC_TOKEN_PTR2LNK(base, (*arc_token_freelist));
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 628 const char *tail = "</e:propertyset>\n"; local
670 wpabuf_put_str(buf, tail);
    [all...]
  /frameworks/av/services/audioflinger/
FastMixer.cpp 573 // the mean account for 99.73% of the population. So if we take each tail to be 1/1000 of the
576 uint32_t *tail = n >= kTailDenominator ? new uint32_t[n] : NULL; local
581 if (tail != NULL) {
582 tail[j] = wallNs;
623 if (tail != NULL) {
624 qsort(tail, n, sizeof(uint32_t), compare_uint32_t);
625 // assume same number of tail samples on each side, left and right
629 left.sample(tail[i]);
630 right.sample(tail[n - (i + 1)]);
633 " left tail: mean=%.2f min=%.2f max=%.2f stddev=%.2f\n
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 472 SortedMap<Long, Vector<Cue>> tail = null; local
474 tail = mCues.tailMap(timeMs + 1);
475 if (tail != null) {
476 return tail.firstKey();
  /frameworks/native/libs/ui/
Region.cpp 231 const_iterator const tail = end(); local
232 while (cur != tail) {
412 Rect* tail; member in class:android::Region::rasterizer
417 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
459 if (tail-head == ssize_t(span.size())) {
464 while (q != tail) {
476 while (r != tail) {
484 tail = storage.editArray() + storage.size();
485 head = tail - span.size();
495 const_iterator const tail = reg.end() local
625 Region::const_iterator const tail = dst.end(); member in class:android::Region
813 const_iterator const tail = end(); local
833 const_iterator const tail = end(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ControlTest.java 378 String tail = src.getFile().split("hyts_resource")[1]; local
383 String copyName = tmpdir + File.separator + "hyts_resource_copy" + tail;

Completed in 705 milliseconds

<<11121314151617181920