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

1 23 4 5 6 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py 151 lst = list('ab!cdefghi!j')
152 del lst[self.o]
153 del lst[self.n]
154 lst[self.o] = 'X'
155 lst[self.n] = 'Y'
156 self.assertEqual(lst, list('abYdefghXj'))
158 lst = [5, 6, 7, 8, 9, 10, 11]
159 lst.__setitem__(self.n, "here")
160 self.assertEqual(lst, [5, 6, "here", 8, 9, 10, 11])
161 lst.__delitem__(self.n
    [all...]
test_operator.py 7 def __init__(self, lst):
8 self.lst = lst
10 return len(self.lst)
12 return self.lst[i]
14 return self.lst + other.lst
16 return self.lst * other
18 return other * self.lst
21 def __init__(self, lst)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py 151 lst = list('ab!cdefghi!j')
152 del lst[self.o]
153 del lst[self.n]
154 lst[self.o] = 'X'
155 lst[self.n] = 'Y'
156 self.assertEqual(lst, list('abYdefghXj'))
158 lst = [5, 6, 7, 8, 9, 10, 11]
159 lst.__setitem__(self.n, "here")
160 self.assertEqual(lst, [5, 6, "here", 8, 9, 10, 11])
161 lst.__delitem__(self.n
    [all...]
test_operator.py 7 def __init__(self, lst):
8 self.lst = lst
10 return len(self.lst)
12 return self.lst[i]
14 return self.lst + other.lst
16 return self.lst * other
18 return other * self.lst
21 def __init__(self, lst)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
backward.py 23 lst = list(iterable)
24 lst.sort()
25 return lst
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 111 @#-$(INVOKE) $(TOOLBINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
151 $(RESFILES) $(RESDIR)/$(RESDIR).lst: | build-dir
154 $(UCONVMSG_LIB): $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
155 $(INVOKE) $(PKGDATA_INVOKE_OPTS) $(TOOLBINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
157 $(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk
165 install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
167 $(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
  /external/icu/icu4c/source/samples/ufortune/resources/
Makefile 31 CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.txt $(RESNAME)_dat*
  /external/markdown/markdown/
blockprocessors.py 274 lst = sibling
276 if len(lst) and lst[-1].text and not len(lst[-1]):
277 p = markdown.etree.SubElement(lst[-1], 'p')
278 p.text = lst[-1].text
279 lst[-1].text = ''
281 li = markdown.etree.SubElement(lst, 'li')
288 lst = markdown.etree.SubElement(parent, self.TAG)
295 self.parser.parseBlocks(lst[-1], [item]
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher_test.py 21 def _PrefixWith(prefix, lst):
22 return [posixpath.join(prefix, item) for item in lst]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
util.py 81 for lst in expected, actual:
84 lst.remove(item)
  /external/lldb/test/unittest2/
util.py 81 for lst in expected, actual:
84 lst.remove(item)
  /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);
  /external/chromium_org/third_party/markdown/
blockprocessors.py 356 lst = sibling
359 if lst[-1].text:
364 p.text = lst[-1].text
365 lst[-1].text = ''
366 lst[-1].insert(0, p)
369 lch = self.lastChild(lst[-1])
371 p = util.etree.SubElement(lst[-1], 'p')
376 li = util.etree.SubElement(lst, 'li')
387 lst = parent
390 lst = util.etree.SubElement(parent, self.TAG
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 139 self.headers = lst = []
166 lst.append(line)
179 lst.append(line)
239 lst = []
247 lst.append(line)
248 return lst
258 lst = []
267 lst.append(line)
268 return lst
279 lst = self.getfirstmatchingheader(name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 139 self.headers = lst = []
166 lst.append(line)
179 lst.append(line)
239 lst = []
247 lst.append(line)
248 return lst
258 lst = []
267 lst.append(line)
268 return lst
279 lst = self.getfirstmatchingheader(name
    [all...]
  /external/bison/djgpp/
djunpack.bat 54 sed "1{s/^.*bison-/djtar -x -p -o bison-/;s|$|djgpp/fnchange.lst %%1 > fnchange.tmp|};2,$d" top_src.dir > ext_list.bat
59 Rem Extract fnchange.lst from archive.
63 sed -f version.sed < fnchange.tmp > fnchange.lst
68 djtar -x -n fnchange.lst %1
69 del fnchange.lst
78 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
  /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...]
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 104 let rec step elem lst =
106 | Some target -> step (succ target) (target :: lst)
107 | None -> lst
  /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/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;
341 || matches(*argv, "lst") == 0)
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamldec.swg 127 SWIGSTATIC CAML_VALUE caml_list_nth( CAML_VALUE lst, int n );
128 SWIGSTATIC CAML_VALUE caml_list_append( CAML_VALUE lst, CAML_VALUE elt );
129 SWIGSTATIC int caml_list_length( CAML_VALUE lst );
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 78 for lst in expected, actual:
81 lst.remove(item)

Completed in 536 milliseconds

1 23 4 5 6 7 8 9