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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 14 * \brief C++ API: Rule for specifying date and time in an year
24 * a rule specified by month, day of month, day of week and
33 * Date rule type constants.
48 * Time rule type constants.
59 * the time rule. The date rule type for an instance created by
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
64 * @param millisInDay The milliseconds in the rule date.
74 * number and the time rule. The date rule type for an instance create
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 14 * \brief C++ API: Rule for specifying date and time in an year
24 * a rule specified by month, day of month, day of week and
33 * Date rule type constants.
48 * Time rule type constants.
59 * the time rule. The date rule type for an instance created by
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
64 * @param millisInDay The milliseconds in the rule date.
74 * number and the time rule. The date rule type for an instance create
    [all...]
  /external/libnl/src/
nl-rule-list.c 2 * src/nl-rule-dump.c Dump rule attributes
13 #include <netlink/cli/rule.h>
19 "Usage: nl-rule-list [OPTION]... [ROUTE]\n"
27 "Rule Options\n"
36 struct rtnl_rule *rule; local
47 rule = nl_cli_rule_alloc();
70 case ARG_FAMILY: nl_cli_rule_parse_family(rule, optarg); break;
74 nl_cache_dump_filter(rule_cache, &params, OBJ_CAST(rule));
  /external/chromium_org/third_party/icu/source/i18n/
zrule.h 12 * \brief C API: Time zone rule classes
58 zrule_close(ZRule* rule);
73 * @param rule, the Zrule to use
79 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
83 * @param rule, the Zrule to use
88 zrule_getRawOffset(ZRule* rule);
92 * @param rule, the Zrule to use
93 * @return The amount of daylight saving offset used by this rule
98 zrule_getDSTSavings(ZRule* rule);
101 * Returns if this rule represents the same rule and offsets as another
    [all...]
funcrepl.cpp 94 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule,
97 rule.truncate(0);
98 rule.append(AMPERSAND);
99 rule.append(translit->getID());
100 rule.append(OPEN);
101 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
102 rule.append(CLOSE);
103 return rule;
  /external/chromium_org/tools/gyp/test/rules/src/
input-root.gyp 12 'rule_name': 'rule',
14 'inputs': [ 'rule.py', ],
16 'action': [ 'python', 'rule.py', '<(RULE_INPUT_ROOT)', ],
  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
gyptest-sanitize-rule-names.py 8 Make sure rule names with non-"normal" characters in them don't cause
15 test.run_gyp('sanitize-rule-names.gyp')
16 test.build('sanitize-rule-names.gyp', test.ALL)
  /external/icu/icu4c/source/i18n/
zrule.h 12 * \brief C API: Time zone rule classes
54 zrule_close(ZRule* rule);
68 * @param rule, the Zrule to use
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
77 * @param rule, the Zrule to use
81 zrule_getRawOffset(ZRule* rule);
85 * @param rule, the Zrule to use
86 * @return The amount of daylight saving offset used by this rule
90 zrule_getDSTSavings(ZRule* rule);
93 * Returns if this rule represents the same rule and offsets as another
    [all...]
  /external/libnl/include/netlink/cli/
rule.h 2 * netlink/cli/rule.h CLI Routing Rule Helpers
15 #include <netlink/route/rule.h>
  /external/srec/config/en.us/grammars/
homonym_test3.grxml 8 <rule id="ROOT" scope="public">
20 </rule>
22 <rule id="Phone">
49 </rule>
51 <rule id="Find">
68 </rule>
70 <rule id="Names" scope="public">
72 </rule>
74 <rule id="Places" scope="public">
76 </rule>
    [all...]
homonym_test4.grxml 8 <rule id="ROOT" scope="public">
20 </rule>
22 <rule id="Phone">
49 </rule>
51 <rule id="Find">
70 </rule>
72 <rule id="Names" scope="public">
74 </rule>
76 <rule id="Places" scope="public">
78 </rule>
    [all...]
rootslot.grxml 10 <rule id="myRoot" scope="public">
12 </rule>
14 <rule id="Name" scope="public">
16 </rule>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 58 * The rule engine manages the layout rules and interacts with them.
73 * here on behalf of the currently executing rule.
129 * Invokes {@link IViewRule#getDisplayName()} on the rule matching the specified element.
132 * @return Null if the rule failed, there's no rule or the rule does not want to override
133 * the display name. Otherwise, a string as returned by the rule.
136 // try to find a rule for this element's FQCN
137 IViewRule rule = loadRule(element); local
139 if (rule != null)
163 IViewRule rule = loadRule(selectedNode.getNode()); local
191 IViewRule rule = loadRule(selectedNode.getNode()); local
222 IViewRule rule = loadRule(parentNode.getNode()); local
248 IViewRule rule = loadRule(parentNode.getNode()); local
267 IViewRule rule = loadRule(parentNode.getNode()); local
290 IViewRule rule = loadRule(targetNode.getNode()); local
316 IViewRule rule = loadRule(targetNode.getNode()); local
339 IViewRule rule = loadRule(targetNode.getNode()); local
362 IViewRule rule = loadRule(targetNode.getNode()); local
424 IViewRule rule = loadRule(targetNode.getNode()); local
446 IViewRule rule = loadRule(parent.getNode()); local
463 IViewRule rule = loadRule(parent.getNode()); local
477 IViewRule rule = loadRule(parent.getNode()); local
653 IViewRule rule = entry.getValue(); local
697 IViewRule rule = mRulesCache.get(targetDesc); local
765 IViewRule rule = mRulesCache.get(realFqcn); local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestSuite.java 30 /** A class which wraps all testsuites for an individual rule */
35 protected String rule = null; // paeser rule name for unit testing field in class:gUnitTestSuite
36 protected String lexicalRule = null; // lexical rule name
37 protected String treeRule = null; // optional, required for testing tree grammar rule
49 public gUnitTestSuite(String rule) {
50 this.rule = rule;
53 public gUnitTestSuite(String treeRule, String rule) {
54 this.rule = rule
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewrite.g 8 rule: INT subrule -> ^(subrule INT)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
rule_list.css 7 .rule-pattern {
13 .rule-behavior {
18 select.rule-behavior {
22 .rule-list {
  /external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/
socket_permissions.html 1 For example: <code>{"socket": ["tcp-connect:*:*"]}</code> means connecting on any port of any host. See <a href='app_network'>Network Communications</a> for rule syntax.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_data.cc 26 #include "rule.h"
67 Rule rule; local
68 rule.CopyFrom(Rule::GetDefault());
69 rule.ParseSerializedRule(RegionDataConstants::GetRegionData(country_code));
75 rule.GetLatinFormat().empty() ||
78 NormalizeLanguageCode(rule.GetLanguage())
79 ? rule.GetFormat() : rule.GetLatinFormat()
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule.h 40 // Rule rule;
41 // if (rule.ParseSerializedRule("{\"fmt\": \"%A%n%C%S %Z\"}")) {
42 // Process(rule.GetFormat());
44 class Rule {
46 Rule();
47 ~Rule();
49 // Returns the default rule at a country level. If a country does not specify
50 // address format, for example, then the format from this rule should be used
52 static const Rule& GetDefault()
    [all...]
  /external/chromium_org/tools/gyp/test/mac/bundle-resources/
test.gyp 15 # A rule with process_outputs_as_mac_bundle_resources should copy files
32 'message': 'Running rule on <(RULE_INPUT_PATH)',
37 # So should an ordinary rule acting on mac_bundle_resources.
53 'message': 'Running rule on <(RULE_INPUT_PATH)',
  /external/iptables/extensions/
libxt_NOTRACK.man 1 This extension disables connection tracking for all packets matching that rule.
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKEFILES 9 print MAKEFILE 'all: ; @echo DEFAULT RULE: M2=$(M2) M3=$(M3)', "\n";
16 NDEF: ; \@echo RULE FROM MAKEFILE 2
24 NDEF3: ; \@echo RULE FROM MAKEFILE 3
31 $answer = "DEFAULT RULE: M2=m2 M3=m3\n";
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
metagrammar.h 9 #define RULE 257
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
metagrammar.h 9 #define RULE 257
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h.old 7 #pragma mark Rule return scopes start
8 #pragma mark Rule return scopes end

Completed in 1137 milliseconds

1 23 4 5 6 7 8 91011>>