HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 101 - 125 of 377) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/bench/shootout/
fasta.go 48 const Line = 60
55 if m > Line {
56 m = Line
113 if m > Line {
114 m = Line
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 215 raster->line_smooth = ctx->Line.SmoothFlag;
216 if (ctx->Line.SmoothFlag) {
217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
227 raster->line_stipple_enable = ctx->Line.StippleFlag;
228 raster->line_stipple_pattern = ctx->Line.StipplePattern;
230 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Example2_24Test.java 45 this.yamlConstructors.put(new Tag("tag:clarkevans.com,2002:line"), new ConstructLine());
76 Line line = new Line((Map<String, Integer>) values.get("start"), local
78 return line;
98 this.representers.put(Line.class, new RepresentLine());
123 Line line = (Line) data; local
125 map.put("start", line.getStart())
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,
37 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false),
90 !Line.startsWith(tok::kw_template))
134 } else if (Line.InPPDirective &&
437 if (!Tok->Previous && Line.MustBeDeclaration)
447 !Line.First->isOneOf(tok::kw_enum, tok::kw_case)) ||
451 Line.MustBeDeclaration)) { // method/property declaration
459 Line.startsWith(TT_ObjCMethodSpecifier))
    [all...]
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/Analysis/
ModuleDebugInfoPrinter.cpp 59 unsigned Line = 0) {
67 if (Line)
68 O << ":" << Line;
  /external/v8/test/mjsunit/es6/
debug-evaluate-blockscopes.js 39 { // Line 1.
40 let i = 1; // Line 2.
41 try { // Line 3.
42 throw 'stuff'; // Line 4.
43 } catch (e) { // Line 5.
44 x = 2; // Line 6.
61 //Set breakpoint on line 6.
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 148 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
149 int Line {
  /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
  /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
  /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/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.
  /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

Completed in 723 milliseconds

1 2 3 45 6 7 8 91011>>