Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dcertificate.js179 assert.optionalNumber(options.lifetime, 'options.lifetime');
180 var lifetime = options.lifetime;
181 if (lifetime === undefined)
182 lifetime = 10*365*24*3600;
184 validUntil.setTime(validUntil.getTime() + lifetime*1000);
277 assert.optionalNumber(options.lifetime, 'options.lifetime');
278 var lifetime = options.lifetime;
279 if (lifetime === undefined)
280 lifetime = 10*365*24*3600;
282 validUntil.setTime(validUntil.getTime() + lifetime*1000);
/third_party/boost/libs/python/doc/reference/
Dwith_custodian_and_ward.qbk3 This header provides facilities for establishing a lifetime dependency between two of a function's …
5lifetime binding before the underlying C++ object is invoked. However, before invocation the resul…
12 …`. ][ The 1-based index of the parameter which is the dependency in the lifetime relationship to b…
13 …t`. ][ The 1-based index of the parameter which is the dependent in the lifetime relationship to b…
30 [[Effects][Makes the lifetime of the argument indicated by ward dependent on the lifetime of the ar…
38 …::size_t`. ][ The index of the parameter which is the dependency in the lifetime relationship to b…
39 …d::size_t`. ][ The index of the parameter which is the dependent in the lifetime relationship to b…
57 [[Effects][Makes the lifetime of the object indicated by ward dependent on the lifetime of the obje…
Dreference_existing_object.qbk3lifetime of the referent is at least as long as that of the corresponding Python object. Thus, it …
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dtdls.c107 u32 lifetime; member
1200 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1()
1205 peer->lifetime = 301; in wpa_tdls_send_tpk_m1()
1210 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1()
1214 sizeof(timeoutie), peer->lifetime); in wpa_tdls_send_tpk_m1()
1215 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime %u seconds", peer->lifetime); in wpa_tdls_send_tpk_m1()
1250 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1301 lifetime = peer->lifetime; in wpa_tdls_send_tpk_m2()
1306 lifetime++; in wpa_tdls_send_tpk_m2()
1310 sizeof(timeoutie), lifetime); in wpa_tdls_send_tpk_m2()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dtdls.c107 u32 lifetime; member
1200 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1()
1205 peer->lifetime = 301; in wpa_tdls_send_tpk_m1()
1210 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1()
1214 sizeof(timeoutie), peer->lifetime); in wpa_tdls_send_tpk_m1()
1215 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime %u seconds", peer->lifetime); in wpa_tdls_send_tpk_m1()
1250 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1301 lifetime = peer->lifetime; in wpa_tdls_send_tpk_m2()
1306 lifetime++; in wpa_tdls_send_tpk_m2()
1310 sizeof(timeoutie), lifetime); in wpa_tdls_send_tpk_m2()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp81 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer() argument
/third_party/boost/libs/iterator/doc/quickbook/
Dshared_container_iterator.qbk5 The purpose of the shared container iterator is to attach the lifetime
6 of a container to the lifetime of its iterators. In other words, the
10 only need to exist for the lifetime of the iterators. By returning a
12 heap-allocated range of objects whose lifetime is automatically
18 container's lifetime will end when the last shared container iterator
20 to persist beyond the lifetime of all the iterators. In all other
53 regulates the lifetime of a reference counted `std::vector`. Though the
56 the underlying vector and thereby extend the container's lifetime.
/third_party/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp94 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer() argument
/third_party/skia/site/docs/user/modules/
Dparticles.md141 " effect.lifetime = 2;",
156 " p.lifetime = (1 - effect.age) * effect.lifetime;",
180 " effect.lifetime = 2;",
185 " p.lifetime = 10;",
278 " p.lifetime = 3 + rand(p.seed);",
303 " effect.lifetime = 4;",
329 " p.lifetime = explode ? (2 + rand(p.seed) * 0.5) : 0.5;",
359 " p.lifetime = mix(1, 3, rand(p.seed));",
433 " p.lifetime = 2 + rand(p.seed);",
/third_party/flutter/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp93 mParticles[i].lifetime = mRNG.randomFloatBetween(0.0f, 1.0f); in initialize()
168 &mParticles[0].lifetime); in draw()
213 float lifetime; member
/third_party/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp94 mParticles[i].lifetime = mRNG.randomFloatBetween(0.0f, 1.0f); in initialize()
169 &mParticles[0].lifetime); in draw()
214 float lifetime; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dminimal-http-server-eventlib-foreign.c28 static int lifetime = 5, reported; variable
333 if (--lifetime) in foreign_timer_service()
348 lifetime = 11; in foreign_timer_service()
355 lifetime = 6; in foreign_timer_service()
/third_party/boost/libs/histogram/doc/concepts/
DIntervalAxis.qbk35 …e return value may be a const reference, if the lifetime of the referred object is equal to the li…
42 …e return value may be a const reference, if the lifetime of the referred object is equal to the li…
/third_party/weston/doc/sphinx/toc/libweston/
Doutput.rst16 lifetime.
18 The lifetime of a weston_output is controlled by the libweston user.
/third_party/cef/patch/patches/
Dchrome_browser_background_mode_1100085.patch112 diff --git chrome/browser/lifetime/browser_close_manager.cc chrome/browser/lifetime/browser_close_m…
114 --- chrome/browser/lifetime/browser_close_manager.cc
115 +++ chrome/browser/lifetime/browser_close_manager.cc
/third_party/boost/libs/beast/doc/qbk/07_concepts/
DFieldsWriter.qbk54 request. The lifetime of `f` is guaranteed
63 response. The lifetime of `f` is guaranteed
72 encoding final-chunk trailer. The lifetime of `f` is
/third_party/flutter/glfw/docs/
Dmonitor.dox50 See the reference documentation for the lifetime of the returned array.
108 See the reference documentation for the lifetime of the returned array.
116 reference documentation for the lifetime of the returned pointer.
161 glfwGetMonitorName. See the reference documentation for the lifetime of the
202 the reference documentation for the lifetime of the returned structure.
/third_party/boost/boost/interprocess/detail/
Dintermodule_singleton_common.hpp333 …if(lifetime.dummy_function()){ //This forces lifetime instantiation, for reference counted destru… in get()
391 static lifetime_type lifetime; member in boost::interprocess::ipcdetail::intermodule_singleton_impl
496 intermodule_singleton_impl<C, L, P, ThreadSafeGlobalMap>::lifetime; member in boost::interprocess::ipcdetail::intermodule_singleton_impl<C, L, P, ThreadSafeGlobalMap>
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_get_native_client_buffer.txt68 EGL implementations must guarantee that the lifetime of the returned
70 following the lifetime semantics described below in section 2.5.2; the
DEGL_ANDROID_create_native_client_buffer.txt73 struct. EGL implementations must guarantee that the lifetime of the
75 to, following the lifetime semantics described below in section 2.5.2; the
184 of this extension should ensure the buffer has a lifetime at least as long
188 ensure proper lifetime semantics.
/third_party/openssl/doc/man3/
DSSL_CTX_set_timeout.pod23 Whenever a new session is created, it is assigned a maximum lifetime. This
24 lifetime is specified by storing the creation time of the session and the
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_get_native_client_buffer.txt68 EGL implementations must guarantee that the lifetime of the returned
70 following the lifetime semantics described below in section 2.5.2; the
DEGL_ANDROID_create_native_client_buffer.txt73 struct. EGL implementations must guarantee that the lifetime of the
75 to, following the lifetime semantics described below in section 2.5.2; the
184 of this extension should ensure the buffer has a lifetime at least as long
188 ensure proper lifetime semantics.
/third_party/mbedtls/include/mbedtls/
Dssl_ticket.h140 uint32_t lifetime );
/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc133 // [basic.life] says the lifetime of an object with a non-trivial
136 // [basic.life] says the lifetime of an object with non-trivial destructor
141 // lifetime. (SynchronizationStorage::get() access non-static members)
150 // non-trivial destructor, and so its lifetime ends at some point during
191 // ensures the instance's lifetime begins with static initialization

12345678910>>...15