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

1 2 34 5 6 7 8 91011>>

  /external/syslinux/com32/samples/
Makefile 29 rm -f *.o *.lo *.a *.lst *.elf .*.d *.tmp
  /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/curl/packages/TPF/
maketpf.env_curllib 36 ROOTLSTDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lst)
  /external/linux-kselftest/
.gitignore 22 *.lst
  /external/syslinux/diag/geodsp/
Makefile 46 $(NASM) $(NASMOPT) -o $@ -l $(@:.bin=.lst) $<
52 rm -Rf *.lst *.img
  /system/core/libdiskconfig/
diskconfig.c 386 validate_and_config(struct disk_info *dinfo, int *fd, struct write_list **lst)
388 *lst = NULL;
396 *lst = config_mbr(dinfo);
397 return *lst == NULL;
406 *lst = NULL;
420 struct write_list *lst; local
423 if (validate_and_config(dinfo, &fd, &lst) != 0)
427 wlist_free(lst);
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
Utils.java 32 ArrayList<Double> lst = new ArrayList<>(arrList); local
33 Collections.sort(lst);
34 int len = lst.size();
40 return lst.get(len / 2);
42 return 0.5 * (lst.get(len / 2) + lst.get(len / 2 - 1));
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
ld.go 49 var lst [LOG]*Prog
58 lst[i] = nil
71 if lst[i] != nil {
72 lst[i].Forwd = p
74 lst[i] = p
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
ld.go 49 var lst [LOG]*Prog
58 lst[i] = nil
71 if lst[i] != nil {
72 lst[i].Forwd = p
74 lst[i] = p
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/autotest/contrib/
db_cleanup.py 118 lst = []
121 lst.append(next(itr))
122 yield lst
124 if lst:
125 yield lst
  /external/libxml2/
genChRanges.py 27 def makeRange(lst):
30 while pos < len(lst):
32 s = lst[pos:].index(1) # look for start of next range
37 e = lst[pos:].index(0) # look for end of range
40 e = len(lst)
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/python/cpython2/Lib/
rfc822.py 139 self.headers = lst = []
166 lst.append(line)
179 lst.append(line)
244 lst = []
252 lst.append(line)
253 return lst
263 lst = []
272 lst.append(line)
273 return lst
284 lst = self.getfirstmatchingheader(name
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /system/update_engine/update_manager/
boxed_value_unittest.cc 90 list<BoxedValue> lst; local
92 lst.emplace_back(new const int{42});
93 lst.emplace_back(new const string("Hello world!"));
95 lst.emplace_back(new const DeleterMarker(&marker));
97 lst.clear();
  /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/syslinux/memdisk/
Makefile 57 rm -f *.o *.s *.tmp *.o16 *.s16 *.bin *.lst *.elf e820test .*.d
73 $(NASM) -f elf $(NASMOPT) $(NFLAGS) $(NINCLUDE) -o $@ -l $*.lst $<
78 $(NASM) -f bin $(NASMOPT) $(NFLAGS) $(NINCLUDE) -o $@ -l $*.lst $<
  /external/e2fsprogs/debugfs/
util.c 517 blk64_t *lst = *list; local
543 l = realloc(lst, sizeof(blk64_t) * (ln + y - x + 1));
548 lst = l;
550 lst[ln++] = x;
554 *list = lst;
558 free(lst);
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 100 let rec step elem lst =
102 | Some target -> step (succ target) (target :: lst)
103 | 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...]
  /art/test/dexdump/
run-all-tests 57 lstfile=${basenm}.lst

Completed in 696 milliseconds

1 2 34 5 6 7 8 91011>>