HomeSort by relevance Sort by last modified time
    Searched refs:lst (Results 76 - 100 of 203) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 78 for lst in expected, actual:
81 lst.remove(item)
  /system/media/camera/docs/
metadata_helpers_test.py 119 lst = list(enumerate_with_last(multiple_values))
120 self.assertListEqual([(4, False), (5, False), (6, True)], lst)
  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 44 TypeCategoryMap (IFormatChangeListener* lst);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 23 def fixdir(lst):
24 if "__builtins__" in lst:
25 lst.remove("__builtins__")
26 return lst
test_traceback.py 117 lst = traceback.format_exception_only(e.__class__, e)
118 self.assertEqual(lst, ['KeyboardInterrupt\n'])
test_marshal.py 172 lst = self.d.items()
173 new = marshal.loads(marshal.dumps(lst))
174 self.assertEqual(lst, new)
175 marshal.dump(lst, file(test_support.TESTFN, "wb"))
177 self.assertEqual(lst, new)
test_py3kwarn.py 174 lst = range(5)
178 self.assertWarning(lst.sort(cmp=cmp), w, expected)
180 self.assertWarning(sorted(lst, cmp=cmp), w, expected)
182 self.assertWarning(lst.sort(cmp), w, expected)
184 self.assertWarning(sorted(lst, cmp), w, expected)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 23 def fixdir(lst):
24 if "__builtins__" in lst:
25 lst.remove("__builtins__")
26 return lst
test_traceback.py 117 lst = traceback.format_exception_only(e.__class__, e)
118 self.assertEqual(lst, ['KeyboardInterrupt\n'])
  /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;
  /external/chromium_org/third_party/markdown/
treeprocessors.py 315 lst = self.__processPlaceholders(self.__handleInline(
317 stack += lst
318 insertQueue.append((child, lst))
334 for element, lst in insertQueue:
341 for newChild in lst:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
encoder.py 288 def _iterencode_list(lst, _current_indent_level):
289 if not lst:
293 markerid = id(lst)
296 markers[markerid] = lst
307 for value in lst:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 288 def _iterencode_list(lst, _current_indent_level):
289 if not lst:
293 markerid = id(lst)
296 markers[markerid] = lst
307 for value in lst:
  /external/iproute2/examples/
dhcp-client-script 238 local lst="$2"
243 if [ "$lst" ]; then
244 set $lst
  /hardware/ti/omap4-aah/
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/
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);
  /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);
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 166 (cl:labels ((helper (lst last rest cl:&aux (c (cl:car lst)))
168 ((cl:null lst)
171 (helper (cl:cdr lst) 'upper
176 (helper (cl:cdr lst) 'lower (cl:cons (cl:char-upcase c) rest)))
178 (helper (cl:cdr lst) 'digit
183 (helper (cl:cdr lst) '_ (cl:cons #\- rest)))
  /external/bison/
Makefile.am 31 djgpp/fnchange.lst djgpp/testsuite.sed
  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 22 TypeCategoryMap::TypeCategoryMap (IFormatChangeListener* lst) :
24 listener(lst),
  /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/chromium_org/third_party/libxml/src/include/libxml/
parser.h 938 xmlNodePtr *lst);
945 xmlNodePtr *lst);
953 xmlNodePtr *lst,
962 xmlNodePtr *lst);
968 xmlNodePtr *lst);
    [all...]
  /external/chromium_org/third_party/simplejson/
encoder.py 366 def _iterencode_list(lst, _current_indent_level):
367 if not lst:
371 markerid = id(lst)
374 markers[markerid] = lst
385 for value in lst:
  /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/include/libxml/
parser.h 941 xmlNodePtr *lst);
948 xmlNodePtr *lst);
956 xmlNodePtr *lst,
965 xmlNodePtr *lst);
971 xmlNodePtr *lst);
    [all...]

Completed in 1371 milliseconds

1 2 34 5 6 7 8 9