/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 9 "@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk". 10 "@azure/communication-administration" is blocked by "@azure/eslint-plugin-azure-sdk". 11 "@azure/communication-chat" is blocked by "@azure/eslint-plugin-azure-sdk". 12 "@azure/communication-common" is blocked by "@azure/eslint-plugin-azure-sdk". 13 "@azure/communication-identity" is blocked by "@azure/eslint-plugin-azure-sdk". 14 "@azure/communication-sms" is blocked by "@azure/eslint-plugin-azure-sdk". 15 "@azure/core-amqp" is blocked by "@azure/eslint-plugin-azure-sdk". 16 "@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk". 17 "@azure/eventhubs-checkpointstore-blob" is blocked by "@azure/eslint-plugin-azure-sdk". 18 "@azure/service-bus" is blocked by "@azure/eslint-plugin-azure-sdk". [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Resource.cpp | 24 blocked = 0; in Resource() 44 blocked++; in lock() 50 blocked--; in lock() 72 if(blocked) in lock() 90 blocked++; in lock() 96 blocked--; in lock() 116 if(blocked) in unlock() 144 if(blocked) in unlock() 166 if(count == 0 && !blocked) in destruct()
|
D | Resource.hpp | 102 volatile int blocked; member in sw::Resource
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | copy_bufferimage_to_imagebuffer_common.txt | 46 If {imageparam} is a <<blocked-image, blocked image>>, for each element 50 If {imageparam} is a <<blocked-image, blocked image>>, for each element 54 If {imageparam} is a <<blocked-image, blocked image>>, for each element 58 If {imageparam} is a <<blocked-image, blocked image>>, for each element 62 If {imageparam} is a <<blocked-image, blocked image>>, for each element 68 If {imageparam} is a <<blocked-image, blocked image>>, for each element 74 If {imageparam} is a <<blocked-image, blocked image>>, for each element 97 If {imageparam} is not a <<blocked-image, blocked image>>, for each 101 If {imageparam} is a <<blocked-image, blocked image>>, for each element
|
D | copy_image_common.txt | 279 If pname:srcImage is a <<blocked-image, blocked image>>, then for each 283 If pname:srcImage is a <<blocked-image, blocked image>>, then for each 289 If pname:srcImage is a <<blocked-image, blocked image>>, then for each 295 If pname:srcImage is a <<blocked-image, blocked image>>, then for each 301 If pname:dstImage is a <<blocked-image, blocked image>>, then for each 305 If pname:dstImage is a <<blocked-image, blocked image>>, then for each 311 If pname:dstImage is a <<blocked-image, blocked image>>, then for each 317 If pname:dstImage is a <<blocked-image, blocked image>>, then for each
|
/third_party/nghttp2/src/ |
D | shrpx_downstream_queue.cc | 47 dlist_delete_all(ent.blocked); in ~DownstreamQueue() 100 ent.blocked.append(link); in mark_blocked() 116 if (ent.blocked.empty() && ent.num_active == 0) { in remove_host_entry_if_empty() 140 ent.blocked.remove(link); in remove_and_get_blocked() 153 auto link = ent.blocked.head; in remove_and_get_blocked() 164 ent.blocked.remove(link); in remove_and_get_blocked()
|
D | shrpx_connect_blocker.h | 45 bool blocked() const;
|
D | shrpx_client_handler.cc | 905 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 912 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 948 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 970 if (!addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 999 if (addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 1006 if (addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 1126 if (worker_->get_connect_blocker()->blocked()) { in get_downstream_connection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | rfkill.c | 50 int blocked; member 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 177 rfkill->blocked = 1; in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | rfkill.c | 50 int blocked; member 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 177 rfkill->blocked = 1; in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked()
|
/third_party/cef/patch/patches/ |
D | webview_plugin_2020.patch | 8 …<message name="IDS_PLUGIN_BLOCKED_BY_POLICY" desc="The placeholder text for a plugin blocked by en… 9 - <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is blocked by enterprise policy 12 …<message name="IDS_PLUGIN_BLOCKED_NO_LOADING" desc="The placeholder text for a blocked plugin that… 13 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is blocked
|
/third_party/python/Lib/test/support/ |
D | import_helper.py | 92 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): argument 124 blocked = list(blocked) 125 names = {name, *fresh, *blocked} 127 for modname in blocked:
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-reference.c | 239 ecma_value_t blocked = ecma_op_is_prop_unscopable (binding_obj_p, name_p); in ecma_op_object_bound_environment_resolve_reference_value() local 241 if (ecma_is_value_false (blocked)) in ecma_op_object_bound_environment_resolve_reference_value() 259 return ECMA_IS_VALUE_ERROR (blocked) ? blocked : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value()
|
/third_party/openssl/crypto/async/ |
D | async.c | 50 nctx->blocked = 0; in async_ctx_new() 298 || ctx->blocked) { in ASYNC_pause_job() 468 ctx->blocked++; in ASYNC_block_pause() 485 if (ctx->blocked > 0) in ASYNC_unblock_pause() 486 ctx->blocked--; in ASYNC_unblock_pause()
|
D | async_local.h | 36 unsigned int blocked; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 19 … marl and is responsible for executing tasks and keeping threads running when tasks become blocked. 33 … vector so the `marl::ConditionVariable::notify_`xxx`()` methods can reschedule the blocked fibers. 80 - `work.numBlockedFibers` - A counter that records the current number of fibers blocked in a [`susp… 90 … from [`Worker::suspend()`](#marlschedulerworkersuspend) when all other fibers have become blocked. 107 …name suggests, this function executes its work until there is no more work, or all work is blocked. 113 … `runUntilIdle()` begins by completing all fibers that are ready to be resumed (no longer blocked). 120 …Once all resumable fibers have been completed or have become re-blocked, new tasks are taken from … 185 …orker will only call `marl::Scheduler::run()` on a new fiber, when all other fibers become blocked. 194 … [`marl::Scheduler::Worker::run()`](#marlschedulerworkerrun) whenever all other fibers are blocked. 206 // execute it until the thread is blocked.
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttask.c | 303 gboolean blocked; member 317 tdata->blocked = TRUE; in task_cb() 337 tdata->blocked = FALSE; in init_task_data() 434 while (!tdata2.blocked) { in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstclocksync.c | 301 while (clocksync->blocked && !clocksync->flushing) in gst_clocksync_do_sync() 613 clocksync->blocked = TRUE; in gst_clocksync_change_state() 621 clocksync->blocked = FALSE; in gst_clocksync_change_state() 632 clocksync->blocked = FALSE; in gst_clocksync_change_state() 646 clocksync->blocked = TRUE; in gst_clocksync_change_state()
|
D | gstclocksync.h | 60 gboolean blocked; member
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_6_test.dart | 14 …testWidgets('can change semantics in a branch blocked by BlockSemantics', (WidgetTester tester) as… 41 // Ensure that the previously blocked semantics end up in the tree correctly when unblocked.
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.h | 121 rbug_block_t blocked; member 182 rbug_block_t blocked,
|
/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 35 downstream element is blocked and cannot execute its change_state. 45 wakes the blocked downstream element's call to Pull.) The GstPtQueue 54 2. Element "blocked" on getting I/O and cannot execute its change_state.
|
/third_party/python/Lib/lib2to3/ |
D | Grammar.txt | 177 # Illegal combinations and orderings are blocked in ast.c: 178 # multiple (test comp_for) arguments are blocked; keyword unpackings 179 # that precede iterable unpackings are blocked; etc.
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.c | 611 while (self->blocked && !self->flushing && !pad->flushing) { in gst_input_selector_wait() 722 (sel->blocked || cur_running_time == -1 in gst_input_selector_wait_running_time() 724 if (!sel->blocked) { in gst_input_selector_wait_running_time() 1263 sel->blocked = FALSE; in gst_input_selector_init() 1725 self->blocked = FALSE; in gst_input_selector_change_state() 1733 self->blocked = FALSE; in gst_input_selector_change_state() 1763 if (self->blocked) in gst_input_selector_block() 1766 self->blocked = TRUE; in gst_input_selector_block()
|
/third_party/python/Doc/library/ |
D | signal.rst | 160 It cannot be caught, blocked, or ignored. 257 indicating that signals are to be blocked. 397 is the set of signals whose delivery is currently blocked for the caller. 402 * :data:`SIG_BLOCK`: The set of blocked signals is the union of the current 405 set of blocked signals. It is permissible to attempt to unblock a 406 signal which is not blocked. 407 * :data:`SIG_SETMASK`: The set of blocked signals is set to the *mask* 417 :data:`SIGKILL` and :data:`SIGSTOP` cannot be blocked. 545 thread (i.e., the signals which have been raised while blocked). Return the
|