HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 76 - 100 of 815) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 70 // The ok button (we need a reference to it so we can de-activate it when the
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 18 g_signal_connect(icon_, "activate",
  /external/objenesis/main/
pom.xml 51 <!-- Activate to create the release bundle -->
  /external/skia/legacy/src/animator/
SkDisplayApply.h 36 void activate(SkAnimateMaker& );
  /external/skia/src/animator/
SkDisplayApply.h 36 void activate(SkAnimateMaker& );
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 62 mSensorDevice->activate(mSensorDevice, list[i].handle, 0);
120 status_t SensorDevice::activate(void* ident, int handle, int enabled) function in class:android::SensorDevice
130 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%d",
164 err = mSensorDevice->activate(mSensorDevice, handle, enabled);
  /packages/apps/Nfc/nci/jni/
NfcTag.h 178 ** Description: When multiple tags are discovered, just select the first one to activate.
254 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
412 ** activate: reference to activation data.
417 void calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate);
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
context_menu_handler.js 44 menu.addEventListener('activate', this);
63 menu.removeEventListener('activate', this);
145 case 'activate':
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 202 private boolean setCdmaBroadcastActivation(boolean activate) {
204 log("Calling setCdmaBroadcastActivation(" + activate + ")");
210 mPhone.mCi.setCdmaBroadcastActivation(activate, response);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 204 private boolean setCellBroadcastActivation(boolean activate) {
206 log("Calling setCellBroadcastActivation(" + activate + ')');
212 mPhone.mCi.setGsmBroadcastActivation(activate, response);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /system/extras/tests/framebuffer/
refresh.c 59 info.activate = FB_ACTIVATE_NOW;
149 info.activate = FB_ACTIVATE_VBL;
153 info.activate = FB_ACTIVATE_VBL;
  /external/webkit/Source/WebCore/rendering/
RenderMarquee.cpp 203 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
204 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/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 750 ** Description This function is called to process de-activate
759 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
778 evt_data.activate.rf_disc_id = *p++;
780 evt_data.activate.protocol = *p++;
782 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
783 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
785 evt_data.activate.rf_tech_param.mode = *p++;
789 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
791 evt_data.activate.data_mode = *p++;
792 evt_data.activate.tx_bitrate = *p++
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 19 * Sends 'activate' WebUI message.
20 * @param {number} index The index of menu item to activate in menu model.
27 chrome.send('activate', [String(index), mode]);
95 * Activate the menu item.
97 activate: function() {
260 // Map from mnemonic character to item to activate
332 * {@code activate} methods as well as {@code selected} attribute.
475 this.current_.activate();
491 item.activate();
497 item.activate();
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 457 activate(); method
488 activate(); method
502 activate(); method
516 activate(); method
530 activate(); method
542 activate(); method
553 activate(); method
586 public void activate() { method in class:PhysicsRigidBody
587 activate(objectId);
590 private native void activate(long objectId) method in class:PhysicsRigidBody
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 149 void BrowserFrameWin::Activate() {
152 // remote desktop will be activated. However, WindowWin::Activate will still
158 WindowWin::Activate();
  /device/samsung/manta/libsensors/
sensors.cpp 110 int activate(int handle, int enabled);
229 int sensors_poll_context_t::activate(int handle, int enabled)
336 return ctx->activate(handle, enabled);
376 dev->device.activate = poll__activate;
  /device/samsung/tuna/libsensors/
sensors.cpp 130 int activate(int handle, int enabled);
243 int sensors_poll_context_t::activate(int handle, int enabled) function in class:sensors_poll_context_t
347 return ctx->activate(handle, enabled);
382 dev->device.activate = poll__activate;
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 229 // of Activate() is not well defined and can vary by window manager.
250 browser()->window()->Activate();
255 browser2->window()->Activate();
290 // Activate the tab.
293 // Activate the location bar or the page.
303 // Activate the tab.
390 // On X11, calling Activate() is not guaranteed to move focus, so we have
413 // Activate the first browser.
414 focused_browser->window()->Activate();
    [all...]
platform_util.h 36 // Activate the window, bringing it to the foreground top level.
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 33 virtual bool Activate() OVERRIDE;
  /external/chromium/chrome/browser/debugger/
devtools_window.h 46 void Activate();

Completed in 958 milliseconds

1 2 34 5 6 7 8 91011>>