HomeSort by relevance Sort by last modified time
    Searched refs:Lines (Results 26 - 50 of 51) sorted by null

12 3

  /external/clang/include/clang/AST/
Comment.h 895 /// opening and a closing command and contains multiple lines of text
901 ArrayRef<VerbatimBlockLineComment *> Lines;
917 return reinterpret_cast<child_iterator>(Lines.begin());
921 return reinterpret_cast<child_iterator>(Lines.end());
930 Lines = L;
938 return Lines.size();
942 return Lines[LineIdx]->getText();
CommentSema.h 168 ArrayRef<VerbatimBlockLineComment *> Lines);
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 33 /// \brief Calculates how many lines can be merged into 1 starting at \p I.
244 // Check that we still have three lines and they fit into the limit.
337 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines,
344 &Lines, AdditionalIndent);
349 assert(!Lines.empty());
352 for (unsigned i = 0, e = Lines[0]->Level; i != e; ++i)
355 for (SmallVectorImpl<AnnotatedLine *>::const_iterator I = Lines.begin(),
356 E = Lines.end();
362 // Determine indent and try to merge multiple unwrapped lines.
376 // Merge multiple lines if possible
    [all...]
UnwrappedLineParser.cpp 211 CurrentLines(&Lines), StructuralError(false), Style(Style),
222 CurrentLines = &Lines;
242 for (SmallVectorImpl<UnwrappedLine>::iterator I = Lines.begin(),
243 E = Lines.end();
248 Lines.clear();
609 // trailing semicolons from other constructs split to several lines.
    [all...]
TokenAnnotator.cpp 508 // Lines can start with '}'.
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 248 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
249 DILineInfoTable::iterator Begin = Lines.begin();
250 DILineInfoTable::iterator End = Lines.end();
  /external/clang/lib/AST/
CommentParser.cpp 668 SmallVector<VerbatimBlockLineComment *, 8> Lines;
684 Lines.push_back(Line);
691 S.copyArray(llvm::makeArrayRef(Lines)));
696 S.copyArray(llvm::makeArrayRef(Lines)));
CommentSema.cpp 440 ArrayRef<VerbatimBlockLineComment *> Lines) {
442 Block->setLines(Lines);
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 231 DECLARE_PR_CTOR(Lines, PRIMITIVETYPE_LINES);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 398 case Lines:
399 listMode = Mesh.Mode.Lines;
Mesh.java 68 * <li>Lines - 2 vertices represent a line segment, with the width specified
91 * to set the width of the lines.
93 Lines(true),
99 * be used to set the width of the lines.
107 * to set the width of the lines.
150 * Will return true for the types {@link #Points}, {@link #Lines} and
525 * as {@link Mode#Lines}. The line width is specified as on-screen pixels,
662 case Lines:
725 * number of elements/primitives, e.g. how many lines or how many points,
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 119 case Lines:
120 listMode = Mode.Lines;
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 165 case Lines:
188 case Lines:
252 mesh.setMode(Mesh.Mode.Lines);
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 202 struct Lines
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java 622 lineMesh.setMode(Mesh.Mode.Lines);
669 lineMesh.setMode(Mesh.Mode.Lines);
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 77 StringRef EOL, int &lines,
81 unsigned &NextToWrite, int &Lines);
250 // count lines manually, it's faster than getPresumedLoc()
274 /// and \p Line to track the number of source lines visited and the progress
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h 397 virtual HRESULT WINAPI get_NumberOfLines(__LONG32 *Lines) = 0;
426 HRESULT (WINAPI *get_NumberOfLines)(IAgentCtlBalloon *This,__LONG32 *Lines);
457 #define IAgentCtlBalloon_get_NumberOfLines(This,Lines) (This)->lpVtbl->get_NumberOfLines(This,Lines)
478 HRESULT WINAPI IAgentCtlBalloon_get_NumberOfLines_Proxy(IAgentCtlBalloon *This,__LONG32 *Lines);
534 HRESULT (WINAPI *get_NumberOfLines)(IAgentCtlBalloonEx *This,__LONG32 *Lines);
    [all...]
ksmedia.h     [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 887 case Lines:
    [all...]
LwjglRenderer.java     [all...]
  /external/v8/src/
messages.js 452 // Default is the first line in the script. Lines in the script is relative
486 * specified in lines.
490 * inclusive). Default is the number of lines in the script
526 // Default is the first line in the script. Lines in the script are relative
547 * Returns the number of source lines.
549 * Number of source lines.
552 // Return number of source lines.
705 * The to_line and to_position are not included in the slice, that is the lines
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 7122 milliseconds

12 3