| /third_party/mesa3d/src/mapi/ |
| D | stub.c | 65 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()
|
| D | mapi_glapi.c | 125 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/ |
| D | client.py | 14 def say_hello(stub, hello_request): argument 19 def say_many_hellos(stub, hello_request): argument
|
| /third_party/flatbuffers/grpc/tests/ |
| D | grpctest.cpp | 101 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.py | 28 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/ |
| D | meta_func_graph.cc | 33 auto stub = std::make_shared<FuncGraph>(); in GenerateStubFunc() local
|
| D | func_graph.h | 379 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/ |
| D | ServiceTest.java | 118 TestService stub = TestService.newStub(mockChannel); in testStub() local 144 TestService.BlockingInterface stub = TestService.newBlockingStub(mockChannel); in testBlockingStub() local
|
| /third_party/protobuf/python/google/protobuf/ |
| D | service_reflection.py | 274 def _ServiceStubInit(stub, rpc_channel): argument 285 def _StubMethod(self, stub, method_descriptor, argument
|
| /third_party/skia/src/utils/ |
| D | SkEventTracer.cpp | 37 static const char* stub = "stub"; in getCategoryGroupName() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | trnserr.cpp | 278 StubTransliterator stub; in TestCoverage() local
|
| /third_party/ltp/include/lapi/ |
| D | rt_sigaction.h | 202 unsigned long stub = 0; in ltp_rt_sigaction() local
|
| /third_party/python/Lib/test/ |
| D | test_pulldom.py | 262 def stub(self, *args, **kwargs): member in SAXExerciser
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| D | SynthTest.java | 2773 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/ |
| D | random.c | 455 u8 stub; in random_init() local
|
| /third_party/flatbuffers/tests/ |
| D | monster_test_generated.grpc.fb.cc | 26 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
|
| D | monster_test.grpc.fb.cc | 27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
|
| /third_party/flatbuffers/tests/monster_test_suffix/ |
| D | monster_test.grpc.fb.cc | 27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
|
| /third_party/flatbuffers/tests/monster_test_suffix/ext_only/ |
| D | monster_test.grpc.fb.cc | 27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
|
| /third_party/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
| D | monster_test.grpc.fb.cc | 27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | convert_utils_py.cc | 826 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
|
| D | stub_tensor.cc | 25 namespace stub { namespace
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/ |
| D | multitype_funcgraph.cc | 308 auto stub = GenerateStubFunc(types); in GenerateFromTypes() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/ |
| D | strategy.cc | 161 auto stub = PyObject_GetAttrString(obj, "stub"); in StubTensorComputable() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/ |
| D | pynative_utils.cc | 655 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()
|