HomeSort by relevance Sort by last modified time
    Searched refs:rules (Results 201 - 225 of 1642) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Iface.cpp 143 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add));
156 else if (m_pFilteringTable->rules[0].status)
158 IPACMERR("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status);
164 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
166 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl;
177 else if (m_pFilteringTable->rules[0].status)
179 IPACMDBG("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status);
185 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
187 software_routing_fl_rule_hdl[1] = m_pFilteringTable->rules[0].flt_rule_hdl;
208 else if (m_pFilteringTable->rules[0].status
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 38 * Defines rules for mapping non-negative numeric values onto a small set of keywords.
41 * Rules are constructed from a text description, consisting of a series of keywords and conditions. The {@link #select}
51 * For more information, details, and tips for writing rules, see the <a
53 * Rules</a>
63 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
91 * rules = rule (';' rule)*
191 private final RuleList rules; field in class:PluralRules
195 * Provides a factory for returning plural rules
217 * ICU defines plural rules for many locales based on CLDR <i>Language Plural Rules</i>. For these predefine
1585 String[] rules = SEMI_SEPARATED.split(description); local
1837 private final List<Rule> rules = new ArrayList<Rule>(); field in class:PluralRules.RuleList
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 37 * Defines rules for mapping non-negative numeric values onto a small set of keywords.
40 * Rules are constructed from a text description, consisting of a series of keywords and conditions. The {@link #select}
50 * For more information, details, and tips for writing rules, see the <a
52 * Rules</a>
62 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
90 * rules = rule (';' rule)*
190 private final RuleList rules; field in class:PluralRules
194 * Provides a factory for returning plural rules
214 * ICU defines plural rules for many locales based on CLDR <i>Language Plural Rules</i>. For these predefine
1524 String[] rules = SEMI_SEPARATED.split(description); local
1776 private final List<Rule> rules = new ArrayList<Rule>(); field in class:PluralRules.RuleList
    [all...]
  /build/kati/
dep.h 58 const vector<const Rule*>& rules,
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
OnFailureRule.java 20 import org.junit.rules.TestRule;
RequiredFeatureRule.java 22 import org.junit.rules.TestRule;
  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
StateKeeperRule.java 23 import org.junit.rules.TestRule;
  /cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
FlakyTestRule.java 20 import org.junit.rules.TestRule;
  /external/autotest/client/cros/
network.py 19 """Context manager that manages iptables rules."""
24 self.rules = []
33 self.rules.remove(rule)
51 self.rules.append(rule)
54 for rule in self.rules:
  /external/dagger2/core/src/test/java/dagger/internal/
InstanceFactoryTest.java 20 import org.junit.rules.ExpectedException;
  /external/icu/icu4c/source/i18n/
rbt.cpp 33 void RuleBasedTransliterator::_construct(const UnicodeString& rules,
44 parser.parse(rules, direction, parseError, status);
61 * Constructs a new transliterator from the given rules.
63 * @param rules rules, separated by ';'
69 * @exception IllegalArgumentException if rules are malformed
74 const UnicodeString& rules,
80 _construct(rules, direction,parseError,status);
84 * Constructs a new transliterator from the given rules.
86 * @param rules rules, separated by ';
    [all...]
rbt_set.h 33 * A set of rules for a <code>RuleBasedTransliterator</code>.
38 * Vector of rules, in the order added. This is used while the
40 * indexes the rules into rules[]. Any given rule is stored once
41 * in ruleVector, and one or more times in rules[]. ruleVector
42 * owns and deletes the rules.
47 * Sorted and indexed table of rules. This is created by freeze()
48 * from the rules in ruleVector. It contains alias pointers to
49 * the rules in ruleVector. It is zero before freeze() is called
52 TransliterationRule** rules; member in class:TransliterationRuleSet
    [all...]
  /external/icu/icu4c/source/samples/ufortune/resources/
Makefile 54 ## Include standard rules
55 include ../../rules.mk
  /external/icu/icu4j/
Android.mk 134 # icudata and icutzdata, so add rules for it.
137 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/liblayout-jarjar-rules.txt
145 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/liblayout-jarjar-rules.txt
153 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/liblayout-jarjar-rules.txt
161 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/liblayout-jarjar-rules.txt
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/util/timezone/
BasicTimeZoneExample.java 89 System.out.println("### Extracts time zone rules used by America/Los_Angeles since year 2005");
94 TimeZoneRule[] rules = btz.getTimeZoneRules(since); local
95 System.out.println("Rule(initial): " + rules[0]);
96 for (int i = 1; i < rules.length; i++) {
97 System.out.println("Rule: " + rules[i]);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
BundleChecker.java 26 * Internal class to check a list of rules against a {@link IBundleCoverage}
45 public BundleChecker(final Collection<Rule> rules,
54 for (final Rule rule : rules) {
129 final Collection<Rule> rules, final String typename,
131 for (final Rule rule : rules) {
  /external/junit/src/main/java/org/junit/rules/
ExpectedExceptionMatcherBuilder.java 1 package org.junit.rules;
TestWatchman.java 1 package org.junit.rules;
8 * TestWatchman is a base class for Rules that take note of the testing
  /external/junit-params/src/main/java/junitparams/internal/
InstanceFrameworkMethod.java 5 import org.junit.rules.TestRule;
  /external/libxkbcommon/xkbcommon/test/data/
sync.sh 65 rules/base \
66 rules/evdev \
  /external/libxkbcommon/xkbcommon/test/
rmlvo-to-kccgst.c 28 #include "rules.h"
41 rmlvo.rules = optarg;
57 fprintf(stderr, "Usage: %s [-r <rules>] [-m <model>] "
test.h 80 test_compile_rules(struct xkb_context *context, const char *rules,
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/mockito/src/test/java/org/mockito/internal/util/
ChecksTest.java 12 import org.junit.rules.ExpectedException;

Completed in 735 milliseconds

1 2 3 4 5 6 7 891011>>