/external/chromium/third_party/libjingle/source/talk/base/ |
D | winfirewall.cc | 92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized() 94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized() 97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW() 99 *authorized = false; in QueryAuthorizedW() 119 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW() 135 bool authorized, in AddApplication() argument 138 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication() 143 bool authorized, in AddApplicationW() argument 160 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
|
D | winfirewall.h | 55 bool QueryAuthorized(const char* filename, bool* authorized) const; 56 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const; 59 bool authorized, HRESULT* result); 61 bool authorized, HRESULT* result);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | winfirewall.cc | 92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized() 94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized() 97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW() 99 *authorized = false; in QueryAuthorizedW() 119 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW() 135 bool authorized, in AddApplication() argument 138 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication() 143 bool authorized, in AddApplicationW() argument 160 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
|
D | winfirewall_unittest.cc | 39 bool authorized; in TEST() local 41 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST() 45 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST() 52 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST()
|
D | winfirewall.h | 55 bool QueryAuthorized(const char* filename, bool* authorized) const; 56 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const; 59 bool authorized, HRESULT* result); 61 bool authorized, HRESULT* result);
|
/external/smack/src/org/apache/harmony/javax/security/sasl/ |
D | AuthorizeCallback.java | 45 private boolean authorized; field in AuthorizeCallback 63 return (authorized ? authorizedID : null); in getAuthorizedID() 67 return authorized; in isAuthorized() 71 authorized = ok; in setAuthorized()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | auth.test | 47 } {1 {not authorized}} 72 } {1 {not authorized}} 92 } {1 {not authorized}} 105 } {1 {not authorized}} 209 } {1 {not authorized}} 243 } {1 {not authorized}} 270 } {1 {not authorized}} 381 } {1 {not authorized}} 406 } {1 {not authorized}} 434 } {1 {not authorized}} [all …]
|
D | vtab3.test | 82 } {1 {not authorized}} 94 } {1 {not authorized}} 119 if {$msg eq "authorization denied"} {set msg "not authorized"} 121 } {1 {not authorized}}
|
D | auth3.test | 56 } {1 {not authorized}}
|
D | loadext.test | 243 } {1 {not authorized}} 256 } {1 {not authorized}}
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
D | upload_page.js | 97 if (this.client_.authorized) { 126 (this.files_.length > 0) && this.client_.authorized;
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.h | 29 struct sta_info *sta, int authorized);
|
D | sta_info.c | 889 int authorized) in ap_sta_set_authorized() argument 897 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized() 915 if (authorized) { in ap_sta_set_authorized() 937 sta->addr, authorized, dev_addr); in ap_sta_set_authorized()
|
D | sta_info.h | 186 struct sta_info *sta, int authorized);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 69 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 716 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument 723 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 728 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 729 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
|
D | notify.c | 583 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument 586 if (authorized) in wpas_notify_sta_authorized()
|
D | notify.h | 84 const u8 *mac_addr, int authorized,
|
/external/chromium_org/components/policy/proto/ |
D | chrome_extension_policy.proto | 24 // authorized to download |download_url|.
|
/external/javasqlite/ |
D | NOTICE | 9 license, or royalty fee is required for any of the authorized uses.
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
D | chrome_extension_policy.proto | 24 // authorized to download |download_url|.
|
/external/netperf/ |
D | NOTICE | 8 limitations, you are hereby authorized to (i) use, reproduce, and
|
D | MODULE_LICENSE_HP | 8 limitations, you are hereby authorized to (i) use, reproduce, and
|
/external/iputils/ |
D | Makefile | 237 @if [ x"$(UNAME_N)" != x"pleiades" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 216 void (*port_cb)(void *ctx, int authorized);
|