Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 25 of 37) 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/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/
Dstub_flutter_api.cc17 void StubFlutterApi::SetTestStub(StubFlutterApi* stub) { in SetTestStub()
26 ScopedStubFlutterApi::ScopedStubFlutterApi(std::unique_ptr<StubFlutterApi> stub) in ScopedStubFlutterApi()
Dstub_flutter_api.h78 StubFlutterApi* stub() { return stub_.get(); } in stub() function
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/
Dstub_flutter_windows_api.cc13 void StubFlutterWindowsApi::SetTestStub(StubFlutterWindowsApi* stub) { in SetTestStub()
23 std::unique_ptr<StubFlutterWindowsApi> stub) in ScopedStubFlutterWindowsApi()
Dstub_flutter_windows_api.h87 StubFlutterWindowsApi* stub() { return stub_.get(); } in stub() function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_uma.h49 int stub; /* TODO __Userspace__ */ member
53 int stub; /* TODO __Userspace__ */ member
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/
Dstub_flutter_glfw_api.cc13 void StubFlutterGlfwApi::SetTestStub(StubFlutterGlfwApi* stub) { in SetTestStub()
23 std::unique_ptr<StubFlutterGlfwApi> stub) in ScopedStubFlutterGlfwApi()
Dstub_flutter_glfw_api.h98 StubFlutterGlfwApi* stub() { return stub_.get(); } in stub() function
/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/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java120 TestService stub = TestService.newStub(mockChannel); in testStub() local
147 TestService.BlockingInterface stub = 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/node/test/parallel/
Dtest-dns-lookup-promises.js60 ].forEach(async ({ stub, factory, expectation }) => { property
115 ].forEach(async ({ stub, factory, expectation }) => { property
/third_party/libffi/testsuite/libffi.closures/
Dproblem1.c30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args, in stub() function
/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.h208 unsigned long stub = 0; in ltp_rt_sigaction() local
/third_party/python/Lib/test/
Dtest_pulldom.py269 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/node/test/async-hooks/
Dinit-hooks.js161 const stub = { uid, type: 'Unknown', handleIsObject: true, handle: {} }; variable
/third_party/skia/src/core/
DSkPictureData.cpp549 static const SkPaint& stub = *(new SkPaint); in requiredPaint() local
/third_party/protobuf/src/google/protobuf/
Dmap_field_test.cc257 MapFieldBaseStub* stub = in Expect() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIBMCalendarTest.java1031 StubCalendar stub = new StubCalendar(); in TestCoverage() local
2016 … StubSimpleDateFormat stub = new StubSimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS", Locale.US); in TestSimpleDateFormatCoverage() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1031 StubCalendar stub = new StubCalendar(); in TestCoverage() local
2016 … StubSimpleDateFormat stub = new StubSimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS", Locale.US); in TestSimpleDateFormatCoverage() local

12