Searched refs:live_call (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/end2end/tests/ |
D | max_concurrent_streams.cc | 200 int live_call; in test_max_concurrent_streams() local 330 live_call = -1; in test_max_concurrent_streams() 346 live_call = (static_cast<int>((intptr_t)ev.tag)) - 1; in test_max_concurrent_streams() 350 GPR_ASSERT(live_call == 300 || live_call == 400); in test_max_concurrent_streams() 377 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 2), 1); in test_max_concurrent_streams() 379 live_call = (live_call == 300) ? 400 : 300; in test_max_concurrent_streams() 380 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 1), 1); in test_max_concurrent_streams() 414 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 2), 1); in test_max_concurrent_streams()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dce_test.cc | 344 auto live_call = builder.AddInstruction(HloInstruction::CreateCall( in TEST_F() local 350 EXPECT_EQ(0, live_call->user_count()); in TEST_F() 351 EXPECT_TRUE(HasInstruction(*computation, live_call)); in TEST_F() 358 EXPECT_EQ(0, live_call->user_count()); in TEST_F() 359 EXPECT_TRUE(HasInstruction(*computation, live_call)); in TEST_F()
|