Home
last modified time | relevance | path

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

1234567

/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/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/wpa_supplicant/
Dwpas_glue.c698 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
705 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
710 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
711 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
Dnotify.c568 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument
571 if (authorized) in wpas_notify_sta_authorized()
Dnotify.h83 const u8 *mac_addr, int authorized,
Dibss_rsn.c318 struct ibss_rsn_peer *peer, int authorized) in ibss_set_sta_authorized() argument
322 if (authorized) { in ibss_set_sta_authorized()
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h67 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.h59 struct sta_info *sta, int authorized);
Dsta_info.c778 int authorized) in ap_sta_set_authorized() argument
781 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized()
788 if (authorized) { in ap_sta_set_authorized()
831 sta->addr, authorized, dev_addr); in ap_sta_set_authorized()
Dsta_info.h161 struct sta_info *sta, int authorized);
Dhostapd.h147 int authorized, const u8 *p2p_dev_addr);
/external/javasqlite/
DNOTICE9 license, or royalty fee is required for any of the authorized uses.
/external/netperf/
DMODULE_LICENSE_HP8 limitations, you are hereby authorized to (i) use, reproduce, and
DNOTICE8 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_madwifi.c361 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized) in madwifi_set_sta_authorized() argument
368 __func__, ether_sprintf(addr), authorized); in madwifi_set_sta_authorized()
370 if (authorized) in madwifi_set_sta_authorized()
379 __func__, authorized ? "" : "un", MAC2STR(addr)); in madwifi_set_sta_authorized()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h216 void (*port_cb)(void *ctx, int authorized);
/external/mdnsresponder/
DPrivateDNS.txt6 for secure, encrypted, and authorized communications. Private data sent
45 private, then it makes sure that the client is authorized to query that
83 up by an authorized client, but once set up, subsequent change event

1234567