Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 96) sorted by relevance

1234

/external/webkit/LayoutTests/storage/
Dtest-authorizer-expected.txt9 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 …]
Dprivate-browsing-noread-nowrite-expected.txt5 not authorized
7 not authorized
9 not authorized
11 not authorized
/external/chromium/third_party/libjingle/source/talk/base/
Dwinfirewall.cc92 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()
Dwinfirewall.h55 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/
Dpolkit.c36 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()
Dobject.c316 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/
Ddevice.c95 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/
Dwpas_glue.c600 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()
Dnotify.c551 const u8 *mac_addr, int authorized) in wpas_notify_sta_authorized() argument
553 if (authorized) in wpas_notify_sta_authorized()
Dnotify.h85 const u8 *mac_addr, int authorized);
Ddriver_i.h375 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/
Dupload_page.js97 if (this.client_.authorized) {
126 (this.files_.length > 0) && this.client_.authorized;
Dpicasa_client.js128 get authorized() { getter in picasa.Client
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.h65 struct sta_info *sta, int authorized);
Dsta_info.c763 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()
Dsta_info.h159 struct sta_info *sta, int authorized);
Dhostapd.h149 int authorized);
Dap_drv_ops.h26 struct sta_info *sta, int authorized);
Dap_drv_ops.c161 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/
Deapol_auth_sm.h73 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/external/netperf/
DNOTICE8 limitations, you are hereby authorized to (i) use, reproduce, and
DMODULE_LICENSE_HP8 limitations, you are hereby authorized to (i) use, reproduce, and
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c486 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()
Ddriver_atheros.c387 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/
Deapol_supp_sm.h222 void (*port_cb)(void *ctx, int authorized);

1234