HomeSort by relevance Sort by last modified time
    Searched full:list_end (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluedroid/osi/test/
list_test.cpp 117 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), ++i)
131 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), --i)
139 EXPECT_EQ(list_begin(list), list_end(list));
146 EXPECT_NE(list_begin(list), list_end(list));
147 EXPECT_EQ(list_next(list_begin(list)), list_end(list));
  /external/bluetooth/bluedroid/osi/include/
list.h 36 list_node_t *list_end(const list_t *list);
  /external/libcxxabi/src/
fallback_malloc.ipp 64 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of the heap
75 freelist->next_node = offset_from_node ( list_end );
96 p && p != list_end; prev = p, p = node_from_offset ( p->next_node)) {
134 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
179 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
fallback_malloc.ipp 64 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of the heap
75 freelist->next_node = offset_from_node ( list_end );
96 p && p != list_end; prev = p, p = node_from_offset ( p->next_node)) {
134 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
179 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.cpp 27 void SearchPathList::AddPaths(const char* list, const char* list_end) {
31 list_.Append(list, list_end - list);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.cpp 27 void SearchPathList::AddPaths(const char* list, const char* list_end) {
31 list_.Append(list, list_end - list);
  /external/bluetooth/bluedroid/osi/src/
reactor.c 129 for (const list_node_t *iter = list_begin(reactor->objects); iter != list_end(reactor->objects); iter = list_next(iter)) {
160 for (const list_node_t *iter = list_begin(reactor->objects); ret > 0 && iter != list_end(reactor->objects); iter = list_next(iter)) {
list.c 196 // by |list_end|.
206 list_node_t *list_end(UNUSED_ATTR const list_t *list) { function
212 // iterator. If the returned value equals the value returned by |list_end|, the
221 // |node| must not equal the value returned by |list_end|.
config.c 152 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) {
238 for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); node = list_next(node)) {
271 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) {
fixed_queue.c 74 for (const list_node_t *node = list_begin(queue->list); node != list_end(queue->list); node = list_next(node))
alarm.c 135 for (list_node_t *node = list_begin(alarms); node != list_end(alarms); node = list_next(node)) {
137 if (next == list_end(alarms) || ((alarm_t *)list_node(next))->deadline >= alarm->deadline) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 41 addrinfo** list_end) {
81 *list_end = ai;
85 (*list_end)->ai_next = ai;
86 *list_end = ai;
  /external/openssl/crypto/store/
README 79 list_start, list_next, list_end and
88 returns the next object searched for. list_end closes the search.
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 158 #define LIST_END(head) NULL
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
164 (var)!= LIST_END(head); \
171 LIST_FIRST(head) = LIST_END(head); \
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 1073 type: 'list_end'
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 400 LIST_END = 0, // Denotes the end of the list of features from below.
456 case LIST_END:
    [all...]
  /external/chromium_org/third_party/polymer/components/core-component-page/
core-component-page.html     [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 696 milliseconds