HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 101 - 125 of 5102) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
js_utils.py 19 lines = stripped_text.split('\n')
20 for line in lines:
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
drm_parser_test.html 16 var lines = [
20 var m = new tr.Model(lines.join('\n'), false);
cpufreq_parser_test.html 16 var lines = [
22 var m = new tr.Model(lines.join('\n'), false);
42 var lines = [
48 var m = new tr.Model(lines.join('\n'), false);
68 var lines = [
72 var m = new tr.Model(lines.join('\n'), false);
85 var lines = [
88 var m = new tr.Model(lines.join('\n'), false);
103 var lines = [
107 var m = new tr.Model(lines.join('\n'), false)
    [all...]
  /external/fonttools/Lib/fontTools/
unicode.py 6 lines = iter(f.readlines())
8 for line in lines:
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 65 breaks] across lines.
68 breaks] across lines, but with a line-ending space.
  /external/markdown/tests/safe_mode/
script_tags.html 5 <p>With blank lines.</p>
20 This time with blank lines.
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPutRequestTest.java 37 List<String> lines = readLinesFromFile(reader); local
38 assertLinesOfText(expectedInputToServeMethodViaFile, lines);
HttpServerTest.java 42 List<String> lines = getOutputLines(outputStream); local
43 assertLinesOfText(expected, lines);
46 protected void assertLinesOfText(String[] expected, List<String> lines) {
47 // assertEquals(expected.length, lines.size());
49 String line = lines.get(i);
75 List<String> lines = new ArrayList<String>(); local
80 lines.add(line.trim());
83 return lines;
  /external/toybox/toys/posix/
split.c 17 usage: split [-a SUFFIX_LEN] [-b BYTES] [-l LINES] [INPUT [OUTPUT]]
24 -l LINES/file (default 1000)
31 long lines;
59 if ((TT.bytes && !bytesleft) || (TT.lines && !linesleft)) {
69 linesleft = TT.lines;
75 if (TT.lines) {
100 if (!TT.bytes && !TT.lines) TT.lines = 1000;
  /external/v8/test/mjsunit/
debug-sourceslice.js 29 // Source lines for test.
30 var lines = [ 'function a() { b(); };\n', variable
42 // Build source by putting all lines together
44 for (var i = 0; i < lines.length; i++) {
45 source += lines[i];
61 for (var slice_size = 0; slice_size < lines.length; slice_size++) {
62 for (var n = 0; n < lines.length - slice_size; n++) {
70 expected += lines[n + i];
  /external/vogar/
.vogarconfig.example 3 # invocation of Vogar. Blank lines and lines beginning with "#" are ignored.
  /external/wpa_supplicant_8/hostapd/
hostapd.wpa_psk 1 # List of WPA PSKs. Each line, except for empty lines and lines starting
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 70 ArrayList<String> lines = new ArrayList<>(); local
71 lines.addAll(FileUtils.readLines(f, "utf-8"));
74 replace(lines, toPosition(it.getStart()), toEndPosition(it.getStop()), "");
88 recurseReplace(layoutNode, lines, noTag, newTag, 0);
93 replace(lines, rootStartTag, rootEndTag, "");
96 ImmutablePair<Position, Position> endLayoutPositions = findTerminalPositions(root, lines);
97 replace(lines, endLayoutPositions.left, endLayoutPositions.right, "");
139 fixPosition(lines, endTagPosition);
140 String line = lines.get(endTagPosition.line);
143 lines.set(endTagPosition.line, newLine)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SMSDispatcherTest.java.broken 40 String[] lines = new String[2];
42 lines[0] = "+CMT: ,158";
43 lines[1] = "07914140279510F6440A8111110301003BF56080426101748A8C0B05040B"
50 sms = SmsMessage.newFromCMT(lines);
70 String[] lines = new String[2];
72 lines[0] = "+CMT: ,77";
73 lines[1] = "07914140279510F6440A8111110301003BF56080426101848A3B0B05040B8423F"
77 sms = SmsMessage.newFromCMT(lines);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
p2g.py 25 and "c". The rest of the graph contains two lines for each node. The
78 lines = (line.decode(encoding) for line in path)
79 G=parse_p2g(lines)
82 def parse_p2g(lines):
89 description = next(lines).strip()
92 nnodes,nedges=map(int,next(lines).split())
98 n=next(lines).strip()
101 nbrs[n]=map(int,next(lines).split())
  /build/tools/
filter-product-graph.py 36 lines = sys.stdin.readlines()
37 lines = [line.strip() for line in lines]
39 for line in lines:
  /device/htc/flounder/
nvcamera.conf 4 # if found. Lines must be shorter then 256 characters
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
README.chromium 15 - Removed comment lines with {{var_names}} from polymer.js because of
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 123 lines = []
133 lines.extend(['namespace %s {' % n for n in class_node.namespace]) # }
134 lines.append('')
137 lines.append('class Mock%s : public %s {' % (class_name, class_name)) # }
138 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
141 _GenerateMethods(lines, source, class_node)
144 if lines:
146 if len(lines) == 2:
147 del lines[-1]
150 lines.append('};'
    [all...]
  /external/lldb/test/lang/c/blocks/
TestBlocks.py 12 lines = [] variable in class:AnonymousTestCase
30 self.lines.append(line_number('main.c', '// Set breakpoint 0 here.'))
31 self.lines.append(line_number('main.c', '// Set breakpoint 1 here.'))
40 for line in self.lines:
  /external/llvm/test/DebugInfo/ARM/
line.test 6 ; those two instructions are on separate lines)
  /external/llvm/test/DebugInfo/PowerPC/
line.test 6 ; those two instructions are on separate lines)
  /external/selinux/libsepol/man/man8/
genpolbools.8 11 different boolean settings using name=value lines, where value

Completed in 376 milliseconds

1 2 3 45 6 7 8 91011>>