HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 201 - 225 of 1212) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptDeviceActivity.java 33 * Activity to ask for permission to activate full-filesystem encryption.
  /packages/apps/Nfc/nci/jni/
NfcTag.h 191 ** Description: When multiple tags are discovered, just select the first one to activate.
410 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
568 ** activate: reference to activation data.
573 void calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmBootCompletedReceiver.java 28 * Upon boot iterate through all callable phone account to activate visual voicemail. This happens
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 13 * may activate endpoints as it handles SET_CONFIGURATION setup events,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
vt.h 85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 13 * may activate endpoints as it handles SET_CONFIGURATION setup events,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
vt.h 85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
  /prebuilts/misc/common/swig/include/2.0.11/
swigarch.i 9 * To activate architecture specific code, use
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.pom 63 <!-- Activate to create the release bundle -->
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_modemcdma_proxy.h 39 void Activate(const std::string& carrier,
  /docs/source.android.com/src/devices/sensors/
report-modes.jd 35 sensor at the HAL level (calling <code>activate(..., enable=1)</code> on it) also triggers
47 <li> We activate the step counter with <code>sampling_period_ns = 10 * 10^9</code> (10 seconds). </li>
  /external/autotest/client/tests/kvm/unattended/
OpenSUSE-11.xml 12 <activate>true</activate>
  /external/chromium-trace/catapult/tracing/tracing/ui/side_panel/
side_panel_container.html 140 throw new Error('Cannot activate panel without a model');
147 throw new Error('Cannot activate panel: does not support this model');
  /external/e2fsprogs/e2fsck/
mtrace.h 208 /* Activate a standard collection of debugging hooks. */
211 /* Activate a standard collection of tracing hooks. */
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.cpp 86 Window::Current->Activate();
98 Window::Current->Activate();
  /external/skia/src/animator/
SkDisplayApply.cpp 73 void SkApply::activate(SkAnimateMaker& maker) { function in class:SkApply
194 activate(maker);
281 activate(maker);
291 activate(maker); // for non-drawables like post, prime them here
315 activate(maker); // for non-drawables like post, prime them here
330 activate(maker);
369 apply->activate(maker);
417 copy->activate(maker);
  /frameworks/compile/mclinker/lib/MC/
FileAction.cpp 22 bool ContextAction::activate(InputBuilder& pBuilder) const { function in class:mcld::ContextAction
45 bool MemoryAreaAction::activate(InputBuilder& pBuilder) const { function in class:mcld::MemoryAreaAction
  /frameworks/native/services/sensorservice/
SensorInterface.h 36 virtual status_t activate(void* ident, bool enabled) = 0;
85 virtual status_t activate(void* ident, bool enabled) override;
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 36 * Notifies P2P Device detected, to activate LLCP link
41 * Notifies P2P Device detected, to activate LLCP link
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 308 virtual HRESULT STDMETHODCALLTYPE Activate(
345 HRESULT (STDMETHODCALLTYPE *Activate)(
378 #define IMMDevice_Activate(This,iid,dwClsCtx,pActivationParams,ppv) (This)->lpVtbl->Activate(This,iid,dwClsCtx,pActivationParams,ppv)
395 return This->lpVtbl->Activate(This,iid,dwClsCtx,pActivationParams,ppv);
826 virtual HRESULT STDMETHODCALLTYPE Activate(
853 HRESULT (STDMETHODCALLTYPE *Activate)(
873 #define IMMDeviceActivator_Activate(This,iid,pDevice,pActivationParams,ppv) (This)->lpVtbl->Activate(This,iid,pDevice,pActivationParams,ppv)
887 return This->lpVtbl->Activate(This,iid,pDevice,pActivationParams,ppv);
    [all...]
oledlg.dlg 129 LTEXT "This action cannot be completed because the other program is busy. Click the appropriate button on the task bar to activate the busy program and correct the problem.",IDC_BZ_MESSAGE1,35,11,167,35
134 LTEXT "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem.",IDC_BZ_MESSAGE1,35,11,167,35
157 CONTROL "&Activate as:",IDC_CV_ACTIVATEAS,"Button",BS_AUTORADIOBUTTON,7,58,59,10
188 LTEXT "The program necessary to activate this %ls is unavailable. You may convert it to or activate it as another type of object using Convert...",IDC_PU_TEXT,39,8,152,36
199 LTEXT "The program necessary to activate this %hs is unavailable. You may convert it to or activate it as another type of object using Convert...",IDC_PU_TEXT,39,8,152,36
383 CONTROL "&Activate as:",IDC_CV_ACTIVATEAS,"Button",BS_AUTORADIOBUTTON,7,58,59,10
  /external/chromium-trace/catapult/third_party/Paste/paste/
recursive.py 273 return self.activate(environ)
275 def activate(self, environ): member in class:Recursive
303 def activate(self, environ): member in class:Forwarder
319 def activate(self, environ): member in class:Includer
373 def activate(self, environ): member in class:IncluderAppIter
  /external/libvncserver/client_examples/
gtkvncviewer.c 250 g_signal_connect (G_OBJECT (menu_item), "activate",
256 g_signal_connect (G_OBJECT (menu_item), "activate",
262 g_signal_connect (G_OBJECT (menu_item), "activate",
268 g_signal_connect (G_OBJECT (menu_item), "activate",
274 g_signal_connect (G_OBJECT (menu_item), "activate",
  /frameworks/base/core/java/com/android/internal/app/
NightDisplayController.java 62 * Auto mode value to automatically activate Night display at a specific start and end time.
70 * Auto mode value to automatically activate Night display from sunset to sunrise.
191 * @param startTime the local time to automatically activate Night display
409 * Callback invoked when the time to automatically activate Night display changes.
411 * @param startTime the local time to automatically activate Night display
  /packages/services/Telephony/res/values-tl/
strings.xml     [all...]

Completed in 2288 milliseconds

1 2 3 4 5 6 7 891011>>