Searched refs:ALLOW (Results 1 - 25 of 44) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAllow.java54 super(ALLOW);
61 super(ALLOW);
H A DSIPHeaderNames.java48 public static final String ALLOW = AllowHeader.NAME; //5 field in interface:SIPHeaderNames
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAllowParser.java71 headerName(TokenTypes.ALLOW);
74 allow.setHeaderName(SIPHeaderNames.ALLOW);
H A DTokenTypes.java58 public static final int ALLOW = START + 21; field in interface:TokenTypes
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.cc180 : default_behavior_(ALLOW),
195 DCHECK_GE(behavior_value, ALLOW);
270 return ALLOW;
275 return url_it->second ? ALLOW : BLOCK;
281 return host_it->second ? ALLOW : BLOCK;
289 return host_it->second ? ALLOW : BLOCK;
295 if (!blacklist_ && default_behavior_ == ALLOW)
296 return ALLOW;
302 return ALLOW;
306 return ALLOW;
[all...]
H A Dsupervised_user_url_filter.h38 ALLOW, enumerator in enum:SupervisedUserURLFilter::FilteringBehavior
85 // Sets the filtering behavior for pages not on a list (default is ALLOW).
H A Dsupervised_user_service_unittest.cc311 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
325 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
372 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
401 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
403 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
420 EXPECT_EQ(SupervisedUserURLFilter::ALLOW,
H A Dsupervised_user_url_filter_unittest.cc33 SupervisedUserURLFilter::ALLOW;
67 filter_->SetDefaultFilteringBehavior(SupervisedUserURLFilter::ALLOW);
341 filter_->SetDefaultFilteringBehavior(SupervisedUserURLFilter::ALLOW);
H A Dsupervised_user_pref_store.cc96 new FundamentalValue(SupervisedUserURLFilter::ALLOW));
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l70 allow return ALLOW;
/external/chromium_org/net/http/
H A Dhttp_atom_list.h11 HTTP_ATOM(ALLOW)
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter.h61 ALLOW, enumerator in enum:content::AccessibilityTreeFormatter::Filter::Type
87 // GetAllowEmptyString() -> "@MAC-ALLOW-EMPTY:"
88 // GetAllowString() -> "@MAC-ALLOW:"
92 // @MAC-ALLOW-EMPTY:description*
93 // @MAC-ALLOW:roleDescription*
H A Ddump_accessibility_tree_browsertest.cc92 filters->push_back(Filter(base::ASCIIToUTF16("FOCUSABLE"), Filter::ALLOW)); member in class:content::DumpAccessibilityTreeTest::Filter
93 filters->push_back(Filter(base::ASCIIToUTF16("READONLY"), Filter::ALLOW)); member in class:content::DumpAccessibilityTreeTest::Filter
105 // @MAC-ALLOW:AXSubrole=* means that the AXSubrole attribute should be
106 // printed, while @MAC-ALLOW:AXSubrole=AXList* means that any subrole
138 Filter::ALLOW)); member in class:content::DumpAccessibilityTreeTest::Filter
H A Daccessibility_tree_formatter.cc151 else if (iter->type == Filter::ALLOW)
H A Daccessibility_ui.cc232 AccessibilityTreeFormatter::Filter::ALLOW)); member in class:content::AccessibilityTreeFormatter::Filter
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java131 public static final String ALLOW = "Allow"; field in class:HttpHeaders
/external/checkpolicy/
H A Dpolicy_scan.l137 ALLOW |
138 allow { return(ALLOW); }
H A Dpolicy_parse.y122 %token ALLOW
420 cond_allow_def : ALLOW names names ':' names names ';'
457 allow_def : ALLOW names names ':' names names ';'
488 role_allow_def : ALLOW names names ';'
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_permission_helper.h118 enum PermissionResponseAction { DENY, ALLOW, DEFAULT }; enumerator in enum:extensions::WebViewPermissionHelper::PermissionResponseAction
H A Dweb_view_permission_helper.cc355 bool allow = (action == ALLOW) ||
/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility.js646 ALLOW: 1
653 * PromiseRejection.ALLOW, allow promise rejection on errors, otherwise the
679 } else if (opt_allowPromiseRejection === PromiseRejection.ALLOW) {
927 return fillFromChromeLocalStorage(request, PromiseRejection.ALLOW)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator in enum:eap_tnc_data::__anon33698
178 case ALLOW:
370 data->recommendation = ALLOW;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator in enum:eap_tnc_data::__anon33951
178 case ALLOW:
370 data->recommendation = ALLOW;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator in enum:eap_tnc_data::__anon34202
178 case ALLOW:
370 data->recommendation = ALLOW;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc56 ALLOW, enumerator in enum:__anon4361::InfobarAction
306 case ALLOW: {
463 ASSERT_TRUE(PerformActionOnInfoBar(browser(), ALLOW, 0, 0));
621 PerformActionOnInfoBar(incognito, ALLOW, 0, 0);
677 PerformActionOnInfoBar(browser, ALLOW, 0, 0);
718 PerformActionOnInfoBar(browser(), ALLOW, 0, 0); local

Completed in 3994 milliseconds

12