HomeSort by relevance Sort by last modified time
    Searched full:startline (Results 1 - 25 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
Location.java 42 @XmlAttribute(name = "startLine")
43 public int startLine;
55 startOffset = endOffset = startLine = endLine = NaN;
61 startLine = other.startLine;
67 startLine = startOffset = NaN;
69 startLine = start.getLine() - 1; //token lines start from 1
89 public Location(int startLine, int startOffset, int endLine, int endOffset) {
91 this.startLine = startLine;
    [all...]
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 96 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n";
98 startLine() << Label << ": " << hex(Value) << "\n";
130 startLine() << Label << " [ (" << hex(Value) << ")\n";
132 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
134 startLine() << "]\n";
139 startLine() << Label << " [ (" << hex(Value) << ")\n";
144 startLine() << " " << hex(Flag) << "\n";
148 startLine() << "]\n";
152 startLine() << Label << ": " << Value << "\n";
156 startLine() << Label << ": " << Value << "\n"
    [all...]
StreamWriter.cpp 36 startLine() << Label;
41 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr));
63 startLine() << ")\n";
65 startLine() << Label << ":";
ARMEHABIPrinter.h 97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
111 SW.startLine()
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode);
128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f));
132 SW.startLine() << format("0x%02X ; pop ", Opcode);
138 SW.startLine() << format("0x%02X ; pop ", Opcode);
144 SW.startLine() << format("0x%02X ; finish\n", Opcode);
151 SW.startLine()
    [all...]
ARMWinEHPrinter.cpp 227 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n",
244 SW.startLine() << format("0x%02x 0x%02x ; %s.w ",
257 SW.startLine() << format("0x%02x ; mov r%u, sp\n",
260 SW.startLine() << format("0x%02x ; mov sp, r%u\n",
274 SW.startLine() << format("0x%02x ; %s ", OC[Offset],
291 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset],
305 SW.startLine() << format("0x%02x ; %s ", OC[Offset],
318 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n",
332 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0],
346 SW.startLine() << format("0x%02x 0x%02x ; reserved\n"
    [all...]
ELFDumper.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 58 startLine();
67 startLine();
78 startLine();
84 startLine();
145 startLine();
152 startLine();
186 startLine();
199 startLine();
218 startLine();
228 startLine();
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /external/libpng/contrib/arm-neon/
linux.c 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine
43 for (state=StartLine, counter=0;;)
58 case StartLine:
86 state = StartLine;
130 state = StartLine;
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 69 fmt.Fprintf(tabber, "%s:%d:\t%s\t%.1f%%\n", fn, f.startLine, f.name, 100.0*float64(c)/float64(t))
98 startLine int
120 startLine: start.Line,
137 if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.endCol) {
141 if b.EndLine < f.startLine || (b.EndLine == f.startLine && b.EndCol <= f.startCol) {
profile.go 31 StartLine, StartCol int
83 StartLine: toInt(m[2]),
112 return bi.StartLine < bj.StartLine || bi.StartLine == bj.StartLine && bi.StartCol < bj.StartCol
164 if b.StartLine == line && b.StartCol == col {
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 69 fmt.Fprintf(tabber, "%s:%d:\t%s\t%.1f%%\n", fn, f.startLine, f.name, 100.0*float64(c)/float64(t))
98 startLine int
120 startLine: start.Line,
137 if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.endCol) {
141 if b.EndLine < f.startLine || (b.EndLine == f.startLine && b.EndCol <= f.startCol) {
profile.go 31 StartLine, StartCol int
83 StartLine: toInt(m[2]),
112 return bi.StartLine < bj.StartLine || bi.StartLine == bj.StartLine && bi.StartCol < bj.StartCol
164 if b.StartLine == line && b.StartCol == col {
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 123 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
308 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status)
328 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
452 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status)
469 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
530 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
542 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
592 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
599 return parseUCARules(tag, startline, status);
602 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1842 uint32_t startline; local
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 265 int startline = getLineForOffset(where); local
266 int startv = getLineTop(startline);
311 mInts.deleteAt(startline, endline - startline);
312 mObjects.deleteAt(startline, endline - startline);
319 if (mIncludePad && startline == 0) {
330 mInts.adjustValuesBelow(startline, START, after - before);
331 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
370 mInts.insertAt(startline + i, ints)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchEngine.py 138 startline = line
146 if wrapped and line > startline:
160 startline = line
168 if wrapped and line < startline:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchEngine.py 138 startline = line
146 if wrapped and line > startline:
160 startline = line
168 if wrapped and line < startline:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 138 startline = line
146 if wrapped and line > startline:
160 startline = line
168 if wrapped and line < startline:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 138 startline = line
146 if wrapped and line > startline:
160 startline = line
168 if wrapped and line < startline:
  /art/tools/checker/file_format/checker/
parser.py 62 startLine = __extractLine(prefix + "-START", line, arch, debuggable)
63 if startLine is not None:
64 return None, startLine, (arch, debuggable)

Completed in 1120 milliseconds

1 2 3 4 5 6 7 8 91011>>