Home
last modified time | relevance | path

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

123456

/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.py34 def __init__(self, active, name, value='', section=None): argument
157 def realfull_adapter(_name, active, section): argument
246 def full_adapter(name, active, section): argument
284 def baremetal_adapter(name, active, section): argument
303 def baremetal_size_adapter(name, active, section): argument
328 def continuation(name, active, section): argument
346 def continuation(name, active, section): argument
363 def continuation(name, active, section): argument
/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/node/deps/npm/node_modules/promise-call-limit/dist/esm/
Dindex.js10 let active = 0; variable
/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/node/deps/v8/tools/link_clicker.extension/
Dbackground.js52 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { property
/third_party/alsa-lib/src/pcm/
Dpcm_ext_parm.h6 unsigned int active: 1; member
/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/toybox/toys/other/
Dwatch.c70 unsigned width, height, i, cmdlen, len, xx = xx, yy = yy, active = active; in watch_main() local
/third_party/selinux/libselinux/src/
Daudit2why.c35 int active; member
81 int active = boollist[i]->active; in check_booleans() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drrm.c507 struct hostapd_hw_modes *mode, int active, in wpas_add_channels()
560 struct hostapd_hw_modes *mode, int active) in wpas_op_class_freqs()
591 static int * wpas_channel_report_freqs(struct wpa_supplicant *wpa_s, int active, in wpas_channel_report_freqs()
654 u8 op_class, u8 chan, int active, in wpas_beacon_request_freqs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Drrm.c497 struct hostapd_hw_modes *mode, int active, in wpas_add_channels()
549 struct hostapd_hw_modes *mode, int active) in wpas_op_class_freqs()
571 static int * wpas_channel_report_freqs(struct wpa_supplicant *wpa_s, int active, in wpas_channel_report_freqs()
633 u8 op_class, u8 chan, int active, in wpas_beacon_request_freqs()
/third_party/node/lib/internal/
Dtimers.js321 function active(item) { function
670 active, property
/third_party/node/deps/npm/node_modules/promise-call-limit/dist/commonjs/
Dindex.js36 let active = 0; variable
/third_party/googletest/docs/_sass/
Dmain.scss97 li.active { class
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c109 bool active; member
123 bool active; member
261 bool active = false; in ca_device_check_device_state() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.h60 bool active; member
/third_party/libinput/test/
Dlitest-device-protocol-a-touch-screen.c33 bool active; member

123456