/third_party/node/test/parallel/ |
D | test-performance-eventlooputil.js | 18 assert.deepStrictEqual(elu, { idle: 0, active: 0, utilization: 0 }); property 20 { idle: 0, active: 0, utilization: 0 }); property 22 { idle: 0, active: 0, utilization: 0 }); property 50 assert.strictEqual(elu3.active - elu1.active, elu4.active); 51 assert.ok(elu2.active > SPIN_DUR - 10, `${elu2.active} <= ${SPIN_DUR - 10}`); 52 assert.ok(elu2.active < elu4.active, `${elu2.active} >= ${elu4.active}`); 53 assert.ok(elu3.active > elu2.active, `${elu3.active} <= ${elu2.active}`); 54 assert.ok(elu3.active > elu4.active, `${elu3.active} <= ${elu4.active}`); 62 const sum = elu1.idle + elu1.active; 64 assert.ok(sum >= elu1.idle && sum >= elu1.active, [all …]
|
/third_party/glib/gio/ |
D | gsocketservice.c | 72 guint active : 1; member 78 G_LOCK_DEFINE_STATIC(active); 105 service->priv->active = TRUE; in g_socket_service_init() 131 gboolean active; in get_active() local 133 G_LOCK (active); in get_active() 134 active = service->priv->active; in get_active() 135 G_UNLOCK (active); in get_active() 137 return active; in get_active() 141 set_active (GSocketService *service, gboolean active) in set_active() argument 145 active = !!active; in set_active() [all …]
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/leds/ |
D | leds-bcm6358.txt | 18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low. 28 - active-low : Boolean, makes LED active low. 41 active-low; 46 active-low; 51 active-low; 56 active-low; 72 active-low; 77 active-low; 87 active-low; 96 active-low; [all …]
|
D | leds-bcm6328.txt | 24 - brcm,serial-clk-low : Boolean, makes clock signal active low. 26 - brcm,serial-dat-low : Boolean, makes data signal active low. 38 - active-low : Boolean, makes LED active low. 51 active-low; 56 active-low; 61 active-low; 78 active-low; 83 active-low; 88 active-low; 93 active-low; [all …]
|
/third_party/node/deps/npm/node_modules/promise-inflight/ |
D | inflight.js | 11 const active = {} constant 12 inflight.active = active 27 if (!active[unique]) { 28 active[unique] = (new Bluebird(function (resolve) { 31 active[unique].then(cleanup, cleanup) 32 function cleanup() { delete active[unique] } 34 return active[unique]
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/video/ |
D | display-timing.txt | 26 - hsync-active: hsync pulse is active low/high/ignored 27 - vsync-active: vsync pulse is active low/high/ignored 28 - de-active: data-enable pulse is active low/high/ignored 29 - pixelclk-active: with 30 - active high = drive pixel data on rising edge/ 32 - active low = drive pixel data on falling edge/ 40 <1>: high active 41 <0>: low active 90 hsync-active = <1>;
|
/third_party/ltp/pan/ |
D | ltp-bump.c | 48 char *active = NULL; in main() local 56 active = malloc(strlen(optarg) + 1); in main() 57 strcpy(active, optarg); in main() 71 if (active == NULL) { in main() 72 active = zoo_getname(); in main() 73 if (active == NULL) { in main() 86 if ((zoo = zoo_open(active)) == NULL) { in main()
|
/third_party/boost/boost/fiber/ |
D | operations.hpp | 29 return fibers::context::active()->get_id(); in get_id() 34 fibers::context::active()->yield(); in yield() 40 fibers::context * active_ctx = fibers::context::active(); in sleep_until() 47 fibers::context * active_ctx = fibers::context::active(); in sleep_for() 54 fibers::fiber_properties * props = fibers::context::active()->get_properties(); in properties() 63 props = fibers::context::active()->get_properties(); in properties() 77 return boost::fibers::context::active()->get_scheduler()->has_ready_fibers(); in has_ready_fibers() 82 boost::fibers::context::active()->get_scheduler() in use_scheduling_algorithm()
|
D | condition_variable.hpp | 68 context * active_ctx = context::active(); in wait() 102 context * active_ctx = context::active(); in wait_until() 184 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait() 188 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait() 195 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait() 199 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait() 207 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait_until() 211 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait_until() 220 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait_until() 224 BOOST_ASSERT( context::active() == lt.mutex()->owner_); in wait_until() [all …]
|
D | fss.hpp | 61 context * active_ctx = context::active(); in ~fiber_specific_ptr() 72 BOOST_ASSERT( context::active() ); in get() 73 void * vp = context::active()->get_fss_data( this); in get() 87 context::active()->set_fss_data( in release() 95 context::active()->set_fss_data( in reset()
|
/third_party/uboot/u-boot-2020.01/arch/mips/dts/ |
D | netgear,dgnd3700v2.dts | 82 active-low; 88 active-low; 94 active-low; 100 active-low; 106 active-low; 112 active-low; 118 active-low; 124 active-low; 130 active-low;
|
D | netgear,cg3100d.dts | 47 active-low; 53 active-low; 59 active-low; 65 active-low; 71 active-low; 77 active-low; 83 active-low;
|
D | comtrend,ar-5315u.dts | 64 active-low; 70 active-low; 76 active-low; 82 active-low; 88 active-low; 94 active-low; 100 active-low;
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 375 static IDirectFBWindow *active = NULL; in main() local 396 active = window; in main() 397 } else if (active) { in main() 418 active->RaiseToTop (active); in main() 433 active->Move (active, 1, 0); in main() 436 active->Move (active, -1, 0); in main() 439 active->Move (active, 0, -1); in main() 442 active->Move (active, 0, 1); in main() 450 if (!grabbed && active == window) in main() 451 active = NULL; in main() [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_program_interface_query.txt | 95 This extension defines two terms: interfaces and active resources. Each 106 set of active resources used by the program. For example, the resources 107 of a program's input interface includes all active input variables used by 211 linked, the GL builds a list of /active resources/ for each interface. 212 Examples of active resources include variables, interface blocks, and 214 considered /active/ unless the compiler and linker can conclusively 222 resource referenced by shader code will be considered active. The set of 223 active resources on for any interface is implementation-dependent because 227 If a program is linked successfully, the GL will generate lists of active 233 active had the program linked successfully. If an implementation does not [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 4 `GL_PRIMITIVES_GENERATED`. Some Vulkan queries are active only inside a render pass, while others 9 The following queries are recorded outside a render pass. If a render pass is active when 17 The rest of the queries are active only inside render passes. The context (`ContextVk`) keeps track 18 of currently active "render pass queries" and automatically pauses and resumes them as render passes 28 active queries. 30 active queries. 37 active. 48 If a clear is performed while a render pass query is active and if that clear needs to take a 63 be active at a time. This forces ANGLE to have the two GL queries share their Vulkan queries when 64 both transform feedback queries are active. [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_program_interface_query.txt | 85 This extension defines two terms: interfaces and active resources. Each 96 set of active resources used by the program. For example, the resources 97 of a program's input interface includes all active input variables used by 201 linked, the GL builds a list of /active resources/ for each interface. 202 Examples of active resources include variables, interface blocks, and 204 considered /active/ unless the compiler and linker can conclusively 212 resource referenced by shader code will be considered active. The set of 213 active resources on for any interface is implementation-dependent because 217 If a program is linked successfully, the GL will generate lists of active 223 active had the program linked successfully. If an implementation does not [all …]
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_ballot.txt | 87 specified value <v> across all active shader invocations in the sub-group 130 …ocationsAMD(genType v) | Returns the minimum value of <v> across all active shader | 135 …ocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across all active shader | 140 …ocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across all active shader | 149 …ocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across all active shader | 158 …ocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across all active shader | 167 …ocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across all active shader | 176 …ocationsAMD(genType v) | Returns the maximum value of <v> across all active shader | 181 …ocationsNonUniformAMD(genType v) | Returns the maximum value of <v> across all active shader | 186 …ocationsInclusiveScanAMD(genType v) | Returns the maximum value of <v> across all active shader | [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_ballot.txt | 87 specified value <v> across all active shader invocations in the sub-group 130 …ocationsAMD(genType v) | Returns the minimum value of <v> across all active shader | 135 …ocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across all active shader | 140 …ocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across all active shader | 149 …ocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across all active shader | 158 …ocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across all active shader | 167 …ocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across all active shader | 176 …ocationsAMD(genType v) | Returns the maximum value of <v> across all active shader | 181 …ocationsNonUniformAMD(genType v) | Returns the maximum value of <v> across all active shader | 186 …ocationsInclusiveScanAMD(genType v) | Returns the maximum value of <v> across all active shader | [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 276 gboolean active) in gst_ghost_pad_internal_activate_push_default() argument 282 (active ? "" : "de"), GST_DEBUG_PAD_NAME (pad)); in gst_ghost_pad_internal_activate_push_default() 287 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PUSH, active); in gst_ghost_pad_internal_activate_push_default() 295 gboolean active) in gst_ghost_pad_internal_activate_pull_default() argument 300 GST_LOG_OBJECT (pad, "%sactivate pull on %s:%s", (active ? "" : "de"), in gst_ghost_pad_internal_activate_pull_default() 311 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PULL, active); in gst_ghost_pad_internal_activate_pull_default() 317 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PULL, active); in gst_ghost_pad_internal_activate_pull_default() 319 } else if (active) { in gst_ghost_pad_internal_activate_pull_default() 345 GstPadMode mode, gboolean active) in gst_ghost_pad_internal_activate_mode_default() argument 353 res = gst_ghost_pad_internal_activate_pull_default (pad, parent, active); in gst_ghost_pad_internal_activate_mode_default() [all …]
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstoutputselector.c | 294 GstPad *active = NULL; in gst_output_selector_get_active() local 298 active = gst_object_ref (sel->pending_srcpad); in gst_output_selector_get_active() 300 active = gst_object_ref (sel->active_srcpad); in gst_output_selector_get_active() 303 return active; in gst_output_selector_get_active() 559 GstPad *active; in gst_output_selector_forward_event() local 570 active = gst_output_selector_get_active (sel); in gst_output_selector_forward_event() 571 if (active) { in gst_output_selector_forward_event() 572 res = gst_pad_push_event (active, event); in gst_output_selector_forward_event() 573 gst_object_unref (active); in gst_output_selector_forward_event() 588 GstPad *active = NULL; in gst_output_selector_event() local [all …]
|
/third_party/selinux/libselinux/utils/ |
D | getsebool.c | 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in main() local 75 active = security_get_boolean_active(names[i]); in main() 76 if (active < 0) { in main() 98 if (pending != active) { in main() 100 (active ? "on" : "off"), in main() 104 (active ? "on" : "off")); in main()
|
/third_party/node/lib/ |
D | domain.js | 147 if (exports.active && domain) 200 exports.active = process.domain = null; 225 exports.active = null; 245 while (exports.active === this) { 292 exports.active = process.domain = stack[stack.length - 1]; 313 exports.active = process.domain = this; 327 exports.active = stack.length === 0 ? undefined : stack[stack.length - 1]; 328 process.domain = exports.active; 456 if (exports.active && !(this instanceof exports.Domain)) { 457 this.domain = exports.active; [all …]
|
/third_party/libinput/test/ |
D | litest-device-protocol-a-touch-screen.c | 33 bool active; member 68 assert(!s->active); in protocolA_down() 69 s->active = true; in protocolA_down() 74 if (!s->active) in protocolA_down() 112 assert(s->active); in protocolA_move() 116 if (!s->active) in protocolA_move() 149 assert(s->active); in protocolA_up() 150 s->active = false; in protocolA_up() 154 if (!s->active) in protocolA_up()
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | tegra30-cardhu.dts | 238 enable-active-high; 251 enable-active-high; 263 enable-active-high; 274 enable-active-high; 284 enable-active-high; 295 enable-active-high; 306 enable-active-high; 317 enable-active-high; 330 enable-active-high; 341 enable-active-high; [all …]
|