/external/javassist/ |
pom.xml | 138 <id>attach-sources</id> 151 <attach>true</attach>
|
/external/webkit/Source/WebCore/wml/ |
WMLDoElement.cpp | 144 void WMLDoElement::attach() function in class:WebCore::WMLDoElement 146 WMLElement::attach(); 149 // to the base class's attach() because that can sometimes do a close
|
/development/pdk/docs/porting/ |
debugging_gdb.jd | 17 <p>The current version of <code>envsetup.sh</code> has a <code>gdbclient</code> command that handles much of the setup. For example, to attach the 54 or attach to an existing process: 55 <pre class="prettify">gdbserver :5039 --attach <i>pid</i></pre> 126 I/DEBUG ( 27): * adb shell gdbserver :port --attach 82 & 136 % adb shell gdbserver :5039 --attach 82 &
|
/external/chromium/chrome/browser/ui/webui/ |
active_downloads_ui.cc | 93 // Initialization after Attach. 97 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 209 WebUIMessageHandler* ActiveDownloadsHandler::Attach(WebUI* web_ui) { 215 return WebUIMessageHandler::Attach(web_ui); 380 AddMessageHandler(handler->Attach(this));
|
new_tab_ui.cc | 315 AddMessageHandler((new NTPLoginHandler())->Attach(this)); 316 AddMessageHandler((new ShownSectionsHandler(pref_service))->Attach(this)); 318 Attach(this)); 319 AddMessageHandler((new MostVisitedHandler())->Attach(this)); 320 AddMessageHandler((new RecentlyClosedTabsHandler())->Attach(this)); 321 AddMessageHandler((new MetricsHandler())->Attach(this)); 323 AddMessageHandler((new NewTabPageSyncHandler())->Attach(this)); 328 AddMessageHandler((new AppLauncherHandler(service))->Attach(this)); 330 AddMessageHandler((new NewTabPageSetHomePageHandler())->Attach(this)); 331 AddMessageHandler((new NewTabPageClosePromoHandler())->Attach(this)) [all...] |
favicon_source.cc | 46 // Attach the ChromeURLDataManager request ID to the history request.
|
fileicon_source.cc | 58 // Attach the ChromeURLDataManager request ID to the history request.
|
history2_ui.h | 47 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
|
history_ui.h | 43 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
|
plugins_ui.cc | 146 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 208 WebUIMessageHandler* PluginsDOMHandler::Attach(WebUI* web_ui) { 213 return WebUIMessageHandler::Attach(web_ui); 354 AddMessageHandler((new PluginsDOMHandler())->Attach(this));
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.cc | 639 // Can't attach within a transaction. 643 // Attach new DB. 645 // This block is needed because otherwise the attach statement is 647 sql::Statement attach(db_.GetUniqueStatement("ATTACH ? AS new_favicons")); 648 if (!attach) { 649 NOTREACHED() << "Unable to attach database."; 656 attach.BindString(0, new_db_file.value()); 658 attach.BindString(0, WideToUTF8(new_db_file.value())); 661 if (!attach.Run()) [all...] |
/device/google/accessory/demokit/firmware/demokit/ |
demokit.pde | 122 servos[0].attach(SERVO1); 124 servos[1].attach(SERVO2); 126 servos[2].attach(SERVO3);
|
/libcore/luni/src/main/java/java/nio/channels/ |
SelectionKey.java | 65 * Attaches an object to this key. It is acceptable to attach {@code null}, 69 * the object to attach, or {@code null} to discard the current 74 public final Object attach(Object anObject) { method in class:SelectionKey
|
/external/chromium/base/debug/ |
debug_on_start_win.cc | 57 // - Ask for a debugger to attach to us. This involve reading the registry
|
debugger_win.cc | 83 // to attach to this process.
|
/external/chromium/base/win/ |
scoped_comptr_unittest.cc | 42 unk2.Attach(unk.Detach());
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.h | 25 // will create us and be responsible for us until we attach as an observer
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.h | 57 static void Attach(IOThread* thread);
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
focus_outline_manager.js | 26 * @param {Document} doc The document to attach the focus outline manager to.
|
/external/chromium/chrome/browser/ui/cocoa/ |
view_id_util.mm | 20 // "Associative References" feature to attach the ViewID to the view directly
|
/external/chromium/chrome/browser/ui/gtk/ |
global_menu_bar.h | 66 // to this group, but don't attach this group to any top level window.
|
/external/chromium/chrome/browser/ui/views/ |
dom_view_browsertest.cc | 83 // Re-attach to another Widget.
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.h | 68 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
|
/external/dbus/doc/ |
dcop-howto.txt | 86 DCOPClient::attach(). This will attempt to attach to the DCOP server. 87 If no server is found or there is any other type of error, attach() 91 After connecting with the server via DCOPClient::attach(), you need to 107 If you wish to attach again you will need to re-register as well. If 112 are using KUniqueApplication you should not attach or register 525 If I create the KApplication's DCOPClient, and call attach() and 548 object and attach to the server, it takes this long: 557 DCOPClient::attach and DCOPClient::registerAs, as well as the actual
|
/external/icu4c/layout/ |
MarkToMarkPosnSubtables.cpp | 69 // this seems to mean that the marks don't attach...
|