/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5ClientForInitiator.java | 40 /* the session ID used to activate SOCKS5 stream */
43 /* the target JID used to activate SOCKS5 stream */
79 activate();
method 95 private void activate() throws XMPPException {
method in class:Socks5ClientForInitiator 96 Bytestream activate = createStreamHostActivation();
local 98 SyncPacketSend.getReply(this.connection, activate);
107 Bytestream activate = new Bytestream(this.sessionID);
local 108 activate.setMode(null);
109 activate.setType(IQ.Type.SET);
110 activate.setTo(this.streamHost.getJID()); [all...] |
/ndk/tests/device/gnustl-shared-1/jni/ |
main.cpp | 12 // instead, we would need to activate rtti as well to avoid crashing
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ee.c | 60 ** Description This function is called to activate or de-activate an NFCEE 65 ** Parameters nfcee_id - the NFCEE to activate or de-activate. 66 ** mode - NFC_MODE_ACTIVATE to activate NFCEE, 67 ** NFC_MODE_DEACTIVATE to de-activate.
|
/frameworks/compile/mclinker/include/mcld/MC/ |
CommandAction.h | 35 bool activate(InputBuilder&) const; 51 bool activate(InputBuilder&) const; 66 bool activate(InputBuilder&) const; 78 bool activate(InputBuilder&) const; 87 bool activate(InputBuilder&) const; 96 bool activate(InputBuilder&) const; 105 bool activate(InputBuilder&) const; 114 bool activate(InputBuilder&) const; 123 bool activate(InputBuilder&) const; 132 bool activate(InputBuilder&) const [all...] |
FileAction.h | 30 bool activate(InputBuilder& pBuilder) const; 43 bool activate(InputBuilder& pBuilder) const;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
EclipseUiHelper.java | 45 * @param activate True to force activate (i.e. takes focus), false to just make visible (i.e. 48 public static void showView(String viewId, boolean activate) { 56 activate ? IWorkbenchPage.VIEW_ACTIVATE : IWorkbenchPage.VIEW_VISIBLE);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
MffEnvironment.java | 63 * Set the environment's GL environment to the specified environment. This does not activate 71 * Create and activate a new GL environment for use in this filter context. 80 * Activate the GL environment for use in the current thread. A GL environment must have been 87 mContext.getGLEnvironment().activate(); 89 throw new NullPointerException("No GLEnvironment in place to activate!");
|
/external/chromium/chrome/browser/chromeos/ |
webui_menu_control.h | 26 ACTIVATE_NO_CLOSE, // Activate the command without closing menu. 27 CLOSE_AND_ACTIVATE, // Close the menu and then activate the command. 35 virtual void Activate(ui::MenuModel* model,
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
TextDialogPropertyEditor.java | 50 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:TextDialogPropertyEditor 52 // activate using keyboard 56 // don't activate
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.h | 12 // that is used in Chrome OS activate modem and perform plan subscription tasks.
|
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_main.c | 130 &(p_data->activate), 134 if ((p_data->activate.protocol == NFC_PROTOCOL_NFC_DEP) 135 &&(p_data->activate.intf_param.type == NFC_INTERFACE_NFC_DEP)) 288 /* notify NFA DM to send Activate Event to applicaiton with status */ 307 /* notify NFA DM to send Activate Event to applicaiton with status */ 380 ** Description Activate LLCP link 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) [all...] |
/external/libxslt/libxslt/ |
xsltconfig.h | 49 * Activate the compilation of the debug reporting. Speed penalty 63 * Use configure --with-mem-debug to activate it on both library 103 * Activate the compilation of the debugger support. Speed penalty
|
xsltconfig.h.in | 49 * Activate the compilation of the debug reporting. Speed penalty 63 * Use configure --with-mem-debug to activate it on both library 103 * Activate the compilation of the debugger support. Speed penalty
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/ |
Bytestream.java | 39 private Activate toActivate;
192 * Returns the activate element of the packet sent to the proxy host to verify the identity of
195 * @return Returns the activate element of the packet sent to the proxy host to verify the
198 public Activate getToActivate() {
203 * Upon the response from the target of the used host the activate packet is sent to the SOCKS5
204 * proxy. The proxy will activate the stream or return an error after verifying the identity of
205 * the initiator, using the activate packet.
210 this.toActivate = new Activate(targetID);
398 * The packet sent by the stream initiator to the stream proxy to activate the connection.
402 public static class Activate implements PacketExtension { [all...] |
/external/bison/doc/ |
yacc.1.in | 14 to activate the upward compatibility mode. See
|
/external/chromium/chrome/browser/printing/ |
print_preview_tab_controller_unittest.cc | 41 // Activate initiator_tab. 42 initiator_tab->Activate(); 106 // Activate |tab_contents_1| tab. 107 tab_contents_1->Activate();
|
/external/chromium/chrome/browser/ui/views/ |
browser_bubble_gtk.cc | 32 void ShowAndActivate(bool activate) { 33 // TODO: honor activate. 134 void BrowserBubble::Show(bool activate) { 137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
|
browser_bubble_win.cc | 23 void ShowAndActivate(bool activate) { 26 if (activate) 133 void BrowserBubble::Show(bool activate) { 137 pop->ShowAndActivate(activate);
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/ |
Deferred.j3md | 11 // Activate shading along the tangent, instead of the normal
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentHeaderBox.java | 175 setFlags(getFlags() | 0x1); // activate the field 184 setFlags(getFlags() | 0x2); // activate the field 190 setFlags(getFlags() | 0x8); // activate the field 195 setFlags(getFlags() | 0x10); // activate the field 200 setFlags(getFlags() | 0x20); // activate the field 205 setFlags(getFlags() | 0x10000); // activate the field
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 77 status_t SensorFusion::activate(void* ident, bool enabled) { function in class:android::SensorFusion 80 "SensorFusion::activate(ident=%p, enabled=%d)", 94 mSensorDevice.activate(ident, mAcc.getHandle(), enabled); 95 mSensorDevice.activate(ident, mMag.getHandle(), enabled); 96 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
|
CorrectedGyroSensor.cpp | 59 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { function in class:android::CorrectedGyroSensor 60 mSensorDevice.activate(this, mGyro.getHandle(), enabled); 61 return mSensorFusion.activate(this, enabled);
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 56 /** Whether or not to activate the emergency user alert tone and vibration. */ 59 /** Whether or not to activate a popup alert. */ 112 * @return true to notify terminal to activate emergency user alert; false otherwise 119 * Returns the ETWS activate popup flag. 120 * @return true to notify terminal to activate display popup; false otherwise
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLEnvironment.java | 81 public void activate() { method in class:GLEnvironment 86 throw new RuntimeException("Could not activate GLEnvironment!"); 131 throw new RuntimeException("Could not activate surface " + surfaceId + "!");
|
/external/chromium/chrome/browser/resources/ |
wrench_menu.js | 33 * Activate the menu item. 35 activate: function() { 102 activate: function() { 162 * Activate zoom plus and full screen commands. 165 activate: function() { 209 activate: function() {
|