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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 76 stripped = ''
79 stripped = '\n'
103 write(prevline, lineEnd=stripped)
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
  /external/elfutils/src/
unstrip.c 1 /* Combine stripped files with separate symbols and debug information.
351 Because of this, the related sections can shrink in the stripped
2079 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); local
2126 Elf *stripped = dwfl_module_getelf (mod, &bias); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 263 stripped = len(origline) - len(line)
264 begidx = readline.get_begidx() - stripped
265 endidx = readline.get_endidx() - stripped
locale.py 141 stripped = s.rstrip()
142 right_spaces = s[len(stripped):]
143 s = stripped
    [all...]
  /external/python/cpython3/Lib/
quopri.py 76 stripped = b''
79 stripped = b'\n'
104 write(prevline, lineEnd=stripped)
cmd.py 261 stripped = len(origline) - len(line)
262 begidx = readline.get_begidx() - stripped
263 endidx = readline.get_endidx() - stripped
locale.py 145 stripped = s.rstrip()
146 right_spaces = s[len(stripped):]
147 s = stripped
    [all...]
  /external/curl/docs/cmdline-opts/
data.d 28 from a file like that, carriage returns and newlines will be stripped out. If
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter_test.go 115 "1b esc stripped",
129 "1c esc stripped",
143 "1d esc stripped",
157 "1e esc stripped",
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter_test.go 115 "1b esc stripped",
129 "1c esc stripped",
143 "1d esc stripped",
157 "1e esc stripped",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /external/python/cpython2/Lib/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 149 stripped = s.rstrip()
150 right_spaces = s[len(stripped):]
151 s = stripped
    [all...]
  /external/toybox/toys/posix/
file.c 50 int stripped = 1; local
133 // We need to read the shdrs for stripped/unstripped and any notes.
144 stripped = 0;
177 printf(", %sstripped", stripped ? "" : "not ");
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /build/soong/java/
aapt2.go 84 // Always set --pseudo-localize, it will be stripped out later for release
105 // Always set --pseudo-localize, it will be stripped out later for release
  /device/google/marlin/common/
utils.mk 28 # search word w in list wl, if found match m, return stripped word w
30 # returns stripped word or empty
  /device/google/wahoo/
utils.mk 28 # search word w in list wl, if found match m, return stripped word w
30 # returns stripped word or empty

Completed in 940 milliseconds

1 23 4 5 6 7 8 91011>>