HomeSort by relevance Sort by last modified time
    Searched full:digraph (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dfa.st 0 digraph NFA {
nfa.st 0 digraph NFA {
dot.stg 34 digraph NFA {
43 digraph NFA {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp 47 // Returns the digraph type associated with the given dictionary.
59 // Returns the digraph codepoint for the given composite glyph codepoint and digraph codepoint index
60 // (which specifies the first or second codepoint in the digraph).
66 const DigraphUtils::digraph_t *const digraph = member in class:latinime::DigraphUtils
68 if (!digraph) {
72 return digraph->first;
74 return digraph->second;
80 // Retrieves the set of all digraphs associated with the given digraph type.
81 // Returns the size of the digraph array, or 0 if none exist
103 const DigraphUtils::digraph_t *const digraph = getDigraphForDigraphTypeAndCodePoint( member in class:latinime::DigraphUtils
    [all...]
  /external/bison/doc/figs/
example-shift.dot 0 digraph "shift.y"
example-reduce.dot 0 digraph "reduce.y"
example.dot 5 digraph "/tmp/fo.y"
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
overview.dot 0 digraph Overview {
spanmap.dot 0 digraph SpanMap {
threadheap.dot 0 digraph ThreadHeap {
pageheap.dot 0 digraph PageHeap {
  /external/clang/test/Parser/
cxx-casting.cpp 44 (void)const_cast<::c>(&x); // expected-error{{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
45 (void)dynamic_cast<::a>(b); // expected-error{{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
46 (void)reinterpret_cast<::c>(x); // expected-error{{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
47 (void)static_cast<::c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
49 // Do not do digraph correction.
67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
68 (void)static_cast LCC c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
77 ::D<::F> A1; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
78 D<::F> A2; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
79 ::E<::F>(); // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/
module_dependencies.dot 0 digraph module_dependencies
  /external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
module_dependencies.dot 0 digraph module_dependencies
  /external/valgrind/main/docs/internals/
tm-mutexstates.dot 0 digraph mutex_states {
tm-threadstates.dot 0 digraph thread_states {
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdottreegen.py 31 "digraph {\n" +
47 digraph {
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 33 // Evil digraph '<:' is parsed as '[', expect error.
34 A<::N::Z> *a10; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
36 // Do not do a digraph correction here.
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
latin-lower-phonetic.json 648 "default": "latin small letter dezh digraph",
650 "short": "dezh digraph"
748 "default": "latin small letter db digraph",
750 "short": "db digraph"
758 "default": "latin small letter qp digraph",
760 "short": "qp digraph"
1458 "default": "latin small letter dz digraph",
1460 "short": "dz digraph"
1468 "default": "latin small letter dezh digraph",
1470 "short": "dezh digraph"
    [all...]
  /build/tools/
filter-product-graph.py 58 print "digraph {"
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 46 graph = 'strict digraph {\n' + '\n'.join(sorted(deduplicated)) + '\n}'
  /external/chromium_org/ui/events/gestures/
gestures.dot 8 digraph G {
  /external/clang/bindings/python/examples/cindex/
cindex-includes.py 43 out.write("digraph G {\n")
  /external/llvm/include/llvm/Support/
GraphWriter.h 118 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
120 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n";
122 O << "digraph unnamed {\n";
  /art/compiler/sea_ir/debug/
dot_gen.h 49 dot_text_ += "digraph seaOfNodes {\ncompound=true\n";

Completed in 575 milliseconds

1 2 3 4 5 6