/aosp_15_r20/external/blktrace/btt/doc/ |
H A D | btt.tex | 907 \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 …]
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | source_line_resolver_base_types.h | 109 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
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrTriangulator.h | 358 struct GrTriangulator::Line { struct 359 Line(double a, double b, double c) : fA(a), fB(b), fC(c) {} in Line() argument 360 Line(Vertex* p, Vertex* q) : Line(p->fPoint, q->fPoint) {} in Line() function 361 Line(const SkPoint& p, const SkPoint& q) in Line() function 367 Line operator*(double v) const { return Line(fA * v, fB * v, fC * v); } argument 379 bool nearParallel(const Line& o) const { in nearParallel() argument 385 double fA, fB, fC;
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 1337 AnnotatedLine &Line; member in clang::format::__anon93c5f2210111::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 …]
|
H A D | UnwrappedLineFormatter.cpp | 21 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 …]
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrPrimitiveAssembler.hpp | 167 struct Line struct 170 { 174 Line(void) : v0(DE_NULL), v1(DE_NULL), provokingIndex(-1) in Line() argument 178 …Line(VertexPacket *v0_, VertexPacket *v1_, int provokingIndex_) : v0(v0_), v1(v1_), provokingIndex… in Line() function 182 VertexPacket *getProvokingVertex(void) in getProvokingVertex() 196 VertexPacket *v0; 197 VertexPacket *v1; 199 int provokingIndex;
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 244 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 259 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 280 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 314 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 412 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 445 Metadata *File, unsigned Line, in getImpl() 469 Metadata *File, MDString *Name, unsigned Line, in getImpl() 510 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/ |
D | narratable.rs | 289 ) -> 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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/ |
D | read.go | 21 Line int // line in input (starting at 1) member 270 type Line struct { struct 271 Comments 272 Start Position 273 Token []string 274 InBlock bool 275 End Position 278 func (x *Line) Span() (start, end Position) { 293 Line []*Line member
|
D | rule.go | 183 func isIndirect(line *Line) bool { 515 func parseReplace(filename string, line *Line, verb string, args []string, fix VersionFixer) (*Repl… 635 func (f *WorkFile) add(errs *ErrorList, line *Line, verb string, args []string, fix VersionFixer) { 841 func parseDeprecation(block *LineBlock, line *Line) string { 853 func parseDirectiveComment(block *LineBlock, line *Line) string { 1681 func lineLess(li, lj *Line) bool { 1692 func lineExcludeLess(li, lj *Line) bool { 1711 func lineRetractLess(li, lj *Line) bool {
|
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/src/ |
D | lib.rs | 268 pub fn get_line(&mut self, offset: u32) -> Result<Line> { in get_line() 307 fn next(&mut self) -> Option<Line> { in next() 328 pub struct Line { struct 333 /// Information about a specific GPIO Line argument 406 impl Line { implementation 583 pub fn line(&self) -> &Line { in line() 692 pub fn line(&self) -> &Line { in line() 812 fn index(&self, i: usize) -> &Line { in index() 986 pub fn line(&self) -> &Line { in line()
|
/aosp_15_r20/external/google-breakpad/src/common/windows/ |
H A D | pdb_source_line_writer.h | 117 struct Line { struct 137 void ExtendRanges(const Line& line); argument
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/ |
H A D | Line.java | 63 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
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 56 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()
|
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/ |
H A D | axis_renderer.cc | 45 struct Line { struct 46 float x0, y0, x1, y1;
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | stabs_reader.h | 175 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
|
H A D | module.h | 230 struct Line { struct 233 static bool CompareByAddress(const Module::Line& x, const Module::Line& y) { in CompareByAddress() argument 237 Address address, size; // The address and size of the line's code. 238 File* file; // The source file. 239 int number; // The source line number.
|
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/term/ |
D | views.rs | 73 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()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | stmtlines_test.go | 51 type Line struct { struct 52 File string 53 Line int argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 372 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 389 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 411 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 446 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 632 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 672 Metadata *File, unsigned Line, in getImpl() 749 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl() 774 unsigned Line, Metadata *Type, in getImpl() [all …]
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | TypefaceSlide.cpp | 94 struct Line { in draw() struct 95 SkRect bounds; in draw() 96 SkGlyphID firstGlyph = 0; // inclusive in draw() 97 SkGlyphID lastGlyph = 0; // inclusive in draw() 98 int number = 0; in draw()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 44 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 66 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 123 unsigned Line = LocA->getLine(); in getMergedLocation() local 667 Metadata *File, unsigned Line, Metadata *Scope, in getImpl() 687 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 715 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 757 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 940 DISubprogram::DISubprogram(LLVMContext &C, StorageType Storage, unsigned Line, in DISubprogram() 1043 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 1093 Metadata *File, unsigned Line, in getImpl() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 38 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()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | sorttest.c | 106 typedef struct Line { struct 109 } Line; argument
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | sorttest.c | 106 typedef struct Line { struct 109 } Line; argument
|