/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 95 def __init__(self, is_enabled, name, json_data): argument 102 if not is_enabled(m): 125 def __init__(self, is_enabled, name, json_data): argument 129 for m in self.json_data['values'] if is_enabled(m) 138 def __init__(self, is_enabled, name, json_data): argument 145 def __init__(self, is_enabled, name, json_data): argument 151 def __init__(self, is_enabled, name, json_data): argument 189 def __init__(self, is_enabled, name, json_data): argument 193 m for m in json_data['methods'] if is_enabled(m) 224 def __init__(self, is_enabled, name, json_data): argument [all …]
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-concurrent-dispatcher.cc | 165 DCHECK(is_enabled()); in MaglevConcurrentDispatcher() 167 DCHECK(!is_enabled()); in MaglevConcurrentDispatcher() 172 if (is_enabled() && job_handle_->IsValid()) { in ~MaglevConcurrentDispatcher() 181 DCHECK(is_enabled()); in EnqueueJob()
|
D | maglev-concurrent-dispatcher.h | 86 bool is_enabled() const { return static_cast<bool>(job_handle_); } in is_enabled() function
|
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 86 cqueue *is_enabled; member 318 cqueue_free(s->is_enabled); in uninit() 319 s->is_enabled = NULL; in uninit() 346 s->is_enabled = cqueue_create(s->filter_size, MAX_FILTER_SIZE); in config_input() 351 !s->is_enabled || !s->weights) in config_input() 717 double is_enabled; in filter_frame() local 719 cqueue_dequeue(s->is_enabled, &is_enabled); in filter_frame() 721 amplify_frame(s, out, is_enabled > 0.); in filter_frame() 730 cqueue_enqueue(s->is_enabled, !ctx->is_disabled); in filter_frame()
|
/third_party/ltp/ |
D | ver_linux | 30 is_enabled() function 159 if is_enabled /sys/module/apparmor/parameters/enabled; then
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.h | 30 bool is_enabled() { return enabled_; } in is_enabled() function
|
D | baseline-batch-compiler.cc | 252 if (!is_enabled()) { in EnqueueFunction()
|
/third_party/python/Lib/test/ |
D | test_faulthandler.py | 400 was_enabled = faulthandler.is_enabled() 403 self.assertTrue(faulthandler.is_enabled()) 405 self.assertFalse(faulthandler.is_enabled())
|
/third_party/node/deps/v8/src/sandbox/ |
D | sandbox.h | 70 bool is_enabled() const { return !disabled_; } in is_enabled() function
|
/third_party/cef/patch/patches/ |
D | services_network_2622.patch | 137 - network_service_->first_party_sets()->is_enabled()); 143 + network_service_->first_party_sets()->is_enabled());
|
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder.c | 593 bool is_enabled = true; in decode_single_ksp() local 607 is_enabled = iter.raw_value; in decode_single_ksp() 622 if (is_enabled) { in decode_single_ksp() 1150 bool is_enabled = true; in decode_vs_state() local 1157 is_enabled = iter.raw_value; in decode_vs_state() 1160 if (is_enabled) { in decode_vs_state()
|
/third_party/libinput/src/ |
D | evdev-fallback.h | 78 bool is_enabled; member
|
/third_party/cef/include/capi/views/ |
D | cef_view_capi.h | 313 int(CEF_CALLBACK* is_enabled)(struct _cef_view_t* self);
|
/third_party/cef/include/capi/ |
D | cef_menu_model_capi.h | 300 int(CEF_CALLBACK* is_enabled)(struct _cef_menu_model_t* self, int command_id);
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiStillYUV.c | 437 if (port->is_enabled) in camera_buffer_callback() 678 if (port && port->is_enabled) in check_disable_port()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_ctocpp.cc | 611 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 617 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | browser_view_ctocpp.cc | 716 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 722 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | button_ctocpp.cc | 711 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 717 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | scroll_view_ctocpp.cc | 750 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 756 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | label_button_ctocpp.cc | 923 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 929 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | panel_ctocpp.cc | 843 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 849 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | menu_button_ctocpp.cc | 968 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 974 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
D | textfield_ctocpp.cc | 1130 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 1136 int _retval = _struct->is_enabled(_struct); in IsEnabled()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 471 bool is_enabled = true; in decode_single_ksp() local 485 is_enabled = iter.raw_value; in decode_single_ksp() 500 if (is_enabled) in decode_single_ksp()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.cc | 684 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled() 690 int _retval = _struct->is_enabled(_struct, command_id); in IsEnabled()
|