HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 501 - 525 of 1071) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ash/system/chromeos/
tray_display.cc 89 std::vector<base::string16> lines; local
96 lines.push_back(GetDisplayInfoLine(internal_id));
103 lines.push_back(GetDisplayInfoLine(id));
106 return JoinString(lines, '\n');
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc 97 std::vector<std::string> lines; local
98 base::SplitString(content, '\n', &lines);
109 i < lines.size() &&
113 base::TrimString(lines[i], " ", &line);
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 65 // Returns array of lines from expected file which are different.
75 // Skip comment lines and blank lines in expected output.
98 std::vector<std::string> lines; local
99 base::SplitString(test_html, '\n', &lines);
100 for (std::vector<std::string>::const_iterator iter = lines.begin();
101 iter != lines.end();
209 // Mark the expected lines which did not match actual output with a *.
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc 173 std::vector<std::string> lines; local
174 base::SplitString(data, '\n', &lines);
176 for (size_t i = 0; i < lines.size(); ++i) {
177 if (!ParseLine(lines[i], i + 1))
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.cc 287 std::vector<std::string> lines; local
288 sdk_util::SplitString(text, '\n', &lines);
290 for (size_t i = 0; i < lines.size(); i++) {
292 sdk_util::SplitString(lines[i], ' ', &words);
  /external/chromium_org/printing/backend/
cups_helper.cc 47 std::vector<std::string> lines; local
48 base::SplitString(content, '\n', &lines);
50 for (size_t i = 0; i < lines.size(); ++i) {
51 std::string line = lines[i];
  /external/chromium_org/ui/gfx/
text_elider.h 149 // lines that are too long are broken into pieces. If |strict| is true,
178 // multiple lines.
190 // Reformats |text| into output vector |lines| so that the resulting text fits
192 // the specified |font_list|. Input newlines are respected, but lines that are
203 std::vector<base::string16>* lines);
  /external/chromium_org/ui/views/controls/
label.cc 186 std::vector<string16> lines; local
187 base::SplitString(text_, '\n', &lines);
190 for (std::vector<string16>::const_iterator iter = lines.begin();
191 iter != lines.end(); ++iter) {
471 // Pango insists on limiting the number of lines to one if text is
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 262 SmallVector<StringRef, 4> lines; local
263 Str.split(lines, "\n");
265 for (unsigned i = 0, e = lines.size(); i != e; ++i) {
266 indentedStr += lines[i];
382 // Find where the lines start.
406 // Indent the lines between start/end offsets.
  /external/clang/test/Analysis/
misc-ps.c 72 unsigned actual_base, lines; local
  /external/compiler-rt/make/
AppleBI.mk 23 # Log full compile lines in B&I logs and omit summary lines.
  /external/icu4c/tools/toolutil/
ppucd.cpp 80 lines[0][0]=0;
114 char *line=lines[lineIndex];
118 char *result=fgets(line, sizeof(lines[0]), file);
171 char *field=lines[lineIndex];
ppucd.h 167 // Multiple lines so that default and block properties can maintain pointers
169 char lines[kNumLineBuffers][4096]; member in class:PreparsedUCD
  /external/linux-tools-perf/util/
annotate.h 44 * @lines: If 'print_lines' is specified, per source code line percentages
47 * lines is allocated, percentages calculated and all sorted by percentage
55 struct source_line *lines; member in struct:annotated_source
  /external/markdown/markdown/
__init__.py 385 # Split into lines and run the line preprocessors.
386 self.lines = source.split("\n")
388 self.lines = prep.run(self.lines)
391 root = self.parser.parseDocument(self.lines).getroot()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 11 context - number of lines of source code to show for each stack frame
14 By default, tracebacks are displayed but not saved, the context is 5 lines
119 for frame, file, lnum, func, lines, index in records:
143 for line in lines:
207 for frame, file, lnum, func, lines, index in records:
226 for line in lines:
266 self.context = context # number of source code lines per frame
string.py 138 lines = self.template[:i].splitlines(True)
139 if not lines:
143 colno = i - len(''.join(lines[:-1]))
144 lineno = len(lines)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 44 lines = line variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 11 context - number of lines of source code to show for each stack frame
14 By default, tracebacks are displayed but not saved, the context is 5 lines
119 for frame, file, lnum, func, lines, index in records:
143 for line in lines:
207 for frame, file, lnum, func, lines, index in records:
226 for line in lines:
266 self.context = context # number of source code lines per frame
string.py 138 lines = self.template[:i].splitlines(True)
139 if not lines:
143 colno = i - len(''.join(lines[:-1]))
144 lineno = len(lines)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 315 * @param lines The output to parse.
319 private boolean parseAidlOutput(ArrayList<String> lines, IFile file) {
321 if (lines.size() == 0) {
327 for (int i = 0; i < lines.size(); i++) {
328 String p = lines.get(i);
  /external/chromium/net/ftp/
ftp_network_transaction.cc 122 if (response.lines.size() != 1)
124 const char* ptr = response.lines[0].c_str();
152 if (response.lines.size() != 1)
154 const char* ptr = response.lines[0].c_str();
160 ptr = response.lines[0].c_str(); // Try without bracket.
771 std::string line = response.lines[0];
823 std::string line = response.lines[0];
1022 if (response.lines.size() != 1)
1025 if (!base::StringToInt64(response.lines[0], &size))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 219 lines = old_file.readlines()
221 lines = []
224 for line in lines:
248 lines = open(self.breakpointPath,"r").readlines()
249 for line in lines:
263 lines = []
268 lines.append(lineno)
270 return lines
663 lines = source.split("\n")
664 linecache.cache[filename] = len(source)+1, 0, lines, filenam
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 219 lines = old_file.readlines()
221 lines = []
224 for line in lines:
248 lines = open(self.breakpointPath,"r").readlines()
249 for line in lines:
263 lines = []
268 lines.append(lineno)
270 return lines
663 lines = source.split("\n")
664 linecache.cache[filename] = len(source)+1, 0, lines, filenam
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 153 # Get a list of disassembled lines and their addresses.
154 lines = self._GetDisasmLines(arch, options)
155 if len(lines) == 0:
157 # Print annotated lines.
158 address = lines[0][0]
160 for i in xrange(len(lines)):
161 start_offset = lines[i][0] - address
162 if i == len(lines) - 1:
165 end_offset = lines[i + 1][0] - address
178 print "%15.2f %x: %s" % (count, lines[i][0], lines[i][1]
    [all...]

Completed in 503 milliseconds

<<21222324252627282930>>