Searched defs:stub (Results 1 - 25 of 119) sorted by relevance

12345

/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s29 bl L_puts$stub
39 L_puts$stub:
42 bcl 20, 31, L_puts$stub$tmp
43 L_puts$stub$tmp:
45 addis r11, r11, ha16(L_puts$lazy_ptr-L_puts$stub$tmp)
47 lwzu r12, lo16(L_puts$lazy_ptr-L_puts$stub$tmp)(r11)
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_linux.cc12 GpuCommandBufferStub* stub,
21 manager, stub, surface.get()));
10 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_win.cc26 GpuCommandBufferStub* stub,
35 manager, stub, surface.get()));
24 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface.h71 GpuCommandBufferStub* stub,
93 GpuCommandBufferStub* stub,
106 GpuCommandBufferStub* stub,
145 GpuCommandBufferStub* stub() const { return stub_.get(); } function in class:content::ImageTransportHelper
179 GpuCommandBufferStub* stub,
H A Dimage_transport_surface_android.cc38 GpuCommandBufferStub* stub,
62 GpuCommandBufferStub* stub,
77 GpuCommandBufferStub* stub,
80 : PassThroughImageTransportSurface(manager, stub, surface),
142 if (!GetHelper()->stub()->decoder() ||
143 !GetHelper()->stub()->decoder()->MakeCurrent())
150 GpuCommandBufferStub* stub,
152 : PassThroughImageTransportSurface(manager, stub, surface) {}
166 GpuCommandBufferStub* stub,
171 stub,
75 ImageTransportSurfaceAndroid( GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface, uint32 parent_client_id) argument
149 DirectSurfaceAndroid(GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface) argument
164 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
[all...]
/external/chromium_org/remoting/client/
H A Dkey_event_mapper.cc14 KeyEventMapper::KeyEventMapper(InputStub* stub) : protocol::InputFilter(stub) { argument
42 // Deliver trapped keys to the callback, not the next stub.
H A Dkey_event_mapper_unittest.cc106 static void HandleTrappedKey(MockInputStub* stub, const KeyEvent& event) { argument
107 stub->InjectKeyEvent(event);
/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_mac_unittest.cc49 MockInputStub stub; local
51 new NormalizingInputFilterMac(&stub));
57 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, true)));
58 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, false)));
67 MockInputStub stub; local
69 new NormalizingInputFilterMac(&stub));
74 EXPECT_CALL(stub, InjectKeyEvent(
76 EXPECT_CALL(stub, InjectKeyEvent(
87 MockInputStub stub; local
89 new NormalizingInputFilterMac(&stub));
148 MockInputStub stub; local
191 MockInputStub stub; local
220 MockInputStub stub; local
[all...]
H A Dnormalizing_input_filter_cros_unittest.cc80 MockInputStub stub; local
82 new NormalizingInputFilterCros(&stub));
87 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
88 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, false)));
90 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, true)));
91 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, false)));
101 MockInputStub stub; local
103 new NormalizingInputFilterCros(&stub));
108 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
109 EXPECT_CALL(stub, InjectKeyEven
123 MockInputStub stub; local
143 MockInputStub stub; local
163 MockInputStub stub; local
185 MockInputStub stub; local
209 MockInputStub stub; local
229 MockInputStub stub; local
256 MockInputStub stub; local
[all...]
/external/bluetooth/bluedroid/osi/test/
H A Dalarm_test.cpp81 static bt_os_callouts_t stub = { variable
88 bt_os_callouts_t *bt_os_callouts = &stub;
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy_unittest.cc24 // A stub implementation of AttachmentService that counts the number of times
97 stub_thread.reset(new base::Thread("attachment service stub thread"));
99 stub.reset(new StubAttachmentService);
101 stub->AsWeakPtr()));
114 // We must take care to call the stub's destructor on the stub_thread
116 if (stub) {
117 stub_thread->message_loop()->DeleteSoon(FROM_HERE, stub.release());
146 scoped_ptr<StubAttachmentService> stub; member in class:syncer::AttachmentServiceProxyTest
162 // Verify that each of AttachmentServiceProxy's methods are invoked on the stub.
169 // Wait for the posted calls to execute in the stub threa
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi.c35 #include "stub.h"
45 const struct mapi_stub *stub; local
47 stub = stub_find_public(name);
48 if (!stub) {
52 stub = dyn;
56 return stub;
100 const struct mapi_stub *stub; local
102 stub = get_stub(p, NULL);
104 if (!stub)
109 get_stub(p, stub);
129 const struct mapi_stub *stub; local
174 const struct mapi_stub *stub = mapi_stub_map[i]; local
[all...]
H A Dstub.c36 #include "stub.h"
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local
77 stub_name = &public_string_pool[(unsigned long) stub->name];
83 * Return the public stub with the given name.
93 * Add a dynamic stub.
98 struct mapi_stub *stub; local
106 stub = &dynamic_stubs[idx];
109 stub->addr = entry_generate(
111 if (!stub->addr)
114 stub
131 struct mapi_stub *stub = NULL; local
157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) argument
177 stub_get_name(const struct mapi_stub *stub) argument
194 stub_get_slot(const struct mapi_stub *stub) argument
203 stub_get_addr(const struct mapi_stub *stub) argument
[all...]
H A Dmapi_glapi.c34 #include "mapi/stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local
175 const struct mapi_stub *stub; local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local
[all...]
/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dchrome_proxy_metrics_unittest.py78 def stub(unused_tab, unused_url=''): # pylint: disable=W0613 function in function:ChromeProxyMetricTest._StubGetProxyInfo
80 metrics.GetProxyInfoFromNetworkInternals = stub
/external/mesa3d/src/mapi/mapi/
H A Dmapi.c35 #include "stub.h"
45 const struct mapi_stub *stub; local
47 stub = stub_find_public(name);
48 if (!stub) {
52 stub = dyn;
56 return stub;
100 const struct mapi_stub *stub; local
102 stub = get_stub(p, NULL);
104 if (!stub)
109 get_stub(p, stub);
129 const struct mapi_stub *stub; local
174 const struct mapi_stub *stub = mapi_stub_map[i]; local
[all...]
H A Dstub.c36 #include "stub.h"
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local
77 stub_name = &public_string_pool[(unsigned long) stub->name];
83 * Return the public stub with the given name.
93 * Add a dynamic stub.
98 struct mapi_stub *stub; local
106 stub = &dynamic_stubs[idx];
109 stub->addr = entry_generate(
111 if (!stub->addr)
114 stub
131 struct mapi_stub *stub = NULL; local
157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) argument
177 stub_get_name(const struct mapi_stub *stub) argument
194 stub_get_slot(const struct mapi_stub *stub) argument
203 stub_get_addr(const struct mapi_stub *stub) argument
[all...]
H A Dmapi_glapi.c34 #include "mapi/stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local
175 const struct mapi_stub *stub; local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local
[all...]
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dinterface_ptr_internal.h80 proxy_->stub.set_sink(client);
105 typename Interface::Client::Stub_ stub; member in class:mojo::internal::InterfacePtrState::ProxyWithStub
131 router_->set_incoming_receiver(&proxy->stub);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtrnserr.cpp276 StubTransliterator stub; local
278 if (stub.clone() != NULL){
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_uma.h49 int stub; /* TODO __Userspace__ */ member in struct:uma_cache
53 int stub; /* TODO __Userspace__ */ member in struct:uma_keg
89 #define uma_zone_set_max(zone, number) /* stub TODO __Userspace__ */
95 return NULL; /* stub TODO __Userspace__. Also place implementation in a separate .c file */
/external/fio/engines/
H A De4defrag.c73 struct stat stub; local
106 r = fstat(ed->donor_fd, &stub);
110 ed->bsz = stub.st_blksize;
/external/icu/icu4c/source/test/intltest/
H A Dtrnserr.cpp276 StubTransliterator stub; local
278 if (stub.clone() != NULL){
/external/mockito/src/org/mockito/internal/
H A DMockitoCore.java60 public IOngoingStubbing stub() { method in class:MockitoCore
69 public <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { method in class:MockitoCore
71 return (DeprecatedOngoingStubbing) stub();
76 return (OngoingStubbing) stub();
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp504 CvMat stub, *image; local
510 CV_CALL( image = cvGetMat( arr, &stub ));

Completed in 540 milliseconds

12345