Home
last modified time | relevance | path

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

1234

/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.js22 …watchFile(filename: string, options: { persistent?: boolean; interval?: number; }, listener: (curr… field
62 { persistent: true, interval: 250 }, property
155 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.js88 async () => { for await (const _ of watch('', { persistent: 1 })) {} }, property
/third_party/gstreamer/gstreamer/gst/
Dgstcontext.c75 gboolean persistent; member
167 gst_context_new (const gchar * context_type, gboolean persistent) in gst_context_new()
/third_party/node/test/pummel/
Dtest-fs-watch-non-recursive.js43 const watcher = fs.watch(testDir, { persistent: true }, common.mustNotCall()); property
/third_party/cef/tests/cefclient/browser/
Dbinding_test.cc30 bool persistent, in OnQuery()
Dwindow_test.cc69 bool persistent, in OnQuery()
Ddialog_test.cc102 bool persistent, in OnQuery()
Durlrequest_test.cc95 bool persistent, in OnQuery()
Dpreferences_test.cc51 bool persistent, in OnQuery()
/third_party/cef/include/wrapper/
Dcef_message_router.h264 bool persistent, in OnQuery()
/third_party/node/src/
Dnode_object_wrap.h69 inline v8::Persistent<v8::Object>& persistent() { in persistent() function
Dbase_object-inl.h81 v8::Global<v8::Object>& BaseObject::persistent() { in persistent() function
/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/cef/libcef_dll/wrapper/
Dcef_message_router.cc73 bool persistent) in CallbackImpl()
260 const bool persistent = args->GetBool(3); in OnProcessMessageReceived() local
343 bool persistent; member
664 const bool persistent = in Execute() local
857 bool persistent; member
909 bool persistent, in SendQuery()
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc135 bool persistent, in OnQuery()
/third_party/node/test/sequential/
Dtest-fs-watch.js121 fs.watch(__filename, { persistent: false }, common.mustNotCall()); property
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc508 bool persistent, in OnQuery()
743 bool persistent, in OnQuery()
929 bool persistent, in OnQuery()
1232 bool persistent, in OnQuery()
1553 const bool persistent = IsPersistent(query.type); in GetQueryHTML() local
1857 bool persistent, in OnQuery()
2045 bool persistent, in OnQuery()
2137 bool persistent, in OnQuery()
2346 bool persistent, in OnQuery()
2574 bool persistent, in OnQuery()
[all …]
Dstream_resource_handler_unittest.cc122 bool persistent, in OnQuery()
/third_party/ffmpeg/libavcodec/
Dmicrodvddec.c43 int persistent; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_magiclink.c371 int persistent, int freq, int max_band) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_invitation.c187 int persistent; in p2p_process_invitation_req() local

1234