Searched refs:test_call (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/test/core/iomgr/ |
D | stranded_event_test.cc | 92 void StartCall(TestCall* test_call) { in StartCall() argument 102 void* tag = test_call; in StartCall() 104 test_call->call, ops, static_cast<size_t>(op - ops), tag, nullptr); in StartCall() 106 cq_verifier* cqv = cq_verifier_create(test_call->cq); in StartCall() 156 void ReceiveInitialMetadata(TestCall* test_call, gpr_timespec deadline) { in ReceiveInitialMetadata() argument 167 void* tag = test_call; in ReceiveInitialMetadata() 169 test_call->call, ops, static_cast<size_t>(op - ops), tag, nullptr); in ReceiveInitialMetadata() 172 grpc_completion_queue_next(test_call->cq, deadline, nullptr); in ReceiveInitialMetadata() 183 void FinishCall(TestCall* test_call) { in FinishCall() argument 199 void* tag = test_call; in FinishCall() [all …]
|
/third_party/mindspore/tests/syntax/simple_expression/ |
D | test_call.py | 37 def test_call(): function
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_flags_test.py | 220 def test_call(perform_call): function 234 test_thread = threading.Thread(target=test_call,
|
/third_party/boost/libs/python/test/ |
D | object.cpp | 190 object test_call(object c, object args, object kwds) in test_call() function 385 def("test_call", test_call); in BOOST_PYTHON_MODULE()
|
/third_party/boost/libs/function/test/ |
D | function_test.cpp | 702 static void test_call() in test_call() function 808 test_call(); in main()
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 263 def test_call(self): member in _Test
|
/third_party/python/Lib/test/ |
D | test_sys_settrace.py | 1207 def test_call(self): member in RaisingTraceFuncTestCase
|
D | test_ast.py | 1409 def test_call(self): member in ASTValidatorTests 1807 def test_call(self): member in EndPositionTests
|
D | test_fstring.py | 912 def test_call(self): member in TestCase
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testhelpers.py | 255 def test_call(self): member in CallTest
|
D | testmock.py | 282 def test_call(self): member in MockTest
|
/third_party/python/Lib/lib2to3/tests/ |
D | test_fixers.py | 217 def test_call(self): member in Test_apply 1654 def test_call(self): member in Test_xreadlines
|