Home
last modified time | relevance | path

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

12345

/external/blktrace/btt/doc/
Dbtt.tex833 \subsection{\label{sec:o-a}\texttt{--seek-absolute}/\texttt{-a}}
841 \subsection{\label{sec:o-A}\texttt{--all-data}/\texttt{-A}}
848 \subsection{\label{sec:o-B}\texttt{--dump-blocknos}/\texttt{-B}}
867 \subsection{\label{sec:o-d}\texttt{--range-delta}/\texttt{-d}}
876 \subsection{\label{sec:o-D}\texttt{--devices}/\texttt{-D}}
885 \subsection{\label{sec:o-e}\texttt{--exes}/\texttt{-e}}
893 \subsection{\label{sec:o-h}\texttt{--help}/\texttt{-h}}
898 \subsection{\label{sec:o-i}\texttt{--input-file}/\texttt{-i}}
904 \subsection{\label{sec:o-I}\texttt{--iostat}/\texttt{-I}}
910 \subsection{\label{sec:o-l}\texttt{--d2c-latencies}/\texttt{-l}}
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dsorttest.c105 typedef struct Line { struct
108 } Line; argument
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c105 typedef struct Line { struct
108 } Line; argument
/external/clang/lib/Format/
DTokenAnnotator.cpp34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
989 AnnotatedLine &Line; member in clang::format::__anonb1df64420111::AnnotatingParser
1003 ExpressionParser(AnnotatedLine &Line) : Current(Line.First) { in ExpressionParser()
1177 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1239 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1327 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1343 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1445 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1572 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1643 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
[all …]
DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
52 UnwrappedLine &Line; member in clang::format::__anonb83c1f760111::ScopedDeclarationState
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
108 UnwrappedLine &Line; member in clang::format::__anonb83c1f760111::ScopedMacroState
422 static bool IsGoogScope(const UnwrappedLine &Line) { in IsGoogScope()
1453 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo()
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp163 struct Line struct
166 {
170 Line (void) in Line() argument
177 Line (VertexPacket* v0_, VertexPacket* v1_, int provokingIndex_) in Line() argument
184 VertexPacket* getProvokingVertex (void) in getProvokingVertex()
196 VertexPacket* v0;
197 VertexPacket* v1;
199 int provokingIndex;
/external/skia/src/svg/
DSkSVGLine.cpp20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
/external/chromium_org/third_party/skia/src/svg/
DSkSVGLine.cpp20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
/external/chromium_org/ui/gfx/
Drender_text.h155 struct Line { struct
160 std::vector<LineSegment> segments; argument
163 SizeF size;
166 int preceding_heights;
169 int baseline;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DQuicktimeTextTrackImpl.java130 public static class Line { class in QuicktimeTextTrackImpl
136 public Line(long from, long to, String text) { in Line() method in QuicktimeTextTrackImpl.Line
DTextTrackImpl.java133 public static class Line { class in TextTrackImpl
139 public Line(long from, long to, String text) { in Line() method in TextTrackImpl.Line
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h334 friend class Line; variable
656 inline ParagraphLayout::Line::Line() in Line() function
662 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DICharStream.cs59 int Line property
DIToken.cs52 int Line property
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DICharStream.cs57 int Line { property
DIToken.cs48 int Line { property
/external/clang/test/SemaCXX/
Dimplicit-member-functions.cpp106 template<typename K> struct Line { struct
107 pair<Point<K>, Vector<K>> x;
/external/chromium-trace/trace-viewer/test_data/
Dtcmalloc_trace.json1 …"ph":"B","name":"PluginDispatcher::OnMessageReceived","args":{"Class":13,"Line":374}},{"cat":"ppap… number
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs128 public int Line property in Antlr.Runtime.SlimStringStream
151 public int Line property in Antlr.Runtime.SlimStringStream
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp102 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, in WriteLineInfo()
216 StringRef EOL, int &Line, in OutputContentUpTo()
246 unsigned &NextToWrite, int &Line) { in CommentOutDirective()
373 int Line = 1; // The current input file line number. in Process() local
/external/compiler-rt/lib/ubsan/
Dubsan_value.h54 u32 Line; variable
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp135 unsigned *Line, in getLocation()
145 unsigned Line = 0; in getLocationStr() local
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h27 unsigned Line; member
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp192 struct Line { struct
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp192 struct Line { struct
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument

12345