Home
last modified time | relevance | path

Searched defs:Line (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/blktrace/btt/doc/
Dbtt.tex907 \subsection{\label{sec:o-a}\texttt{--seek-absolute}/\texttt{-a}}
915 \subsection{\label{sec:o-A}\texttt{--all-data}/\texttt{-A}}
922 \subsection{\label{sec:o-B}\texttt{--dump-blocknos}/\texttt{-B}}
941 \subsection{\label{sec:o-d}\texttt{--range-delta}/\texttt{-d}}
950 \subsection{\label{sec:o-D}\texttt{--devices}/\texttt{-D}}
959 \subsection{\label{sec:o-e}\texttt{--exes}/\texttt{-e}}
967 \subsection{\label{sec:o-h}\texttt{--help}/\texttt{-h}}
972 \subsection{\label{sec:o-i}\texttt{--input-file}/\texttt{-i}}
978 \subsection{\label{sec:o-I}\texttt{--iostat}/\texttt{-I}}
984 \subsection{\label{sec:o-l}\texttt{--d2c-latencies}/\texttt{-l}}
[all …]
/external/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h109 struct SourceLineResolverBase::Line { struct
110 Line() { } in Line() argument
111 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line) in Line() function
123 struct SourceLineResolverBase::Function { argument
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/
Dsource_code.h37 struct Line { struct
46 std::vector<Line> lines_; argument
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h117 struct Line { struct
137 void ExtendRanges(const Line& line); argument
/external/cronet/stable/third_party/quic_trace/src/tools/render/
Daxis_renderer.cc45 struct Line { struct
46 float x0, y0, x1, y1;
/external/cronet/tot/third_party/quic_trace/src/tools/render/
Daxis_renderer.cc45 struct Line { struct
46 float x0, y0, x1, y1;
/external/google-breakpad/src/common/
Dstabs_reader.h175 struct Line { struct
176 uint64_t address;
177 const char* filename;
178 int number;
304 virtual bool Line(uint64_t address, const char* filename, int number) { in Line() function
/external/rust/android-crates-io/crates/taffy/src/
Dstyle_helpers.rs108 impl<T: TaffyZero> TaffyZero for Line<T> { implementation
111 impl<T: TaffyZero> Line<T> { impl
162 impl<T: TaffyAuto> TaffyAuto for Line<T> { implementation
165 impl<T: TaffyAuto> Line<T> { implementation
216 impl<T: TaffyMinContent> TaffyMinContent for Line<T> { implementation
219 impl<T: TaffyMinContent> Line<T> { implementation
271 impl<T: TaffyMaxContent> TaffyMaxContent for Line<T> { implementation
274 impl<T: TaffyMaxContent> Line<T> { impl
326 impl<T: TaffyFitContent> TaffyFitContent for Line<T> { implementation
331 impl<T: TaffyFitContent> Line<T> { impl
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DMarkup.cpp38 void MarkupParser::parseLine(StringRef Line) { in parseLine()
114 std::optional<MarkupNode> MarkupParser::parseElement(StringRef Line) { in parseElement()
172 std::optional<StringRef> MarkupParser::parseMultiLineBegin(StringRef Line) { in parseMultiLineBegin()
197 std::optional<StringRef> MarkupParser::parseMultiLineEnd(StringRef Line) { in parseMultiLineEnd()
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dsorttest.c106 typedef struct Line { struct
109 } Line; typedef
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dsorttest.c106 typedef struct Line { struct
109 } Line; argument
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c106 typedef struct Line { struct
109 } Line; argument
/external/skia/src/gpu/ganesh/geometry/
DGrTriangulator.h360 struct GrTriangulator::Line { struct
361 Line(double a, double b, double c) : fA(a), fB(b), fC(c) {} in Line() function
362 Line(Vertex* p, Vertex* q) : Line(p->fPoint, q->fPoint) {} in Line() argument
363 Line(const SkPoint& p, const SkPoint& q) in Line() function
369 Line operator*(double v) const { return Line(fA * v, fB * v, fC * v); } argument
381 bool nearParallel(const Line& o) const { in nearParallel() argument
387 double fA, fB, fC;
/external/rust/android-crates-io/crates/miette/src/handlers/
Dnarratable.rs289 ) -> Result<(Box<dyn SpanContents<'a> + 'a>, Vec<Line>), fmt::Error> { in get_lines()
360 struct Line { struct
361 line_number: usize,
362 offset: usize,
363 text: String,
364 at_end_of_file: bool,
394 impl Line { impl
/external/clang/lib/Format/
DTokenAnnotator.cpp35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1337 AnnotatedLine &Line; member in clang::format::__anon5916cca10111::AnnotatingParser
1357 AnnotatedLine &Line) in ExpressionParser()
1563 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1591 const AnnotatedLine &Line) { in isFunctionDeclarationName()
1688 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1782 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1798 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1965 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
2097 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
[all …]
DUnwrappedLineFormatter.cpp21 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
52 void nextLine(const AnnotatedLine &Line) { in nextLine()
73 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
273 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
301 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
321 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
423 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
[all …]
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp167 struct Line struct
170 {
174 Line(void) : v0(nullptr), v1(nullptr), provokingIndex(-1) in Line() argument
178Line(VertexPacket *v0_, VertexPacket *v1_, int provokingIndex_) : v0(v0_), v1(v1_), provokingIndex… in Line() argument
182 VertexPacket *getProvokingVertex(void) in getProvokingVertex()
196 VertexPacket *v0;
197 VertexPacket *v1;
199 int provokingIndex;
/external/rust/android-crates-io/crates/codespan-reporting/src/term/
Dviews.rs73 struct Line<'diagnostic> { in render() struct
74 number: usize, in render()
75 range: std::ops::Range<usize>, in render()
77 single_labels: Vec<SingleLabel<'diagnostic>>, in render()
78 multi_labels: Vec<(usize, LabelStyle, MultiLabel<'diagnostic>)>, in render()
79 must_render: bool, in render()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DLine.java41 public class Line implements Embedding<Euclidean3D, Euclidean1D> { class
62 public Line(final Vector3D p1, final Vector3D p2, final double tolerance) in Line() method in Line
73 public Line(final Line line) { in Line() method in Line
86 public Line(final Vector3D p1, final Vector3D p2) throws MathIllegalArgumentException { in Line() method in Line
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
DLine.java63 public class Line implements Hyperplane<Euclidean2D>, Embedding<Euclidean2D, Euclidean1D> { class
93 public Line(final Vector2D p1, final Vector2D p2, final double tolerance) { in Line() method in Line
104 public Line(final Vector2D p, final double angle, final double tolerance) { in Line() method in Line
117 private Line(final double angle, final double cos, final double sin, in Line() method in Line
134 public Line(final Vector2D p1, final Vector2D p2) { in Line() method in Line
144 public Line(final Vector2D p, final double angle) { in Line() method in Line
153 public Line(final Line line) { in Line() method in Line
/external/skia/tools/viewer/
DTypefaceSlide.cpp97 struct Line { in draw() struct
98 SkRect bounds; in draw()
99 SkGlyphID firstGlyph; // inclusive in draw()
100 SkGlyphID lastGlyph; // inclusive in draw()
101 int number; in draw()
/external/skia/bench/
DTypefaceBench.cpp253 struct Line { struct in UtfToGlyph
254 int glyphCount = 0;
255 std::vector<char> utf;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) in SymbolRemappingParseError()
89 int64_t Line; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
90 int64_t Line; variable
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp56 unsigned Line, in LLVMDIBuilderCreateLexicalBlock()
75 const char *LinkageName, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateFunction()
89 unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
99 unsigned ArgNo, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateParameterVariable()
136 LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateStructType()
149 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType()
161 unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
183 LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateTypedef()

12345678910>>...17