HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 1 - 25 of 1413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/WebKit/ManualTests/
link-activation-fails-after-double-tap-gesture.html 4 <p>Double tap <span style='color: red'>here</span> and <a href="data:text/html,<html><body style='background-color:green'>PASS</body></html>">try to activate this link</a> with single tap.</p>
  /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_org/content/shell/browser/
shell_web_contents_view_delegate_gtk.cc 62 "activate",
71 "activate",
80 "activate",
92 "activate",
104 "activate",
114 "activate",
124 "activate",
134 "activate",
147 "activate",
158 "activate",
    [all...]
  /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/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.h 12 // Using IApplicationActivationManager::ActivateApplication, activate the
  /external/chromium_org/chrome/browser/resources/options/
reset_profile_settings_banner.html 14 <button id="reset-profile-settings-banner-activate"
  /external/chromium_org/ash/test/
test_activation_delegate.cc 27 TestActivationDelegate::TestActivationDelegate(bool activate)
30 activate_(activate),
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 19 virtual bool Activate() OVERRIDE;
28 bool CurtainModeWin::Activate() {
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 23 // NOTE: Be careful not to activate any windows here (for example, calling
24 // ShowWindow(SW_HIDE) will automatically activate another window). This
  /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/chromium_org/third_party/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
  /external/chromium_org/third_party/libxslt/linux/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
  /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
  /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);

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>