HomeSort by relevance Sort by last modified time
    Searched full:prev (Results 1126 - 1150 of 3406) sorted by null

<<41424344454647484950>>

  /system/core/adb/
adb.h 80 asocket *prev; member in struct:asocket
153 adisconnect* prev; member in struct:adisconnect
178 atransport *prev; member in struct:atransport
229 alistener *prev; member in struct:alistener
sockets.c 54 .prev = &local_socket_list,
63 .prev = &local_socket_closing_list,
92 s->prev = s->next->prev;
93 s->prev->next = s;
94 s->next->prev = s;
116 if (s->prev && s->next)
118 s->prev->next = s->next;
119 s->next->prev = s->prev;
    [all...]
  /system/extras/showslab/
showslab.c 62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; local
104 head = prev = p;
141 prev->next = p;
142 prev = p;
  /external/libunwind/aux/
ltmain.sh 108 prev=
129 if test -n "$prev"; then
130 case $prev in
135 eval "$prev=\$arg"
139 prev=
186 --mode) prevopt="--mode" prev=mode ;;
197 prev=execute_dlfiles
284 prev=
292 case $prev in
296 prev
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 800 deUint64 prev = 0; local
810 prev = deGetMicroseconds();
822 sample.testTime = now - prev;
861 deInt64 prev; local
863 prev = deGetMicroseconds();
875 calibrator.recordIteration(now - prev);
944 const deInt64 prev = deGetMicroseconds(); local
955 calibrator.recordIteration(now - prev);
975 deUint64 prev = 0; local
991 prev = deGetMicroseconds()
1701 deUint64 prev = 0; local
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 678 <Title>prev</Title>
683 Syntax: prev [number]
689 <Command>prev</Command> is the opposite of <Command>next</Command>. Cross reference section
1230 Basically, you can use the <Command>next</Command> and <Command>prev</Command> commands, along with the
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 108 lir->next->prev = NULL;
115 last_lir_insn_ = lir->prev;
116 lir->prev->next = NULL;
117 } else if ((lir->prev != NULL) && (lir->next != NULL)) {
118 lir->prev->next = lir->next;
119 lir->next->prev = lir->prev;
    [all...]
  /external/libusb/libusb/
libusbi.h 40 struct list_head *prev, *next; member in struct:list_head
71 entry->prev = entry->next = entry;
77 entry->prev = head;
79 head->next->prev = entry;
87 entry->prev = head->prev;
89 head->prev->next = entry;
90 head->prev = entry;
95 entry->next->prev = entry->prev;
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 172 struct hostapd_channel_data *prev)
180 *pos++ = (prev->chan - start->chan) / chan_spacing + 1;
195 struct hostapd_channel_data *start, *prev; local
211 start = prev = NULL;
216 if (start && prev &&
217 prev->chan + chan_spacing == chan->chan &&
219 prev = chan;
223 if (start && prev) {
225 start, prev);
230 start = prev = chan
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 401 T* prev; member in struct:android::InputDispatcher::Link
404 inline Link() : next(NULL), prev(NULL) { }
618 entry->prev = tail;
631 head->prev = entry;
635 entry->prev = NULL;
640 if (entry->prev) {
641 entry->prev->next = entry->next;
646 entry->next->prev = entry->prev;
648 tail = entry->prev;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
configure.info 49 File: configure.info, Node: Introduction, Next: Getting Started, Prev: Top, Up: Top
98 File: configure.info, Node: Tools, Next: History, Prev: Goals, Up: Introduction
133 File: configure.info, Node: History, Next: Building, Prev: Tools, Up: Introduction
200 File: configure.info, Node: Building, Prev: History, Up: Introduction
275 File: configure.info, Node: Getting Started, Next: Files, Prev: Introduction, Up: Top
453 File: configure.info, Node: Write Makefile.am, Next: Write acconfig.h, Prev: Write configure.in, Up: Getting Started
528 File: configure.info, Node: Write acconfig.h, Next: Generate files, Prev: Write Makefile.am, Up: Getting Started
568 File: configure.info, Node: Generate files, Next: Getting Started Example, Prev: Write acconfig.h, Up: Getting Started
615 File: configure.info, Node: Getting Started Example, Prev: Generate files, Up: Getting Started
706 File: configure.info, Node: Getting Started Example 2, Next: Getting Started Example 3, Prev: Getting Started Example 1, Up: Getting Started Exampl
    [all...]
  /bionic/libc/bionic/
malloc_debug_check.cpp 80 hdr_t* prev; member in struct:hdr_t
174 hdr->prev = NULL;
177 (*head)->prev = hdr;
184 if (hdr->prev) {
185 hdr->prev->next = hdr->next;
190 hdr->next->prev = hdr->prev;
192 *tail = hdr->prev;
  /build/tools/droiddoc/templates-ds/
designpage.cs 48 <a href="#" class="prev-page-link">Previous</a>
61 <a href="#" class="prev-page-link">Previous</a>
  /build/tools/droiddoc/templates-sac/
designpage.cs 48 <a href="#" class="prev-page-link">Previous</a>
61 <a href="#" class="prev-page-link">Previous</a>
  /build/tools/droiddoc/templates-sdk/
designpage.cs 48 <a href="#" class="prev-page-link">Previous</a>
61 <a href="#" class="prev-page-link">Previous</a>
  /build/tools/droiddoc/templates-sdk-dyn/
designpage.cs 48 <a href="#" class="prev-page-link">Previous</a>
61 <a href="#" class="prev-page-link">Previous</a>
  /external/bison/data/xslt/
xml2text.xsl 117 <xsl:with-param name="prev-lhs">
292 <xsl:param name="prev-rule-number"
300 name="prev-lhs"
301 select="key('bison:ruleByNumber', $prev-rule-number)/lhs[text()]"
313 <xsl:param name="prev-lhs"/>
317 <xsl:if test="$itemset != 'true' and not($prev-lhs = lhs[text()])">
330 <xsl:when test="$itemset != 'true' and $prev-lhs = lhs[text()]">
336 <xsl:when test="$itemset = 'true' and $prev-lhs = lhs[text()]">
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_ping_manager_unittest.cc 112 item.previous_fp = "prev fp";
134 "previousfp=\"prev fp\" nextfp=\"next fp\"/></app>"))
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
cleanup.c 89 pthread_setspecific (ptw32_cleanupKey, (void *) cleanup->prev);
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
  /external/chromium_org/net/data/cache_tests/dirty_entry3/
contents.txt 129 prev: 0x90000002
157 prev: 0x90000002
  /external/chromium_org/net/data/cache_tests/dirty_entry4/
contents.txt 129 prev: 0x90000002
157 prev: 0x90000002
  /external/chromium_org/net/disk_cache/blockfile/
rankings.h 170 bool CheckLinks(CacheRankingsBlock* node, CacheRankingsBlock* prev,
174 bool CheckSingleLink(CacheRankingsBlock* prev, CacheRankingsBlock* next);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 79 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } function in struct:hb_buffer_t
80 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; } function in struct:hb_buffer_t
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 607 // prev[i] is the index of the last CJK character in the previous word in
609 AutoBuffer<int, defaultInputLength> prev(numChars + 1);
611 prev[i] = -1;
648 prev[lengths[j] + i] = i;
673 prev[j] = i;
681 // prev[numChars] is guaranteed to be meaningful.
691 for (int i = numChars; i > 0; i = prev[i]){
695 U_ASSERT(prev[t_boundary[numBreaks-1]] == 0);
  /external/chromium_org/third_party/icu/source/i18n/
numsys.cpp 230 UChar32 prev = 0; local
239 prev = c;

Completed in 3078 milliseconds

<<41424344454647484950>>