HomeSort by relevance Sort by last modified time
    Searched refs:sort_list (Results 1 - 11 of 11) sorted by null

  /bionic/libc/dns/resolv/
res_private.h 8 struct sort_list { struct in struct:__res_state_ext
14 } sort_list[MAXRESOLVSORT]; member in struct:__res_state_ext
res_init.c 402 statp->sort_list[nsort].addr = a;
413 statp->sort_list[nsort].mask = a.s_addr;
415 statp->sort_list[nsort].mask =
416 net_mask(statp->sort_list[nsort].addr);
419 statp->sort_list[nsort].mask =
420 net_mask(statp->sort_list[nsort].addr);
  /external/chromium_org/net/dns/
address_sorter_posix.cc 259 ScopedVector<DestinationInfo> sort_list; local
306 sort_list.push_back(info.release());
309 std::stable_sort(sort_list.begin(), sort_list.end(), CompareDestinations);
312 for (size_t i = 0; i < sort_list.size(); ++i)
313 result.push_back(IPEndPoint(sort_list[i]->address, 0 /* port */));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 41 var sort_list = [];
52 sort_list = eval("[[" + parts[1] + "]]");
65 if (table.config.sortList.length === 0 && sort_list.length > 0) {
68 $(table).trigger('sorton', [sort_list]);
74 sort_list = table.config.sortList;
101 document.cookie = cookie_name + "=" + sort_list.toString() + "; path=/";
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 425 struct list_head *sort_list)
438 list_for_each_entry(sort, sort_list, list) {
455 struct list_head *sort_list)
467 sort_insert(root_sorted, data, sort_list);
636 static int setup_sorting(struct list_head *sort_list, const char *arg)
650 if (sort_dimension__add(tok, sort_list) < 0) {
builtin-sched.c 171 struct list_head sort_list, cmp_pid; member in struct:perf_sched
784 struct list_head *sort_list)
795 cmp = thread_lat_cmp(sort_list, &key, atoms);
810 struct list_head *sort_list)
821 cmp = thread_lat_cmp(sort_list, data, this);
1259 __thread_latency_insert(&sched->sorted_atom_root, data, &sched->sort_list);
    [all...]
  /bionic/libc/dns/include/
resolv_private.h 169 unsigned nsort:4; /* number of elements in sort_list[] */
174 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */
124 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */
124 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /bionic/libc/dns/
gethnamaddr.c 1217 if (res->sort_list[j].addr.s_addr ==
1219 res->sort_list[j].mask))
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 941 my @sort_list;
    [all...]

Completed in 3616 milliseconds