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

1 23 4 5 6 7 8 91011>>

  /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
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_focus_uitest.cc 56 // of Activate() is not well defined and can vary by window manager.
80 browser()->window()->Activate();
85 browser2->window()->Activate();
  /external/chromium_org/third_party/libxslt/libxslt/
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/chromium_org/tools/cr/
main.py 50 cr.plugin.Activate(context)
57 cr.plugin.Activate(context)
62 cr.plugin.Activate(context)
  /external/chromium_org/ui/views/corewm/
focus_rules.h 40 // Returns the activatable or focusable window given an attempt to activate or
45 // window, so attempts to activate |window| should result in the modal
52 // Returns the next window to activate in the event that |ignore| is no longer
  /external/libxslt/libxslt/
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
  /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 + "!");
GraphRunner.java 60 * Helper function for subclasses to activate the GL environment before running.
67 glEnv.activate();
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 59 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { function in class:android::CorrectedGyroSensor
60 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
61 return mSensorFusion.activate(ident, enabled);
SensorDevice.cpp 62 mSensorDevice->activate(
127 status_t SensorDevice::activate(void* ident, int handle, int enabled) function in class:android::SensorDevice
137 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%d",
145 // This is the first connection, we need to activate the underlying h/w sensor.
149 // Log error. Every activate call should be preceded by a batch() call.
150 ALOGE("\t >>>ERROR: activate called without batch");
157 // This is the last connection, we need to de-activate the underlying h/w sensor.
180 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle, enabled);
181 err = mSensorDevice->activate(
268 // For older devices which do not support batch, call setDelay() after activate() i
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /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() {
  /external/chromium_org/chrome/browser/resources/chromeos/
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() {
  /external/chromium_org/third_party/sqlite/src/test/
memsubsys1.test 90 # Test 2: Activate PAGECACHE with 20 pages
110 # Test 3: Activate PAGECACHE with 20 pages but use the wrong page size
146 # Test 4: Activate both PAGECACHE and SCRATCH.
171 # Test 5: Activate both PAGECACHE and SCRATCH. But make the page size
197 # Test 6: Activate both PAGECACHE and SCRATCH with a 4k page size.
222 # Test 7: Activate both PAGECACHE and SCRATCH with a 4k page size.
  /development/samples/training/device-management-policy/res/values/
strings.xml 26 <string name="setup_action_activate">Activate</string>
27 <string name="setup_message_activate">Press button to activate the device administrator</string>
  /external/chromium_org/ash/wm/
overlay_event_filter.h 18 // overlay). It does nothing the first time, but works when |Activate()| is
46 void Activate(Delegate* delegate);
  /external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc 41 // Activate the high resolution timer.
55 // De-activate the high resolution timer.
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 38 virtual bool Activate() const OVERRIDE;
52 // Open a new DevTools window or activate the existing one.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.h 61 virtual bool Activate(ash::LaunchSource source) OVERRIDE;
88 // Activate the given |window_to_show|, or - if already selected - advance to
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views_win.cc 65 void NativeAppWindowViewsWin::Activate() {
67 NativeAppWindowViews::Activate();
  /external/chromium_org/chromeos/network/
network_activation_handler.h 31 // |carrier| may be empty or may specify a carrier to activate.
36 void Activate(const std::string& service_path,
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 71 bool MenuButton::Activate() {
173 return Activate();
187 Activate();
206 if (Activate())
222 // WARNING: we may have been deleted by the time Activate returns.
223 bool ret = Activate();
226 // The Activate function returns false in most cases. In AURA if the
243 // we always activate the menu on key press.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 38 /* Activate a standard collection of debugging hooks. This must be called
56 /* Activate a standard collection of tracing hooks. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 38 /* Activate a standard collection of debugging hooks. This must be called
56 /* Activate a standard collection of tracing hooks. */

Completed in 665 milliseconds

1 23 4 5 6 7 8 91011>>