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

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Include/
token.h 35 #define DOT 23
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 35 #define DOT 23
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 35 #define DOT 23
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 35 #define DOT 23
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 35 #define DOT 23
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
reference.py 35 if (nodes[i].children[0].type != token.DOT or
72 snippet.TokenSnippet.Create(token.DOT, '.'),
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertImpl.java 77 private static final String DOT = ".";
92 public static final String SUBJECT_DN = NAME + DOT + INFO + DOT +
93 X509CertInfo.SUBJECT + DOT + X509CertInfo.DN_NAME;
95 public static final String ISSUER_DN = NAME + DOT + INFO + DOT +
96 X509CertInfo.ISSUER + DOT + X509CertInfo.DN_NAME;
98 public static final String SERIAL_ID = NAME + DOT + INFO + DOT +
99 X509CertInfo.SERIAL_NUMBER + DOT
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 213 dotted_name: NAME (DOT NAME)*
334 | DOT NAME
342 : DOT DOT DOT
476 DOT : '.' ;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 10 // This code generates a header dependency graph in DOT format, for use
26 namespace DOT = llvm::DOT;
120 OS << DOT::EscapeString(FileName)
  /external/python/cpython2/Mac/Demo/sound/
morse.py 3 DOT = 30
166 sine(dev, DOT)
171 pause(dev, DOT)
morselib.py 9 DOT = 30
81 self.dots = DOT
92 def dot(self): member in class:BaseMorse
101 "pause as long as a dot"
110 if c == '.': self.dot()
172 if c == '.': self.dot()
  /toolchain/binutils/binutils-2.25/opcodes/
xc16x-opc.c     [all...]
  /external/bison/doc/
Makefile.am 104 FIGS_DOT = figs/example.dot figs/example-reduce.dot figs/example-shift.dot
108 $(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
109 SUFFIXES += .dot .eps .pdf .png
111 bison.dvi: $(FIGS_DOT:.dot=.eps)
112 bison.html: $(FIGS_DOT:.dot=.png)
113 bison.pdf: $(FIGS_DOT:.dot=.pdf
    [all...]
  /system/tools/hidl/
hidl-gen_l.ll 25 DOT [.]
27 VERSION {AT}{D}+{DOT}{D}+
28 FQNAME ({COMPONENT}|{VERSION})(({DOT}|":"+){COMPONENT}|{VERSION})*
  /external/clang/lib/AST/
InheritViz.cpp 11 // generates a GraphViz DOT file that depicts the class inheritance
12 // diagram and then calls Graphviz/dot+gv on it.
45 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
81 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName);
143 Self.getAsString(), "dot", FD, Filename)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 32 DOT = 23
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 32 DOT = 23
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 74 ttype == TreePatternLexer.DOT) {
111 if (ttype == TreePatternLexer.DOT) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 45 DOT = '.';
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 72 ttype==TreePatternLexer.DOT )
110 if ( ttype == TreePatternLexer.DOT ) {
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 107 out.add(DOT);
114 private static final JavaExpression DOT = new StringExpression(".");

Completed in 5307 milliseconds

12 3 4 5 6 7 8 91011>>