HomeSort by relevance Sort by last modified time
    Searched full:line (Results 351 - 375 of 23635) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/intltest/
textfile.h 33 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
35 * included in 'line'.
36 * @return TRUE if a line was read, or FALSE if the EOF
39 UBool readLine(UnicodeString& line, UErrorCode& ec);
42 * Read a line, ignoring blank lines and lines that start with
45 * @return TRUE if a line was read, or FALSE if the EOF
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
52 * Return the line number of the last line returned by readLine().
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
AddressDataMapLoader.java 43 String line = null; typedefs
44 while (null != (line = br.readLine())) {
45 line = line.trim();
46 if (line.length() == 0 || line.charAt(0) == '#') {
49 int x = line.indexOf('=');
50 DATA.put(line.substring(0, x), line.substring(x + 1));
  /external/icu/icu4c/source/test/intltest/
textfile.h 33 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
35 * included in 'line'.
36 * @return TRUE if a line was read, or FALSE if the EOF
39 UBool readLine(UnicodeString& line, UErrorCode& ec);
42 * Read a line, ignoring blank lines and lines that start with
45 * @return TRUE if a line was read, or FALSE if the EOF
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
52 * Return the line number of the last line returned by readLine().
  /external/jarjar/src/main/com/tonicsystems/jarjar/
RulesFileParser.java 45 String line; local
46 while ((line = br.readLine()) != null) {
47 line = stripComment(line);
48 if (line.isEmpty())
50 String[] parts = line.split("\\s+");
78 private static void error(int line, String[] parts) {
79 throw new IllegalArgumentException("Error on line " + line + ": " + Arrays.asList(parts));
  /external/lldb/www/cpp_reference/html/
SBCommandInterpreter_8h_source.html 34 <a href="SBCommandInterpreter_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBCommandInterpreter.h ----------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
SBBreakpointLocation_8h_source.html 34 <a href="SBBreakpointLocation_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBBreakpointLocation.h ----------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
SBSymbol_8h_source.html 34 <a href="SBSymbol_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBSymbol.h ----------------------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
  /external/qemu/
gen-skin.py 45 line = " "
50 line = line + ","
54 print line
55 line = " "
58 line = line + "%3d" % d
65 if len(line) > 0:
66 print line
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 77 String line = reader.readLine(); local
78 while (line != null) {
79 checkBuildLine(line);
80 line = reader.readLine();
149 private static class Line {
150 private final String line; field in class:NdkDiscoveryUpdater.Line
153 public Line(String line) {
154 this.line = line;
209 Line line = new Line(text); local
264 String line = reader.readLine(); local
294 String line = reader.readLine(); local
    [all...]
  /development/tools/findunused/
removeunusedresources 26 read LINE NUM
27 while [ "$LINE" != "" ]
29 if [ "Z$LINE" = "Z-----------------------------------------------------------" ]
33 elif [ "$LINE" = "$app" ]
39 find res | grep -w $LINE | {
48 echo WARNING unexpected result for $LINE
53 grep -Rwl $LINE res | {
60 echo REMOVING STRING $LINE from $RESLINE
61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
65 echo REMOVING $LINE from $RESLIN
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStreamState.pm 12 # What line number is the scanner at before processing buffer[p]?
13 has 'line' => (
19 # What char position 0..n-1 in line is scanner before processing buffer[p]?
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
diff.py 27 def Append(self, line):
29 if line[0] != " ":
31 self.lines.append(line[1:])
50 def Append(self, line):
51 """Adds a line to the DiffHunk and its DiffLines children."""
52 if line[0] == "-":
53 self.left.Append(line)
54 elif line[0] == "+":
55 self.right.Append(line)
56 elif line[0] == " "
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.h 12 int horizontalIntersect(const _Line& line, double y, double tRange[2]);
13 int horizontalLineIntersect(const _Line& line, double left, double right,
18 int verticalLineIntersect(const _Line& line, double top, double bottom,
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 17 SkDLine line; member in struct:lineQuad
21 // quad line results
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
35 if (line[0].fX == line[1].fX) {
36 double top = line[0].fY;
37 double bottom = line[1].fY;
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
43 } else if (line[0].fY == line[1].fY)
60 SkDLine line; member in struct:oneLineQuad
84 const SkDLine& line = oneOffs[index].line; local
111 const SkDLine& line = lineQuadTests[index].line; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
unicode_parse_common.py 4 def cut_comment(line):
5 first_hash = line.find('#')
7 return line
8 return line[:first_hash]
12 def line_split(line):
13 '''Split a line based on a semicolon separator.'''
16 return [normalise(x) for x in line.split(';')]
36 for line in tokens:
37 if len(line) == 2:
38 codepoints = codepoints_parse(line[0]
    [all...]
  /external/chromium_org/tools/gyp/test/win/
gyptest-long-command-line.py 19 CHDIR = 'long-command-line'
20 test.run_gyp('long-command-line.gyp', chdir=CHDIR)
21 test.build('long-command-line.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/tools/valgrind/
gdb_helper.py 12 GDB_LINE_RE = re.compile(r'Line ([0-9]*) of "([^"]*)".*')
15 ''' Parse the gdb output line, return a pair (file, line num) '''
23 ''' For each address, return a pair (file, line num) '''
27 commands.write('info line *%s\n' % addr)
36 for line in result:
37 if line.startswith('Line'):
38 ret[address_list[address_count]] = _GdbOutputToFileLine(line)
40 if line.startswith('No line')
    [all...]
  /external/chromium_org/ui/base/models/
menu_separator_types.h 12 // Normal - top to bottom: Spacing, line, spacing
15 // Upper - top to bottom: Line, spacing
18 // Lower - top to bottom: Spacing, line
  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 1 //===--- ArgumentsAdjusters.h - Command line arguments adjuster -*- C++ -*-===//
11 // These classes are intended to modify command line arguments obtained from
26 /// \brief A sequence of command line arguments.
29 /// \brief Abstract interface for a command line adjusters.
31 /// This abstract interface describes a command line argument adjuster,
32 /// which is responsible for command line arguments modification before
37 /// \brief Returns adjusted command line arguments.
39 /// \param Args Input sequence of command line arguments.
41 /// \returns Modified sequence of command line arguments.
47 /// \brief Syntax check only command line adjuster
    [all...]
  /external/clang/test/CodeGen/
debug-info-block-decl.c 2 // Assignment and block entry should point to the same line.
12 // CHECK: [[ASSIGNMENT]] = metadata !{i32 [[@LINE+2]],
13 // CHECK: [[BLOCK_ENTRY]] = metadata !{i32 [[@LINE+1]],
  /external/clang/test/Index/
annotate-deep-statements.cpp 13 // CHECK: Identifier: "foo" {{\[}}[[@LINE+1]]:6 - [[@LINE+1]]:9] FunctionDecl=foo:[[@LINE+1]]:6 (Definition)
  /external/clang/test/
make_test_dirs.pl 9 while ($line = <STDIN>) {
10 $line =~ /^\s*/;
12 if ($line =~ /\[([^\]]*)\]/) {
  /external/libvpx/libvpx/tools/
diff.py 27 def Append(self, line):
29 if line[0] != " ":
31 self.lines.append(line[1:])
50 def Append(self, line):
51 """Adds a line to the DiffHunk and its DiffLines children."""
52 if line[0] == "-":
53 self.left.Append(line)
54 elif line[0] == "+":
55 self.right.Append(line)
56 elif line[0] == " "
    [all...]
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 8 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ldxc1 $f8,$s7($t7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/skia/experimental/Intersection/
LineIntersection.h 12 int horizontalIntersect(const _Line& line, double y, double tRange[2]);
13 int horizontalLineIntersect(const _Line& line, double left, double right,
18 int verticalLineIntersect(const _Line& line, double top, double bottom,

Completed in 2362 milliseconds

<<11121314151617181920>>