Searched refs:DOT (Results 1 - 25 of 71) sorted by relevance

123

/external/llvm/utils/
H A DGenLibDeps.pl291 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
313 open DOT, "| $DotPath -Tgif > libdeps.gif";
315 print DOT "digraph LibDeps {\n";
316 print DOT " size=\"40,15\"; \n";
317 print DOT " ratio=\"1.33333\"; \n";
318 print DOT " margin=\"0.25\"; \n";
319 print DOT " rankdir=\"LR\"; \n";
320 print DOT " mclimit=\"50.0\"; \n";
321 print DOT " orderin
[all...]
/external/clang/test/Preprocessor/
H A Doutput_paste_avoid.cpp13 #define DOT . macro
14 C: ..DOT
/external/llvm/include/llvm/Support/
H A DGraphWriter.h34 namespace DOT { // Private functions... namespace in namespace:llvm
44 DOT, enumerator in enum:llvm::GraphProgram::Name
53 GraphProgram::Name program = GraphProgram::DOT);
85 O << "<s" << i << ">" << DOT::EscapeString(label);
117 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
119 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n";
127 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
129 O << "\tlabel=\"" << DOT::EscapeString(GraphName) << "\";\n";
175 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
183 O << "|" << DOT
[all...]
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java50 public static final String DOT = "."; field in interface:Separators
H A DGenericObjectList.java74 protected static final String DOT = Separators.DOT; field in class:GenericObjectList
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMimeVersion.java125 + DOT
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs44 public const int DOT = 7; field in class:Antlr.Runtime.Tree.TreePatternLexer
104 return DOT;
H A DTreePatternParser.cs74 ttype == TreePatternLexer.DOT) {
111 if (ttype == TreePatternLexer.DOT) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java38 public static final int DOT = 7; field in class:TreePatternLexer
99 return DOT;
H A DTreePatternParser.java72 ttype==TreePatternLexer.DOT )
110 if ( ttype == TreePatternLexer.DOT ) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java53 private static final String DOT = "."; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
174 this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent);
180 if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,oldContent); }
181 if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,newContent); }
191 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionError + DOT + j, out); }
194 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); }
197 if (!RSSFeedUtil.EXPECTED_RESULT.equals(out)) { this.getProject().setProperty(feedWatchActionResult + DOT + j, out); }
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g213 dotted_name: NAME (DOT NAME)*
334 | DOT NAME
342 : DOT DOT DOT
476 DOT : '.' ;
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp10 // This code generates a header dependency graph in DOT format, for use
26 namespace DOT = llvm::DOT;
120 OS << DOT::EscapeString(FileName)
/external/bison/doc/
H A DMakefile.am117 $(AM_V_at) $(DOT) -Gmargin=0 -Teps $< >$@.tmp
122 $(AM_V_at) $(DOT) -Gmargin=0 -Tpdf $< >$@.tmp
127 $(AM_V_at) $(DOT) -Gmargin=0 -Tpng $< >$@.tmp
/external/clang/lib/AST/
H A DInheritViz.cpp11 // generates a GraphViz DOT file that depicts the class inheritance
45 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
81 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestExpressionFeatures.g345 DOT = '.';
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DVariableTranslator.java107 out.add(DOT);
114 private static final JavaExpression DOT = new StringExpression("."); field in class:VariableTranslator
/external/llvm/lib/Support/
H A DGraphWriter.cpp24 std::string llvm::DOT::EscapeString(const std::string &Label) {
58 StringRef llvm::DOT::getColorString(unsigned ColorNumber) {
121 case GraphProgram::DOT:
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb40 =begin rdoc ANTLR3::DOT
42 An extra utility for generating graphviz DOT file representations of ANTLR
50 module DOT module in class:ANTLR3
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py64 DOT = 7 variable
127 return DOT
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
230 if self.ttype == DOT:
/external/icu/icu4c/source/i18n/
H A Dselfmtimpl.h28 #define DOT ((UChar)0x002E) macro
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java54 private static final char DOT = '.'; field in class:LocaleIDParser
149 // always terminate at DOT, even if not handling POSIX. It's an error...
150 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT;
400 if (c == DOT) {
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp60 DOT, enumerator in enum:rsg::Token::Type
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java198 public static final int DOT = (int) '.'; field in interface:TokenTypes
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb93 extra utilities to generate DOT map specifications for graphical.
191 autoload :DOT, 'antlr3/dot'

Completed in 2202 milliseconds

123