Home
last modified time | relevance | path

Searched defs:persistent (Results 1 – 25 of 53) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
159 persistent = False variable
187 persistent = False variable
189 persistent = True variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
159 persistent = False variable
187 persistent = False variable
189 persistent = True variable
/third_party/node/test/addons/callback-scope/
Dbinding.cc40 std::unique_ptr<v8::Global<v8::Promise::Resolver>> persistent { in Callback() local
51 v8::Global<v8::Promise::Resolver>* persistent = in TestResolveAsync() local
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js23 …watchFile(filename: string, options: { persistent?: boolean; interval?: number; }, listener: (curr… field
65 { persistent: true, interval: 250 }, property
160 fs.watchFile(fileName, { persistent: true, interval: 250 }, function (curr, prev) { property
/third_party/node/test/parallel/
Dtest-fs-watch-close-when-destroyed.js19 const watcher = fs.watch(root, { persistent: false, recursive: false }); property
Dtest-fs-promises-watch.js94 for await (const _ of watch('', { persistent: 1 })) { } property
/third_party/node/test/pummel/
Dtest-fs-watch-non-recursive.js41 const watcher = fs.watch(testDir, { persistent: true }, (event, filename) => { property
/third_party/node/lib/internal/fs/
Drecursive_watch.js106 this.#options = { persistent, recursive, signal, encoding }; property
183 persistent: this.#options.persistent, property
/third_party/node/src/
Dnode_object_wrap.h69 inline v8::Persistent<v8::Object>& persistent() { in persistent() function
Dbase_object-inl.h52 v8::Global<v8::Object>& BaseObject::persistent() { in persistent() function
/third_party/node/deps/v8/src/api/
Dapi.h275 const v8::Persistent<T, M>& persistent) { in OpenPersistent()
282 v8::Persistent<T>* persistent) { in OpenPersistent()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c58 boolean persistent; member
213 boolean map_sync, persistent; in debug_flush_map() local
/third_party/node/deps/v8/include/cppgc/
Dpersistent.h225 const auto* persistent = static_cast<const BasicPersistent*>(ptr); in Trace() local
/third_party/node/test/sequential/
Dtest-fs-watch.js121 fs.watch(__filename, { persistent: false }, common.mustNotCall()); property
/third_party/ffmpeg/libavcodec/
Dmicrodvddec.c44 int persistent; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_invitation.c187 int persistent; in p2p_process_invitation_req() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_invitation.c194 int persistent; in p2p_process_invitation_req() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Dwpa_magiclink.c371 int network_id, int persistent, int freq, int max_band)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_magiclink.c392 int persistent, int freq, int max_band) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c1268 const u8 *go_dev_addr, int persistent, in wpas_p2p_group_started()
1318 int persistent; in wpas_group_formation_completed() local
1694 struct wpa_ssid *persistent; in wpas_p2p_add_psk_list() local
7161 int persistent; in wpas_p2p_invite_group() local
7236 int persistent; in wpas_p2p_completed() local
8209 struct wpa_ssid *persistent; in wpas_p2p_new_psk_cb() local
8461 struct wpa_ssid *persistent; in wpas_p2p_4way_hs_failed() local
8669 int res, persistent; in wpas_p2p_nfc_auth_join() local
Dnotify.c719 struct wpa_ssid *ssid, int persistent, in wpas_notify_p2p_group_started()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c1473 const u8 *go_dev_addr, int persistent, in wpas_p2p_group_started()
1580 int persistent; in wpas_group_formation_completed() local
1967 struct wpa_ssid *persistent; in wpas_p2p_add_psk_list() local
8524 int persistent; local
8602 int persistent; local
9627 struct wpa_ssid *persistent; local
9898 struct wpa_ssid *persistent; local
10110 int res, persistent; local
/third_party/curl/tests/server/
Drtspd.c776 bool persistent = TRUE; in send_doc() local
Dsws.c1018 bool persistent = TRUE; in send_doc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new.h442 int client, int persistent, in wpas_dbus_signal_p2p_group_started()

123