Home
last modified time | relevance | path

Searched defs:active (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/cases/compiler/
DunusedLocalsAndObjectSpread2.ts6 active: _a, // here! constant
13 active: _a, constant
/third_party/node/test/parallel/
Dtest-performance-eventlooputil.js18 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
Dtest-timers-active.js4 const active = require('timers').active; constant
/third_party/mbedtls/scripts/
Dconfig.py40 def __init__(self, active, name, value='', section=None): argument
163 def realfull_adapter(_name, active, section): argument
231 def full_adapter(name, active, section): argument
266 def baremetal_adapter(name, active, section): argument
294 def continuation(name, active, section): argument
309 def continuation(name, active, section): argument
/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c267 gboolean active) in gst_ghost_pad_internal_activate_push_default()
286 gboolean active) in gst_ghost_pad_internal_activate_pull_default()
336 GstPadMode mode, gboolean active) in gst_ghost_pad_internal_activate_mode_default()
359 gboolean active) in gst_ghost_pad_activate_push_default()
379 gboolean active) in gst_ghost_pad_activate_pull_default()
426 GstPadMode mode, gboolean active) in gst_ghost_pad_activate_mode_default()
/third_party/python/Lib/distutils/command/
Dbdist_msi.py42 def back(self, title, next, name = "Back", active = 1): argument
53 def cancel(self, title, next, name = "Cancel", active = 1): argument
64 def next(self, title, next, name = "Next", active = 1): argument
/third_party/boost/libs/mpi/src/
Drequest.cpp106 request::legacy_handler::active() const { in active() function in boost::mpi::request::legacy_handler
141 request::trivial_handler::active() const in active() function in boost::mpi::request::trivial_handler
228 request::dynamic_handler::active() const in active() function in boost::mpi::request::dynamic_handler
/third_party/cef/libcef/browser/osr/
Dhost_display_client_osr.cc62 void CefLayeredWindowUpdaterOSR::SetActive(bool active) { in SetActive()
110 void CefHostDisplayClientOSR::SetActive(bool active) { in SetActive()
Dvideo_consumer_osr.cc46 void CefVideoConsumerOSR::SetActive(bool active) { in SetActive()
/third_party/glib/gio/
Dgsocketservice.c72 guint active : 1; member
131 gboolean active; in get_active() local
141 set_active (GSocketService *service, gboolean active) in set_active()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c301 GstPad *active = NULL; in gst_output_selector_get_active() local
599 GstPad *active; in gst_output_selector_forward_event() local
628 GstPad *active = NULL; in gst_output_selector_event() local
666 GstPad *active = NULL; in gst_output_selector_query() local
/third_party/ltp/pan/
Dltp-bump.c48 char *active = NULL; in main() local
/third_party/libuv/test/
Dtest-active.c43 TEST_IMPL(active) { in TEST_IMPL() argument
/third_party/boost/boost/mpi/
Drequest.hpp124 bool active() const { return bool(m_handler) && m_handler->active(); } in active() function in boost::mpi::request
/third_party/selinux/libselinux/utils/
Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in main() local
/third_party/node/deps/npm/node_modules/promise-inflight/
Dinflight.js11 const active = {} constant
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.h392 CU_BOOL active) in amdgpu_set_suite_active()
403 const char *test_name, CU_BOOL active) in amdgpu_set_test_active()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp96 …SIMD::Int active = state->activeLaneMask(); // Considers helper invocations active. See b/1511370… in EmitGroupNonUniform() local
123 …SIMD::UInt active = As<SIMD::UInt>(state->activeLaneMask()); // Considers helper invocations acti… in EmitGroupNonUniform() local
160 …SIMD::UInt active = As<SIMD::UInt>(state->activeLaneMask()); // Considers helper invocations acti… in EmitGroupNonUniform() local
185 …SIMD::Int active = state->activeLaneMask(); // Considers helper invocations active. See b/1511370… in EmitGroupNonUniform() local
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgststereo.h45 gboolean active; member
/third_party/cef/libcef/browser/extensions/
Dextension_function_details.h104 std::unique_ptr<bool> active; member
/third_party/alsa-lib/src/pcm/
Dpcm_ext_parm.h6 unsigned int active: 1; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTransformFeedbackGL.cpp109 bool active, in syncActiveState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTransformFeedbackGL.cpp122 bool active, in syncActiveState()
/third_party/node/test/sequential/
Dtest-worker-eventlooputil.js67 { idle: 0, active: 0, utilization: 0 }); property
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.h42 gboolean active; /* Flag that's cleared on shutdown */ member

12345678910>>...12