/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITree.cs | 158 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */ 159 int Line
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimToken.cs | 78 int IToken.Line
|
SlimLexer.cs | 78 public int Line 82 return input.Line; 86 input.Line = value; 141 state.tokenStartLine = input.Line; 252 //Line = state.tokenStartLine, 259 //t.Line = state.tokenStartLine; 435 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine; 441 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine [all...] |
/external/clang/lib/Frontend/ |
LogDiagnosticPrinter.cpp | 51 if (DE.Line != 0) { 52 OS << " <key>line</key>\n" 54 EmitInteger(OS, DE.Line) << '\n'; 142 DE.Line = DE.Column = 0; 157 DE.Line = PLoc.getLine();
|
/external/google-breakpad/src/common/ |
stabs_to_module.h | 81 bool Line(uint64_t address, const char *name, int number); 131 // The last Module::File we got a line number in. 136 // recognize when the current line is in the same file as the
|
stabs_to_module_unittest.cc | 48 // one line. 52 EXPECT_TRUE(h.Line(0xfde4abbed390c394LL, "source-file-name", 174823314)); 70 Module::Line *line = &function->lines[0]; local 71 EXPECT_EQ(0xfde4abbed390c394LL, line->address); 72 EXPECT_EQ(0x10U, line->size); // derived from EndFunction 73 EXPECT_TRUE(line->file == file); 74 EXPECT_EQ(174823314, line->number); 143 // one line. 147 EXPECT_TRUE(h.Line(0xb4513962eff94e92LL, "source-file-name-1", 77396614)) [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/ |
audio_policy_criteria.conf | 51 OutputDevicesMaskType Earpiece,Speaker,WiredHeadset,WiredHeadphone,BluetoothSco,BluetoothScoHeadset,BluetoothScoCarkit,BluetoothA2dp,BluetoothA2dpHeadphones,BluetoothA2dpSpeaker,Hdmi,AnlgDockHeadset,DgtlDockHeadset,UsbAccessory,UsbDevice,RemoteSubmix,TelephonyTx,Line,HdmiArc,Spdif,Fm,AuxLine,SpeakerSafe 58 InputDevicesMaskType Communication,Ambient,BuiltinMic,BluetoothScoHeadset,WiredHeadset,Hdmi,TelephonyRx,BackMic,RemoteSubmix,AnlgDockHeadset,DgtlDockHeadset,UsbAccessory,UsbDevice,FmTuner,TvTune,Line,Spdif,BluetoothA2dp,Loopback
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ClassicToken.cs | 47 int line; field in class:Antlr.Runtime.ClassicToken 61 line = oldToken.Line; 96 public int Line { 98 return line; 101 line = value; 171 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
|
Parser.cs | 81 t.Line = current.Line;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ClassicToken.cs | 49 int line; field in class:Antlr.Runtime.ClassicToken 65 line = oldToken.Line; 108 public int Line 112 return line; 116 line = value; 209 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
|
Parser.cs | 89 t.Line = current.Line;
|
/external/autotest/server/site_tests/power_ChargeStatus/ |
power_ChargeStatus.py | 15 If DUT is connected to RPM(default) - No need to pass any command line args. 50 """Tests when on AC- the Main line is "ON" and "Charging/Charged". 52 @param ac_state Specifies the power_supply_info "Line Power" 64 """Tests when on DC - the Main line is "No" and "Discharging". 66 @param ac_state Specifies the power_supply_info "Line Power"
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 26 // Line Table Implementation 30 /// \brief The offset in this file that the line entry occurs at. 33 /// \brief The presumed line number of this line entry: \#line 4. 36 /// \brief The ID of the filename identified by this line entry: 37 /// \#line 4 "foo.c". This is -1 if not specified. 49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, 54 E.LineNo = Line; 76 /// \brief Used to hold and unique data used to represent \#line information [all...] |
/external/clang/lib/Format/ |
UnwrappedLineParser.h | 30 /// \brief An unwrapped line is a sequence of \c Token, that we would like to 31 /// put on a single line if there was no column limit. 35 /// within an unwrapped line does not affect any other unwrapped lines. 55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; 129 // FIXME: We are constantly running into bugs where Line.Level is incorrectly 130 // subtracted from beyond 0. Introduce a method to subtract from Line.Level 132 std::unique_ptr<UnwrappedLine> Line; 135 // line as the previous token, or not. If not, they belong to the next token. 136 // Since the next token might already be in a new unwrapped line, we need to 147 // after an unwarpped line that has been started was finished [all...] |
/external/llvm/lib/IR/ |
DebugLoc.cpp | 59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, 65 return DILocation::get(Scope->getContext(), Line, Col, 90 // Print source line info.
|
GCOV.cpp | 112 /// collectLineCounts - Collect line counts. This must be used after 192 // read line table. 195 // Read the length of this line table. 209 // Read the word that pads the beginning of the line table. This may be a 214 // Line information starts here and continues up until the last word. 227 uint32_t Line; 228 if (!Buff.readInt(Line)) 230 // Line 0 means this instruction was injected by the compiler. Skip it. 231 if (!Line) 233 Block.addLine(Line); [all...] |
/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...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-1.d | 43 Line Base: 1 44 Line Range: 1 70 Line Number Statements: 72 \[0x.*\] Advance Line by 3 to 4
|
dwarf2-2.d | 43 Line Base: 1 44 Line Range: 1 70 Line Number Statements: 72 \[0x.*\] Advance Line by 3 to 4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 69 Line Base: 1 70 Line Range: 1 96 Line Number Statements: 98 \[0x.*\] Advance Line by 3 to 4
|
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 120 #define CHECK_LINE_END(Line) \ 121 if (Line.is_at_end()) \ 127 CHECK_LINE_END(Line); \ 129 READ_NUM((*Line), (Val)); \ 130 Line++; 132 if (Line.is_at_end()) 136 if (Line->getAsInteger(10, NumValueKinds)) { 142 Line++; 158 CHECK_LINE_END(Line); 159 std::pair<StringRef, StringRef> VD = Line->split(':') [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/ |
symbolizer.go | 6 // symbol, file and line number information. It relies on the 20 // Symbolize adds symbol and line number information to all locations 60 l.Line = make([]profile.Line, len(stack)) 68 if frame.Line != 0 { 83 l.Line[i] = profile.Line{ 85 Line: int64(frame.Line),
|
/prebuilts/go/darwin-x86/src/go/ast/ |
import.go | 33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line { 42 // Deduping can leave a blank line before the rparen; clean that up. 45 lastLine := fset.Position(lastSpec.Pos()).Line 46 if rParenLine := fset.Position(d.Rparen).Line; rParenLine > lastLine+1 { 105 // Any comment from pos[0].Start to the final line counts. 106 lastLine := fset.Position(pos[len(pos)-1].End).Line 116 if fset.Position(g.End()).Line > lastLine { 149 fset.File(p).MergeLine(fset.Position(p).Line)
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/ |
symbolizer.go | 6 // symbol, file and line number information. It relies on the 20 // Symbolize adds symbol and line number information to all locations 60 l.Line = make([]profile.Line, len(stack)) 68 if frame.Line != 0 { 83 l.Line[i] = profile.Line{ 85 Line: int64(frame.Line),
|
/prebuilts/go/linux-x86/src/go/ast/ |
import.go | 33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line { 42 // Deduping can leave a blank line before the rparen; clean that up. 45 lastLine := fset.Position(lastSpec.Pos()).Line 46 if rParenLine := fset.Position(d.Rparen).Line; rParenLine > lastLine+1 { 105 // Any comment from pos[0].Start to the final line counts. 106 lastLine := fset.Position(pos[len(pos)-1].End).Line 116 if fset.Position(g.End()).Line > lastLine { 149 fset.File(p).MergeLine(fset.Position(p).Line)
|