Searched refs:Attach (Results 201 - 225 of 236) sorted by relevance

12345678910

/external/lldb/include/lldb/Target/
H A DPlatform.h387 /// the Platform::LaunchProcess() followed by Platform::Attach ()
397 /// Attach to an existing process using a process ID.
415 Attach (ProcessAttachInfo &attach_info,
422 /// Attach to an existing process by process name.
439 // Attach (const char *process_name,
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc164 delegate_->Attach();
215 delegate_->Attach();
270 delegate_->Attach();
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1094 FX_BOOL CFX_QuartzDevice::Attach(CGContextRef context, FX_INT32 nDeviceClass) function in class:CFX_QuartzDevice
1108 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) function in class:CFX_QuartzDevice
1136 return Attach(pBitmap);
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc188 void MemoryInternalsProxy::Attach(MemoryInternalsHandler* handler) { function in class:MemoryInternalsProxy
/external/lldb/include/lldb/API/
H A DSBTarget.h377 Attach (SBAttachInfo &attach_info, SBError& error);
380 /// Attach to process with pid.
411 /// Attach to process with name.
/external/lldb/source/API/
H A DSBTarget.cpp845 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error) function in class:SBTarget
855 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
876 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
906 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
913 error.SetError (process_sp->Attach (attach_info));
935 log->Printf ("SBTarget(%p)::Attach (...) => SBProcess(%p)",
1025 error.SetError (process_sp->Attach (attach_info));
1117 error.SetError (process_sp->Attach (attach_info));
/external/lldb/source/Target/
H A DPlatform.cpp687 process_sp = Attach (attach_info, debugger, target, listener, error);
/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp234 pDevice->Attach((CFX_DIBitmap*)bitmap);
/external/chromium_org/build/android/
H A Dadb_gdb220 Attach gdb to a running Android $PROGRAM_NAME process.
227 Attach gdb to a running Android $PROGRAM_NAME process.
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc291 virtual void Attach(content::DevToolsExternalAgentProxy* proxy) OVERRIDE;
347 void AgentHostDelegate::Attach(content::DevToolsExternalAgentProxy* proxy) { function in class:AgentHostDelegate
/external/lldb/scripts/Python/interface/
H A DSBTarget.i415 Attach (lldb::SBAttachInfo &attach_info, lldb::SBError& error);
420 /// Attach to process with pid.
445 /// Attach to process with name.
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp860 text_device.Attach(pTextMask);
943 device.Attach(pBackdrop);
951 device.Attach(pBuffer);
H A Dfpdf_render_pattern.cpp675 device.Attach(pBitmap);
869 bitmap_device.Attach(pBitmap);
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc516 void BrowserPluginGuest::Attach( function in class:content::BrowserPluginGuest
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc127 void BrowserPlugin::Attach() { function in class:content::BrowserPlugin
/external/chromium_org/third_party/webrtc/base/
H A Dstream.h312 void Attach(StreamInterface* stream, bool owned = true);
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.cc264 title.Attach(MakeHString(L"Printing"));
H A Dchrome_app_view.cc1101 title.Attach(MakeHString(current_title));
1111 url.Attach(MakeHString(current_url));
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp250 bitmap_device.Attach(&bitmap, 0, FALSE, &Backdrop, TRUE);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp335 arrayFileds.Attach(params[2]);
764 aName.Attach(params[0]);
840 aFields.Attach(params[3]);
853 aFields.Attach(CJS_Value(isolate,pValue, GET_VALUE_TYPE(pValue)));
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1048 if (!Attach(args))
1056 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1073 // Attach to the requested process.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc3193 test_blacklist.Attach(service()->blacklist_);
3288 test_blacklist.Attach(service()->blacklist_);
3320 test_blacklist.Attach(service()->blacklist_);
3348 test_blacklist.Attach(service()->blacklist_);
3389 test_blacklist.Attach(service()->blacklist_);
3454 test_blacklist.Attach(service()->blacklist_);
3518 test_blacklist.Attach(service()->blacklist_);
3562 test_blacklist.Attach(service()->blacklist_);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1279 if (!Attach(args)) {
1289 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1316 // Attach to the requested process.
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc727 content_view()->Attach(child.get());
/external/chromium_org/sql/
H A Dconnection_unittest.cc770 TEST_F(SQLConnectionTest, Attach) {
787 // Attach fails in a transaction.
796 // Attach succeeds when the transaction is closed.

Completed in 2224 milliseconds

12345678910