Home
last modified time | relevance | path

Searched refs:is_enabled (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py95 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/
Dmaglev-concurrent-dispatcher.cc165 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()
Dmaglev-concurrent-dispatcher.h86 bool is_enabled() const { return static_cast<bool>(job_handle_); } in is_enabled() function
/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c86 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/
Dver_linux30 is_enabled() function
159 if is_enabled /sys/module/apparmor/parameters/enabled; then
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.h30 bool is_enabled() { return enabled_; } in is_enabled() function
Dbaseline-batch-compiler.cc252 if (!is_enabled()) { in EnqueueFunction()
/third_party/python/Lib/test/
Dtest_faulthandler.py400 was_enabled = faulthandler.is_enabled()
403 self.assertTrue(faulthandler.is_enabled())
405 self.assertFalse(faulthandler.is_enabled())
/third_party/node/deps/v8/src/sandbox/
Dsandbox.h70 bool is_enabled() const { return !disabled_; } in is_enabled() function
/third_party/cef/patch/patches/
Dservices_network_2622.patch137 - network_service_->first_party_sets()->is_enabled());
143 + network_service_->first_party_sets()->is_enabled());
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder.c593 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/
Devdev-fallback.h78 bool is_enabled; member
/third_party/cef/include/capi/views/
Dcef_view_capi.h313 int(CEF_CALLBACK* is_enabled)(struct _cef_view_t* self);
/third_party/cef/include/capi/
Dcef_menu_model_capi.h300 int(CEF_CALLBACK* is_enabled)(struct _cef_menu_model_t* self, int command_id);
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiStillYUV.c437 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/
Dview_ctocpp.cc611 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
617 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dbrowser_view_ctocpp.cc716 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
722 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dbutton_ctocpp.cc711 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
717 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dscroll_view_ctocpp.cc750 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
756 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dlabel_button_ctocpp.cc923 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
929 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dpanel_ctocpp.cc843 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
849 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dmenu_button_ctocpp.cc968 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
974 int _retval = _struct->is_enabled(_struct); in IsEnabled()
Dtextfield_ctocpp.cc1130 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
1136 int _retval = _struct->is_enabled(_struct); in IsEnabled()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp471 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/
Dmenu_model_ctocpp.cc684 if (CEF_MEMBER_MISSING(_struct, is_enabled)) in IsEnabled()
690 int _retval = _struct->is_enabled(_struct, command_id); in IsEnabled()

1234