HomeSort by relevance Sort by last modified time
    Searched refs:lst (Results 26 - 50 of 69) sorted by null

12 3

  /external/grub/util/
grub-image 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
grub-image.in 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
  /external/icu4c/extra/uconv/
Makefile 109 @#-$(INVOKE) $(BINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
140 package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc
141 $(INVOKE) $(PKGDATA_INVOKE_OPTS) $(BINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
143 $(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk
154 $(INVOKE) $(BINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
  /external/iproute2/ip/
ipmaddr.c 73 void maddr_ins(struct ma_info **lst, struct ma_info *m)
77 for (; (mp=*lst) != NULL; lst = &mp->next) {
81 m->next = *lst;
82 *lst = m;
338 || matches(*argv, "lst") == 0)
  /external/webkit/WebKitTools/simplejson/
encoder.py 168 def _iterencode_list(self, lst, markers=None):
169 if not lst:
173 markerid = id(lst)
176 markers[markerid] = lst
187 for value in lst:
  /external/dhcpcd/
dhcpcd.c 174 char **lst = options->environ; local
184 while (lst && lst[i]) {
185 if (match && strncmp(lst[i], match, l) == 0) {
187 free(lst[i]);
188 lst[i] = xstrdup(value);
191 l = strlen(lst[i]);
193 lst[i] = xrealloc(lst[i], l + lv + 2);
194 lst[i][l] = ' '
    [all...]
  /external/genext2fs/
mkbootimg_ext2.sh 91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
  /libcore/luni/src/main/java/java/beans/
PropertyChangeSupport.java 305 PropertyChangeListener lst = (PropertyChangeListener) local
308 removePropertyChangeListener(name, lst);
327 PropertyChangeListener lst = (PropertyChangeListener) local
329 addPropertyChangeListener(name, lst);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ValueParser.java 216 ArrayList<TextAttribute> lst = new ArrayList<TextAttribute>(); local
253 lst.add(attr);
256 return lst;
  /external/iproute2/examples/
dhcp-client-script 238 local lst="$2"
243 if [ "$lst" ]; then
244 set $lst
  /external/chromium/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...]
astro.h 418 * @param lst The Local Sidereal Time, in hours since sidereal midnight
425 double lstToUT(double lst);
  /external/icu4c/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...]
astro.h 418 * @param lst The Local Sidereal Time, in hours since sidereal midnight
425 double lstToUT(double lst);
  /external/libxml2/include/libxml/
parser.h 930 xmlNodePtr *lst);
937 xmlNodePtr *lst);
945 xmlNodePtr *lst,
954 xmlNodePtr *lst);
960 xmlNodePtr *lst);
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
gendtjar.pl 288 # $item=~/$\.obj/ || $item=~/$\.lst/);
292 $item=~/$\.lst/);
333 $item=~/$\.mak/ || $item=~/test\.icu/ || $item=~/$\.lst/);
  /external/icu4c/tools/genrb/
gendtjar.pl 288 # $item=~/$\.obj/ || $item=~/$\.lst/);
292 $item=~/$\.lst/);
333 $item=~/$\.mak/ || $item=~/test\.icu/ || $item=~/$\.lst/);
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/libxml2/
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...]
  /external/chromium/third_party/icu/source/data/
Makefile.in 48 OS390LIST=$(OUTTMPDIR)/icudata390.lst
196 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
298 PKGDATA_LIST = $(OUTTMPDIR)/icudata.lst
342 # a list to use in the .lst files (package-relative)
632 $(OUTTMPDIR)/icudata390.lst: $(SRCLISTDEPS)
  /external/icu4c/data/
Makefile 48 OS390LIST=$(OUTTMPDIR)/icudata390.lst
196 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
295 PKGDATA_LIST = $(OUTTMPDIR)/icudata.lst
339 # a list to use in the .lst files (package-relative)
625 $(OUTTMPDIR)/icudata390.lst: $(SRCLISTDEPS)
Makefile.in 52 OS390LIST=$(OUTTMPDIR)/icudata390.lst
214 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
348 PKGDATA_LIST = $(OUTTMPDIR)/icudata.lst
407 # a list to use in the .lst files (package-relative)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 73 LinkedList<Integer> lst = new LinkedList<Integer>(); local
74 lst.add(new Integer(30));
75 Collections.sort(lst, null);
76 int index = Collections.binarySearch(lst, new Integer(2), null);
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 274 Q_INVOKABLE QObjectList myInvokableWithQObjectListArg(const QObjectList &lst) {
276 m_actuals << qVariantFromValue(lst);
277 return lst;
289 Q_INVOKABLE QList<int> myInvokableWithListOfIntArg(const QList<int> &lst) {
291 m_actuals << qVariantFromValue(lst);
292 return lst;
    [all...]

Completed in 1075 milliseconds

12 3