Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/mapi/
Dstub.c65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare() local
89 struct mapi_stub *stub; in stub_add_dynamic() local
122 struct mapi_stub *stub = NULL; in stub_find_dynamic() local
162 const struct mapi_stub *stub = in stub_find_by_slot() local
170 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) in stub_fix_dynamic()
190 stub_get_name(const struct mapi_stub *stub) in stub_get_name()
207 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot()
216 stub_get_addr(const struct mapi_stub *stub) in stub_get_addr()
Dmapi_glapi.c125 const struct mapi_stub *stub; in _glapi_add_dispatch() local
151 struct mapi_stub *stub; in _glapi_add_dispatch() local
180 const struct mapi_stub *stub; in _glapi_get_stub() local
207 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); in _glapi_get_proc_offset() local
219 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); in _glapi_get_proc_address() local
230 const struct mapi_stub *stub = stub_find_by_slot(offset); in _glapi_get_proc_name() local
/third_party/flatbuffers/grpc/examples/python/greeter/
Dclient.py14 def say_hello(stub, hello_request): argument
19 def say_many_hellos(stub, hello_request): argument
/third_party/flatbuffers/grpc/tests/
Dgrpctest.cpp101 template<class Builder> void StoreRPC(MonsterStorage::Stub *stub) { in StoreRPC()
122 template<class Builder> void RetrieveRPC(MonsterStorage::Stub *stub) { in RetrieveRPC()
149 auto stub = MyGame::Example::MonsterStorage::NewStub(channel); in grpc_server_test() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
D_stub_tensor.py28 def getx(stub): argument
35 def setx(stub, value): argument
70 def __init__(self, stub=None, tensor=None): argument
195 def _convert_stub(stub): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmeta_func_graph.cc33 auto stub = std::make_shared<FuncGraph>(); in GenerateStubFunc() local
Dfunc_graph.h379 bool stub() const { return stub_; } in stub() function
380 void set_stub(bool stub) { stub_ = stub; } in set_stub()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java118 TestService stub = TestService.newStub(mockChannel); in testStub() local
144 TestService.BlockingInterface stub = TestService.newBlockingStub(mockChannel); in testBlockingStub() local
/third_party/protobuf/python/google/protobuf/
Dservice_reflection.py274 def _ServiceStubInit(stub, rpc_channel): argument
285 def _StubMethod(self, stub, method_descriptor, argument
/third_party/skia/src/utils/
DSkEventTracer.cpp37 static const char* stub = "stub"; in getCategoryGroupName() local
/third_party/icu/icu4c/source/test/intltest/
Dtrnserr.cpp278 StubTransliterator stub; in TestCoverage() local
/third_party/ltp/include/lapi/
Drt_sigaction.h202 unsigned long stub = 0; in ltp_rt_sigaction() local
/third_party/python/Lib/test/
Dtest_pulldom.py262 def stub(self, *args, **kwargs): member in SAXExerciser
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DSynthTest.java2773 char[] stub = new char[8388602]; Arrays.fill(stub, 'c'); String hex = "0123456789ABCDEF"; in testStressReadDistanceExtraBits() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c455 u8 stub; in random_init() local
/third_party/flatbuffers/tests/
Dmonster_test_generated.grpc.fb.cc26 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
Dmonster_test.grpc.fb.cc27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
/third_party/flatbuffers/tests/monster_test_suffix/
Dmonster_test.grpc.fb.cc27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
/third_party/flatbuffers/tests/monster_test_suffix/ext_only/
Dmonster_test.grpc.fb.cc27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
/third_party/flatbuffers/tests/monster_test_suffix/filesuffix_only/
Dmonster_test.grpc.fb.cc27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dconvert_utils_py.cc826 auto stub = py_stub.cast<stub::StubNodePtr>(); in ConvertStubTensor() local
841 auto stub = py_stub.cast<stub::StubNodePtr>(); in PyStubNodeCast() local
852 ValuePtr stub = py_stub.cast<stub::StubNodePtr>(); in GetStubTensorInfo() local
Dstub_tensor.cc25 namespace stub { namespace
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dmultitype_funcgraph.cc308 auto stub = GenerateStubFunc(types); in GenerateFromTypes() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dstrategy.cc161 auto stub = PyObject_GetAttrString(obj, "stub"); in StubTensorComputable() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc655 auto stub = utils::cast<stub::StubNodePtr>(v); in StubNodeToValueInner() local
697 auto stub = utils::cast<stub::StubNodePtr>(v); in StubNodeToTensor() local
1403 void ParseOpInputByOpDef(const ops::OpDefPtr &op_def, const py::list &op_inputs, bool stub, in ParseOpInputByOpDef()
1450 …OpInputByPythonObj(const FrontendOpRunInfoPtr &op_run_info, const py::list &op_inputs, bool stub) { in ParseOpInputByPythonObj()
1472 ValuePtr DataConvert::PyObjToValue(const py::object &obj, bool stub) { in PyObjToValue()

12