Searched refs:activate (Results 1 - 25 of 113) sorted by relevance

12345

/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5ClientForInitiator.java40 /* the session ID used to activate SOCKS5 stream */
43 /* the target JID used to activate SOCKS5 stream */
79 activate();
95 private void activate() throws XMPPException { method in class:Socks5ClientForInitiator
96 Bytestream activate = createStreamHostActivation();
98 SyncPacketSend.getReply(this.connection, activate);
107 Bytestream activate = new Bytestream(this.sessionID);
108 activate.setMode(null);
109 activate.setType(IQ.Type.SET);
110 activate
[all...]
/external/chromium_org/ash/test/
H A Dtest_activation_delegate.cc27 TestActivationDelegate::TestActivationDelegate(bool activate) argument
30 activate_(activate),
H A Dtest_activation_delegate.h27 explicit TestActivationDelegate(bool activate);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dlighttpd.conf47 dir-listing.activate = "enable"
/external/chromium_org/chrome_frame/cfinstall/src/stub/
H A Dcfinstall.js40 goog.bind(this.chromeFrame_.activate, this.chromeFrame_);
69 if (this.chromeFrame_.activate())
98 if (this.chromeFrame_.activate() && !args['preventInstallDetection']) {
H A Dinstaller.js37 if (this.chromeFrame_.activate()) {
H A Dchromeframe.js70 google.cf.ChromeFrame.prototype.activate = function() {
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc23 void ShowAndActivate(bool activate) { argument
26 if (activate)
133 void BrowserBubble::Show(bool activate) { argument
137 pop->ShowAndActivate(activate);
H A Dbrowser_bubble_gtk.cc32 void ShowAndActivate(bool activate) { argument
33 // TODO: honor activate.
134 void BrowserBubble::Show(bool activate) { argument
137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_main.c130 &(p_data->activate),
134 if ((p_data->activate.protocol == NFC_PROTOCOL_NFC_DEP)
135 &&(p_data->activate.intf_param.type == NFC_INTERFACE_NFC_DEP))
392 if ( (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A)
393 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F)
394 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A_ACTIVE)
395 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F_ACTIVE) )
404 if ( (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A_ACTIVE)
405 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F_ACTIVE)
406 ||(p_data->activate
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc59 void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) { argument
64 this, for_seconds, activate, BUBBLE_CREATE_NEW);
H A Dsystem_tray_item.h85 void PopupDetailedView(int for_seconds, bool activate);
/external/replicaisland/src/com/replica/replicaisland/
H A DCrusherAndouComponent.java45 mSwap.activate(parentObject);
H A DChangeComponentsComponent.java89 activate(parentObject);
115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java457 activate();
488 activate();
502 activate();
516 activate();
530 activate();
542 activate();
553 activate();
586 public void activate() { method in class:PhysicsRigidBody
587 activate(objectId);
590 private native void activate(lon method in class:PhysicsRigidBody
[all...]
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp206 /// activate - mark node n as active if it wasn't already.
207 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement
239 activate(ib);
246 activate(ob);
261 activate(ib);
262 activate(ob);
278 activate(ib);
279 activate(ob);
H A DSpillPlacement.h152 void activate(unsigned);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp205 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
206 if (activate) {
270 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
271 if (activate && !m_timer.isActive())
273 else if (!activate && m_timer.isActive())
/external/chromium/chrome/browser/resources/
H A Dwrench_menu.js35 activate: function() {
102 activate: function() {
165 activate: function() {
209 activate: function() {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dwrench_menu.js35 activate: function() {
102 activate: function() {
165 activate: function() {
209 activate: function() {
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.h71 void FinishScrub(bool activate);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java69 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:PropertyEditor
82 * {@link Control}'s created before in {@link #activate(PropertyTable, Property, Point)}.
H A DTextDialogPropertyEditor.java50 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:TextDialogPropertyEditor
52 // activate using keyboard
56 // don't activate
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java429 rBody.activate();
454 rBody.activate();
466 rBody.activate();
478 rBody.activate();
490 rBody.activate();
500 rBody.activate();
509 rBody.activate();
537 public void activate() { method in class:PhysicsRigidBody
538 rBody.activate();
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c751 ** Description This function is called to process de-activate
760 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
779 evt_data.activate.rf_disc_id = *p++;
781 evt_data.activate.protocol = *p++;
783 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
784 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
786 evt_data.activate.rf_tech_param.mode = *p++;
790 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
792 evt_data.activate.data_mode = *p++;
793 evt_data.activate
[all...]

Completed in 578 milliseconds

12345