HomeSort by relevance Sort by last modified time
    Searched defs:DOT (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 40 =begin rdoc ANTLR3::DOT
42 An extra utility for generating graphviz DOT file representations of ANTLR
50 module DOT
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 13 #define DOT .
14 C: ..DOT
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 44 public const int DOT = 7;
104 return DOT;
  /cts/tools/dasm/src/java_cup/
sym.java 29 static final int DOT = 16;
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCodeConverter.java 22 static final long DOT = SPEED_BASE;
30 /* A */ new long[] { DOT, GAP, DASH },
31 /* B */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DOT },
32 /* C */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DOT },
33 /* D */ new long[] { DASH, GAP, DOT, GAP, DOT },
34 /* E */ new long[] { DOT },
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 38 public static final int DOT = 7;
99 return DOT;
  /external/nist-sip/java/gov/nist/core/
Separators.java 50 public static final String DOT = ".";
GenericObjectList.java 74 protected static final String DOT = Separators.DOT;
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 107 out.add(DOT);
114 private static final JavaExpression DOT = new StringExpression(".");
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 64 DOT = 7
127 return DOT
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
230 if self.ttype == DOT:
524 on the various nodes and '.' (dot) as the node/subtree wildcard,
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 33 #define DOT ((UChar)0x002E)
  /external/chromium_org/tools/gn/
token.h 35 DOT,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 53 private static final String DOT = "."; //$NON-NLS-1$
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/icu/icu4c/source/i18n/
selfmtimpl.h 28 #define DOT ((UChar)0x002E)
  /external/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
11 // LLVM graphs to ".dot" files. "dot" is a tool that is part of the AT&T
35 namespace DOT { // Private functions...
45 DOT,
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"
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 147 * Dot used for rule property referencing
149 #define DOT L('.')
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 174 return DOT;
226 dest[i - start + off] = DOT;
265 private static char DOT = '\u2022';
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 35 #define DOT 23
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 36 DOT = 23
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 35 #define DOT 23
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 36 DOT = 23
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ShortName.java 42 public final static ShortName DOT = new ShortName(".", ""); // NOI18N
128 return DOT;
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
71 self.failUnlessEqual(type, DOT)

Completed in 1046 milliseconds

1 2 3 4