Home
last modified time | relevance | path

Searched refs:IsReady (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/
H A Dschema_registry_unittest.cc112 TEST(SchemaRegistryTest, IsReady) { in TEST() argument
117 EXPECT_FALSE(registry.IsReady()); in TEST()
122 EXPECT_FALSE(registry.IsReady()); in TEST()
127 EXPECT_TRUE(registry.IsReady()); in TEST()
131 EXPECT_TRUE(registry.IsReady()); in TEST()
134 EXPECT_TRUE(combined.IsReady()); in TEST()
256 EXPECT_FALSE(registry->IsReady()); in TEST()
274 EXPECT_FALSE(registry->IsReady()); in TEST()
278 EXPECT_FALSE(registry->IsReady()); in TEST()
283 EXPECT_TRUE(registry->IsReady()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/query_tiles/internal/
H A Dinit_aware_tile_service.cc34 if (IsReady()) { in GetQueryTiles()
52 if (IsReady()) { in GetTile()
71 if (IsReady()) { in StartFetchForTiles()
90 if (IsReady()) { in CancelTask()
99 if (IsReady()) { in PurgeDb()
108 if (IsReady()) { in SetServerUrl()
117 if (IsReady()) { in OnTileClicked()
128 if (IsReady()) { in OnQuerySelected()
147 bool InitAwareTileService::IsReady() const { in IsReady() function in query_tiles::InitAwareTileService
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/internal/
H A Dinit_aware_scheduler.cc29 if (IsReady()) { in Schedule()
40 if (IsReady()) { in DeleteAllNotifications()
52 if (IsReady()) { in GetClientOverview()
63 if (IsReady()) { in OnStartTask()
73 if (IsReady()) { in OnStopTask()
83 if (IsReady()) { in OnUserAction()
109 bool InitAwareNotificationScheduler::IsReady() const { in IsReady() function in notifications::InitAwareNotificationScheduler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feature_engagement/internal/
H A Dinit_aware_event_model_unittest.cc34 MOCK_CONST_METHOD0(IsReady, bool());
74 EXPECT_CALL(*mocked_model_, IsReady()).Times(1); in TEST_F()
75 model_->IsReady(); in TEST_F()
92 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(true)); in TEST_F()
105 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(false)); in TEST_F()
130 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(true)); in TEST_F()
138 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(false)); in TEST_F()
H A Devent_model_impl_unittest.cc195 EXPECT_TRUE(model_->IsReady()); in TEST_F()
204 EXPECT_TRUE(model_->IsReady()); in TEST_F()
245 EXPECT_TRUE(model_->IsReady()); in TEST_F()
281 EXPECT_TRUE(model_->IsReady()); in TEST_F()
294 EXPECT_TRUE(model_->IsReady()); in TEST_F()
322 EXPECT_TRUE(model_->IsReady()); in TEST_F()
343 EXPECT_TRUE(model_->IsReady()); in TEST_F()
360 EXPECT_TRUE(model_->IsReady()); in TEST_F()
383 EXPECT_TRUE(model_->IsReady()); in TEST_F()
405 EXPECT_TRUE(model_->IsReady()); in TEST_F()
[all …]
H A Davailability_model_impl_unittest.cc77 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
79 EXPECT_TRUE(availability_model_->IsReady()); in TEST_F()
87 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
89 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
103 EXPECT_TRUE(availability_model_->IsReady()); in TEST_F()
120 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
H A Dpersistent_event_store_unittest.cc153 EXPECT_FALSE(store_->IsReady()); in TEST_F()
172 EXPECT_FALSE(store_->IsReady()); in TEST_F()
182 TEST_F(PersistentEventStoreTest, IsReady) { in TEST_F() argument
184 EXPECT_FALSE(store_->IsReady()); in TEST_F()
187 EXPECT_FALSE(store_->IsReady()); in TEST_F()
190 EXPECT_FALSE(store_->IsReady()); in TEST_F()
193 EXPECT_TRUE(store_->IsReady()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/internal/
H A Devent_model_impl_unittest.cc195 EXPECT_TRUE(model_->IsReady()); in TEST_F()
204 EXPECT_TRUE(model_->IsReady()); in TEST_F()
245 EXPECT_TRUE(model_->IsReady()); in TEST_F()
281 EXPECT_TRUE(model_->IsReady()); in TEST_F()
294 EXPECT_TRUE(model_->IsReady()); in TEST_F()
322 EXPECT_TRUE(model_->IsReady()); in TEST_F()
343 EXPECT_TRUE(model_->IsReady()); in TEST_F()
360 EXPECT_TRUE(model_->IsReady()); in TEST_F()
383 EXPECT_TRUE(model_->IsReady()); in TEST_F()
405 EXPECT_TRUE(model_->IsReady()); in TEST_F()
[all …]
H A Dinit_aware_event_model_unittest.cc34 MOCK_CONST_METHOD0(IsReady, bool());
76 EXPECT_CALL(*mocked_model_, IsReady()).Times(1); in TEST_F()
77 model_->IsReady(); in TEST_F()
115 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(true)); in TEST_F()
128 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(false)); in TEST_F()
157 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(true)); in TEST_F()
165 EXPECT_CALL(*mocked_model_, IsReady()).WillRepeatedly(Return(false)); in TEST_F()
H A Davailability_model_impl_unittest.cc77 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
79 EXPECT_TRUE(availability_model_->IsReady()); in TEST_F()
87 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
89 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
103 EXPECT_TRUE(availability_model_->IsReady()); in TEST_F()
120 EXPECT_FALSE(availability_model_->IsReady()); in TEST_F()
H A Dpersistent_event_store_unittest.cc153 EXPECT_FALSE(store_->IsReady()); in TEST_F()
172 EXPECT_FALSE(store_->IsReady()); in TEST_F()
182 TEST_F(PersistentEventStoreTest, IsReady) { in TEST_F() argument
184 EXPECT_FALSE(store_->IsReady()); in TEST_F()
187 EXPECT_FALSE(store_->IsReady()); in TEST_F()
190 EXPECT_FALSE(store_->IsReady()); in TEST_F()
193 EXPECT_TRUE(store_->IsReady()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/send_tab_to_self/
H A Dsend_tab_to_self_android_bridge.cc69 if (!model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_GetAllGuids()
86 if (!model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_GetAllTargetDeviceInfos()
103 if (!model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_DeleteAllEntries()
125 if (!model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_AddEntry()
146 if (!model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_GetEntryByGUID()
166 if (model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_DeleteEntry()
178 if (model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_DismissEntry()
190 if (model->IsReady()) { in JNI_SendTabToSelfAndroidBridge_MarkEntryOpened()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/controls/
H A DFlagListBox.cpp88 wxASSERT(this->IsReady()); in GenerateFlagListBoxReady()
203 wxCHECK_MSG(this->IsReady(), NULL, in FindFlagAt()
217 if (this->IsReady()) { in OnDrawItem()
265 if ( this->IsReady()) { in OnMeasureItem()
275 if (this->IsReady()) { in OnDrawBackground()
291 wxCHECK_RET(this->IsReady(), in OnDoubleClickFlag()
304 wxCHECK_RET(this->IsReady(), in LoadEnabledFlags()
330 wxCHECK_MSG(this->IsReady(), false, in SetFlag()
361 wxCHECK_MSG(this->IsReady(), false, in BEGIN_EVENT_TABLE()
393 wxCHECK_RET(this->IsReady(), in GetFlagSets()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DFlagListBox.cpp90 wxASSERT(this->IsReady()); in GenerateFlagListBoxReady()
207 wxCHECK_MSG(this->IsReady(), NULL, in FindFlagAt()
221 if (this->IsReady()) { in OnDrawItem()
266 if ( this->IsReady()) { in OnMeasureItem()
276 if (this->IsReady()) { in OnDrawBackground()
292 wxCHECK_RET(this->IsReady(), in OnDoubleClickFlag()
305 wxCHECK_RET(this->IsReady(), in LoadEnabledFlags()
331 wxCHECK_MSG(this->IsReady(), false, in SetFlag()
363 wxCHECK_MSG(this->IsReady(), false, in BEGIN_EVENT_TABLE()
395 wxCHECK_RET(this->IsReady(), in GetFlagSets()
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMRFlashReader.cxx49 this->IsReady = false; in vtkAMRFlashReader()
89 this->IsReady = true; in SetFileName()
111 if( !this->IsReady ) in GetBlockLevel()
129 if( !this->IsReady ) in GetNumberOfBlocks()
142 if( !this->IsReady ) in GetNumberOfLevels()
229 if( !this->IsReady ) in GetAMRGrid()
H A DvtkAMREnzoReader.cxx83 this->IsReady = false; in vtkAMREnzoReader()
256 this->IsReady = true; in SetFileName()
261 if( this->IsReady ) in SetFileName()
294 if( !this->IsReady ) in ReadMetaData()
308 if( !this->IsReady ) in GetBlockLevel()
327 if( !this->IsReady ) in GetNumberOfBlocks()
340 if( !this->IsReady ) in GetNumberOfLevels()
354 if( !this->IsReady ) in FillMetaData()
403 if( !this->IsReady ) in GetAMRGrid()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMRFlashReader.cxx49 this->IsReady = false; in vtkAMRFlashReader()
86 this->IsReady = true; in SetFileName()
108 if (!this->IsReady) in GetBlockLevel()
126 if (!this->IsReady) in GetNumberOfBlocks()
139 if (!this->IsReady) in GetNumberOfLevels()
228 if (!this->IsReady) in GetAMRGrid()
H A DvtkAMREnzoReader.cxx85 this->IsReady = false; in vtkAMREnzoReader()
246 this->IsReady = true; in SetFileName()
250 if (this->IsReady) in SetFileName()
282 if (!this->IsReady) in ReadMetaData()
295 if (!this->IsReady) in GetBlockLevel()
314 if (!this->IsReady) in GetNumberOfBlocks()
327 if (!this->IsReady) in GetNumberOfLevels()
341 if (!this->IsReady) in FillMetaData()
391 if (!this->IsReady) in GetAMRGrid()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMRFlashReader.cxx49 this->IsReady = false; in vtkAMRFlashReader()
89 this->IsReady = true; in SetFileName()
111 if( !this->IsReady ) in GetBlockLevel()
129 if( !this->IsReady ) in GetNumberOfBlocks()
142 if( !this->IsReady ) in GetNumberOfLevels()
229 if( !this->IsReady ) in GetAMRGrid()
H A DvtkAMREnzoReader.cxx83 this->IsReady = false; in vtkAMREnzoReader()
256 this->IsReady = true; in SetFileName()
261 if( this->IsReady ) in SetFileName()
295 if( !this->IsReady ) in ReadMetaData()
309 if( !this->IsReady ) in GetBlockLevel()
328 if( !this->IsReady ) in GetNumberOfBlocks()
341 if( !this->IsReady ) in GetNumberOfLevels()
355 if( !this->IsReady ) in FillMetaData()
404 if( !this->IsReady ) in GetAMRGrid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/customization/
H A Dcustomization_document_unittest.cc150 EXPECT_TRUE(customization.IsReady()); in TEST()
160 EXPECT_FALSE(customization.IsReady()); in TEST()
302 EXPECT_FALSE(doc->IsReady()); in TEST_F()
306 EXPECT_TRUE(doc->IsReady()); in TEST_F()
339 EXPECT_FALSE(doc->IsReady()); in TEST_F()
365 EXPECT_TRUE(doc->IsReady()); in TEST_F()
374 EXPECT_FALSE(doc->IsReady()); in TEST_F()
410 EXPECT_TRUE(doc->IsReady()); in TEST_F()
424 EXPECT_FALSE(doc->IsReady()); in TEST_F()
454 EXPECT_TRUE(doc->IsReady()); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DIOServices.cs20 if (IsReady(drive)) in GetReadyDrives()
30 if (!IsReady(drive)) in GetNotReadyDrive()
65 if (!IsReady(otherDrive)) in GetNtfsDriveOtherThan()
87 if (!IsReady(otherDrive)) in GetNonNtfsDriveOtherThan()
254 private static bool IsReady(string drive) in IsReady() method in IOServices
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexArrayObject.cxx108 bool IsReady() const in IsReady() function in vtkOpenGLVertexArrayObject::Private
155 if (!this->Internal->IsReady()) in Bind()
159 if (this->Internal->IsReady() && this->Internal->Supported) in Bind()
163 else if (this->Internal->IsReady()) in Bind()
198 if (this->Internal->IsReady() && this->Internal->Supported) in Release()
202 else if (this->Internal->IsReady()) in Release()
293 if (!this->Internal->IsReady() || in AddAttributeArrayWithDivisor()
408 if (!this->Internal->IsReady() || this->Internal->HandleProgram == 0) in RemoveAttributeArray()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexArrayObject.cxx109 bool IsReady() const in IsReady() function in vtkOpenGLVertexArrayObject::Private
156 if (!this->Internal->IsReady()) in Bind()
160 if (this->Internal->IsReady() && this->Internal->Supported) in Bind()
164 else if (this->Internal->IsReady()) in Bind()
201 if (this->Internal->IsReady() && this->Internal->Supported) in Release()
205 else if (this->Internal->IsReady()) in Release()
308 if (!this->Internal->IsReady() || in AddAttributeArrayWithDivisor()
433 if (!this->Internal->IsReady() || this->Internal->HandleProgram == 0) in RemoveAttributeArray()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkglVertexArrayObject.cxx102 bool IsReady() const in IsReady() function in vtkgl::VertexArrayObject::Private
148 if (!this->d->IsReady()) in Bind()
152 if (this->d->IsReady() && this->d->supported) in Bind()
156 else if (this->d->IsReady()) in Bind()
199 if (this->d->IsReady() && this->d->supported) in Release()
203 else if (this->d->IsReady()) in Release()
280 if (!this->d->IsReady() || in AddAttributeArrayWithDivisor()
412 if (!this->d->IsReady() || this->d->handleProgram == 0) in RemoveAttributeArray()

12345678910>>...38