HomeSort by relevance Sort by last modified time
    Searched full:rule (Results 501 - 525 of 4107) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual);
63 assertTrue("testing rule "+<testTreeRuleName>, <expecting>);
74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
83 assertTrue("testing rule "+<testRuleName>, <expecting>);
  /external/antlr/antlr-3.4/runtime/C/doxygen/
using.dox 10 /// -# Interoperation with the runtime within rule actions;
38 /// \section interop Interoperation Within Rule Actions
40 /// Rule actions have a limited number of elements they can access by name, independently of the
51 /// Detailed documentation of macros and rule action interoperation is given here: \subpage interop
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
main.m 21 ANTLRCommonTree *rule_tree = [[parser rule] getTree];
  /external/antlr/antlr-3.4/runtime/Python/tests/
t032subrulePredict.py 31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
nuances.rb 42 example 'referencing EOF in a rule' do
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 78 public Rule referencedRule;
80 public RuleLabelScope(Rule referencedRule, Token actionToken) {
85 /** If you label a rule reference, you can access that rule's
  /external/chromium_org/build/android/gyp/
jarjar_resources.py 22 rule = line.split()
23 if rule[0] != 'rule':
25 _, src, dest = rule
  /external/chromium_org/build/
uiautomator_test.gypi 5 # This file is meant to be included into a target to provide a rule
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
store_util.js 6 * @fileoverview General utility functions for rule stores.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/
background.js 9 // With a new rule ...
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
content_providers.json 8 // Each entry declares a rule with:
10 // * What URL the rule should be invoked with, given by "serveFrom", e.g.
25 // 1. The "cr-extensions-examples" rule is invoked (since it's served from
37 // within a rule that has "supportsZip": true.
  /external/chromium_org/remoting/base/
breakpad.h 17 // objects are not allowed by the style guide and exceptions to this rule are
  /external/chromium_org/sandbox/win/src/
handle_policy.h 23 // policy rule for handles, in particular duplicate action.
handle_policy_test.cc 61 // Now successfully open the event after adding a duplicate handle rule.
83 // Now successfully open the event after adding a duplicate handle rule.
99 // Add the peer rule and make sure we fail again.
106 // Now successfully open the event after adding a broker handle rule.
process_mitigations_win32k_policy.h 22 // policy rule for the Win32K process mitigation policy.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.h 86 void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()->horizontalRule = rule; }
89 void setVerticalRule(ENinePieceImageRule rule) { m_data.access()->verticalRule = rule; }
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.h 16 * This module builds a collator based on the rule set.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 36 /* data for Rule */
37 RegExp *rule; /* RuleOp */ member in union:Action::__anon20283
57 RegExp *rule; /* RuleOp */ member in struct:State
149 a->d.rule = r;
  /external/chromium_org/tools/
bash-completion 5 # Flag completion rule for bash.
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
expand.py 91 rule = policy.find_rule(component_name)
92 if not rule:
94 elif rule.allocator_type == 'malloc':
113 elif rule.allocator_type == 'mmap':
  /external/chromium_org/tools/gn/
action_target_generator.h 11 // Populates a Target with the values from an action[_foreach] rule.
  /external/chromium_org/tools/gyp/test/analyzer/
test.gyp 42 'rule_name': 'rule',
  /external/chromium_org/tools/gyp/test/variables/filelist/src/
filelist2.gyp 8 # can be passed to rule/action.
  /external/chromium_org/ui/keyboard/resources/images/
volume-up.svg 34 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
40 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
46 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
52 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></svg
  /external/clang/test/SemaObjC/
conflict-nonfragile-abi2.m 17 // Warning on future name lookup rule is removed.

Completed in 621 milliseconds

<<21222324252627282930>>