/third_party/node/test/parallel/ |
H A D | test-worker-debug.js | 137 const attached = waitForWorkerAttach(session); 139 const { sessionId, waitingForDebugger } = await attached; 218 const attached = [ 227 await Promise.all(attached);
|
H A D | test-promises-unhandled-rejections.js | 216 ' error should hit unhandledRejection: promise catch attached a' + 240 ' attached synchronously upon the promise\'s creation', 250 ' attached synchronously upon the promise\'s creation',
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_pool.c | 76 * The const needs to be cast away, but attached buffers will not be in ossl_rand_pool_attach() 83 pool->attached = 1; in ossl_rand_pool_attach() 101 * we are not allowed to clear attached buffers, since they are passed in ossl_rand_pool_free() 105 if (!pool->attached) { in ossl_rand_pool_free() 204 /* Increase the allocation size -- not usable for an attached pool */ 212 if (pool->attached || len > pool->max_len - pool->len) { in rand_pool_grow()
|
/third_party/openssl/crypto/rand/ |
H A D | rand_pool.c | 76 * The const needs to be cast away, but attached buffers will not be in ossl_rand_pool_attach() 83 pool->attached = 1; in ossl_rand_pool_attach() 101 * we are not allowed to clear attached buffers, since they are passed in ossl_rand_pool_free() 105 if (!pool->attached) { in ossl_rand_pool_free() 204 /* Increase the allocation size -- not usable for an attached pool */ 212 if (pool->attached || len > pool->max_len - pool->len) { in rand_pool_grow()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_aux.h | 28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached 57 Boolean attached; member
|
H A D | fst_ctrl_iface.c | 117 is->attached ? FST_CEI_PNAME_ATTACHED : in fst_ctrl_iface_notify() 695 Boolean attached) in fst_ctrl_iface_on_iface_state_changed() 700 extra.iface_state.attached = attached; in fst_ctrl_iface_on_iface_state_changed() 694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, Boolean attached) fst_ctrl_iface_on_iface_state_changed() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_aux.h | 28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached 57 bool attached; member
|
H A D | fst_ctrl_iface.c | 117 is->attached ? FST_CEI_PNAME_ATTACHED : in fst_ctrl_iface_notify() 695 bool attached) in fst_ctrl_iface_on_iface_state_changed() 700 extra.iface_state.attached = attached; in fst_ctrl_iface_on_iface_state_changed() 694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, bool attached) fst_ctrl_iface_on_iface_state_changed() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 66 int attached; member 293 dst->attached = 1; in wpa_supplicant_ctrl_iface_rx() 294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached"); in wpa_supplicant_ctrl_iface_rx() 298 dst->attached = 0; in wpa_supplicant_ctrl_iface_rx() 503 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 66 int attached; member 293 dst->attached = 1; in wpa_supplicant_ctrl_iface_rx() 294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached"); in wpa_supplicant_ctrl_iface_rx() 298 dst->attached = 0; in wpa_supplicant_ctrl_iface_rx() 506 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | rand_pool.h | 75 int attached; /* true pool was attached to existing buffer */ member
|
/third_party/openssl/include/crypto/ |
H A D | rand_pool.h | 75 int attached; /* true pool was attached to existing buffer */ member
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 19 const kInspectMsgRegex = /Debugger listening on ws:\/\/\[?(.+?)\]?:(\d+)\/|For help, see: https:\/\/nodejs\.org\/en\/docs\/inspector|Debugger attached|Waiting for the debugger to disconnect\.\.\./;
|
/third_party/backends/backend/ |
H A D | plustek.h | 423 SANE_Bool attached; member
|
H A D | plustek-usb.c | 485 tmp->attached = SANE_FALSE; in usb_attach() 589 if( !tmp->attached ) { in usbDev_open() 590 tmp->attached = SANE_TRUE; in usbDev_open() 603 if( !tmp->attached ) { in usbDev_open() 604 tmp->attached = SANE_TRUE; in usbDev_open()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source-output.c | 485 o->thread_info.attached = false; in pa_source_output_new() 1890 pa_assert(!o->thread_info.attached); in pa_source_output_attach() 1892 o->thread_info.attached = true; in pa_source_output_attach() 1902 if (!o->thread_info.attached) in pa_source_output_detach() 1905 o->thread_info.attached = false; in pa_source_output_detach()
|
H A D | sink-input.h | 193 /* If non-NULL called whenever the sink this input is attached 198 /* If non-NULL called whenever the sink this input is attached 204 * detached from the old sink and before it has been attached to 252 bool attached:1; /* True only between ->attach() and ->detach() calls */ member 454 /* Calls the detach() callback if it's set and the input is attached. The input
|
H A D | source-output.h | 156 /* If non-NULL called whenever the source this output is attached 161 /* If non-NULL called whenever the source this output is attached 167 * detached from the old source and before it has been attached to 210 bool attached:1; /* True only between ->attach() and ->detach() calls */ member 371 /* Calls the detach() callback if it's set and the output is attached. The
|
H A D | sink-input.c | 616 i->thread_info.attached = false; in pa_sink_input_new() 2473 * If the sink has a virtual sink attached, limit rewinding to max_rewind. in pa_sink_input_request_rewind() 2488 * 2) When the sink input is rewound during a move when it is attached to in pa_sink_input_request_rewind() 2653 pa_assert(!i->thread_info.attached); in pa_sink_input_attach() 2655 i->thread_info.attached = true; in pa_sink_input_attach() 2665 if (!i->thread_info.attached) in pa_sink_input_detach() 2668 i->thread_info.attached = false; in pa_sink_input_detach()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 462 int attached; /* 0: not attach; 1: in attach */ member 3419 if (dev[i].attached == 1) { in umass_dev_status_check() 3421 dev[i].attached = 0; in umass_dev_status_check() 3427 if (dev[i].attached == 1) { in umass_dev_status_check() 3453 return (g_umass_dev_array[dev_unit].attached); in umass_dev_is_attached() 3486 g_umass_dev_array[id].attached = 0; in umass_dev_delete() 3496 g_umass_dev_array[dev_unit].attached = 1; in umass_dev_attach_flag_set()
|