HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 526 - 550 of 1332) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 28 // Register a webRequest rule to redirect bing to google.
  /external/chromium_org/third_party/icu/source/extra/uconv/
makedata.mak 99 # Inference rule for creating resource bundles
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 297 UnicodeString rule("&a < ab < c/aba < d < z < ch");
298 RuleBasedCollator *coll = new RuleBasedCollator(rule, status);
plurults.cpp 345 PluralRulesTest::assertRuleValue(const UnicodeString& rule, double expected) {
346 assertRuleKeyValue("a:" + rule, "a", expected);
350 PluralRulesTest::assertRuleKeyValue(const UnicodeString& rule,
353 PluralRules *pr = PluralRules::createRules(rule, status);
376 assertRuleKeyValue("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
608 // the difference between "2" and "2.0" can affect which rule matches (which keyword is selected).
676 // (There was a rule parser bug here with these.)
744 // The reserved words from the rule syntax will also function as keywords.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 165 for rule in target_dict['rules']:
166 _ExtractSourcesFromAction(rule, base_path, base_path_components, results)
make.py 270 # generated dependency rule Makefiles in one pass.
325 # ccache or distcc lose the path to the target, so we convert a rule of
    [all...]
  /external/compiler-rt/make/
util.mk 111 # General debugging rule, use 'make print-XXX' to print the definition, value
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 99 # Inference rule for creating resource bundles
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 1809 final String rule = allow ? "allow" : "deny"; local
1821 final String rule = allow ? "allow" : "deny"; local
1833 final String rule = allow ? "allow" : "deny"; local
1845 final String rule = allow ? "allow" : "deny"; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 526 /// Tracks the set of token types that can follow any rule invocation.
552 /// In lieu of a return value, this indicates that a rule or token
570 /// the stop token index for each rule.
575 /// associated rule or MEMO_RULE_FAILED.
577 /// This is only used if rule memoization is on (which it is by default).
593 /// matching lexer rule(s). If you subclass to allow multiple token
717 /// in a rule will cause an exception and immediate exit from
718 /// rule. Rule would recover by resynchronizing to the set of
719 /// symbols that can follow rule ref
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 8 def parse( grammar, rule, input, expect_errors = false )
21 r = parser.send( rule )
32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input )
50 r = parser.send( rule )
145 example 'rule with token wildcard' do
262 example "invoking another rule without any AST ops, resulting in a flat list" do
278 example "hoisting the results of another rule as root using the `^' operator" do
294 example "hoisting another rule's true as root using the `^' operator (with a label)" do
310 example "hoisting another rule's result tree as root using the `^' operator (with a list += label)" do
339 example "hoisting another rule's result tree as root from within a (...)* loop resulting in a deeply nested tree" d
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 141 Rule r = grammar.getRule( currentRuleName );
147 // unless we're in a synpred rule.
171 if (name == "matchSet" && elementAST.enclosingRuleName != null && elementAST.enclosingRuleName.length() > 0 && Rule.getRuleType(elementAST.enclosingRuleName) == Grammar.LEXER)
173 if ( ( elementAST.getParent().getType() == ANTLRLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getChildCount() == 2 )
174 || ( elementAST.getParent().getType() == ANTLRLexer.NOT && elementAST.getParent().getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getParent().getChildCount() == 2 ) ) {
175 // single alt at the start of the rule needs to be checked
183 // unless we're in a synpred rule.
184 Rule r = grammar.getRule( currentRuleName );
209 Rule r = grammar.getRule( currentRuleName );
239 Rule ruleDescr = grammar.getRule( currentRuleName )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 46 protected Set<Rule> visitedDuringRecursionCheck = null;
54 * of troublesome rule cycles. This method has two side-effects: it notifies
58 public List<Set<Rule>> checkAllRulesForLeftRecursion() {
61 List<Set<Rule>> listOfRecursiveCycles = new ArrayList();
63 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
79 /** From state s, look for any transition to a rule that is currently
82 * invoking rule that it is nullable, which implies that invoking
83 * rule must look at follow transition for that invoking state.
84 * The visitedStates tracks visited states within a single rule so
91 List<Set<Rule>> listOfRecursiveCycles
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSymbolDefinitions.java 111 // 'x' is token and char in lexer rule
154 String rule = "a"; local
157 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
167 String rule = "a"; local
170 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
185 // this must return A not I to the parser; calling a nonfragment rule
186 // from a nonfragment rule does not set the overall token.
200 // this must return A not I to the parser; calling a nonfragment rule
201 // from a nonfragment rule does not set the overall token.
843 Rule r = g.getRule(ruleName)
    [all...]
  /external/bison/src/
LR0.c 82 static rule **redset;
172 | rule number. Compute each kernel_base[symbol] with the same |
267 | record their rule numbers. |
346 item of this initial rule. */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 30 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
108 * NULL if failed to load the rule from the VTIMEZONE data.
169 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
173 * @param time The date used for rule extraction.
305 * Returns true if this zone has the same rule and offset as another zone.
350 * rule instance held by this time zone instance. Therefore, after this time zone
352 * @param initial Receives the initial timezone rule
405 void writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
ondemand_supply_task_test.cc 34 #include "rule.h"
44 using i18n::addressinput::Rule;
62 for (std::map<std::string, const Rule*>::const_iterator
74 const Rule* rule_[arraysize(LookupKey::kHierarchy)];
85 std::memcpy(rule_, hierarchy.rule, sizeof rule_);
89 std::map<std::string, const Rule*> rule_cache_;
129 // All rules on the COUNTRY level inherit from the default rule.
162 // All rules on the COUNTRY level inherit from the default rule.
166 // Only rules on the COUNTRY level inherit from the default rule.
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 45 # Finally, wrap the whole thing in quotes so that the above quote rule
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 30 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
108 * NULL if failed to load the rule from the VTIMEZONE data.
169 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
173 * @param time The date used for rule extraction.
305 * Returns true if this zone has the same rule and offset as another zone.
350 * rule instance held by this time zone instance. Therefore, after this time zone
352 * @param initial Receives the initial timezone rule
405 void writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 345 PluralRulesTest::assertRuleValue(const UnicodeString& rule, double expected) {
346 assertRuleKeyValue("a:" + rule, "a", expected);
350 PluralRulesTest::assertRuleKeyValue(const UnicodeString& rule,
353 PluralRules *pr = PluralRules::createRules(rule, status);
376 assertRuleKeyValue("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
608 // the difference between "2" and "2.0" can affect which rule matches (which keyword is selected).
676 // (There was a rule parser bug here with these.)
744 // The reserved words from the rule syntax will also function as keywords.
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 275 | rules rule {
286 rule
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 205 'Regular' for plain fonts. However, some fonts don't obey this rule. We
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
34 echo WinDebug\rule.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
100 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c rule.c
101 echo WinRel\rule.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
168 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c rule.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 847 int rule = 0; local
    [all...]
  /system/netd/server/
RouteController.cpp 244 // Adds or removes a routing rule for IPv4 and IPv6.
246 // + If |table| is non-zero, the rule points at the specified routing table. Otherwise, the rule
248 // + If |mask| is non-zero, the rule matches the specified fwmark and mask. Otherwise, |fwmark| is
250 // + If |iif| is non-NULL, the rule matches the specified incoming interface.
251 // + If |oif| is non-NULL, the rule matches the specified outgoing interface.
252 // + If |uidStart| and |uidEnd| are not INVALID_UID, the rule matches packets from UIDs in that
253 // range (inclusive). Otherwise, the rule matches packets from all UIDs.
284 // Assemble a rule request and put it in an array of iovec structures.
285 fib_rule_hdr rule = local
    [all...]

Completed in 2909 milliseconds

<<21222324252627282930>>