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

12 3 4

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/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/
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...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/
tst_qscriptvalueiterator.cpp 98 QStringList lst; local
111 lst.append(name);
118 for (int i = 0; i < lst.count(); ++i) {
121 QCOMPARE(it.name(), lst.at(i));
124 for (int i = 0; i < lst.count(); ++i) {
127 QCOMPARE(it.name(), lst.at(lst.count()-1-i));
153 QStringList lst; local
166 lst.append(name);
173 for (int i = 0; i < lst.count(); ++i)
    [all...]
  /external/clang/utils/
clang-completion-mode.el 98 (defun filter (condp lst)
100 (mapcar (lambda (x) (and (funcall condp x) x)) lst)))
  /external/genext2fs/
mkbootimg_ext2.sh 91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 59 LinkedList<Integer> lst = new LinkedList<Integer>(); local
60 lst.add(new Integer(30));
61 Collections.sort(lst, null);
62 int index = Collections.binarySearch(lst, new Integer(2), null);
  /hardware/ti/omap4xxx/
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/bison/
Makefile.am 31 djgpp/fnchange.lst djgpp/testsuite.sed
  /external/icu4c/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...]
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 938 xmlNodePtr *lst);
945 xmlNodePtr *lst);
953 xmlNodePtr *lst,
962 xmlNodePtr *lst);
968 xmlNodePtr *lst);
    [all...]
  /external/opencv/cv/src/
cvpyramids.cpp 92 int fst = 0, lst = size.height <= PD_SZ/2 ? size.height : PD_SZ/2 + 1; \
121 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
137 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
144 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
211 lst = y + 2 + PD_SZ/2 < size.height ? PD_SZ : size.height - y; \
290 int fst = 0, lst = size.height <= PU_SZ/2 ? size.height : PU_SZ/2 + 1; \
318 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
336 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
345 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
423 lst = y < size.height - PU_SZ/2 - 1 ? PU_SZ : size.height + PU_SZ/2 - y - 1;
    [all...]
  /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/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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...]
parser.c 229 const xmlChar *string, void *user_data, xmlNodePtr *lst);
    [all...]
  /external/icu4c/data/
Makefile.in 55 OS390LIST=$(OUTTMPDIR)/icudata390.lst
227 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
363 PKGDATA_LIST = $(OUTTMPDIR)/icudata.lst
422 # a list to use in the .lst files (package-relative)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 38 lst = getattr(self, dlgName)
40 for ctrl in lst:
JetCreator.py     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1650 Eina_Inlist *lst = *itr; local
1734 Eina_Inlist *lst = *itr; local
1799 Eina_Inlist *lst = *itr; local
    [all...]

Completed in 1543 milliseconds

12 3 4