/external/libchrome/base/numerics/ |
D | safe_math_clang_gcc_impl.h | 29 static const bool is_supported = false; member 39 static const bool is_supported = false; member 49 static const bool is_supported = false; member 59 static const bool is_supported = false; member 71 static const bool is_supported = true; member 80 static const bool is_supported = true; member 94 static const bool is_supported = member 112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported; member 121 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported; member 130 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; member [all …]
|
D | safe_math_shared_impl.h | 40 static const bool is_supported = false; member 50 static const bool is_supported = false; member 60 static const bool is_supported = false; member 70 static const bool is_supported = false; member 80 static const bool is_supported = false; member 90 static const bool is_supported = false; member 100 static const bool is_supported = false; member
|
D | safe_math_arm_impl.h | 19 static const bool is_supported = member 46 static const bool is_supported = member 72 static const bool is_supported = member 98 static const bool is_supported = CheckedMulFastAsmOp<T, U>::is_supported; member
|
D | safe_conversions.h | 29 static const bool is_supported = false; member 42 static const bool is_supported = false; member
|
D | safe_conversions_arm_impl.h | 20 static const bool is_supported = member
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() 105 VdpBool *is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 174 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, in vlVdpDecoderQueryCapabilities() 225 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() 277 VdpBool *is_supported) in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 318 VdpBool *is_supported) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 377 VdpBool *is_supported) in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 425 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpBitmapSurfaceQueryCapabilities() 476 VdpBool *is_supported) in vlVdpVideoMixerQueryFeatureSupport() 501 VdpBool *is_supported) in vlVdpVideoMixerQueryParameterSupport() [all …]
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions.h | 30 static const bool is_supported = false; member 43 static const bool is_supported = false; member
|
D | safe_conversions_arm_impl.h | 21 static constexpr bool is_supported = member
|
/external/autotest/server/cros/ |
D | watchdog_tester.py | 42 def is_supported(self): member in WatchdogTester
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | supported.py | 95 def is_supported(variable, ignored=None, known=None, *, function
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compiler_defines_for_extensions.cpp | 280 int is_supported = 0; in test_compiler_defines_for_extensions() local
|
/external/ruy/ruy/ |
D | ctx.cc | 94 auto maybe_add = [&](Path path, std::function<bool(void)> is_supported) { in DetectRuntimeSupportedPaths()
|
/external/libopus/celt/ |
D | kiss_fft.h | 82 int is_supported; member
|
/external/rnnoise/src/ |
D | kiss_fft.h | 85 int is_supported; member
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | utils.cc | 249 const auto is_supported = GraphPartitionHelper::IsNodeSupported( in IsNodeSupported() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_dispatch.py | 263 def is_supported(self, args, kwargs): member in RaggedDispatcher
|
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.cc | 121 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported() function in cros_gralloc_driver
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | host_training_loop_optimization_util.cc | 151 bool is_supported = true; in ExtractExecuteNodeInfo() local
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 136 is_supported = (nt is not None) variable in _WindowsFlavour 255 is_supported = (os.name != 'nt') variable in _PosixFlavour
|
/external/python/cpython3/Lib/ |
D | pathlib.py | 128 is_supported = (os.name == 'nt') variable in _WindowsFlavour 290 is_supported = (os.name != 'nt') variable in _PosixFlavour
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 2918 bool is_supported = true; in isTargetSupported() local 3001 bool is_supported = true; in isTargetSuppByFormat() local
|
D | gl4cBufferStorageTests.cpp | 398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in getDirectStateAccessSupport() local
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 70 static bool is_supported; in ProcessVmReadvSupported() local
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 12556 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); in ValidateCreateSwapchain() local
|