Home
last modified time | relevance | path

Searched refs:IsClosed (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler_test.cc46 EXPECT_FALSE(batch.IsClosed()); in TEST()
55 EXPECT_FALSE(batch.IsClosed()); in TEST()
65 EXPECT_FALSE(batch.IsClosed()); in TEST()
68 EXPECT_TRUE(batch.IsClosed()); in TEST()
86 EXPECT_FALSE(batch.IsClosed()); in TEST()
94 EXPECT_TRUE(batch.IsClosed()); in TEST()
100 EXPECT_FALSE(batch->IsClosed()); in TEST()
Dadaptive_shared_batch_scheduler_test.cc106 ASSERT_TRUE(batch->IsClosed()); in TEST()
144 ASSERT_TRUE(batch->IsClosed()); in TEST()
211 ASSERT_TRUE(batch->IsClosed()); in TEST()
275 ASSERT_TRUE(batch->IsClosed()); in TEST()
315 ASSERT_TRUE(batch->IsClosed()); in TEST()
351 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dbatch_scheduler.h108 bool IsClosed() const;
197 DCHECK(!IsClosed()); in AddTask()
264 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
Dserial_device_batch_scheduler_test.cc103 ASSERT_TRUE(batch->IsClosed()); in TEST()
212 ASSERT_TRUE(batch->IsClosed()); in TEST()
270 ASSERT_TRUE(batch->IsClosed()); in TEST()
321 ASSERT_TRUE(batch->IsClosed()); in TEST()
358 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dshared_batch_scheduler_test.cc76 ASSERT_TRUE(batch->IsClosed()); in TEST()
86 ASSERT_TRUE(batch->IsClosed()); in TEST()
139 ASSERT_TRUE(batch->IsClosed()); in TEST()
202 ASSERT_TRUE(batch->IsClosed()); in TEST()
261 ASSERT_TRUE(batch->IsClosed()); in TEST()
304 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dbasic_batch_scheduler_test.cc62 ASSERT_TRUE(batch->IsClosed()); in TEST()
Dadaptive_shared_batch_scheduler.h451 if ((*it)->IsClosed()) { in MaybeScheduleClosedBatch()
/external/webrtc/talk/media/devices/
Dgtkvideorenderer.cc88 if ((!window_ && !Initialize(width, height)) || IsClosed()) { in SetSize()
120 if (IsClosed()) { in RenderFrame()
166 bool GtkVideoRenderer::IsClosed() const { in IsClosed() function in cricket::GtkVideoRenderer
Dgtkvideorenderer.h59 bool IsClosed() const;
/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc141 if (!IsClosed()) { in Close()
195 bool IsClosed() { in IsClosed() function in rtc::PulseAudioStream
366 if (!stream_.IsClosed()) { in Close()
714 if (!stream_.IsClosed()) { in Close()
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs158 if (handle.IsClosed) in TryWaitForStateChangedAsync()
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc681 if (IsClosed()) { in AddStream()
731 if (IsClosed()) { in RemoveStream()
1300 if (IsClosed()) { in OnIceConnectionChange()
1310 if (IsClosed()) { in OnIceGatheringChange()
1831 if (IsClosed()) { in InternalCreateDataChannel()
Dpeerconnection.h212 bool IsClosed() const { in IsClosed() function
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h270 bool IsClosed() { in IsClosed() function
/external/webrtc/webrtc/base/
Dtestutils.h318 bool IsClosed() const { in IsClosed() function