/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | usage_test.cc | 31 EXPECT_FALSE(u.IsComplete()); in TEST_F() 84 EXPECT_FALSE(a.IsComplete()); in TEST_F() 105 EXPECT_TRUE(u.IsComplete()); in TEST_F() 130 EXPECT_TRUE(u.IsComplete()); in TEST_F() 154 EXPECT_FALSE(u.IsComplete()); // Don't know if it's sampled or storage in TEST_F() 178 EXPECT_TRUE(u.IsComplete()); in TEST_F() 202 EXPECT_TRUE(u.IsComplete()); in TEST_F() 226 EXPECT_TRUE(u.IsComplete()); in TEST_F() 250 EXPECT_TRUE(u.IsComplete()); in TEST_F() 274 EXPECT_TRUE(u.IsComplete()); in TEST_F()
|
D | usage.h | 52 bool IsComplete() const;
|
D | usage.cc | 113 bool Usage::IsComplete() const { in IsComplete() function in tint::reader::spirv::Usage
|
D | parser_impl.cc | 2411 if (!usage.IsComplete()) { in GetTypeForHandleVar() 2462 if (!usage.IsComplete()) { in GetTypeForHandleVar()
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/ |
D | WorkerThread.cpp | 35 bool IsComplete() { in IsComplete() function in __anon4b2a6ba70111::AsyncWaitableEventImpl 64 bool IsComplete() override { in IsComplete() function in __anon4b2a6ba70111::AsyncWaitableEvent 65 return mWaitableEventImpl->IsComplete(); in IsComplete()
|
/third_party/cef/include/ |
D | cef_download_item.h | 66 virtual bool IsComplete() = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | download_item_ctocpp.h | 39 bool IsComplete() override;
|
D | download_item_ctocpp.cc | 52 NO_SANITIZE("cfi-icall") bool CefDownloadItemCToCpp::IsComplete() { in IsComplete() function in CefDownloadItemCToCpp
|
/third_party/cef/libcef/browser/ |
D | download_item_impl.h | 28 bool IsComplete() override;
|
D | download_item_impl.cc | 32 bool CefDownloadItemImpl::IsComplete() { in IsComplete() function in CefDownloadItemImpl
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/ |
D | DawnPlatform.h | 69 virtual bool IsComplete() = 0; // Non-blocking check if the event is complete
|
/third_party/grpc/src/core/lib/json/ |
D | json_reader.cc | 94 bool IsComplete(); 259 bool JsonReader::IsComplete() { in IsComplete() function in grpc_core::__anon5d72f67b0111::JsonReader 280 if (IsComplete()) { in Run()
|
/third_party/cef/tests/ceftests/ |
D | download_unittest.cc | 339 EXPECT_FALSE(download_item->IsComplete()); in OnBeforeDownload() 397 if (download_item->IsComplete()) { in OnDownloadUpdated()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | download_item_cpptoc.cc | 65 bool _retval = CefDownloadItemCppToC::Get(self)->IsComplete(); in download_item_is_complete()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 122 bool IsComplete(); in IsComplete() method
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.cc | 507 if (download_item->IsComplete()) { in OnDownloadUpdated()
|