/external/chromium_org/chrome/browser/chromeos/login/users/ |
D | multi_profile_user_controller_unittest.cc | 48 MultiProfileUserController::ALLOWED, MultiProfileUserController::ALLOWED, 53 MultiProfileUserController::ALLOWED, 59 MultiProfileUserController::ALLOWED, 65 MultiProfileUserController::ALLOWED, MultiProfileUserController::ALLOWED, 70 MultiProfileUserController::ALLOWED, 76 MultiProfileUserController::ALLOWED, 230 EXPECT_EQ(MultiProfileUserController::ALLOWED, reason) << "Case " << i; in TEST_F() 231 EXPECT_EQ(MultiProfileUserController::ALLOWED, in TEST_F() 314 MultiProfileUserController::ALLOWED) in TEST_F() 318 MultiProfileUserController::ALLOWED) in TEST_F() [all …]
|
D | multi_profile_user_controller.cc | 43 return value == MultiProfileUserController::ALLOWED; in SetUserAllowedReason() 98 return ALLOWED; in GetPrimaryUserPolicy() 110 return ALLOWED; in GetPrimaryUserPolicy() 126 return ALLOWED; in GetPrimaryUserPolicy() 143 return SetUserAllowedReason(reason, ALLOWED); in IsUserAllowedInSession() 155 if (primary_user_policy != ALLOWED) in IsUserAllowedInSession() 162 behavior == kBehaviorUnrestricted ? ALLOWED : NOT_ALLOWED_POLICY_FORBIDS); in IsUserAllowedInSession()
|
D | multi_profile_user_controller.h | 36 ALLOWED, enumerator
|
/external/chromium_org/chrome/browser/ssl/ |
D | chrome_ssl_host_state_delegate_test.cc | 91 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 114 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 124 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 258 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 325 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 359 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 399 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 485 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 511 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F() 563 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED, in IN_PROC_BROWSER_TEST_F()
|
D | chrome_ssl_host_state_delegate.cc | 304 cert_dict->SetIntegerWithoutPathExpansion(GetKey(cert, error), ALLOWED); in AllowCert() 356 if (success && policy_decision == ALLOWED) in QueryPolicy() 357 return ALLOWED; in QueryPolicy() 421 if (success && (static_cast<CertJudgment>(policy_decision) == ALLOWED)) in HasAllowException()
|
/external/clang/test/Sema/ |
D | format-strings-gnu.c | 19 #ifndef ALLOWED in test() 34 #ifdef ALLOWED
|
D | format-strings-darwin.c | 24 #ifdef ALLOWED in test() 41 #ifdef ALLOWED
|
/external/chromium_org/chrome/browser/web_resource/ |
D | resource_request_allowed_notifier.cc | 52 return ALLOWED; in GetResourceRequestsAllowedState() 58 return GetResourceRequestsAllowedState() == ALLOWED; in ResourceRequestsAllowed()
|
D | resource_request_allowed_notifier_test_util.cc | 40 return requests_allowed_ ? ALLOWED : DISALLOWED_NETWORK_DOWN; in GetResourceRequestsAllowedState()
|
D | resource_request_allowed_notifier.h | 43 ALLOWED, enumerator
|
/external/chromium_org/remoting/host/ |
D | pam_authorization_factory_posix.cc | 46 enum { NOT_CHECKED, ALLOWED, DISALLOWED } local_login_status_; enumerator 105 local_login_status_ = IsLocalLoginAllowed() ? ALLOWED : DISALLOWED; in MaybeCheckLocalLogin()
|
/external/chromium_org/third_party/fips181/ |
D | fips181.cc | 1815 if ((ALLOWED (ILLEGAL_PAIR)) || in gen_syllable() 1821 (ALLOWED (BREAK) && (vowel_count == 0)) || in gen_syllable() 1827 (ALLOWED (END) && (vowel_count == 0) && in gen_syllable() 1837 if (ALLOWED (NOT_BEGIN)) in gen_syllable() 1856 (ALLOWED (BEGIN)) && in gen_syllable() 1864 (ALLOWED (NOT_END) && in gen_syllable() 1873 (ALLOWED (BREAK) && in gen_syllable() 1884 (ALLOWED (PREFIX) && in gen_syllable() 1964 (ALLOWED (END) || (length_left == 0))) in gen_syllable() 1987 if (ALLOWED (BEGIN) && in gen_syllable() [all …]
|
D | fips181.h | 45 #define ALLOWED(flag) (digram[units_in_syllable[current_unit -1]][unit] & (flag)) macro
|
/external/chromium_org/content/public/browser/ |
D | ssl_host_state_delegate.h | 30 ALLOWED enumerator
|
/external/chromium_org/android_webview/browser/ |
D | aw_ssl_host_state_delegate.cc | 85 ? SSLHostStateDelegate::ALLOWED in QueryPolicy()
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 150 SM_STATE(CP, ALLOWED) in SM_STATE() argument 152 SM_ENTRY(CP, ALLOWED); in SM_STATE() 353 SM_ENTER(CP, ALLOWED); in SM_STEP()
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_policy.cc | 44 if (judgment == SSLHostStateDelegate::ALLOWED) { in OnCertError()
|
/external/chromium_org/chrome/browser/metrics/variations/ |
D | variations_service.cc | 177 case ResourceRequestAllowedNotifier::ALLOWED: in ResourceRequestStateToHistogramValue() 496 if (state != ResourceRequestAllowedNotifier::ALLOWED) { in FetchVariationsSeed()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | session_state_delegate_chromeos.cc | 231 chromeos::MultiProfileUserController::ALLOWED; in IsMultiProfileAllowedByPrimaryUserPolicy()
|
/external/markdown/docs/ |
D | using_as_module.txt | 112 markdown.HTML_REMOVED_TEXT = "--RAW HTML IS NOT ALLOWED--"
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 3442 NOT_ALLOWED, PASSIVE_ONLY, ALLOWED enumerator 3468 return ALLOWED; in has_channel() 3541 enum chan_allowed res, ret = ALLOWED; in wpas_p2p_verify_80mhz() 3628 if (res == ALLOWED) { in wpas_p2p_setup_channels() 3683 if (ret == ALLOWED) in wpas_p2p_get_ht40_mode()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 2686 ALLOWED AH0 L AW1 D
|