Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/flutter/engine/flutter/fml/synchronization/
Dsemaphore.cc30 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/
Ddng_rational.h57 bool IsValid () const in IsValid() function
116 bool IsValid () const in IsValid() function
Ddng_tone_curve.cpp80 bool dng_tone_curve::IsValid () const in IsValid() function in dng_tone_curve
/third_party/skia/third_party/externals/tint/src/resolver/
Ddecoration_validation_test.cc132 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/
Dace_run_configuration.cc20 bool RunConfiguration::IsValid() const { in IsValid() function in flutter::RunConfiguration
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_environment_gl.cc33 bool AndroidEnvironmentGL::IsValid() const { in IsValid() function in flutter::AndroidEnvironmentGL
Dandroid_native_window.cc18 bool AndroidNativeWindow::IsValid() const { in IsValid() function in flutter::AndroidNativeWindow
Dandroid_surface_vulkan.cc20 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/
DWindowsSupport.h130 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/
Ddirectory_asset_bundle.cc26 bool DirectoryAssetBundle::IsValid() const { in IsValid() function in flutter::DirectoryAssetBundle
Dasset_manager.cc51 bool AssetManager::IsValid() const { in IsValid() function in flutter::AssetManager
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs221 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/
Dunique_fd.h30 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/
DWindowsSupport.h144 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/
Dmessage_loop_win.h22 static bool IsValid(HANDLE value) { return value != NULL; } in IsValid() function
/third_party/flutter/engine/flutter/fml/platform/android/
Dmessage_loop_android.h20 static bool IsValid(ALooper* value) { return value != nullptr; } in IsValid() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLBuffer.h51 inline bool Buffer::IsValid(const _cl_mem *buffer) in IsValid() function
DCLImage.h58 inline bool Image::IsValid(const _cl_mem *image) in IsValid() function
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_surface.cc43 bool VulkanSurface::IsValid() const { in IsValid() function in vulkan::VulkanSurface
Dvulkan_swapchain_stub.cc18 bool VulkanSwapchain::IsValid() const { in IsValid() function in vulkan::VulkanSwapchain
Dvulkan_image.cc26 bool VulkanImage::IsValid() const { in IsValid() function in vulkan::VulkanImage
Dvulkan_native_surface_android.cc61 bool VulkanNativeSurfaceAndroid::IsValid() const { in IsValid() function in vulkan::VulkanNativeSurfaceAndroid
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dunique_fdio_ns.h16 static bool IsValid(fdio_ns_t* ns) { return ns != InvalidValue(); } in IsValid() function
/third_party/cef/libcef/browser/views/
Dlayout_impl.h44 bool IsValid() override { in IsValid() function
/third_party/skia/third_party/externals/tint/src/
Dsymbol.h77 bool IsValid() const { return val_ != static_cast<uint32_t>(-1); } in IsValid() function

1234567