Searched refs:activate (Results 1 - 25 of 111) 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/remoting/webapp/
H A Dfullscreen.js24 remoting.Fullscreen.prototype.activate = function(fullscreen, opt_onDone) { };
H A Dfullscreen_v1.js39 remoting.FullscreenAppsV1.prototype.activate = function(
63 this.activate(!this.isActive());
H A Dfullscreen_v2.js48 remoting.FullscreenAppsV2.prototype.activate = function(
72 this.activate(!this.isActive());
/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/polymer/components-chromium/core-menu/
H A Dcore-submenu-extracted.js37 activate: function() {
/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.cc60 void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) { argument
62 this, for_seconds, activate, BUBBLE_CREATE_NEW);
H A Dsystem_tray_item.h81 void PopupDetailedView(int for_seconds, bool activate);
H A Dsystem_tray.h66 bool activate,
186 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/llvm/lib/CodeGen/
H A DSpillPlacement.cpp225 /// activate - mark node n as active if it wasn't already.
226 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement
258 activate(ib);
265 activate(ob);
280 activate(ib);
281 activate(ob);
297 activate(ib);
298 activate(ob);
H A DSpillPlacement.h154 void activate(unsigned);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp191 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
192 if (activate) {
257 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
258 if (activate && !m_timer.isActive())
260 else if (!activate && m_timer.isActive())
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h243 extern void bta_hf_client_send_at_cmer(BOOLEAN activate);
245 extern void bta_hf_client_send_at_clip(BOOLEAN activate);
246 extern void bta_hf_client_send_at_ccwa(BOOLEAN activate);
247 extern void bta_hf_client_send_at_cmee(BOOLEAN activate);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.h70 void FinishScrub(bool activate);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerGlobalScope.h77 DEFINE_ATTRIBUTE_EVENT_LISTENER(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/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c753 ** Description This function is called to process de-activate
762 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
781 evt_data.activate.rf_disc_id = *p++;
783 evt_data.activate.protocol = *p++;
785 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
786 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
788 evt_data.activate.rf_tech_param.mode = *p++;
792 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
794 evt_data.activate.data_mode = *p++;
795 evt_data.activate
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_controller.h192 // Setting |activate| to YES will make the new tab active.
197 activate:(BOOL)activate;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A DrootUi.js9 $('#tabs').tabs({activate: this.onTabChange_.bind(this)});
/external/chromium_org/ui/views/controls/
H A Dlink.cc95 bool activate = ((event.key_code() == ui::VKEY_SPACE) || local
97 if (!activate)

Completed in 614 milliseconds

12345