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

1 23 4 5 6 7 8 91011>>

  /system/tools/hidl/c2hal/
c2hal_l.ll 25 DOT [.]
26 PATH ({DOT}|{AN}|\/|-)+
  /external/llvm/lib/Support/
GraphWriter.cpp 24 std::string llvm::DOT::EscapeString(const std::string &Label) {
58 StringRef llvm::DOT::getColorString(unsigned ColorNumber) {
70 std::error_code EC = sys::fs::createTemporaryFile(Name, "dot", FD, Filename);
121 case GraphProgram::DOT:
122 return "dot";
218 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  /external/swiftshader/third_party/LLVM/lib/Support/
GraphWriter.cpp 20 std::string llvm::DOT::EscapeString(const std::string &Label) {
79 case GraphProgram::DOT: args.push_back("-f"); args.push_back("dot"); break;
124 if (program == GraphProgram::DOT)
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 174 return DOT;
226 dest[i - start + off] = DOT;
265 private static char DOT = '\u2022';
  /external/fonttools/Lib/fontTools/
agl.py 140 010A;Cdotaccent;LATIN CAPITAL LETTER C WITH DOT ABOVE
152 0116;Edotaccent;LATIN CAPITAL LETTER E WITH DOT ABOVE
169 0120;Gdotaccent;LATIN CAPITAL LETTER G WITH DOT ABOVE
183 0130;Idotaccent;LATIN CAPITAL LETTER I WITH DOT ABOVE
200 013F;Ldot;LATIN CAPITAL LETTER L WITH MIDDLE DOT
320 017B;Zdotaccent;LATIN CAPITAL LETTER Z WITH DOT ABOVE
382 010B;cdotaccent;LATIN SMALL LETTER C WITH DOT ABOVE
412 02D9;dotaccent;DOT ABOVE
413 0323;dotbelowcomb;COMBINING DOT BELOW
415 22C5;dotmath;DOT OPERATO
    [all...]
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 34 DOT = 23
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 36 DOT = 23
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 30 #define DOT ((UChar)0x002E)
  /external/python/cpython2/Lib/
token.py 34 DOT = 23
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 162 DOT = 365,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 36 DOT = 23
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 36 DOT = 23
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 36 DOT = 23
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 36 DOT = 23
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svg.go 20 // Massage enhances the SVG output from DOT to provide better
26 // Work around for dot bug which misses quoting some ampersands,
30 //Dot's SVG output is
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svg.go 20 // Massage enhances the SVG output from DOT to provide better
26 // Work around for dot bug which misses quoting some ampersands,
30 //Dot's SVG output is
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ShortName.java 42 public final static ShortName DOT = new ShortName(".", ""); // NOI18N
128 return DOT;
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 113 #define DOT '.'
639 * No expansion, or path ends in slash-dot shash-dot-dot,
655 (diff >= 1 && pend[-1] == DOT) &&
656 (diff >= 2 && (pend[-2] == SLASH || pend[-2] == DOT)) &&
738 * Initial DOT must be matched literally, unless we have
742 if (dp->FileName[0] == DOT && *pattern != DOT)
748 (dp->FileName[0] == DOT) &&
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 58 private static final char DOT = '.';
149 * Returns true if the character is a terminator (keyword separator, dot, or DONE).
150 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
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/
LocaleIDParser.java 56 private static final char DOT = '.';
147 * Returns true if the character is a terminator (keyword separator, dot, or DONE).
148 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
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/
LocaleIDParser.java 56 private static final char DOT = '.';
147 * Returns true if the character is a terminator (keyword separator, dot, or DONE).
148 * Dot is a terminator because of the POSIX form, where dot precedes the codepage.
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/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/deqp/framework/randomshaders/
rsgToken.hpp 60 DOT,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 198 public static final int DOT = (int) '.';

Completed in 1102 milliseconds

1 23 4 5 6 7 8 91011>>