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

12 3 4 5 6 7 8 91011>>

  /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>
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 60 * Helper function for subclasses to activate the GL environment before running.
67 glEnv.activate();
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 49 status_t HardwareSensor::activate(void* ident, bool enabled) { function in class:android::HardwareSensor
50 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
RotationVectorSensor.cpp 55 status_t RotationVectorSensor::activate(void* ident, bool enabled) { function in class:android::RotationVectorSensor
56 return mSensorFusion.activate(this, enabled);
104 status_t GyroDriftSensor::activate(void* ident, bool enabled) { function in class:android::GyroDriftSensor
105 return mSensorFusion.activate(this, enabled);
  /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. */
  /prebuilts/gcc/linux-x86/host/x86_64-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. */
  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 34 void Activate(TabContentsDelegateImpl* delegate);
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 26 tab_contents_->Activate();
  /external/chromium/chrome/browser/ui/
browser_navigator.h 121 // Do not show or activate the browser window after navigating.
123 // Show and activate the browser window after navigating.
125 // Show the browser window after navigating but do not activate.
128 // Default is NO_ACTION (don't show or activate the window).
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 47 // Never activate.
  /external/replicaisland/src/com/replica/replicaisland/
CrusherAndouComponent.java 45 mSwap.activate(parentObject);
  /external/webkit/Source/WebCore/manual-tests/
DOMContextMenuEvent.html 48 <div>To activate context menu, right-click or ctrl-click anywhere on the page.</div>
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 48 echo "1: Push button (activate PBC)"
  /frameworks/base/docs/html/tools/help/
gltracer.jd 36 <li>Activate the perspective for Tracer by choosing <strong>Window > Open Perspective >
45 <li>Activate the perspective for Tracer by choosing <strong>Window > Open
67 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
97 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
  /hardware/invensense/libsensors_iio/
sensors_mpl.cpp 87 int activate(int handle, int enabled);
144 int sensors_poll_context_t::activate(int handle, int enabled) { function in class:sensors_poll_context_t
218 return ctx->activate(handle, enabled);
252 dev->device.activate = poll__activate;
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 104 err = device->activate(device, list[i].handle, 0);
113 err = device->activate(device, list[i].handle, 1);
115 printf("activate() for '%s'failed (%s)\n",
181 err = device->activate(device, list[i].handle, 0);
  /packages/apps/Nfc/nci/jni/
Pn544Interop.h 35 ** PN544 should activate in P2P mode.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utsname.h 28 to a value != 0 to activate this entry. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utsname.h 28 to a value != 0 to activate this entry. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utsname.h 28 to a value != 0 to activate this entry. */
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 88 bool GLEnv::Activate() {
89 ALOGV("Activate()");
215 return wasActive ? Activate() : true;
278 return Activate();
328 ALOGE("EGL Error: Attempting to activate context with bad display!");
331 ALOGE("EGL Error: Attempting to activate context with bad surface!");
334 ALOGE("EGL Error: Attempting to activate context, which is "
  /packages/apps/Phone/res/layout/
otacall_card.xml 33 - Action buttons like "Activate"/"Skip", or "End", or "Next"
52 <!-- Title: "Activate your phone" -->
70 <!-- Explanatory text: "A special call needs to be made to activate
148 <!-- (2) Activate/cancel buttons -->
153 <!-- "Activate" button -->
  /frameworks/base/docs/html/training/enterprise/
device-management-policy.jd 14 <li><a href="#ActivateDeviceAdmin">Activate the Device Administrator</a></li>
114 <h2 id="ActivateDeviceAdmin">Activate the Device Administrator</h2>
116 <p>Before enforcing any policies, the user needs to manually activate the application as a device
118 user can activate your application. It is good practice to include the explanatory text to highlight
123 <img src="/images/training/device-mgmt-activate-device-admin.png" />
151 <p>If the user chooses "Activate," the application becomes a device administrator and can begin
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 27 bool InputFileAction::activate(InputBuilder& pBuilder) const function in class:InputFileAction
42 bool NamespecAction::activate(InputBuilder& pBuilder) const function in class:NamespecAction
81 bool BitcodeAction::activate(InputBuilder& pBuilder) const function in class:BitcodeAction
94 bool StartGroupAction::activate(InputBuilder& pBuilder) const function in class:StartGroupAction
111 bool EndGroupAction::activate(InputBuilder& pBuilder) const function in class:EndGroupAction
124 bool WholeArchiveAction::activate(InputBuilder& pBuilder) const function in class:WholeArchiveAction
137 bool NoWholeArchiveAction::activate(InputBuilder& pBuilder) const function in class:NoWholeArchiveAction
150 bool AsNeededAction::activate(InputBuilder& pBuilder) const function in class:AsNeededAction
163 bool NoAsNeededAction::activate(InputBuilder& pBuilder) const function in class:NoAsNeededAction
176 bool AddNeededAction::activate(InputBuilder& pBuilder) cons function in class:AddNeededAction
189 bool NoAddNeededAction::activate(InputBuilder& pBuilder) const function in class:NoAddNeededAction
202 bool BDynamicAction::activate(InputBuilder& pBuilder) const function in class:BDynamicAction
215 bool BStaticAction::activate(InputBuilder& pBuilder) const function in class:BStaticAction
    [all...]

Completed in 609 milliseconds

12 3 4 5 6 7 8 91011>>