HomeSort by relevance Sort by last modified time
    Searched defs:ALLOW (Results 1 - 25 of 48) sorted by null

1 2

  /system/netd/server/
FirewallController.h 22 enum FirewallRule { ALLOW, DENY };
29 * defined ALLOW rules.
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.h 23 // * A default setting (allow, block or warn).
26 // * User-specified manual overrides (allow or block) for either sites
37 ALLOW,
84 // Sets the filtering behavior for pages not on a list (default is ALLOW).
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter.h 61 ALLOW,
85 // is an allow-empty, allow or deny filter. Example:
87 // GetAllowEmptyString() -> "@MAC-ALLOW-EMPTY:"
88 // GetAllowString() -> "@MAC-ALLOW:"
92 // @MAC-ALLOW-EMPTY:description*
93 // @MAC-ALLOW:roleDescription*
accessibility_ui.cc 245 AccessibilityTreeFormatter::Filter::ALLOW));
dump_accessibility_tree_browsertest.cc 91 filters->push_back(Filter(base::ASCIIToUTF16("FOCUSABLE"), Filter::ALLOW));
92 filters->push_back(Filter(base::ASCIIToUTF16("READONLY"), Filter::ALLOW));
101 // run through filters before being appended to the string. An "allow"
104 // @MAC-ALLOW:AXSubrole=* means that the AXSubrole attribute should be
105 // printed, while @MAC-ALLOW:AXSubrole=AXList* means that any subrole
137 Filter::ALLOW));
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.h 183 typedef base::Callback<void(bool /* allow */,
205 ALLOW,
293 bool allow);
303 bool allow,
308 bool allow,
314 bool allow,
319 bool allow,
324 bool allow,
328 bool allow,
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 54 ALLOW,
299 case ALLOW: {
454 // Tries to create a notification and clicks allow on the infobar.
461 ASSERT_TRUE(PerformActionOnInfoBar(browser(), ALLOW, 0, 0));
609 // Verify that allow/deny origin preferences are not saved in incognito.
619 PerformActionOnInfoBar(incognito, ALLOW, 0, 0);
675 PerformActionOnInfoBar(browser, ALLOW, 0, 0);
716 PerformActionOnInfoBar(browser(), ALLOW, 0, 0);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 48 public static final String ALLOW = AllowHeader.NAME; //5
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 60 public static final int ALLOW = 0x00;
118 int denyFlags = ALLOW;
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 40 private static enum State {CANCEL, ALLOW}
42 public State mState = State.ALLOW;
50 } else if (mState == State.ALLOW) {
51 s = "Allow";
101 // allow decoding by default
110 getOrCreateThreadStatus(t).mState = State.ALLOW;
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 116 /** The HTTP Access-Control-Allow-Headers header field name. */
117 public static final String ACCESS_CONTROL_ALLOW_HEADERS = "Access-Control-Allow-Headers";
118 /** The HTTP Access-Control-Allow-Methods header field name. */
119 public static final String ACCESS_CONTROL_ALLOW_METHODS = "Access-Control-Allow-Methods";
120 /** The HTTP Access-Control-Allow-Origin header field name. */
121 public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin";
122 /** The HTTP Access-Control-Allow-Credentials header field name. */
123 public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS = "Access-Control-Allow-Credentials";
130 /** The HTTP Allow header field name. */
131 public static final String ALLOW = "Allow"
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation;
178 case ALLOW:
370 data->recommendation = ALLOW;
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 55 * Conditionally allow console.log output based off of the debug mode.
645 /** Allow promise rejection */
646 ALLOW: 1
653 * PromiseRejection.ALLOW, allow promise rejection on errors, otherwise the
679 } else if (opt_allowPromiseRejection === PromiseRejection.ALLOW) {
928 return fillFromChromeLocalStorage(request, PromiseRejection.ALLOW)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 58 public static final int ALLOW = START + 21;
Lexer.java 152 addKeyword(AllowHeader.NAME.toUpperCase(), TokenTypes.ALLOW);
  /external/chromium_org/chrome/browser/resources/history/
history.js 41 ALLOW: 0,
120 // A value of |ManagedModeFilteringBehavior.ALLOW| is not displayed so it is
122 this.hostFilteringBehavior = ManagedModeFilteringBehavior.ALLOW;
158 // block/allow it.
624 // delete an entry or to block/allow it.
922 // Allow custom styling based on whether there are any results on the page.
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1109 milliseconds

1 2