Home
last modified time | relevance | path

Searched defs:IsEnabled (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/
Dtracing.h137 bool IsEnabled() const { return collector_ != nullptr; } in IsEnabled() function
203 bool IsEnabled() const { return static_cast<bool>(handle_); } in IsEnabled() function
230 bool IsEnabled() const { return static_cast<bool>(handle_); } in IsEnabled() function
/external/tensorflow/tensorflow/core/platform/default/
Dtracing_impl.h41 inline bool EventCollector::IsEnabled() { return false; } in IsEnabled() function
/external/v8/src/
Dlog-utils.h49 bool IsEnabled() { return !is_stopped_ && output_handle_ != nullptr; } in IsEnabled() function
Dasync-hooks-wrapper.h30 bool IsEnabled() const { return enabled_; } in IsEnabled() function
Dcompilation-cache.h223 bool IsEnabled() const { return FLAG_compilation_cache && enabled_; } in IsEnabled() function
Dassembler.h194 bool IsEnabled(CpuFeature f) { in IsEnabled() function
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp57 bool IsEnabled) { in PrependFlag()
113 bool IsEnabled) { in AddFeature()
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc25 bool LogMemory::IsEnabled() { return VLOG_IS_ON(1); } in IsEnabled() function in tensorflow::LogMemory
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test_utils.cc126 bool TestRemoteFusedGraphExecutor::IsEnabled() const { return true; } in IsEnabled() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc225 bool IsEnabled() const final { return true; } in IsEnabled() function in tensorflow::SampleRemoteFusedGraphExecutor
Dmeta_support.cc214 bool IsEnabled() { return g_enabled; } in IsEnabled() function
/external/autotest/client/cros/cellular/
Dmodem1.py217 def IsEnabled(self): member in Modem
Dmodem.py237 def IsEnabled(self): member in Modem
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h234 bool IsEnabled() const { return m_bEnabled; } in IsEnabled() function
/external/libchrome/base/
Dfeature_list.cc199 bool FeatureList::IsEnabled(const Feature& feature) { in IsEnabled() function in base::FeatureList
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.cc436 bool HexagonControlWrapper::IsEnabled() const { return true; }; in IsEnabled() function in tensorflow::HexagonControlWrapper
/external/lzma/CPP/Windows/
DWindow.h261 bool IsEnabled() in IsEnabled() function
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc291 bool CompilerDispatcher::IsEnabled() const { return FLAG_compiler_dispatcher; } in IsEnabled() function in v8::internal::CompilerDispatcher
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp242 bool CFWL_Widget::IsEnabled() const { in IsEnabled() function in CFWL_Widget
/external/v8/src/arm64/
Dinstrument-arm64.cc27 bool Counter::IsEnabled() { in IsEnabled() function in v8::internal::Counter
/external/vixl/src/aarch64/
Dinstrument-aarch64.cc48 bool Counter::IsEnabled() { return enabled_; } in IsEnabled() function in vixl::aarch64::Counter
/external/libchrome/base/debug/
Dactivity_tracker.h946 static bool IsEnabled() { return Get() != nullptr; } in IsEnabled() function
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1431 const std::function<VkBool32(const DeviceFeatures &)> IsEnabled; in ValidateShaderCapabilities() member
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp2473 GLboolean IsEnabled(GLenum cap) in IsEnabled() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp3834 GLboolean IsEnabled(GLenum cap) in IsEnabled() function

12