/build/kati/testcase/ |
rule_in_var.mk | 0 RULE=foo: 5 $(RULE)
|
not_command_with_tab.mk | 11 rule:=bar: macro 12 $(rule)
|
/frameworks/base/tools/split-select/ |
TestRules.cpp | 27 const Rule EqRule(Rule::Key key, long value) { 28 Rule rule; local 29 rule.op = Rule::EQUALS; 30 rule.key = key; 31 rule.longArgs.add(value); 32 return rule; 35 const Rule GtRule(Rule::Key key, long value) 36 Rule rule; local 44 Rule rule; local 52 Rule rule; local 60 Rule rule; local 69 Rule rule; local [all...] |
TestRules.h | 20 #include "Rule.h" 27 struct AndRule : public Rule { 29 op = Rule::AND_SUBRULES; 32 AndRule& add(const Rule& rhs) { 33 subrules.add(new Rule(rhs)); 38 struct OrRule : public Rule { 40 op = Rule::OR_SUBRULES; 43 OrRule& add(const Rule& rhs) { 44 subrules.add(new Rule(rhs)); 49 const Rule EqRule(Rule::Key key, long value) [all...] |
Rule_test.cpp | 17 #include "Rule.h" 33 Rule rule(AndRule() 34 .add(EqRule(Rule::SDK_VERSION, 7)) 36 .add(GtRule(Rule::SCREEN_DENSITY, 10)) 37 .add(LtRule(Rule::SCREEN_DENSITY, 5)) 71 std::string result(rule.toJson().string()); 78 sp<Rule> rule = new Rule(AndRule( local 86 sp<Rule> rule = new Rule(AndRule() local [all...] |
/prebuilts/maven_repo/android/com/android/support/test/rules/0.6-alpha/ |
rules-0.6-alpha-sources.jar | |
/prebuilts/maven_repo/android/com/android/support/test/rules/1.0.0/ |
rules-1.0.0-sources.jar | |
/prebuilts/maven_repo/android/com/android/support/test/rules/1.0.1/ |
rules-1.0.1-sources.jar | |
/development/vndk/tools/sourcedr/sourcedr/tests/testdata/ninja/ |
rule.ninja | 0 rule cc 4 rule ld
|
bad_after_good.ninja | 0 rule cc
|
/external/okhttp/ |
jarjar-rules.txt | 0 rule com.squareup.** com.android.@1 2 rule okio.** com.android.okhttp.okio.@1
|
/packages/apps/DocumentsUI/tests/ |
jarjar-rules.txt | 0 rule com.google.common.** docsui.@0 2 rule android.support.annotation.** docsui.@0
|
/external/libnl/src/lib/ |
rule.c | 2 * src/lib/rule.c CLI Routing Rule Helpers 20 #include <netlink/cli/rule.h> 24 struct rtnl_rule *rule; local 26 rule = rtnl_rule_alloc(); 27 if (!rule) 28 nl_cli_fatal(ENOMEM, "Unable to allocate rule object"); 30 return rule; 39 nl_cli_fatal(err, "Unable to allocate routing rule cache: %s\n", 47 void nl_cli_rule_parse_family(struct rtnl_rule *rule, char *arg [all...] |
/cts/tools/vm-tests-tf/ |
jill-jarjar-rules.txt | 0 rule org.objectweb.** com.android.jill.@
|
/external/apache-harmony/ |
jarjar-rules.txt | 0 rule org.apache.harmony.** com.android.@0
|
/external/bouncycastle/ |
jarjar-rules.txt | 0 rule org.bouncycastle.** com.android.@0
|
/external/conscrypt/ |
jarjar-rules.txt | 0 rule org.conscrypt.** com.android.@0
|
/external/icu/icu4j/ |
liblayout-jarjar-rules.txt | 0 rule com.ibm.icu.** android.icu.@1
|
/external/libphonenumber/ |
jarjar-rules.txt | 0 rule com.google.** com.android.@1
|
/external/markdown/tests/misc/ |
para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule.
|
/frameworks/base/core/java/ |
jarjar-rules.txt | 0 rule org.apache.commons com.android.internal.apache.commons
|
/prebuilts/maven_repo/android/com/android/support/test/rules/0.5/ |
rules-0.5-sources.jar | |
/external/libnl/lib/route/ |
rule.c | 2 * lib/route/rule.c Routing Rules 14 * @defgroup rule Routing Rules 23 #include <netlink/route/rule.h> 48 struct rtnl_rule *rule = nl_object_priv(c); local 50 if (!rule) 53 nl_addr_put(rule->r_src); 54 nl_addr_put(rule->r_dst); 87 struct rtnl_rule *rule; local 92 rule = rtnl_rule_alloc(); 93 if (!rule) { [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
RuleTest.java | 27 * Unit tests for {@link Rule}. 31 private Rule rule; field in class:RuleTest 35 rule = new Rule(); 40 assertEquals(ElementType.BUNDLE, rule.getElement()); 41 assertEquals(Collections.emptyList(), rule.getLimits()); 42 assertEquals("*", rule.getIncludes()); 43 assertEquals("", rule.getExcludes()); 48 rule.setElement(ElementType.PACKAGE) [all...] |
/external/abi-compliance-checker/modules/ |
RulesSrc.xml | 4 <rule> 20 </rule> 22 <rule> 38 </rule> 40 <rule> 56 </rule> 58 <rule> 74 </rule> 76 <rule> 92 </rule> [all...] |