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

1 2

  /external/elfutils/0.153/bionic-fixup/
error.h 28 va_list lst; local
29 va_start(lst, fmt);
30 vfprintf(stderr, fmt, lst);
32 va_end(lst);
  /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);
  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 61 va_list lst; local
62 va_start(lst, fmt);
63 vfprintf(stderr, fmt, lst);
65 va_end(lst);
  /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);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java 57 LinkedList<Integer> lst = new LinkedList<Integer>(); local
58 lst.add(new Integer(30));
59 Collections.sort(lst, null);
60 int index = Collections.binarySearch(lst, new Integer(2), null);
  /external/dhcpcd/
if-options.c 135 char **lst = ifo->environ; local
145 while (lst && lst[i]) {
146 if (match && strncmp(lst[i], match, l) == 0) {
148 free(lst[i]);
149 lst[i] = xstrdup(value);
152 l = strlen(lst[i]);
154 lst[i] = xrealloc(lst[i], l + lv + 2);
155 lst[i][l] = ' '
    [all...]
  /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/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/chromium_org/third_party/libxml/src/
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 540 xmlNodePtr lst; local
550 lst = node->children;
553 while (lst != NULL) {
554 if ((lst->type == XML_ELEMENT_NODE) &&
555 (step->value[0] == lst->name[0]) &&
556 (xmlStrEqual(step->value, lst->name)))
558 lst = lst->next;
560 if (lst != NULL)
    [all...]
testapi.c 13550 xmlNodePtr * lst; \/* the return value for the set of parsed nodes *\/ local
13626 xmlNodePtr * lst; \/* the return value for the set of parsed nodes *\/ local
13759 xmlNodePtr * lst; \/* the return value for the set of parsed nodes *\/ local
14001 xmlNodePtr * lst; \/* the return value for the set of parsed nodes *\/ local
14109 xmlNodePtr * lst; \/* the return value for the set of parsed nodes *\/ local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bntest.c 125 static unsigned char lst[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9" variable
198 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL)))
    [all...]
  /external/openssl/crypto/bn/
bntest.c 125 static unsigned char lst[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9" variable
198 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL)))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 413 * @param lst The Local Sidereal Time, in hours since sidereal midnight
419 double CalendarAstronomer::lstToUT(double lst) {
421 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
851 // * @param lst in hours (0..24)
854 // double lstToGst(double lst) {
856 // return normalize(lst - delta, 24);
912 // // Now compute the Local Sidereal Time, LST:
914 // double LST = 98.9818 + 0.985647352 * d + /*UT*15 + long*/
917 // // (east long. positive). Note that LST is here expressed in degrees,
918 // // where 15 degrees corresponds to one hour. Since LST really is an angle
1374 double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 \/ CalendarAstronomer_PI2; 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/libxml2/
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/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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1713 milliseconds

1 2