/external/wayland-protocols/freedesktop.org/unstable/text-input/ |
text-input-unstable-v1.xml | 34 Requests are used to activate/deactivate the text_input object and set 60 <request name="activate"> 205 response to an activate request.
|
/frameworks/base/core/java/android/net/ |
IpSecTransform.java | 127 private IpSecTransform activate() method in class:IpSecTransform 462 return new IpSecTransform(mContext, mConfig).activate(); 498 return new IpSecTransform(mContext, mConfig).activate();
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/picker/ |
DatePickerTest.java | 205 // Click once to activate 260 // Click once to activate 352 // Click once to activate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fb.h | 191 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */ 195 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */ 251 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
|
/system/nfc/src/nfa/ee/ |
nfa_ee_main.cc | 151 ** Description activate the NFCEE and restore the routing when 189 * process the same as the host gets activate rsp */ 242 * restoring the activate/inactive status after NFCEE_DISCOVER NTF */
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
VtsPythonVirtualenvPreparer.java | 49 * Sets up a Python virtualenv on the host and installs packages. To activate it, the working 336 activate(); method 407 private void activate() { method in class:VtsPythonVirtualenvPreparer
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 158 * This is needed because set_delay(), poll() and activate() can be called 167 * 1) On a first thread, de-activate() all sensors first, then call poll(), 170 * 2) On a second thread, slightly later, call set_delay() then activate() 174 * new sensor events after the activate() call in 2). 179 * for set_delay()/activate()/batch() when supporting HAL 1.3 [all...] |
/device/generic/goldfish/gralloc/ |
framebuffer.cpp | 101 m->info.activate = FB_ACTIVATE_VBL; 175 info.activate = FB_ACTIVATE_NOW;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AhciMode.h | 69 #define EFI_AHCI_FIS_DMA_ACTIVATE 0x39 //DMA Activate FIS - Device to Host
74 #define EFI_AHCI_FIS_BIST 0x58 //BIST Activate FIS - Bi-directional
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
MpServices.h | 84 Activate all of the application proessors.
129 Activate a specific application processor.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
OpalAhciMode.h | 62 #define EFI_AHCI_FIS_DMA_ACTIVATE 0x39 //DMA Activate FIS - Device to Host
67 #define EFI_AHCI_FIS_BIST 0x58 //BIST Activate FIS - Bi-directional
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_cdma.py | 145 def Activate(self, carrier, return_cb, raise_cb): 158 logging.info('ModemCdma.Activate')
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 52 SuppressAccessChecks(Parser &P, bool activate = true) 54 if (activate) {
|
/external/python/cpython2/Demo/tkinter/matt/ |
menu-all-types-of-entries.py | 169 # "none" -- used with the activate command. see the man page on menus 171 # with the 'activate' method
|
/external/python/cpython2/Lib/plat-mac/ |
aetools.py | 235 def activate(self): member in class:TalkTo 236 """Send 'activate' command"""
|
/external/replicaisland/src/com/replica/replicaisland/ |
AnimationComponent.java | 197 mDamageSwap.activate(parentObject); 199 mDamageSwap.activate(parentObject);
|
/external/tensorflow/tensorflow/tools/dist_test/scripts/ |
create_tf_cluster.sh | 102 # Activate gcloud service account 103 "${GCLOUD_BIN}" auth activate-service-account --key-file "${GCLOUD_KEY_FILE}"
|
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 19 --vgdb=no|yes|full activate gdbserver? [yes] 101 --sim-hints=hint1,hint2,... activate unusual sim behaviours [none]
|
/frameworks/base/core/java/com/android/internal/view/ |
FloatingActionMode.java | 125 mFloatingToolbarVisibilityHelper.activate(); 334 public void activate() { method in class:FloatingActionMode.FloatingToolbarVisibilityHelper
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_gl_environment.cpp | 103 return gl_env ? ToJBool(gl_env->Activate()) : JNI_FALSE; 362 return gl_env ? ToJBool(gl_env->SwitchToSurfaceId(surfaceId) && gl_env->Activate()) : JNI_FALSE;
|
/frameworks/base/services/core/jni/ |
com_android_server_connectivity_Vpn.cpp | 72 // Activate interface. 75 ALOGE("Cannot activate %s: %s", ifr4.ifr_name, strerror(errno));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCommandInterface.java | 480 public void setGsmBroadcastActivation(boolean activate, Message response) { 529 public void setCdmaBroadcastActivation(boolean activate, Message response) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 481 public void setGsmBroadcastActivation(boolean activate, Message response) { 530 public void setCdmaBroadcastActivation(boolean activate, Message response) {
|
/hardware/interfaces/radio/1.0/ |
IRadio.hal | [all...] |
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 83 m->info.activate = FB_ACTIVATE_VBL; 157 info.activate = FB_ACTIVATE_NOW;
|