Home
last modified time | relevance | path

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

1234567891011

/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/typescript/tests/cases/compiler/
DunusedLocalsAndObjectSpread2.ts6 active: _a, // here! constant
13 active: _a, 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()
Dgstpoll.c563 gboolean active) in gst_poll_update_winsock_event_mask()
971 gst_poll_fd_ctl_write (GstPoll * set, GstPollFD * fd, gboolean active) in gst_poll_fd_ctl_write()
1010 gst_poll_fd_ctl_read_unlocked (GstPoll * set, GstPollFD * fd, gboolean active) in gst_poll_fd_ctl_read_unlocked()
1050 gst_poll_fd_ctl_read (GstPoll * set, GstPollFD * fd, gboolean active) in gst_poll_fd_ctl_read()
1083 gst_poll_fd_ctl_pri (GstPoll * set, GstPollFD * fd, gboolean active) in gst_poll_fd_ctl_pri()
/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/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/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/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/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/libdrm/tests/amdgpu/
Damdgpu_test.h487 CU_BOOL active) in amdgpu_set_suite_active()
498 const char *test_name, CU_BOOL active) in amdgpu_set_test_active()
/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
Dextension_function_details.cc333 bool active = true; in OpenTab() local
408 bool active, in CreateTabObject()
/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/flutter/skia/src/core/
DSkTLList.h312 bool active = fList.isInList(block->fNodes + i); in validate() local
333 bool active = fList.isInList(block->fNodes + i); in validate() local
/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

1234567891011