Searched defs:DOT (Results 1 - 25 of 68) sorted by relevance

123

/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/clang/test/Preprocessor/
H A Doutput_paste_avoid.cpp13 #define DOT . macro
14 C: ..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;
/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;
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DArrowType.java33 DOT("dot"), enum constant in enum:ArrowType
/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/nist-sip/java/gov/nist/core/
H A DSeparators.java50 public static final String DOT = "."; field in interface:Separators
H A DGenericObject.java62 protected static final String DOT = Separators.DOT; field in class:GenericObject
H A DGenericObjectList.java74 protected static final String DOT = Separators.DOT; field in class:GenericObjectList
H A DLexerCore.java74 public static final int DOT = (int) '.'; field in class:LexerCore
/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/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.h30 #define DOT ((UChar)0x002E) macro
H A Ddtptngen_impl.h41 #define DOT ((UChar)0x002E) macro
H A Dplurrule_impl.h41 static const UChar DOT = ((UChar)0x002E); variable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGraphWriter.h35 namespace DOT { // Private functions... namespace in namespace:llvm
41 DOT, enumerator in enum:llvm::GraphProgram::Name
49 void DisplayGraph(const sys::Path& Filename, bool wait=true, GraphProgram::Name program = GraphProgram::DOT);
81 O << "<s" << i << ">" << DOT::EscapeString(label);
113 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
115 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n";
123 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
125 O << "\tlabel=\"" << DOT::EscapeString(GraphName) << "\";\n";
171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
191 O << DOT
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleIDParser.java58 private static final char DOT = '.'; field in class:LocaleIDParser
153 // always terminate at DOT, even if not handling POSIX. It's an error...
154 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT;
404 if (c == DOT) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
H A DLocaleIDParser.java56 private static final char DOT = '.'; field in class:LocaleIDParser
151 // always terminate at DOT, even if not handling POSIX. It's an error...
152 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT;
402 if (c == DOT) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java56 private static final char DOT = '.'; field in class:LocaleIDParser
151 // always terminate at DOT, even if not handling POSIX. It's an error...
152 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT;
402 if (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));
180 O << "|" << DOT
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_simpleexpression.h38 DOT, enumerator in enum:XFA_FM_SimpleExpressionType
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
71 self.failUnlessEqual(type, DOT)
11 TreePattern, WildcardTreePattern, TreePatternTreeAdaptor namespace
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp60 DOT, enumerator in enum:rsg::Token::Type
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorParser.java161 private static final char DOT = '.'; field in class:TransliteratorParser
677 case DOT:
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java160 private static final char DOT = '.'; field in class:TransliteratorParser
676 case DOT:

Completed in 870 milliseconds

123