Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/criterion-plot/src/
Ddisplay.rs4 use crate::{Axes, Axis, Color, Display, Grid, LineType, PointType, Terminal};
76 impl Display<&'static str> for LineType { implementation
79 LineType::Dash => "2", in display()
80 LineType::Dot => "3", in display()
81 LineType::DotDash => "4", in display()
82 LineType::DotDotDash => "5", in display()
83 LineType::SmallDot => "0", in display()
84 LineType::Solid => "1", in display()
Dcandlestick.rs8 use crate::{Color, Default, Display, Figure, Label, LineType, LineWidth, Plot, Script};
14 line_type: LineType,
23 line_type: LineType::Solid, in default()
71 impl Set<LineType> for Properties {
75 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
Dcurve.rs9 Axes, Color, CurveDefault, Display, Figure, Label, LineType, LineWidth, Plot, PointSize,
18 line_type: LineType,
31 line_type: LineType::Solid, in default()
105 impl Set<LineType> for Properties {
109 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
Derrorbar.rs9 Color, Display, ErrorBarDefault, Figure, Label, LineType, LineWidth, Plot, PointSize,
17 line_type: LineType,
29 line_type: LineType::Solid, in default()
88 impl Set<LineType> for Properties {
92 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
Dprelude.rs11 Axes, Axis, BoxWidth, Color, Figure, FontSize, Grid, Key, LineType, LineWidth, Opacity,
Dlib.rs828 pub enum LineType { enum
/external/eigen/test/
Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
22 typedef typename LineType::Index Index; in parametrizedline()
24 typedef typename LineType::Scalar Scalar; in parametrizedline()
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType; in parametrizedline()
27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType; in parametrizedline()
34 LineType l0(p0, d0); in parametrizedline()
46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java119 private LineType lastType = LineType.COMMENT;
152 checkState(lastType == LineType.GROUP_END); in parse()
179 LineMatch match = LineType.match(line, inBlockComment); in processLine()
305 private final LineType type;
308 LineMatch(LineType type, Function<Integer, String> args) { in LineMatch()
317 LineType getType() { in getType()
322 private enum LineType { enum in IcuDataDumper.IcuDataParser
336 private static ImmutableSetMultimap<LineType, LineType> TRANSITIONS =
337 ImmutableSetMultimap.<LineType, LineType>builder()
348 LineType(String regex) { in LineType() method in IcuDataDumper.IcuDataParser.LineType
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/
DCue.java79 public @interface LineType {} annotation in Cue
199 public final @LineType int lineType;
316 @LineType int lineType, in Cue()
354 @LineType int lineType, in Cue()
399 @LineType int lineType, in Cue()
429 @LineType int lineType, in Cue()
469 @LineType private int lineType;
603 public Builder setLine(float line, @LineType int lineType) { in setLine()
624 @LineType
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
112 LineType readLine(UErrorCode &errorCode);
167 LineType lineType;
Dppucd.cpp105 PreparsedUCD::LineType
163 lineType=(LineType)type; in readLine()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRegion.java28 public final @Cue.LineType int lineType;
52 @Cue.LineType int lineType, in TtmlRegion()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Ddistributions.rs93 .set(LineType::Solid) in abs_distribution()
117 .set(LineType::Dash) in abs_distribution()
244 .set(LineType::Solid) in rel_distribution()
267 .set(LineType::Dash) in rel_distribution()
Dpdf.rs86 .set(LineType::Dash) in pdf()
197 |c| c.set(DARK_ORANGE).set(LINEWIDTH).set(LineType::Dash), in pdf()
204 |c| c.set(DARK_ORANGE).set(LINEWIDTH).set(LineType::Dash), in pdf()
211 |c| c.set(DARK_RED).set(LINEWIDTH).set(LineType::Dash), in pdf()
218 |c| c.set(DARK_RED).set(LINEWIDTH).set(LineType::Dash), in pdf()
Dregression.rs78 .set(LineType::Solid) in regression_figure()
227 .set(LineType::Solid) in regression_comparison_figure()
239 .set(LineType::Solid) in regression_comparison_figure()
Dt_test.rs58 .set(LineType::Solid) in t_test()
Dsummary.rs108 .set(LineType::Solid) in line_comparison()
/external/clang/lib/Format/
DTokenAnnotator.h28 enum LineType { enum
111 LineType Type;
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.h26 enum LineType { enum
127 LineType Type;
DContinuationIndenter.cpp31 LineType LineType) { in shouldIndentWrappedSelectorName() argument
32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
/external/skqp/bench/
DDashBench.cpp304 enum LineType { enum in GiantDashBench
311 static const char* LineTypeName(LineType lt) { in LineTypeName()
317 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/external/skia/bench/
DDashBench.cpp302 enum LineType { enum in GiantDashBench
309 static const char* LineTypeName(LineType lt) { in LineTypeName()
315 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCueParser.java747 @Cue.LineType public int lineType;
801 private static float computeLine(float line, @Cue.LineType int lineType) { in computeLine()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSubtitlePainter.java76 @Cue.LineType
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java1324 @Cue.LineType int lineType, in Cea708CueInfo()

12