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

1234567

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_linux.cc12 GpuCommandBufferStub* stub,
22 manager, stub, surface.get(), handle.is_transport()));
10 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_android.cc17 GpuCommandBufferStub* stub,
23 stub->surface_id());
33 manager, stub, surface.get(), false));
15 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface.h72 GpuCommandBufferStub* stub,
94 GpuCommandBufferStub* stub,
107 GpuCommandBufferStub* stub,
148 GpuCommandBufferStub* stub() const { return stub_.get(); } function in class:content::ImageTransportHelper
182 GpuCommandBufferStub* stub,
/external/chromium/chrome/browser/chromeos/cros/
H A Dtouchpad_library.cc49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) { argument
50 if (stub)
H A Dbrightness_library.cc85 BrightnessLibrary* BrightnessLibrary::GetImpl(bool stub) { argument
86 if (stub)
H A Dscreen_lock_library.cc130 ScreenLockLibrary* ScreenLockLibrary::GetImpl(bool stub) { argument
131 if (stub)
H A Dspeech_synthesis_library.cc68 SpeechSynthesisLibrary* SpeechSynthesisLibrary::GetImpl(bool stub) { argument
69 if (stub)
H A Dsyslogs_library.cc58 SyslogsLibrary* SyslogsLibrary::GetImpl(bool stub) { argument
59 if (stub)
H A Dburn_library.cc178 BurnLibrary* BurnLibrary::GetImpl(bool stub) { argument
179 if (stub)
H A Dpower_library.cc184 PowerLibrary* PowerLibrary::GetImpl(bool stub) { argument
185 if (stub)
H A Dupdate_library.cc124 callback(user_data, UPDATE_RESULT_FAILED, "stub update");
144 UpdateLibrary* UpdateLibrary::GetImpl(bool stub) { argument
145 if (stub)
/external/chromium_org/content/worker/
H A Dworker_thread.cc113 void WorkerThread::RemoveWorkerStub(WebSharedWorkerStub* stub) { argument
114 worker_stubs_.erase(stub);
117 void WorkerThread::AddWorkerStub(WebSharedWorkerStub* stub) { argument
118 worker_stubs_.insert(stub);
/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 Dmac_key_event_processor_unittest.cc48 MockInputStub stub; local
49 MacKeyEventProcessor processor(&stub);
55 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, true)));
56 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, false)));
65 MockInputStub stub; local
66 MacKeyEventProcessor processor(&stub);
71 EXPECT_CALL(stub, InjectKeyEvent(
73 EXPECT_CALL(stub, InjectKeyEvent(
84 MockInputStub stub; local
85 MacKeyEventProcessor processor(&stub);
144 MockInputStub stub; local
186 MockInputStub stub; local
214 MockInputStub stub; local
[all...]
/external/chromium_org/chrome_frame/
H A Dvtable_patch_manager.cc91 FunctionStub* stub = NULL; local
94 stub = FunctionStub::FromCode(original_fn);
95 if (stub != NULL) {
97 DCHECK(stub->destination_function() ==
104 stub = FunctionStub::Create(reinterpret_cast<uintptr_t>(original_fn),
106 if (!stub) {
127 stub->set_argument(reinterpret_cast<uintptr_t>(original_fn));
129 reinterpret_cast<void**>(&vtable[it->index_]), stub->code(),
139 FunctionStub::Destroy(stub);
140 stub
[all...]
H A Dfunction_stub.cc87 void FunctionStub::Init(FunctionStubAsm* stub) { argument
88 DCHECK(stub != NULL);
90 stub->jump_to_bypass_ = JUMP_IND;
91 stub->bypass_target_addr_ = reinterpret_cast<uintptr_t>(&bypass_address_);
92 stub->pop_return_addr_ = POP_EAX;
93 stub->push_ = PUSH_IND;
94 stub->arg_addr_ = reinterpret_cast<uintptr_t>(&argument_);
95 stub->push_return_addr_ = PUSH_EAX;
96 stub->jump_to_target = JUMP_IND;
97 stub
111 FunctionStub* stub = local
139 Destroy(FunctionStub* stub) argument
[all...]
H A Dfunction_stub_unittest.cc15 static void Init(TestFunctionStub* stub) { argument
16 stub->FunctionStub::Init(&stub->stub_);
89 // If a stub is allocated during testing, assigning it here
122 // Check that the stub code is executable.
185 TestFunctionStub* stub = local
188 TestFunctionStub::Init(stub);
189 EXPECT_EQ(NULL, FunctionStub::FromCode(stub));
191 // Create a stub in committed memory.
192 stub
[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/libffi/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args, function
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/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...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtrnserr.cpp276 StubTransliterator stub; local
278 if (stub.clone() != NULL){

Completed in 4051 milliseconds

1234567