/external/chromium_org/sandbox/mac/ |
bootstrap_sandbox_unittest.mm | 91 policy.rules["com.apple.SecurityServer"] = Rule(POLICY_ALLOW); 154 policy.rules["com.apple.distributed_notifications@Uv3"] = Rule(POLICY_ALLOW); 155 policy.rules["com.apple.distributed_notifications@1v3"] = Rule(POLICY_ALLOW); 157 policy.rules["com.apple.system.notification_center"] = Rule(POLICY_ALLOW); 158 policy.rules["com.apple.distributed_notifications.2"] = Rule(POLICY_ALLOW); 180 policy.rules[kTestServer] = Rule(POLICY_DENY_ERROR); 203 policy.rules[kTestServer] = Rule(POLICY_DENY_DUMMY_PORT); 252 policy.rules[kTestServer] = Rule(port); 363 policy.default_rule = Rule(POLICY_ALLOW); 364 policy.rules[kDefaultRuleTestAllow] = Rule(port) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbirpt.h | 4 // This file contains the state table for the ICU Rule Based Break Iterator 5 // rule parser. 7 // the rule parser state definitions file "rbbirpt.txt". 18 // Character classes for RBBI rule scanning. 64 // for the rule parser state machine. 85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end 97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rule 167 , {doNOP, 132, 90,0, TRUE} // 90 assign-or-rule 183 "break-rule-end", 195 "reverse-rule", [all...] |
/external/icu/icu4c/source/common/ |
rbbirpt.h | 4 // This file contains the state table for the ICU Rule Based Break Iterator 5 // rule parser. 7 // the rule parser state definitions file "rbbirpt.txt". 18 // Character classes for RBBI rule scanning. 64 // for the rule parser state machine. 85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end 97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rule 167 , {doNOP, 132, 90,0, TRUE} // 90 assign-or-rule 183 "break-rule-end", 195 "reverse-rule", [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 87 * Rule that aligns a child's right edge with another child's left edge. 91 * Rule that aligns a child's left edge with another child's right edge. 95 * Rule that aligns a child's bottom edge with another child's top edge. 99 * Rule that aligns a child's top edge with another child's bottom edge. 104 * Rule that aligns a child's baseline with another child's baseline. 108 * Rule that aligns a child's left edge with another child's left edge. 112 * Rule that aligns a child's top edge with another child's top edge. 116 * Rule that aligns a child's right edge with another child's right edge. 120 * Rule that aligns a child's bottom edge with another child's bottom edge. 125 * Rule that aligns the child's left edge with its RelativeLayou 1739 final int rule = rules[rulesFilter[j]]; local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
TestLexerLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
TestLexerLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 44 #pragma mark Dynamic Rule Scopes 46 #pragma mark Rule Return Scopes start 65 //#pragma mark Rule return scopes start 68 #pragma mark Rule return scopes start 73 #pragma mark Dynamic Rule Scopes 171 // token+rule list labels 204 // token+rule list labels 241 // token+rule list labels
|
LangLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 30 // any rule that body calls such as stat. From other rules 32 // From within rule body, you can use $decls shorthand
|
/external/chromium_org/android_webview/native/ |
aw_media_url_interceptor_unittest.cc | 38 // See gyp rule android_webview_unittests_apk. 51 // See gyp rule android_webview_unittests_apk.
|
/external/chromium_org/chrome/ |
js_unittest_rules.gypi | 16 # Then include this rule file in each of your unittest targets: 34 # Used by rule js2unit below.
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 65 for line_no, rule in enumerate(contents.split('\n')): 66 rule = rule.strip() 67 if rule: 68 self.ParsePattern(line_no + 1, rule) 99 # Won't work properly. A file "foo/bar/baz" will match the first rule, 185 parser = optparse.OptionParser(usage='%prog <rule file> <directory>') 197 parser.error('Expected rule file.')
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFilterRule.h | 44 static PassRefPtrWillBeRawPtr<CSSFilterRule> create(StyleRuleFilter* rule, CSSStyleSheet* sheet) 46 return adoptRefWillBeNoop(new CSSFilterRule(rule, sheet));
|
CSSFontFaceRule.h | 36 static PassRefPtrWillBeRawPtr<CSSFontFaceRule> create(StyleRuleFontFace* rule, CSSStyleSheet* sheet) 38 return adoptRefWillBeNoop(new CSSFontFaceRule(rule, sheet));
|
CSSImportRule.h | 37 static PassRefPtrWillBeRawPtr<CSSImportRule> create(StyleRuleImport* rule, CSSStyleSheet* sheet) 39 return adoptRefWillBeNoop(new CSSImportRule(rule, sheet));
|
CSSMediaRule.h | 35 static PassRefPtrWillBeRawPtr<CSSMediaRule> create(StyleRuleMedia* rule, CSSStyleSheet* sheet) 37 return adoptRefWillBeNoop(new CSSMediaRule(rule, sheet));
|
CSSPageRule.h | 37 static PassRefPtrWillBeRawPtr<CSSPageRule> create(StyleRulePage* rule, CSSStyleSheet* sheet) 39 return adoptRefWillBeNoop(new CSSPageRule(rule, sheet));
|
CSSStyleRule.h | 36 static PassRefPtrWillBeRawPtr<CSSStyleRule> create(StyleRule* rule, CSSStyleSheet* sheet) 38 return adoptRefWillBeNoop(new CSSStyleRule(rule, sheet));
|
CSSSupportsRule.h | 41 static PassRefPtrWillBeRawPtr<CSSSupportsRule> create(StyleRuleSupports* rule, CSSStyleSheet* sheet) 43 return adoptRefWillBeNoop(new CSSSupportsRule(rule, sheet));
|