/external/webkit/LayoutTests/storage/ |
D | test-authorizer-expected.txt | 9 SQLITE_CREATE_VTABLE statement failed: not authorized 15 SQLITE_PRAGMA statement failed: not authorized 18 SQLITE_TRANSACTION statement failed: not authorized 19 SQLITE_ATTACH statement failed: not authorized 20 SQLITE_DETACH statement failed: not authorized 22 SQLITE_ANALYZE statement failed: not authorized 31 SQLITE_CREATE_TABLE statement failed: not authorized 33 SQLITE_CREATE_INDEX statement failed: not authorized 34 SQLITE_CREATE_TEMP_TABLE statement failed: not authorized 35 SQLITE_CREATE_TEMP_TRIGGER statement failed: not authorized [all …]
|
D | private-browsing-noread-nowrite-expected.txt | 5 not authorized 7 not authorized 9 not authorized 11 not authorized
|
/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/bluetooth/bluez/gdbus/ |
D | polkit.c | 36 void (*function) (dbus_bool_t authorized, 98 dbus_bool_t authorized, challenge; in parse_result() local 102 dbus_message_iter_get_basic(&result, &authorized); in parse_result() 105 return authorized; in parse_result() 109 void (*function) (dbus_bool_t authorized, void *user_data); 118 dbus_bool_t authorized = FALSE; in authorization_reply() local 130 authorized = parse_result(&iter); in authorization_reply() 134 data->function(authorized, data->user_data); in authorization_reply() 147 void (*function) (dbus_bool_t authorized, in polkit_check_authorization()
|
D | object.c | 316 void (*function) (dbus_bool_t authorized, 325 static void builtin_security_result(dbus_bool_t authorized, void *user_data) in builtin_security_result() argument 329 if (authorized == TRUE) in builtin_security_result()
|
/external/bluetooth/bluez/audio/ |
D | device.c | 95 gboolean authorized; member 241 priv->authorized = FALSE; in device_set_state() 741 priv->authorized = TRUE; in auth_cb() 813 if (priv->authorized || audio_device_is_connected(dev)) { in audio_device_request_authorization() 864 priv->authorized = auth; in audio_device_set_authorized()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 600 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument 607 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 612 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 613 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
|
D | notify.c | 551 const u8 *mac_addr, int authorized) in wpas_notify_sta_authorized() argument 553 if (authorized) in wpas_notify_sta_authorized()
|
D | notify.h | 85 const u8 *mac_addr, int authorized);
|
D | driver_i.h | 375 int authorized) in wpa_drv_set_supp_port() argument 379 authorized); in wpa_drv_set_supp_port()
|
/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;
|
D | picasa_client.js | 128 get authorized() { getter in picasa.Client
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.h | 65 struct sta_info *sta, int authorized);
|
D | sta_info.c | 763 int authorized) in ap_sta_set_authorized() argument 765 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized() 768 if (authorized) in ap_sta_set_authorized() 775 sta->addr, authorized); in ap_sta_set_authorized()
|
D | sta_info.h | 159 struct sta_info *sta, int authorized);
|
D | hostapd.h | 149 int authorized);
|
D | ap_drv_ops.h | 26 struct sta_info *sta, int authorized);
|
D | ap_drv_ops.c | 161 struct sta_info *sta, int authorized) in hostapd_set_authorized() argument 163 if (authorized) { in hostapd_set_authorized()
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 73 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
|
/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/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 486 int authorized = -1; in bsd_set_sta_authorized() local 490 authorized = 1; in bsd_set_sta_authorized() 492 authorized = 0; in bsd_set_sta_authorized() 494 if (authorized < 0) in bsd_set_sta_authorized() 497 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
|
D | driver_atheros.c | 387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) in atheros_set_sta_authorized() argument 394 __func__, ether_sprintf(addr), authorized); in atheros_set_sta_authorized() 396 if (authorized) in atheros_set_sta_authorized() 405 __func__, authorized ? "" : "un", MAC2STR(addr)); in atheros_set_sta_authorized()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 222 void (*port_cb)(void *ctx, int authorized);
|