/third_party/node/src/ |
D | node_object_wrap.h | 39 if (persistent().IsEmpty()) in ~ObjectWrap() 41 persistent().ClearWeak(); in ~ObjectWrap() 42 persistent().Reset(); in ~ObjectWrap() 64 return v8::Local<v8::Object>::New(isolate, persistent()); in handle() 69 inline v8::Persistent<v8::Object>& persistent() { in persistent() function 76 assert(persistent().IsEmpty()); in Wrap() 79 persistent().Reset(v8::Isolate::GetCurrent(), handle); in Wrap() 85 persistent().SetWeak(this, WeakCallback, v8::WeakCallbackType::kParameter); in MakeWeak() 93 assert(!persistent().IsEmpty()); in Ref() 94 persistent().ClearWeak(); in Ref() [all …]
|
D | connection_wrap.cc | 45 CHECK_EQ(wrap_data->persistent().IsEmpty(), false); in OnConnection() 91 CHECK_EQ(req_wrap->persistent().IsEmpty(), false); in AfterConnect() 92 CHECK_EQ(wrap->persistent().IsEmpty(), false); in AfterConnect()
|
D | util.h | 747 const v8::PersistentBase<TypeName>& persistent) { 748 if (persistent.IsWeak()) { 749 return PersistentToLocal::Weak(isolate, persistent); 751 return PersistentToLocal::Strong(persistent); 762 const v8::PersistentBase<TypeName>& persistent) { 763 DCHECK(!persistent.IsWeak()); 765 const_cast<v8::PersistentBase<TypeName>*>(&persistent)); 771 const v8::PersistentBase<TypeName>& persistent) { 772 return v8::Local<TypeName>::New(isolate, persistent);
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_persistent_key.data | 32 Save maximum-size persistent raw key 36 Save larger than maximum-size persistent raw key 71 import/export persistent raw key: 1 byte 74 import/export persistent key RSA public key: good, 1024-bit 78 import/export persistent key RSA keypair: good, 1024-bit 82 import/export persistent raw key file not exist: 1 byte 85 import/export persistent key RSA public key file not exist: 1024-bit 89 import/export persistent key RSA keypair file not exist: 1024-bit 93 import/export-persistent symmetric key: 16 bytes 97 import/export persistent raw key with restart: 1 byte [all …]
|
D | test_suite_psa_crypto_slot_management.data | 135 Create failure: invalid location for a persistent key 143 Create failure: invalid key id (0) for a persistent key 173 Copy volatile to persistent 177 Copy persistent to volatile 181 Copy persistent to persistent 185 Copy persistent to persistent, same id but different owner 189 Copy persistent to persistent with enrollment algorithm 197 Copy persistent to occupied 201 Copy persistent to same 220 # Eviction from a key slot to be able to import a new persistent key. [all …]
|
D | test_suite_psa_crypto_slot_management.function | 54 /* Closing the key invalidate only volatile keys, not persistent ones. */ 63 /* Purging the key just purges RAM data of persistent keys. */ 549 /* If the target key is persistent, restart the system to make 886 * Create MBEDTLS_PSA_KEY_SLOT_COUNT persistent keys. 899 * Create a new persistent or volatile key. When creating the key, 900 * one of the descriptions of the previously created persistent keys 921 * the description of the persistent key that was evicted from the RAM 969 * Create a persistent key 992 * Check that we cannot access the persistent key as all slots are 994 * persistent key description in a slot to be able to access it. [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
D | p2p_group_add.py | 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = False variable 187 persistent = False variable 189 persistent = True variable 214 persistent,frequency,persistent_group_object)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
D | p2p_group_add.py | 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = False variable 187 persistent = False variable 189 persistent = True variable 214 persistent,frequency,persistent_group_object)
|
/third_party/eudev/rules/ |
D | Makefile.am | 13 60-persistent-alsa.rules \ 14 60-persistent-input.rules \ 15 60-persistent-storage-tape.rules \ 16 60-persistent-v4l.rules \ 33 60-persistent-storage.rules
|
/third_party/ffmpeg/libavcodec/ |
D | microdvddec.c | 43 int persistent; member 100 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 118 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 130 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 144 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 169 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 178 tag.persistent = MICRODVD_PERSISTENT_ON; in microdvd_load_tags() 206 if (tags[i].persistent == MICRODVD_PERSISTENT_OPENED) in microdvd_open_tags() 239 if (tags[i].persistent == MICRODVD_PERSISTENT_ON) in microdvd_open_tags() 240 tags[i].persistent = MICRODVD_PERSISTENT_OPENED; in microdvd_open_tags() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontext.c | 75 gboolean persistent; member 142 copy->persistent = context->persistent; in _gst_context_copy() 167 gst_context_new (const gchar * context_type, gboolean persistent) in gst_context_new() argument 184 context->persistent = persistent; in gst_context_new() 285 return context->persistent; in gst_context_is_persistent()
|
/third_party/node/test/addons/callback-scope/ |
D | binding.cc | 40 std::unique_ptr<v8::Global<v8::Promise::Resolver>> persistent { in Callback() local 42 v8::Local<v8::Promise::Resolver> local = persistent->Get(isolate); in Callback() 51 v8::Global<v8::Promise::Resolver>* persistent = in TestResolveAsync() local 58 req->data = static_cast<void*>(persistent); in TestResolveAsync() 65 v8::Local<v8::Promise::Resolver> local = persistent->Get(isolate); in TestResolveAsync()
|
/third_party/iptables/extensions/ |
D | libip6t_DNAT.txlate | 7 …6tables-translate -t nat -A prerouting -p tcp -j DNAT --to-destination [fec0::1234]:80 --persistent 8 nft add rule ip6 nat prerouting meta l4proto tcp counter dnat to [fec0::1234]:80 persistent 10 …ranslate -t nat -A prerouting -p tcp -j DNAT --to-destination [fec0::1234]:80 --random --persistent 11 nft add rule ip6 nat prerouting meta l4proto tcp counter dnat to [fec0::1234]:80 random,persistent
|
D | libipt_SNAT.txlate | 13 iptables-translate -t nat -A postrouting -o eth0 -j SNAT --to 1.2.3.4 --random --persistent 14 nft add rule ip nat postrouting oifname "eth0" counter snat to 1.2.3.4 random,persistent
|
D | libip6t_SNAT.txlate | 10 …late -t nat -A postrouting -o eth0 -p tcp -j SNAT --to [fec0::1234]:123 --random-fully --persistent 11 …ostrouting oifname "eth0" meta l4proto tcp counter snat to [fec0::1234]:123 fully-random,persistent
|
/third_party/node/lib/internal/fs/ |
D | watchers.js | 99 persistent, 107 if (!persistent) 225 persistent, 239 persistent, 302 persistent = true, 308 validateBoolean(persistent, 'options.persistent'); 352 const err = handle.start(path, persistent, recursive, encoding);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 58 boolean persistent; member 213 boolean map_sync, persistent; in debug_flush_map() local 220 persistent = !map_sync || fbuf->supports_persistent || in debug_flush_map() 236 fbuf->maps[fbuf->map_count].persistent = persistent; in debug_flush_map() 237 if (!persistent) { in debug_flush_map() 247 if (!persistent) { in debug_flush_map() 282 if (!fbuf->maps[i].persistent) { in debug_flush_unmap()
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_device_persistent_id.txt | 43 provide a unique, persistent identifier for EGLDeviceEXT handles. 72 that controls the device. This string remains persistent across 108 identifies a physical device, and is persistent across reboots, 111 EGL_DEVICE_UUID_EXT may or may not be persistent across changes in 113 or persistent across different (physical or virtual) computers. 127 in use for a device. The driver UUID is persistent across reboots, 128 processes, and APIs, but is not persistent across driver versions. 157 unique, and EGL_DRIVER_UUID_EXT is not persistent. 160 unique, persistent identifier. 181 UUID's persistent whenever possible, to avoid invalidating [all …]
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 73 bool persistent) in CallbackImpl() argument 77 persistent_(persistent) {} in CallbackImpl() 260 const bool persistent = args->GetBool(3); in OnProcessMessageReceived() local 272 new CallbackImpl(this, browser_id, query_id, persistent)); in OnProcessMessageReceived() 282 ->OnQuery(browser, frame, query_id, request, persistent, in OnProcessMessageReceived() 301 info->persistent = persistent; in OnProcessMessageReceived() 343 bool persistent; member 371 *remove = removed_ = (always_remove_ || !info->persistent); in GetQueryInfo() 664 const bool persistent = in Execute() local 669 requestVal->GetStringValue(), persistent, successVal, failureVal); in Execute() [all …]
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a630-skips.txt | 59 spec@arb_buffer_storage@bufferstorage-persistent read 60 spec@arb_buffer_storage@bufferstorage-persistent read client-storage 61 spec@arb_buffer_storage@bufferstorage-persistent read coherent 62 spec@arb_buffer_storage@bufferstorage-persistent read coherent client-storage
|
/third_party/curl/tests/data/ |
D | test146 | 6 persistent connection 23 persistent FTP with different paths
|
D | test183 | 7 persistent connection 28 HTTP GET two URLs over a single proxy with persistent connection
|
/third_party/cef/tests/ceftests/ |
D | message_router_unittest.cc | 508 bool persistent, in OnQuery() argument 513 EXPECT_FALSE(persistent); in OnQuery() 743 bool persistent, in OnQuery() argument 748 EXPECT_TRUE(persistent); in OnQuery() 929 bool persistent, in OnQuery() argument 934 EXPECT_FALSE(persistent); in OnQuery() 1232 bool persistent, in OnQuery() argument 1251 EXPECT_TRUE(persistent); in OnQuery() 1253 EXPECT_FALSE(persistent); in OnQuery() 1553 const bool persistent = IsPersistent(query.type); in GetQueryHTML() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-P2P | 152 [persistent|persistent=<network id>] [join|auth] 166 from local display, keypad=PIN entered from peer display). "persistent" 167 parameter can be used to request a persistent group to be formed. The 168 "persistent=<network id>" alternative can be used to pre-populate 169 SSID/passphrase configuration based on a previously used persistent 212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join 215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent 264 p2p_group_add [persistent|persistent=<network id>] [freq=<freq in MHz>] 269 GO. Optional persistent=<network id> can be used to specify restart of 270 a persistent group. Optional freq=<freq in MHz> can be used to force [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-P2P | 152 [persistent|persistent=<network id>] [join|auth] 166 from local display, keypad=PIN entered from peer display). "persistent" 167 parameter can be used to request a persistent group to be formed. The 168 "persistent=<network id>" alternative can be used to pre-populate 169 SSID/passphrase configuration based on a previously used persistent 212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join 215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent 264 p2p_group_add [persistent|persistent=<network id>] [freq=<freq in MHz>] 269 GO. Optional persistent=<network id> can be used to specify restart of 270 a persistent group. Optional freq=<freq in MHz> can be used to force [all …]
|