HomeSort by relevance Sort by last modified time
    Searched full:subrule (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/ppapi/cpp/
udp_socket.h 23 /// Permissions: Apps permission <code>socket</code> with subrule
24 /// <code>udp-bind</code> is required for <code>Bind()</code>; subrule
host_resolver.h 23 /// <code>socket</code> with subrule <code>resolve-host</code> is required.
tcp_socket.h 22 /// Permissions: Apps permission <code>socket</code> with subrule
23 /// <code>tcp-connect</code> is required for <code>Connect()</code>; subrule
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 120 - (TreeRewriteParser_subrule_return *)subrule;
  /external/chromium_org/ppapi/api/
ppb_host_resolver.idl 50 * <code>socket</code> with subrule <code>resolve-host</code> is required.
ppb_udp_socket.idl 61 * Permissions: Apps permission <code>socket</code> with subrule
62 * <code>udp-bind</code> is required for <code>Bind()</code>; subrule
ppb_tcp_socket.idl 53 * Permissions: Apps permission <code>socket</code> with subrule
54 * <code>tcp-connect</code> is required for <code>Connect()</code>; subrule
  /external/chromium_org/ppapi/c/
ppb_udp_socket.h 81 * Permissions: Apps permission <code>socket</code> with subrule
82 * <code>udp-bind</code> is required for <code>Bind()</code>; subrule
ppb_tcp_socket.h 76 * Permissions: Apps permission <code>socket</code> with subrule
77 * <code>tcp-connect</code> is required for <code>Connect()</code>; subrule
ppb_host_resolver.h 81 * <code>socket</code> with subrule <code>resolve-host</code> is required.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 406 # Track entry into any (...) subrule other EBNF construct
419 # subrule but multiple enter/exit decision events, one for each
499 # Upon error, the stack of enter rule/subrule must be properly unwound.
516 # The sequence for this rule (with no viable alt in the subrule) for
617 # such as when entering a subrule in automatic mode and when
648 # only when the current subrule (or rule) subtree is
error.rb 390 within parentheses. When recognition code enters a rule method (or a subrule
422 The recognizer is in a <tt>(..)+</tt> subrule, meaning the recognizer must
423 match the body of the subrule one or more times. If it fails to match at least
424 one occurence of the subrule, the recognizer will raise an EarlyExit
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 443 """Track entry into any (...) subrule other EBNF construct"""
455 subrule but multiple enter/exit decision events, one for each
532 Upon error, the stack of enter rule/subrule must be properly unwound.
553 The sequence for this rule (with no viable alt in the subrule) for
661 such as when entering a subrule in automatic mode and when
696 only when the current subrule (or rule) subtree is
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 938 ( subrule=ebnfSuffix[$t.tree,true]
939 -> $subrule
945 ( subrule=ebnfSuffix[$tr.tree,true]
946 -> $subrule
DefineGrammarItemsWalker.g 355 // // we have a rewrite if alt uses it inside subrule or this alt has one
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 406 // need to predict the alts of this subrule in case there are actions
549 * optional branch is built just like an optional subrule).
683 /** Build a subrule matching ^(. .*) (any tree or node). Let's use
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAOptimizer.java 73 * simply "should I enter the subrule?":
  /external/harfbuzz/src/
harfbuzz-gsub.c 1075 matches the subrule. */
1130 /* SubRule */
1228 srs->SubRule = NULL;
1230 if ( ALLOC_ARRAY( srs->SubRule, count, HB_SubRule ) )
1233 sr = srs->SubRule;
1269 if ( srs->SubRule )
1272 sr = srs->SubRule;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 1075 matches the subrule. */
1130 /* SubRule */
1228 srs->SubRule = NULL;
1230 if ( ALLOC_ARRAY( srs->SubRule, count, HB_SubRule ) )
1233 sr = srs->SubRule;
1269 if ( srs->SubRule )
1272 sr = srs->SubRule;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 562 example "subrule with rewrite" do
579 example "subrule with rewrite2" do
1100 example "optional subrule without real elements" do
    [all...]
auto-ast.rb 72 example 'token list in a single-alternative subrule' do
121 example "tokens in `(...)?' optional subrule" do
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 258 "duplicate token type <arg> when collapsing subrule into set"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 490 /** A (...) subrule with multiple alternatives */
526 /** A special case of a (...) subrule with a single alternative */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 560 /** A (...) subrule with multiple alternatives */
597 /** A special case of a (...) subrule with a single alternative */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 545 /** A (...) subrule with multiple alternatives */
581 /** A special case of a (...) subrule with a single alternative */
    [all...]

Completed in 4213 milliseconds

12 3