HomeSort by relevance Sort by last modified time
    Searched defs:lst (Results 1 - 25 of 66) sorted by null

1 2 3

  /hardware/ti/omap4-aah/
tm.c 7 va_list lst; local
8 va_start(lst, fmt);
9 vprintf(fmt, lst);
10 va_end(lst);
heaptracker.c 78 va_list lst; local
79 va_start(lst, fmt);
80 __android_log_vprint(ANDROID_LOG_ERROR, "DEBUG", fmt, lst);
81 va_end(lst);
  /hardware/ti/omap4xxx/
tm.c 7 va_list lst; local
8 va_start(lst, fmt);
9 vprintf(fmt, lst);
10 va_end(lst);
heaptracker.c 78 va_list lst; local
79 va_start(lst, fmt);
80 __android_log_vprint(ANDROID_LOG_ERROR, "DEBUG", fmt, lst);
81 va_end(lst);
  /system/update_engine/update_manager/
boxed_value_unittest.cc 88 list<BoxedValue> lst; local
90 lst.emplace_back(new const int{42});
91 lst.emplace_back(new const string("Hello world!"));
93 lst.emplace_back(new const DeleterMarker(&marker));
95 lst.clear();
  /prebuilts/go/darwin-x86/test/bench/shootout/
k-nucleotide.c 106 GList **lst = user_data; local
108 *lst = g_list_insert_sorted(*lst, data, cmp_func);
125 GList *lst; local
130 lst = NULL;
136 g_hash_table_foreach(ht, sorted_list, &lst);
137 g_list_foreach(lst, display_stat, &total);
138 g_list_free(lst);
151 GList *lst; local
159 lst = NULL
    [all...]
  /prebuilts/go/linux-x86/test/bench/shootout/
k-nucleotide.c 106 GList **lst = user_data; local
108 *lst = g_list_insert_sorted(*lst, data, cmp_func);
125 GList *lst; local
130 lst = NULL;
136 g_hash_table_foreach(ht, sorted_list, &lst);
137 g_list_foreach(lst, display_stat, &total);
138 g_list_free(lst);
151 GList *lst; local
159 lst = NULL
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 388 validate_and_config(struct disk_info *dinfo, int *fd, struct write_list **lst)
390 *lst = NULL;
398 *lst = config_mbr(dinfo);
399 return *lst == NULL;
408 *lst = NULL;
422 struct write_list *lst; local
425 if (validate_and_config(dinfo, &fd, &lst) != 0)
429 wlist_free(lst);
  /art/runtime/lambda/
shorty_field_type_test.cc 97 std::vector<ShortyFieldType> lst; local
103 lst.push_back(shorty);
106 return lst;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 218 ArrayList<TextAttribute> lst = new ArrayList<TextAttribute>(); local
255 lst.add(attr);
258 return lst;
  /libcore/ojluni/src/main/java/java/net/
InMemoryCookieStore.java 275 List<HttpCookie> lst = entry.getValue(); local
276 for (HttpCookie c : lst) {
294 lst.remove(c);
NetworkInterface.java 162 java.util.List<InterfaceAddress> lst = new java.util.ArrayList<InterfaceAddress>(1); local
169 lst.add(bindings[j]);
172 return lst;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java 60 LinkedList<Integer> lst = new LinkedList<Integer>(); local
61 lst.add(new Integer(30));
62 Collections.sort(lst, null);
63 int index = Collections.binarySearch(lst, new Integer(2), null);
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 58 LinkedList<Integer> lst = new LinkedList<Integer>(); local
59 lst.add(new Integer(30));
60 Collections.sort(lst, null);
61 int index = Collections.binarySearch(lst, new Integer(2), null);
  /external/dhcpcd-6.8.2/
dhcp-common.c 359 char *slbl, *lst; local
369 lst = NULL;
384 lst = lbl - 1;
413 if (lst) {
415 *lst = '\0';
if-options.c 207 char **lst = ifo->environ; local
225 while (lst && lst[i]) {
226 if (match && strncmp(lst[i], match, l) == 0) {
235 free(lst[i]);
236 lst[i] = n;
239 l = strlen(lst[i]);
241 n = realloc(lst[i], l + lv + 2);
248 lst[i] = n;
249 lst[i][l] = ' '
    [all...]
  /external/libxml2/
gentest.py 941 print "Missing support for %d functions and %d types see missing.lst" % (missing_functions_nr, len(missing_list))
942 lst = open("missing.lst", "w") variable
943 lst.write("Missing support for %d types" % (len(missing_list)))
944 lst.write("\n")
946 lst.write("%s: %d :" % (miss[1], miss[0]))
951 lst.write(" ...")
953 lst.write(" %s" % (n))
954 lst.write("\n")
955 lst.write("\n"
    [all...]
pattern.c 544 xmlNodePtr lst; local
554 lst = node->children;
557 while (lst != NULL) {
558 if ((lst->type == XML_ELEMENT_NODE) &&
559 (step->value[0] == lst->name[0]) &&
560 (xmlStrEqual(step->value, lst->name)))
562 lst = lst->next;
564 if (lst != NULL)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
LinkedList.java 1192 final LinkedList<E> lst; local
    [all...]
ArrayList.java 1312 ArrayList<E> lst; local
1348 ArrayList<E> lst; Object[] a; local
    [all...]
Vector.java 1335 Vector<E> lst; Object[] a; local
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 412 * @param lst The Local Sidereal Time, in hours since sidereal midnight
418 double CalendarAstronomer::lstToUT(double lst) {
420 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
856 // * @param lst in hours (0..24)
859 // double lstToGst(double lst) {
861 // return normalize(lst - delta, 24);
917 // // Now compute the Local Sidereal Time, LST:
919 // double LST = 98.9818 + 0.985647352 * d + /*UT*15 + long*/
922 // // (east long. positive). Note that LST is here expressed in degrees,
923 // // where 15 degrees corresponds to one hour. Since LST really is an angle
1385 double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 \/ CalendarAstronomer_PI2; local
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 222 std::vector<hough_index> lst; local
244 lst.push_back(hough_index(threshold, -1.f, 0.f));
379 int pos = (int)(lst.size() - 1);
380 if( pos < 0 || lst[pos].value < mcaccum[index] )
385 lst.push_back(vi);
388 if( lst[pos].value > vi.value )
390 lst[pos+1] = lst[pos];
392 lst[pos+1] = vi;
393 if( (int)lst.size() > linesMax
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 428 QModelIndexList lst = model.match(model.index(0, 0), local
431 for (int i = 0; i < lst.size(); i++) {
433 item = model.itemFromIndex(lst[i]);
438 model.removeRow(lst[i].row());
564 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id,
566 if (lst.size() == 0)
568 model.removeRow(lst[0].row());
784 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address,
786 if (lst.size() == 0)
788 return model.itemFromIndex(lst[0])
1773 QModelIndexList lst; local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 508 SeriesAndFormatterList<SeriesType,FormatterType> lst = seriesRegistry.get(rendererClass); local
509 if(lst == null) {
512 return lst.getSeriesList();

Completed in 634 milliseconds

1 2 3