/external/autotest/client/site_tests/network_LTEActivate/ |
control | 22 After an online payment to activate a network, shill keeps track of service
|
/external/bison/doc/ |
yacc.1.in | 14 to activate the upward compatibility mode. See
|
/external/vboot_reference/tests/tpm_lite/ |
tpmtest_enable.c | 30 VbExError("failed to enable or activate");
|
/frameworks/compile/mclinker/lib/Script/ |
SectionsCmd.cpp | 63 void SectionsCmd::activate(Module& pModule) { function in class:mcld::SectionsCmd 70 (*it)->activate(pModule); 76 (*it)->activate(pModule); 80 (*assign)->activate(pModule);
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpStandardMessageSender.java | 55 // Activate message: 56 // V1.1: Activate:pv=<value>;ct=<value> 57 // V1.2: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix> 58 // V1.3: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix>
|
/system/connectivity/shill/cellular/ |
mock_mm1_modem_modemcdma_proxy.cc | 27 ON_CALL(*this, Activate(_, _, _, _))
|
mock_modem_cdma_proxy.cc | 26 ON_CALL(*this, Activate(_, _, _, _))
|
/device/google/dragon/sensor_hub/ |
sensors.h | 30 * - a pipe to sleep on. a call to activate() will wake up 59 int activate(int handle, int enabled);
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/ |
index.html | 20 'activate-event.html', 30 'activate-event.html?dom=shadow',
|
/external/libchrome/base/timer/ |
hi_res_timer_manager_unittest.cc | 41 // Activate the high resolution timer. 55 // De-activate the high resolution timer.
|
/frameworks/compile/mclinker/include/mcld/MC/ |
FileAction.h | 25 bool activate(InputBuilder& pBuilder) const; 37 bool activate(InputBuilder& pBuilder) const;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentHeaderBox.java | 175 setFlags(getFlags() | 0x1); // activate the field 184 setFlags(getFlags() | 0x2); // activate the field 190 setFlags(getFlags() | 0x8); // activate the field 195 setFlags(getFlags() | 0x10); // activate the field 200 setFlags(getFlags() | 0x20); // activate the field 205 setFlags(getFlags() | 0x10000); // activate the field
|
/frameworks/native/services/sensorservice/ |
SensorDevice.cpp | 67 mSensorDevice->activate( 79 mSensorDevice->activate( 151 status_t SensorDevice::activate(void* ident, int handle, int enabled) { function in class:android::SensorDevice 160 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%zu", 172 // This is the first connection, we need to activate the underlying h/w sensor. 176 // Log error. Every activate call should be preceded by a batch() call. 177 ALOGE("\t >>>ERROR: activate called without batch"); 184 // This is the last connection, we need to de-activate the underlying h/w sensor. 211 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle, 213 err = mSensorDevice->activate( [all...] |
CorrectedGyroSensor.cpp | 70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { function in class:android::CorrectedGyroSensor 71 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); 72 return mSensorFusion.activate(FUSION_9AXIS, ident, enabled);
|
/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();
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
HeadsetMediaButton.java | 78 boolean activate = msg.arg1 != 0; 79 if (activate != mSession.isActive()) { 80 mSession.setActive(activate);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
SensorsHAL.cpp | 42 device.activate = ActivateWrapper; 118 int SensorContext::activate(int handle, int enabled) { function in class:SensorContext 137 rc = sensors[handle]->activate(handle, enabled); 146 rc = sensors[handle]->activate(handle, enabled); 158 __func__, enabled ? "activate" : "deactivate", handle, e.what()); 274 return reinterpret_cast<SensorContext *>(dev)->activate(handle, enabled);
|
/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/libpcap/ |
pcap_activate.3pcap | 22 pcap_activate \- activate a capture handle 35 is used to activate a packet capture handle to look
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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. */
|