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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
rbacrulequery.py 36 ruletype The list of rule type(s) to match.
51 matching the rule's object class.
96 for rule in self.policy.rbacrules():
98 # Matching on rule type
101 if rule.ruletype not in self.ruletype:
108 rule.source,
118 rule.target,
128 if not self._match_object_class(rule):
139 rule.default,
147 yield rule
    [all...]
dta.py 327 # initialize rule lists, add the (dyn)transition rule
333 # 1. if there is a transition rule (else add to invalid
345 # 2. if there is a dyntransition rule (else add to invalid
347 # 1. If the source has a setcurrent rule, add it
376 for rule in self.policy.terules():
377 if rule.ruletype == "allow":
378 if rule.tclass not in ["process", "file"]:
381 perms = rule.perms
383 if rule.tclass == "process"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
rbacrulequery.py 36 ruletype The list of rule type(s) to match.
51 matching the rule's object class.
96 for rule in self.policy.rbacrules():
98 # Matching on rule type
101 if rule.ruletype not in self.ruletype:
108 rule.source,
118 rule.target,
128 if not self._match_object_class(rule):
139 rule.default,
147 yield rule
    [all...]
dta.py 327 # initialize rule lists, add the (dyn)transition rule
333 # 1. if there is a transition rule (else add to invalid
345 # 2. if there is a dyntransition rule (else add to invalid
347 # 1. If the source has a setcurrent rule, add it
376 for rule in self.policy.terules():
377 if rule.ruletype == "allow":
378 if rule.tclass not in ["process", "file"]:
381 perms = rule.perms
383 if rule.tclass == "process"
    [all...]
  /external/apache-harmony/jdwp/
Android_debug_config.mk 76 # Define a JDWP host rule
79 # $(2) rule name (ex: run-jdwp-tests-host32)
80 # $(3) extra dependency rule (ex: run-jdwp-tests-host-all64)
81 define define-jdwp-host-rule
95 define declare-jdwp-host-rule
96 # Declare standalone host rule for the given ABI.
97 $(eval $(call define-jdwp-host-rule,$(1),run-jdwp-tests-host$(1),))
99 # Declare variant host rule for run-jdwp-tests-host. It depends on the previous abi rule(s)
101 $(eval $(call define-jdwp-host-rule,$(1),run-jdwp-tests-host-all$(1),$(jdwp_tests_previous_host_rule))
    [all...]
  /external/ltrace/
filter.c 49 filter_rule_init(struct filter_rule *rule, enum filter_rule_type type,
53 rule->type = type;
54 rule->lib_matcher = matcher;
55 rule->symbol_re = symbol_re;
56 rule->next = NULL;
60 filter_rule_destroy(struct filter_rule *rule)
62 filter_lib_matcher_destroy(rule->lib_matcher);
63 regfree(&rule->symbol_re);
67 filter_add_rule(struct filter *filt, struct filter_rule *rule)
72 *rulep = rule;
    [all...]
  /frameworks/base/tools/split-select/
Rule.cpp 17 #include "Rule.h"
32 Rule::Rule(const Rule& rhs)
42 String8 Rule::toJson(int indent) const {
177 sp<Rule> Rule::simplify(sp<Rule> rule) {
178 if (rule->op != AND_SUBRULES && rule->op != OR_SUBRULES)
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 107 public void OnShowRuleResult(Rule rule) {
115 result.append("Testing result for rule: " + rule.getName());
118 for(TestCase testCase: rule.getTestCases()){
136 final Rule rule = suite.getRule(i); local
137 if(rule.getNotEmpty()) this.add(new TestGroupTreeNode(rule));
153 private Rule data
    [all...]
  /external/bison/src/
scan-code.h 62 * for the LHS symbol of the same rule.)
70 struct symbol_list *rule; member in struct:code_props
125 * - <tt>rule != NULL</tt>.
126 * - \c code is the untranslated action of the rule for which \c rule is the
128 * $2, etc referring to the values of the rule.
131 * - \c self has been overwritten to represent the specified rule action.
132 * - \c self does not claim responsibility for the memory of \c rule.
136 * - The caller frees \c rule.
139 location code_loc, struct symbol_list *rule,
    [all...]
derives.c 31 /* Linked list of rule numbers. */
35 rule *value;
38 rule ***derives;
49 rule **rp;
67 rule **q;
73 /* DELTS[RULE] -- There are NRULES rule number to attach to nterms.
75 indexed by rule numbers. */
scan-code.l 52 static void handle_action_dollar (symbol_list *rule, char *cp,
54 static void handle_action_at (symbol_list *rule, char *cp, location at_loc);
73 /* Whether in a rule or symbol action. Specifies the translation
202 handle_action_dollar (self->rule, yytext, *loc);
209 handle_action_at (self->rule, yytext, *loc);
472 _(", cannot be accessed from mid-rule action at $%d");
493 points to LHS ($$) of the current rule or midrule. */
500 parse_ref (char *cp, symbol_list *rule, int rule_length,
558 for (symbol_index = 0, l = rule; !symbol_list_null (l);
582 /* Check visibility from mid-rule actions. *
    [all...]
state.h 49 reductions (combine the last n things on the stack via a rule,
50 replace them with the symbol that the rule derives, and leave the
65 num rules. lookahead_tokens is an array of bitsets, one per rule.
186 /* Sorted ascendingly on rule number. */
187 rule *rules[1];
221 ascendingly on item index in RITEM, which is sorted on rule number. */
238 void state_reductions_set (state *s, int num, rule **reds);
240 int state_reduction_find (state *s, rule *r);
247 void state_rule_lookahead_tokens_print (state *s, rule *r, FILE *out);
248 void state_rule_lookahead_tokens_print_xml (state *s, rule *r
    [all...]
gram.c 37 rule *rules = NULL;
50 rule_useful_in_grammar_p (rule *r)
56 rule_useless_in_grammar_p (rule *r)
62 rule_useless_in_parser_p (rule *r)
68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
85 rule_lhs_print_xml (rule *r, FILE *out, int level)
91 rule_rhs_length (rule *r)
101 rule_rhs_print (rule *r, FILE *out)
117 rule_rhs_print_xml (rule *r, FILE *out, int level)
137 rule_print (rule *r, FILE *out
    [all...]
  /external/skia/src/svg/parser/
SkSVGPolyline.cpp 20 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
21 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
  /build/core/
sdk_font.mk 47 # Define a macro to create rule for addititional fonts that we want to include
51 define sdk-extra-font-rule
63 $(eval $(call sdk-extra-font-rule,NanumGothic.ttf,external/naver-fonts/NanumGothic.ttf))
64 $(eval $(call sdk-extra-font-rule,DroidSansFallback.ttf,frameworks/base/data/fonts/DroidSansFallbackFull.ttf))
66 sdk-extra-font-rule :=
  /cts/tools/selinux/
SELinuxNeverallowTestFrame.py 102 + "neverallow rule:\\n" + neverallowRule + "\\n" + errorString,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 50 def memoize( rule, start_index, success )
51 super( rule, start_index, success ) if @state.backtracking > 1
54 def already_parsed_rule?( rule )
55 @state.backtracking > 1 ? super( rule ) : false
  /external/jarjar/src/main/com/tonicsystems/jarjar/
RulesFileParser.java 55 if (type.equals("rule")) {
58 Rule rule = new Rule(); local
59 rule.setResult(parts[2]);
60 element = rule;
  /external/freetype/src/truetype/
ttsubpix.c 54 /* The rule structure is designed so that entirely new rules can easily */
57 /* The rule structures could also use some enhancement to handle ranges. */
754 /* Does font name match rule family? */
789 /* Does font style match rule style? */
823 const SPH_TweakRule* rule,
829 /* rule checks may be able to be optimized further */
833 ( is_member_of_family_class ( family, rule[i].family ) ) )
834 if ( rule[i].ppem == 0 ||
835 rule[i].ppem == ppem )
837 is_member_of_style_class ( style, rule[i].style )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttsubpix.c 54 /* The rule structure is designed so that entirely new rules can easily */
57 /* The rule structures could also use some enhancement to handle ranges. */
754 /* Does font name match rule family? */
789 /* Does font style match rule style? */
823 const SPH_TweakRule* rule,
829 /* rule checks may be able to be optimized further */
833 ( is_member_of_family_class ( family, rule[i].family ) ) )
834 if ( rule[i].ppem == 0 ||
835 rule[i].ppem == ppem )
837 is_member_of_style_class ( style, rule[i].style )
    [all...]
  /art/build/
Android.oat.mk 133 define create-core-oat-host-rule-combination
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
145 $(eval $(call create-core-oat-host-rule-combination,interpreter,,))
149 $(eval $(call create-core-oat-host-rule-combination,default,valgrind,32))
150 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32))
151 $(eval $(call create-core-oat-host-rule-combination,interpreter,valgrind,32))
252 define create-core-oat-target-rule-combination
262 $(eval $(call create-core-oat-target-rule-combination,default,,))
263 $(eval $(call create-core-oat-target-rule-combination,optimizing,,)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 35 * token, set, rule, wildcard
42 @rule.setErrorReturnValue() ::= <<
121 // RULE REF AST
123 /** rule when output=AST */
124 ruleRef(rule,label,elementIndex,args,scope) ::= <<
129 /** rule! is same as normal rule ref */
130 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
132 /** rule^ */
133 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 35 * token, set, rule, wildcard
41 @rule.setErrorReturnValue() ::= <<
120 // RULE REF AST
122 /** rule when output=AST */
123 ruleRef(rule,label,elementIndex,args,scope) ::= <<
128 /** rule! is same as normal rule ref */
129 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
131 /** rule^ */
132 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 7 * token, set, rule, wildcard
14 @rule.setErrorReturnValue() ::= <<
92 // RULE REF AST
94 /** rule when output=AST */
95 ruleRef(rule,label,elementIndex,args,scope) ::= <<
100 /** rule! is same as normal rule ref */
101 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
103 /** rule^ */
104 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 44 String rule = "&9 < a < b < c < d"; local
45 RuleBasedCollator coll = new RuleBasedCollator(rule);
46 assertEquals(rule.hashCode(), coll.hashCode());
50 String rule = "&9 < a < b < c < d < e"; local
51 RuleBasedCollator coll = new RuleBasedCollator(rule);
52 assertEquals(rule.hashCode(), coll.hashCode());
66 String rule = "&9 < a < b < c < d < e"; local
67 RuleBasedCollator coll = new RuleBasedCollator(rule);
71 RuleBasedCollator other = new RuleBasedCollator(rule);
83 String rule = "&9 < c < b < a" local
101 String rule = "&9 < a = b < c"; local
    [all...]

Completed in 387 milliseconds

1 23 4 5 6 7 8 91011>>