HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 201 - 225 of 2529) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 208 lines = []
212 lines.append("[metadata]")
228 lines.append("%s=%s" % (name, escape(data)))
232 lines.append("\n[Setup]")
234 lines.append("install_script=%s" % self.install_script)
235 lines.append("info=%s" % escape(info))
236 lines.append("target_compile=%d" % (not self.no_target_compile))
237 lines.append("target_optimize=%d" % (not self.no_target_optimize))
239 lines.append("target_version=%s" % self.target_version)
241 lines.append("user_access_control=%s" % self.user_access_control
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 208 lines = []
212 lines.append("[metadata]")
228 lines.append("%s=%s" % (name, escape(data)))
232 lines.append("\n[Setup]")
234 lines.append("install_script=%s" % self.install_script)
235 lines.append("info=%s" % escape(info))
236 lines.append("target_compile=%d" % (not self.no_target_compile))
237 lines.append("target_optimize=%d" % (not self.no_target_optimize))
239 lines.append("target_version=%s" % self.target_version)
241 lines.append("user_access_control=%s" % self.user_access_control
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 55 # The list of full, pushed lines, in reverse order
101 # Crack into lines, but preserve the newlines on the end of each
113 # and the eol character(s). Gather up a list of lines after
115 lines = []
117 lines.append(parts[i*2] + parts[i*2+1])
118 self.pushlines(lines)
120 def pushlines(self, lines):
121 # Reverse and insert at the front of the lines.
122 self._lines[:0] = lines[::-1]
220 # remaining lines in the input are thrown into the message body
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 55 # The list of full, pushed lines, in reverse order
101 # Crack into lines, but preserve the newlines on the end of each
113 # and the eol character(s). Gather up a list of lines after
115 lines = []
117 lines.append(parts[i*2] + parts[i*2+1])
118 self.pushlines(lines)
120 def pushlines(self, lines):
121 # Reverse and insert at the front of the lines.
122 self._lines[:0] = lines[::-1]
220 # remaining lines in the input are thrown into the message body
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 55 # The list of full, pushed lines, in reverse order
101 # Crack into lines, but preserve the newlines on the end of each
113 # and the eol character(s). Gather up a list of lines after
115 lines = []
117 lines.append(parts[i*2] + parts[i*2+1])
118 self.pushlines(lines)
120 def pushlines(self, lines):
121 # Reverse and insert at the front of the lines.
122 self._lines[:0] = lines[::-1]
220 # remaining lines in the input are thrown into the message body
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 55 # The list of full, pushed lines, in reverse order
101 # Crack into lines, but preserve the newlines on the end of each
113 # and the eol character(s). Gather up a list of lines after
115 lines = []
117 lines.append(parts[i*2] + parts[i*2+1])
118 self.pushlines(lines)
120 def pushlines(self, lines):
121 # Reverse and insert at the front of the lines.
122 self._lines[:0] = lines[::-1]
220 # remaining lines in the input are thrown into the message body
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send.py 32 @param headerless_dbus_send_output: list of lines of dbus-send output
105 lines = dbus_send_stdout.strip().splitlines()
107 header = lines[0]
108 lines = lines[1:]
117 token_stream = _build_token_stream(lines)
  /external/libcxx/utils/sym_check/sym_check/
extract.py 153 lines = out.splitlines()
156 for i in range(len(lines)):
157 if lines[i].startswith("Symbol table '.dynsym'"):
159 if start != -1 and end == -1 and not lines[i].strip():
163 end = len(lines)
164 return lines[start:end]
  /external/libvpx/libvpx/tools/
diff.py 24 self.lines = []
28 l = len(self.lines)
31 self.lines.append(line[1:])
35 return len(self.lines) == self.length
48 self.lines = []
65 self.lines.append(line)
  /external/llvm/utils/lit/lit/formats/
googletest.py 32 lines = lit.util.capture([path, '--gtest_list_tests'],
35 lines = lines.replace('\r', '')
36 lines = lines.split('\n')
42 for ln in lines:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
diff.py 24 self.lines = []
28 l = len(self.lines)
31 self.lines.append(line[1:])
35 return len(self.lines) == self.length
48 self.lines = []
65 self.lines.append(line)
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 22 lines = []
28 lines.append(line)
29 combined_re = r'^(%s)$' % '|'.join(lines)
  /external/autotest/client/site_tests/hardware_Interrupt/
hardware_Interrupt.py 31 lines = interrupts_file.readlines()
34 num_cpus = len(lines.pop(0).split())
36 for line in lines:
  /external/autotest/server/site_tests/firmware_ECHash/
firmware_ECHash.py 41 lines = self.faft_client.system.run_shell_command_get_output(command)
43 for line in lines:
48 (command, '\n'.join(lines)))
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue102/
BigDataLoadTest.java 63 String[] lines = ooo.split("\n"); local
65 for (int j = 0; j < lines.length; j++) {
67 builder.append(lines[j]);
  /external/v8/tools/
dump-cpp.py 41 lines = f.readlines()
43 d8_line = re.search(',\"(.*d8)', ''.join(lines))
70 for line in lines:
  /external/v8/tools/gyp/test/lib/
TestMac.py 43 lines = subprocess.check_output(['xcodebuild', '-version']).splitlines()
44 version = ''.join(lines[0].split()[-1].split('.'))
46 return version, lines[-1].split()[-1]
  /external/v8/tools/testrunner/local/
utils.py 45 lines = []
53 lines.append(line)
54 return lines
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 5 lines, and joining lines with backslashes."""
17 comment character), skip blank lines, join adjacent lines by
24 spans multiple physical lines. Also provides 'unreadline()' for
49 skip lines that are empty *after* stripping comments and
51 then some lines may consist of solely whitespace: these will
56 to it to form one "logical line"; if N consecutive lines end
57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to thei
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 5 lines, and joining lines with backslashes."""
17 comment character), skip blank lines, join adjacent lines by
24 spans multiple physical lines. Also provides 'unreadline()' for
49 skip lines that are empty *after* stripping comments and
51 then some lines may consist of solely whitespace: these will
56 to it to form one "logical line"; if N consecutive lines end
57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to thei
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 5 lines, and joining lines with backslashes."""
17 comment character), skip blank lines, join adjacent lines by
24 spans multiple physical lines. Also provides 'unreadline()' for
49 skip lines that are empty *after* stripping comments and
51 then some lines may consist of solely whitespace: these will
56 to it to form one "logical line"; if N consecutive lines end
57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to thei
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 5 lines, and joining lines with backslashes."""
17 comment character), skip blank lines, join adjacent lines by
24 spans multiple physical lines. Also provides 'unreadline()' for
49 skip lines that are empty *after* stripping comments and
51 then some lines may consist of solely whitespace: these will
56 to it to form one "logical line"; if N consecutive lines end
57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to thei
    [all...]
  /external/autotest/client/profilers/powertop/src/
display.c 283 if (lines[i].count > 0 && counter++ < maxtimerstats) {
284 if ((lines[i].count * 1.0 / ticktime) >= 10.0)
289 print(timerstat_window, i+1, 0," %5.1f%% (%5.1f) [%6s] %s \n", lines[i].count * 100.0 / linectotal,
290 lines[i].count * 1.0 / ticktime,
291 lines[i].pid, lines[i].string);
293 print(timerstat_window, i+1, 0," %5.1f%% (%5.1f) %s \n", lines[i].count * 100.0 / linectotal,
294 lines[i].count * 1.0 / ticktime,
295 lines[i].string);
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 22 def _parse_crossystem_output(self, lines):
25 @param lines: The list of crossystem output strings.
51 for line in lines:
73 lines = self.faft_client.system.run_shell_command_get_output(
75 got_dict = self._parse_crossystem_output(lines)
192 lines = self.faft_client.system.run_shell_command_get_output(
194 vdat_flags = int(lines[0], 16)
262 lines = self.faft_client.system.run_shell_command_get_output(cmd)
264 for line in lines:
273 logging.info("Wrong output format of '%s':\n%s", cmd, '\n'.join(lines))
    [all...]
  /external/autotest/server/site_tests/network_DiskFull/
network_DiskFull.py 46 lines = output.splitlines()
47 if len(lines) != 2:
48 raise error.TestFail('Unexpected df output: %s' % lines)
49 _, _, _, free_kb, _, df_mount_point = lines[1].split(None, 5)

Completed in 674 milliseconds

1 2 3 4 5 6 7 891011>>