/third_party/littlefs/bd/ |
D | lfs_testbd.c | 35 bd->persist = path; in lfs_testbd_createcfg() 53 if (bd->persist) { in lfs_testbd_createcfg() 95 if (bd->persist) { in lfs_testbd_destroy() 110 if (bd->persist) { in lfs_testbd_rawread() 120 if (bd->persist) { in lfs_testbd_rawprog() 130 if (bd->persist) { in lfs_testbd_rawerase() 139 if (bd->persist) { in lfs_testbd_rawsync()
|
D | lfs_testbd.h | 86 bool persist; member
|
/third_party/node/deps/undici/src/lib/mock/ |
D | pending-interceptors-formatter.js | 27 ({ method, path, data: { statusCode }, persist, times, timesInvoked, origin }) => ({ property 32 Persistent: persist ? '✅' : '❌', 34 Remaining: persist ? Infinity : times - timesInvoked
|
D | mock-interceptor.js | 38 persist () { method in MockScope 39 this[kMockDispatch].persist = true
|
D | mock-utils.js | 160 const baseData = { timesInvoked: 0, times: 1, persist: false, consumed: false } property 230 const { data: { statusCode, data, headers, trailers, error }, delay, persist } = mockDispatch 234 mockDispatch.consumed = !persist && timesInvoked >= times
|
/third_party/curl/lib/ |
D | altsvc.c | 176 unsigned int persist; in altsvc_add() local 185 date, &persist, &prio); in altsvc_add() 193 as->persist = persist ? 1 : 0; in altsvc_add() 292 as->persist, as->prio); in altsvc_out() 538 bool persist = FALSE; in Curl_altsvc_parse() local 637 persist = TRUE; in Curl_altsvc_parse() 653 as->persist = persist; in Curl_altsvc_parse()
|
D | altsvc.h | 49 bool persist; member
|
/third_party/libcoap/man/ |
D | coap_persist.txt.in | 19 - Work with CoAP persist support 54 When a coap-server is restarted, state information does not usually persist 59 There are callbacks provided to support doing this as an alternative persist 62 *NOTE:* The observe persist support is only available for UDP sessions. 66 use for maintaining the persist information over an application restart, and 67 *coap_persist_stop*() is called to preserve any persist information over the 75 The *coap_persist_startup*() function is used to enable persist tracking for 76 _context_ so when a coap-server is restarted, the persist tracked information 91 If a file is defined as NULL, then that particular persist information is not 93 *coap_persist_track_funcs*() for customized persist tracking followed by a [all …]
|
/third_party/curl/tests/data/ |
D | test359 | 21 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0 68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
|
D | test438 | 21 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0 65 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0 74 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
|
D | test358 | 21 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0 68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
|
D | test1908 | 17 alt-svc: h2="3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example:443"; ma=315360000; persist=1
|
/third_party/python/PC/clinic/ |
D | _msi.c.h | 647 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist); 654 int persist; in _msi_OpenDatabase() local 671 persist = _PyLong_AsInt(args[1]); in _msi_OpenDatabase() 672 if (persist == -1 && PyErr_Occurred()) { in _msi_OpenDatabase() 675 return_value = _msi_OpenDatabase_impl(module, path, persist); in _msi_OpenDatabase()
|
/third_party/node/deps/undici/src/types/ |
D | mock-interceptor.d.ts | 17 persist(): MockScope<TData>; 58 persist: boolean;
|
/third_party/libcoap/examples/riot/pkg_libcoap/ |
D | Kconfig | 87 bool "Enable Observe persist support within CoAP" 90 Enable Observe persist functionality for CoAP. 92 If this option is disabled, redundant CoAP Observe persist code is removed.
|
/third_party/node/deps/undici/src/docs/api/ |
D | MockAgent.md | 470 - Is registered with neither `.times(<number>)` nor `.persist()`, and has not been invoked; 471 - Is persistent (i.e., registered with `.persist()`) and has not been invoked; 492 // persist: false, 515 - Is registered with neither `.times(<number>)` nor `.persist()`, and has not been invoked; 516 - Is persistent (i.e., registered with `.persist()`) and has not been invoked;
|
D | MockPool.md | 87 * **persist** `() => MockScope` - any matching request will always reply with the defined response … 88 …st will reply with the defined response a fixed amount of times. This is overridden by **persist**. 411 #### Example - Mocked request with persist enabled 424 }).reply(200, 'foo').persist()
|
/third_party/lwip/ |
D | 0088-modify-log-info-err.patch | 26 LWIP_ASSERT("tcp_slowtimr: persist ticking with in-flight data", pcb->unacked == NULL); 27 LWIP_ASSERT("tcp_slowtimr: persist ticking with empty send buffer", pcb->unsent != NULL);
|
D | 0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch | 28 LWIP_ASSERT("tcp_slowtimr: persist ticking with in-flight data", pcb->unacked == NULL); 29 LWIP_ASSERT("tcp_slowtimr: persist ticking with empty send buffer", pcb->unsent != NULL);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_pd.c | 261 int persist = 0; in p2p_build_prov_disc_resp() local 327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp() 332 if (persist) { in p2p_build_prov_disc_resp() 341 if (!persist && (conncap & P2PS_SETUP_GROUP_OWNER)) in p2p_build_prov_disc_resp() 345 if (persist || (conncap & P2PS_SETUP_GROUP_OWNER)) { in p2p_build_prov_disc_resp() 358 if (persist || in p2p_build_prov_disc_resp() 363 if (!persist && conncap) in p2p_build_prov_disc_resp() 368 if (persist || in p2p_build_prov_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_pd.c | 261 int persist = 0; in p2p_build_prov_disc_resp() local 327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp() 332 if (persist) { in p2p_build_prov_disc_resp() 341 if (!persist && (conncap & P2PS_SETUP_GROUP_OWNER)) in p2p_build_prov_disc_resp() 345 if (persist || (conncap & P2PS_SETUP_GROUP_OWNER)) { in p2p_build_prov_disc_resp() 358 if (persist || in p2p_build_prov_disc_resp() 363 if (!persist && conncap) in p2p_build_prov_disc_resp() 368 if (persist || in p2p_build_prov_disc_resp()
|
/third_party/skia/platform_tools/android/apps/skottie/ |
D | run_perf.sh | 25 adb shell setprop persist.traced.enable 1
|
/third_party/curl/docs/ |
D | ALTSVC.md | 33 8. Boolean (1 or 0) if "persist" was set for this entry
|
/third_party/python/PC/ |
D | _msi.c | 1196 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist) in _msi_OpenDatabase_impl() argument 1206 if (Py_INVALID_PERSIST(persist)) in _msi_OpenDatabase_impl() 1208 status = MsiOpenDatabaseW(path, (LPCWSTR)(SIZE_T)persist, &h); in _msi_OpenDatabase_impl()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_ALTSVC.md | 99 Boolean (1 or 0) if "persist" was set for this entry
|