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

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TParenOpen.java 15 public TParenOpen(int line, int pos)
18 setLine(line);
TPercent.java 15 public TPercent(int line, int pos)
18 setLine(line);
TPlus.java 15 public TPlus(int line, int pos)
18 setLine(line);
TQuestion.java 15 public TQuestion(int line, int pos)
18 setLine(line);
TSet.java 15 public TSet(int line, int pos)
18 setLine(line);
TSlash.java 15 public TSlash(int line, int pos)
18 setLine(line);
TStar.java 15 public TStar(int line, int pos)
18 setLine(line);
TString.java 15 public TString(String text, int line, int pos)
18 setLine(line);
TUvar.java 15 public TUvar(int line, int pos)
18 setLine(line);
TVar.java 15 public TVar(int line, int pos)
18 setLine(line);
TWith.java 15 public TWith(int line, int pos)
18 setLine(line);
TWord.java 15 public TWord(String text, int line, int pos)
18 setLine(line);
  /external/qemu/
offset_layout.py 60 line = sys.stdin.readline()
61 if not line:
63 m_line = _RE_LINE.match(line)
72 if mode == "button" and "{" in line:
77 elif "}" in line:
83 m_xy = _RE_XY.match(line)
104 line = "%(start)s%(xy)s%(num)s%(end)s" % d
105 sys.stdout.write(line)
  /external/v8/src/
v8checks.h 46 int line,
53 int line,
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 203 my $line = pop @lines; # ...but the second line.
205 chomp $line;
207 if (($n) = ($line =~ /^(\d*) bbs simulated$/)) {
225 foreach my $line(@lines) {
226 chomp $line;
227 if ($line =~ /^---STOP---$/) { last; } # we're done
230 if ($line =~ /^.*---begin SWITCHBACK/) {
231 ($halfline) = ($line =~ /^(.*)---begin SWITCHBACK/);
232 $ok = 0; # stop on prev line
    [all...]
  /external/valgrind/main/drd/tests/
unified_annotations.h 31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv)
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv,
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stdoutB.exp 1 Breakpoint 1 at 0x........: file t.c, line 105.
  /external/valgrind/main/none/tests/
vgprintf.stderr.exp 4 Backtrace line one
5 Line two:
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
xml.py 40 for line in lines:
41 parser.Parse(line)
  /frameworks/base/core/java/com/android/internal/util/
HexDump.java 32 byte[] line = new byte[16];
46 if (line[j] > ' ' && line[j] < '~')
48 result.append(new String(line, j, 1));
66 line[lineIndex++] = b;
80 if (line[i] > ' ' && line[i] < '~')
82 result.append(new String(line, i, 1));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
input.h 25 #include "line-map.h"
40 /* The line-location in the source file. */
41 int line; local
61 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /sdk/chimpchat/src/com/android/chimpchat/adb/
LoggingOutputReceiver.java 37 for (String line : message.split("\n")) {
38 log.log(level, line);
  /system/extras/tests/lib/testUtil/
testUtil.c 147 char line[MAXSTR]; local
151 vsnprintf(line, sizeof(line), fmt, args);
153 ALOG(LOG_ERROR, logCatTag, "%s", line);
155 ALOG(LOG_INFO, logCatTag, "%s", line);
311 * Each line of output is indented by a number of spaces that
323 char line[MAXSTR]; local
326 char *linep = line;
330 if (linep != line) {
331 testPrintE("%s", line);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 52 * Needed since "next line" may be null due to end of line.
71 final String line = super.readLine(); local
74 return line;
78 * Read one line, but make this object store it in its queue.
83 final String line = super.readLine(); local
87 mNextLine = line;
127 * Developers should not directly read a line from this object. Use
192 * @throws VCardException when the stream reached end of line
195 String line; local
240 String line; local
306 final String line = getNonEmptyLine(); local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
128 int line = -1;
131 in = new gUnitTestInput(testInput, inputIsFile, line);
137 line = $STRING.line;
142 line = $ML_STRING.line;
148 line = $file.line;
171 file returns [int line]
    [all...]

Completed in 324 milliseconds

<<11121314151617181920>>