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

12

/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/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp_design.js11 DOT: 'dot' // Draw single dot.
73 thumbnailFallback: THUMBNAIL_FALLBACK.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/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/chromium_org/third_party/icu/source/i18n/
H A Dselfmtimpl.h28 #define DOT ((UChar)0x002E) macro
H A Ddtptngen_impl.h38 #define DOT ((UChar)0x002E) macro
H A Dplurrule_impl.h35 static const UChar DOT = ((UChar)0x002E); variable
/external/chromium_org/tools/gn/
H A Dtoken.h35 DOT, enumerator in enum:Token::Type
/external/icu/icu4c/source/i18n/
H A Dselfmtimpl.h28 #define DOT ((UChar)0x002E) macro
H A Ddtptngen_impl.h38 #define DOT ((UChar)0x002E) macro
H A Dplurrule_impl.h35 static const UChar DOT = ((UChar)0x002E); variable
/external/llvm/include/llvm/Support/
H A DGraphWriter.h35 namespace DOT { // Private functions... namespace in namespace:llvm
45 DOT, enumerator in enum:llvm::GraphProgram::Name
54 GraphProgram::Name program = GraphProgram::DOT);
86 O << "<s" << i << ">" << DOT::EscapeString(label);
118 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
120 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n";
128 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
130 O << "\tlabel=\"" << DOT::EscapeString(GraphName) << "\";\n";
176 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
184 O << "|" << DOT
[all...]
/external/srec/srec/Semproc/include/
H A DSR_SemprocDefinitions.h149 #define DOT L('.') macro
/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/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.h164 DOT = 365, enumerator in enum:yytokentype
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h144 DOT = 362 enumerator in enum:yytokentype
252 #define DOT 362 macro

Completed in 2884 milliseconds

12