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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
borrowed_ref_2.py 32 lst = [None] * 1000000 variable
37 lst[i] = c.g # consume the free list of instancemethod objects
  /external/python/cpython2/Lib/test/crashers/
borrowed_ref_2.py 32 lst = [None] * 1000000 variable
37 lst[i] = c.g # consume the free list of instancemethod objects
  /system/update_engine/update_manager/
boxed_value_unittest.cc 90 list<BoxedValue> lst; local
92 lst.emplace_back(new const int{42});
93 lst.emplace_back(new const string("Hello world!"));
95 lst.emplace_back(new const DeleterMarker(&marker));
97 lst.clear();
  /cts/hostsidetests/security/securityPatch/CVE-2017-7369/
poc.c 184 struct snd_ctl_elem_list lst; local
186 memset(&lst, 0, sizeof(lst));
187 lst.pids = calloc(MAXELE, sizeof(struct snd_ctl_elem_list));
188 lst.space = MAXELE;
190 ret = ioctl(fd, cmd, &lst);
193 for(index=0;(unsigned int)index<lst.count;index++)
195 if(!strncmp((const char *)lst.pids[index].name,"SLIM_1_TX Channels",18)||
196 !strncmp((const char *)lst.pids[index].name,"SLIM_0_TX Channels",18)||
197 !strncmp((const char *)lst.pids[index].name,"SLIM_6_RX Channels",18)||
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 386 validate_and_config(struct disk_info *dinfo, int *fd, struct write_list **lst)
388 *lst = NULL;
396 *lst = config_mbr(dinfo);
397 return *lst == NULL;
406 *lst = NULL;
420 struct write_list *lst; local
423 if (validate_and_config(dinfo, &fd, &lst) != 0)
427 wlist_free(lst);
  /external/e2fsprogs/debugfs/
util.c 517 blk64_t *lst = *list; local
543 l = realloc(lst, sizeof(blk64_t) * (ln + y - x + 1));
548 lst = l;
550 lst[ln++] = x;
554 *list = lst;
558 free(lst);
  /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...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
Utils.java 32 ArrayList<Double> lst = new ArrayList<>(arrList); local
33 Collections.sort(lst);
34 int len = lst.size();
40 return lst.get(len / 2);
42 return 0.5 * (lst.get(len / 2) + lst.get(len / 2 - 1));
  /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 277 List<HttpCookie> lst = entry.getValue(); local
278 for (HttpCookie c : lst) {
296 lst.remove(c);
NetworkInterface.java 177 java.util.List<InterfaceAddress> lst = new java.util.ArrayList<InterfaceAddress>(1); local
187 lst.add(bindings[j]);
192 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...]
  /libcore/ojluni/src/main/java/java/util/
LinkedList.java 1191 final LinkedList<E> lst; local
    [all...]
ArrayList.java 1341 ArrayList<E> lst; local
1377 ArrayList<E> lst; Object[] a; local
    [all...]
Vector.java 1409 Vector<E> lst; Object[] a; local
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 414 * @param lst The Local Sidereal Time, in hours since sidereal midnight
420 double CalendarAstronomer::lstToUT(double lst) {
422 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
858 // * @param lst in hours (0..24)
861 // double lstToGst(double lst) {
863 // return normalize(lst - delta, 24);
919 // // Now compute the Local Sidereal Time, LST:
921 // double LST = 98.9818 + 0.985647352 * d + /*UT*15 + long*/
924 // // (east long. positive). Note that LST is here expressed in degrees,
925 // // where 15 degrees corresponds to one hour. Since LST really is an angle
1387 double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 \/ CalendarAstronomer_PI2; local
    [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();
  /external/kmod/libkmod/
libkmod-module.c 1494 struct kmod_list *lst = NULL; local
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 1067 PyObject *lst = NULL, *ostr = NULL; local
1079 if ((lst = PyList_New(0)) == NULL) {
1097 result = PyList_Append(lst, ostr);
1106 if (PyList_Size(lst) == 0) {
1107 Py_DECREF(lst);
1111 tup = PyList_AsTuple(lst);
1112 Py_DECREF(lst);
1118 Py_XDECREF(lst);
1126 PyObject *lst, *res = NULL; local
1137 lst = PyList_New(0)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
som.c 6561 struct som_external_lst_header lst; local
    [all...]

Completed in 907 milliseconds

1 2 3 4