HomeSort by relevance Sort by last modified time
    Searched full:rule (Results 201 - 225 of 6847) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/include/python2.7/
metagrammar.h 9 #define RULE 257
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
rbacrules.py 25 modified_rbacrule_record = namedtuple("modified_rbacrule", ["rule",
92 """Create rule lists for both policies."""
95 self.log.debug("Building RBAC rule lists from {0.left_policy}".format(self))
96 for rule in self.left_policy.rbacrules():
97 self._left_rbac_rules[rule.ruletype].append(rule)
99 self.log.debug("Building RBAC rule lists from {0.right_policy}".format(self))
100 for rule in self.right_policy.rbacrules():
101 self._right_rbac_rules[rule.ruletype].append(rule)
    [all...]
terules.py 29 modified_avrule_record = namedtuple("modified_avrule", ["rule",
34 modified_terule_record = namedtuple("modified_terule", ["rule", "added_default", "removed_default"])
43 ruletype The rule type, e.g. "allow".
89 ruletype The rule type, e.g. "allowxperm".
135 ruletype The rule type, e.g. "type_transition".
238 """Create rule lists for both policies."""
241 self.log.debug("Building TE rule lists from {0.left_policy}".format(self))
242 for rule in self.left_policy.terules():
243 self._left_te_rules[rule.ruletype].append(rule)
    [all...]
constraints.py 126 """Create rule lists for both policies."""
131 for rule in self.left_policy.constraints():
132 if rule.ruletype == "constrain":
133 self._left_constrains.append(rule)
134 elif rule.ruletype == "mlsconstrain":
135 self._left_mlsconstrains.append(rule)
136 elif rule.ruletype == "validatetrans":
137 self._left_validatetrans.append(rule)
138 elif rule.ruletype == "mlsvalidatetrans":
139 self._left_mlsvalidatetrans.append(rule)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 15 * a rule specified by month, day of month, day of week and
25 * Date rule type defined by exact day of month.
33 * Date rule type defined by day of week in month.
41 * Date rule type defined by first day of week on or
50 * Date rule type defined by last day of week on or
59 * Time rule type for local wall time.
66 * Time rule type for local standard time.
73 * Time rule type for coordinated universal time.
91 * the time rule. The date rule type for an instance created b
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/tests/testdata/android_src/
build.ninja 0 rule cc
6 rule ld
  /device/google/cuttlefish/shared/sepolicy/
system_server.te 4 # Unfortunately, we cannot grant execmem power using an allow rule because global policy
6 # allow execmem rule were added here.
  /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
  /external/libxml2/test/schematron/
zvon11.sct 3 <rule context="BBB">
6 </rule>
zvon12.sct 3 <rule context="BBB">
6 </rule>
zvon6.sct 3 <rule context="AAA">
6 </rule>
zvon8.sct 3 <rule context="/*">
7 </rule>
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Wan.cpp 175 /* Add corresponding ipa_rm_resource_name of TX-endpoint up before IPV6 RT-rule set */
262 rt_rule_entry->rule.hdr_hdl = hdr.hdl;
267 rt_rule_entry->rule.dst = IPA_CLIENT_APPS_WAN_CONS;
271 rt_rule_entry->rule.dst = IPA_CLIENT_APPS_LAN_CONS;
273 rt_rule_entry->rule.attrib.attrib_mask = IPA_FLT_DST_ADDR;
274 rt_rule_entry->rule.attrib.u.v6.dst_addr[0] = data->ipv6_addr[0];
275 rt_rule_entry->rule.attrib.u.v6.dst_addr[1] = data->ipv6_addr[1];
276 rt_rule_entry->rule.attrib.u.v6.dst_addr[2] = data->ipv6_addr[2];
277 rt_rule_entry->rule.attrib.u.v6.dst_addr[3] = data->ipv6_addr[3];
278 rt_rule_entry->rule.attrib.u.v6.dst_addr_mask[0] = 0xFFFFFFFF
    [all...]
IPACM_ConntrackListener.cpp 256 /* Add dummy nat rule for non nat ifaces */
702 nat_table_entry *rule, bool *isTempEntry)
711 if (rule->private_ip == IPACM_Wan::getWANIP())
714 rule->private_ip);
724 if (rule->private_ip == nat_iface_ipv4_addr[cnt] ||
725 rule->target_ip == nat_iface_ipv4_addr[cnt])
738 add dummy rule by copying public ip to private ip */
743 if (rule->private_ip == nonnat_iface_ipv4_addr[cnt] ||
744 rule->target_ip == nonnat_iface_ipv4_addr[cnt])
750 rule->private_ip = rule->public_ip
1039 nat_table_entry rule; local
    [all...]
  /external/jarjar/src/test/com/tonicsystems/jarjar/
GenericsTest.java 28 Rule rule = new Rule(); local
29 rule.setPattern("java.lang.String");
30 rule.setResult("com.tonicsystems.String");
31 RemappingClassTransformer t = new RemappingClassTransformer(new PackageRemapper(Arrays.asList(rule), false));
  /external/mockito/src/main/java/org/mockito/junit/
MockitoJUnit.java 14 * The JUnit rule can be used instead of {@link MockitoJUnitRunner}. See {@link MockitoRule}.
21 * Creates rule instance that initiates &#064;Mocks
24 * @return the rule instance
27 public static MockitoRule rule() { method in class:MockitoJUnit
32 * Creates a rule instance that can perform lazy verifications.
35 * @return the rule instance
  /frameworks/base/tools/split-select/
RuleGenerator_test.cpp 37 ContainsAnyRule(Rule::NATIVE_PLATFORM, "armeabi")
41 ContainsAnyRule(Rule::NATIVE_PLATFORM, "armeabi-v7a", "arm64-v8a")
45 ContainsAnyRule(Rule::NATIVE_PLATFORM, "x86", "x86_64")
64 .add(LtRule(Rule::SCREEN_DENSITY, 263))
69 .add(GtRule(Rule::SCREEN_DENSITY, 262))
70 .add(LtRule(Rule::SCREEN_DENSITY, 363))
75 .add(GtRule(Rule::SCREEN_DENSITY, 362))
88 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
89 .add(LtRule(Rule::SCREEN_DENSITY, 263))
94 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP)
    [all...]
  /build/kati/
rule.cc 17 #include "rule.h"
28 static void ParseInputs(Rule* r, StringPiece s) {
50 Rule::Rule() : is_double_colon(false), is_suffix_rule(false), cmd_lineno(0) {}
56 Rule** out_rule,
91 // "test: =foo" is questionable but a valid rule definition (not a
114 Rule* rule = new Rule(); local
115 *out_rule = rule;
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
BundleCheckerTest.java 42 private List<Rule> rules;
48 rules = new ArrayList<Rule>();
58 assertMessage("Rule violated for bundle Test: instructions covered ratio is 0.50, but expected minimum is 0.75");
66 assertMessage("Rule violated for package org.jacoco.example: instructions covered ratio is 0.50, but expected minimum is 0.75");
74 assertMessage("Rule violated for source file org/jacoco/example/FooClass.java: instructions covered ratio is 0.50, but expected minimum is 0.75");
82 assertMessage("Rule violated for class org.jacoco.example.FooClass: instructions covered ratio is 0.50, but expected minimum is 0.75");
90 assertMessage("Rule violated for method org.jacoco.example.FooClass.fooMethod(): instructions covered ratio is 0.50, but expected minimum is 0.75");
103 final Rule rule = new Rule(); local
122 final Rule rule = new Rule(); local
    [all...]
  /external/mockito/src/test/java/org/mockitoutil/
SafeJUnitRule.java 14 * Junit rule for testing exception handling other JUnit rules, like Mockito JUnit rules.
15 * Makes it easy to assert on expected exceptions triggered by the rule under test.
24 * Wraps rule under test with exception handling so that it is easy to assert on exceptions fired from the tested rule.
45 throw new ExpectedThrowableNotReported("Expected the tested rule to throw an exception but it did not.");
52 * Expects that _after_ the test, the rule will fire specific exception with specific exception message
63 * Expects that _after_ the test, the rule will fire specific exception with specific exception message
78 * Expects that _after_ the test, the rule will fire an exception
92 * Offers a way to assert the throwable triggered by the tested rule
99 * Thrown when user expects the tested rule to throw an exception but no exception was throw
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/
ArmVirtRules.fdf.inc 18 # how an FFS file is created for a given INF file. The following Rule are the default
29 #[Rule.Common.DXE_DRIVER]
43 [Rule.Common.SEC]
48 [Rule.Common.PEI_CORE]
54 [Rule.Common.PEIM]
61 [Rule.Common.PEIM.TIANOCOMPRESSED]
70 [Rule.Common.DXE_CORE]
76 [Rule.Common.UEFI_DRIVER]
83 [Rule.Common.DXE_DRIVER]
92 [Rule.Common.DXE_RUNTIME_DRIVER]
    [all...]
  /external/google-styleguide/
intellij-java-google-style.xml 225 <rule>
233 </rule>
236 <rule>
245 </rule>
248 <rule>
256 </rule>
259 <rule>
267 </rule>
270 <rule>
279 </rule>
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 35 * struct ipa_nat_ipv4_rule - To hold ipv4 nat rule
40 * @protocol: protocol of rule (tcp/udp)
76 * ipa_nat_add_ipv4_rule() - to insert new ipv4 rule
78 * @rule: [in] Pointer to new rule
79 * @rule_handle: [out] Return the handle to rule
81 * To insert new ipv4 nat rule into ipv4 nat table
86 const ipa_nat_ipv4_rule * rule,
90 * ipa_nat_del_ipv4_rule() - to delete ipv4 nat rule
92 * @rule_handle: [in] ipv4 nat rule handl
    [all...]

Completed in 1315 milliseconds

1 2 3 4 5 6 7 891011>>