/third_party/flutter/engine/flutter/fml/synchronization/ |
D | semaphore.cc | 30 bool IsValid() const { return _sem != nullptr; } in IsValid() function in fml::PlatformSemaphore 72 bool IsValid() const { return _sem != nullptr; } in IsValid() function in fml::PlatformSemaphore 116 bool IsValid() const { return valid_; } in IsValid() function in fml::PlatformSemaphore 153 bool Semaphore::IsValid() const { in IsValid() function in fml::Semaphore
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_rational.h | 57 bool IsValid () const in IsValid() function 116 bool IsValid () const in IsValid() function
|
D | dng_tone_curve.cpp | 80 bool dng_tone_curve::IsValid () const in IsValid() function in dng_tone_curve
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | decoration_validation_test.cc | 132 TEST_P(FunctionParameterDecorationTest, IsValid) { in TEST_P() argument 169 TEST_P(FunctionReturnTypeDecorationTest, IsValid) { in TEST_P() argument 206 TEST_P(ComputeShaderParameterDecorationTest, IsValid) { in TEST_P() argument 253 TEST_P(FragmentShaderParameterDecorationTest, IsValid) { in TEST_P() argument 292 TEST_P(VertexShaderParameterDecorationTest, IsValid) { in TEST_P() argument 342 TEST_P(ComputeShaderReturnTypeDecorationTest, IsValid) { in TEST_P() argument 390 TEST_P(FragmentShaderReturnTypeDecorationTest, IsValid) { in TEST_P() argument 440 TEST_P(VertexShaderReturnTypeDecorationTest, IsValid) { in TEST_P() argument 541 TEST_P(StructDecorationTest, IsValid) { in TEST_P() argument 592 TEST_P(StructMemberDecorationTest, IsValid) { in TEST_P() argument [all …]
|
/third_party/flutter/engine/flutter/shell/common/ |
D | ace_run_configuration.cc | 20 bool RunConfiguration::IsValid() const { in IsValid() function in flutter::RunConfiguration
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_environment_gl.cc | 33 bool AndroidEnvironmentGL::IsValid() const { in IsValid() function in flutter::AndroidEnvironmentGL
|
D | android_native_window.cc | 18 bool AndroidNativeWindow::IsValid() const { in IsValid() function in flutter::AndroidNativeWindow
|
D | android_surface_vulkan.cc | 20 bool AndroidSurfaceVulkan::IsValid() const { in IsValid() function in flutter::AndroidSurfaceVulkan
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 130 static bool IsValid(handle_type h) { in IsValid() function 152 static bool IsValid(handle_type h) { in IsValid() function 168 static bool IsValid(handle_type h) { in IsValid() function
|
/third_party/flutter/engine/flutter/assets/ |
D | directory_asset_bundle.cc | 26 bool DirectoryAssetBundle::IsValid() const { in IsValid() function in flutter::DirectoryAssetBundle
|
D | asset_manager.cc | 51 bool AssetManager::IsValid() const { in IsValid() function in flutter::AssetManager
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 221 public static bool IsValid(MessageDescriptor descriptor, FieldMask fieldMask) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask 248 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
|
/third_party/flutter/engine/flutter/fml/ |
D | unique_fd.h | 30 static bool IsValid(HANDLE value) { return value != InvalidValue(); } in IsValid() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 144 static bool IsValid(handle_type h) { in IsValid() function 166 static bool IsValid(handle_type h) { in IsValid() function 182 static bool IsValid(handle_type h) { in IsValid() function
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | message_loop_win.h | 22 static bool IsValid(HANDLE value) { return value != NULL; } in IsValid() function
|
/third_party/flutter/engine/flutter/fml/platform/android/ |
D | message_loop_android.h | 20 static bool IsValid(ALooper* value) { return value != nullptr; } in IsValid() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLBuffer.h | 51 inline bool Buffer::IsValid(const _cl_mem *buffer) in IsValid() function
|
D | CLImage.h | 58 inline bool Image::IsValid(const _cl_mem *image) in IsValid() function
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_surface.cc | 43 bool VulkanSurface::IsValid() const { in IsValid() function in vulkan::VulkanSurface
|
D | vulkan_swapchain_stub.cc | 18 bool VulkanSwapchain::IsValid() const { in IsValid() function in vulkan::VulkanSwapchain
|
D | vulkan_image.cc | 26 bool VulkanImage::IsValid() const { in IsValid() function in vulkan::VulkanImage
|
D | vulkan_native_surface_android.cc | 61 bool VulkanNativeSurfaceAndroid::IsValid() const { in IsValid() function in vulkan::VulkanNativeSurfaceAndroid
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | unique_fdio_ns.h | 16 static bool IsValid(fdio_ns_t* ns) { return ns != InvalidValue(); } in IsValid() function
|
/third_party/cef/libcef/browser/views/ |
D | layout_impl.h | 44 bool IsValid() override { in IsValid() function
|
/third_party/skia/third_party/externals/tint/src/ |
D | symbol.h | 77 bool IsValid() const { return val_ != static_cast<uint32_t>(-1); } in IsValid() function
|