HomeSort by relevance Sort by last modified time
    Searched defs:rule (Results 226 - 250 of 497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/res/
ResourcesImpl.java 284 PluralRules rule = getPluralRule(); local
286 attrForQuantityCode(rule.select(quantity)));
296 + " item=" + rule.select(quantity));
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 88 * Rule that aligns a child's right edge with another child's left edge.
92 * Rule that aligns a child's left edge with another child's right edge.
96 * Rule that aligns a child's bottom edge with another child's top edge.
100 * Rule that aligns a child's top edge with another child's bottom edge.
105 * Rule that aligns a child's baseline with another child's baseline.
109 * Rule that aligns a child's left edge with another child's left edge.
113 * Rule that aligns a child's top edge with another child's top edge.
117 * Rule that aligns a child's right edge with another child's right edge.
121 * Rule that aligns a child's bottom edge with another child's bottom edge.
126 * Rule that aligns the child's left edge with its RelativeLayou
1827 final int rule = rules[rulesFilter[j]]; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 1761 int rule; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.7.201606060606/
org.jacoco.ant-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.8/
org.jacoco.ant-0.7.8.jar 
  /external/icu/icu4c/source/i18n/
vtzone.cpp 539 // Parse the first rule
556 // Only support the rule using 7 continuous days
586 // Use DOW_GEQ_DOM rule with firstDay as the start date
590 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
602 // Note: To check valid date range across multiple rule is a little
630 // Check if BYMONTH + BYMONTHDAY + BYDAY rule
640 // support the rule
706 // Day in month rule, for example, 15th day in the month
709 // Nth day of week rule, for example, last Sunday
712 // First day of week after day of month rule, for example
1507 TimeZoneRule *rule = NULL; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 385 log_data_err("missing da_DK tailoring rule string\n");
404 log_data_err("missing *full* rule string\n");
2291 const char rule[] = "&\\\\u0452 < \\\\u0434 < \\\\u0433 < \\\\u0432"; \/* &dje < d < g < v *\/ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 206 * ALSO test that the result of toRules() for each rule is a valid
207 * rule. Do this here so we don't have to have another test that
308 * [e]|abcd match rule 1 - copy output & adjust cursor
309 * [ex|y]cd match rule 2 - copy output & adjust cursor
323 * []|ab Rule 1
325 * [xy|zacw] Rule 2
326 * [xyq|cw] Rule 4
796 // Again, using a smaller rule set
879 struct { UBool containsErrors; const char* rule; } DATA[] = { member in struct:__anon21739
889 DATA[i].rule,
2289 UnicodeString rule = "$initial } a <> \\\\u1161;"; local
2958 static const char* rule = local
2999 UnicodeString rule = "$set = [a-cm-n]; b > $set;"; local
3018 UnicodeString rule = "use variable range 0x70 0x72; a > A; b > B; q > Q;"; local
3036 UnicodeString rule = "a}b{c>d;"; local
3649 UnicodeString rule = local
3676 UnicodeString rule = ". > $1;"; local
3702 const char* rule = local
4533 static const UChar rule[] = { local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_build_ast.c 2033 struct cil_avrule *rule = NULL; local
2193 struct cil_avrule *rule = NULL; local
2245 struct cil_type_rule *rule = NULL; local
3378 struct cil_type_rule *rule = NULL; local
    [all...]
cil_resolve_ast.c 311 struct cil_avrule *rule = current->data; local
322 rc = cil_resolve_name(current, rule->src_str, CIL_SYM_TYPES, args, &src_datum);
326 rule->src = src_datum;
328 if (rule->tgt_str == CIL_KEY_SELF) {
329 rule->tgt = db->selftype;
331 rc = cil_resolve_name(current, rule->tgt_str, CIL_SYM_TYPES, args, &tgt_datum);
335 rule->tgt = tgt_datum;
336 used = (rule->rule_kind == CIL_AVRULE_NEVERALLOW) ?
342 if (!rule->is_extended) {
343 rc = cil_resolve_classperms_list(current, rule->perms.classperms, extra_args)
370 struct cil_type_rule *rule = current->data; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 550 const char *rule; local
556 rule = "allow";
559 rule = "auditallow";
562 rule = "auditdenty";
565 rule = "dontaudit";
568 rule = "neverallow";
571 rule = "typetransition";
574 rule = "typemember";
577 rule = "typechange";
594 rule, src, tgt
672 const char *rule; local
1430 struct role_trans_rule *rule; local
1483 struct role_allow_rule *rule; local
1526 struct range_trans_rule *rule; local
1607 struct filename_trans_rule *rule; local
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 295 final String rule = allRules.valueAt(i); local
296 final ZenRule fromRule = automaticRules != null ? automaticRules.get(rule) : null;
297 final ZenRule toRule = to.automaticRules != null ? to.automaticRules.get(rule) : null;
298 ZenRule.appendDiff(d, "automaticRule[" + rule + "]", fromRule, toRule);
337 private static boolean isValidManualRule(ZenRule rule) {
338 return rule == null || Global.isValidZenMode(rule.zenMode) && sameCondition(rule);
341 private static boolean isValidAutomaticRule(ZenRule rule) {
342 return rule != null && !TextUtils.isEmpty(rule.name) && Global.isValidZenMode(rule.zenMode
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 1196 int rule = mPremiumSmsRule.get(); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/
aws-java-sdk-events-1.11.18.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>