/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
utsname.h | 28 to a value != 0 to activate this entry. */
|
/system/bt/bta/hf_client/ |
bta_hf_client_int.h | 242 extern void bta_hf_client_send_at_cmer(BOOLEAN activate); 244 extern void bta_hf_client_send_at_clip(BOOLEAN activate); 245 extern void bta_hf_client_send_at_ccwa(BOOLEAN activate); 246 extern void bta_hf_client_send_at_cmee(BOOLEAN activate);
|
/system/connectivity/shill/cellular/ |
mm1_modem_modemcdma_proxy_interface.h | 39 virtual void Activate(const std::string& carrier,
|
mock_mm1_modem_modemcdma_proxy.h | 35 MOCK_METHOD4(Activate, void(
|
mock_modem_cdma_proxy.h | 34 MOCK_METHOD4(Activate, void(const std::string& carrier, Error* error,
|
/device/google/dragon/sensor_hub/ |
cros_ec_sensors.cpp | 100 activate(i, 0); 105 activate(i + CROS_EC_MAX_PHYSICAL_SENSOR, 0); 148 * activate: Activate entry point. 153 int CrosECSensor::activate(int handle, int enabled) function in class:CrosECSensor 230 /* Call activate to change the paramters if necessary */ 231 return activate(handle, info->enabled);
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.cpp | 90 bool GLEnv::Activate() { 91 ALOGV("Activate()"); 220 return wasActive ? Activate() : true; 283 return Activate(); 333 ALOGE("EGL Error: Attempting to activate context with bad display!"); 336 ALOGE("EGL Error: Attempting to activate context with bad surface!"); 339 ALOGE("EGL Error: Attempting to activate context, which is "
|
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/2.4/ |
objenesis-parent-2.4.pom | 115 <!-- Do not activate special profile from the superpom. We do it ourselves --> 397 <!-- Activate to generate javadoc, sources jars, license check and findbugs --> 453 <!-- Activate to update the license --> 476 <!-- Activate to generate the website --> 483 <!-- Activate to execute the tck on Android --> 490 <!-- Activate to run the benchmark --> 497 <!-- Activate to create a complete release -->
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 123 status_t SensorFusion::activate(int mode, void* ident, bool enabled) { function in class:android::SensorFusion 126 "SensorFusion::activate(mode=%d, ident=%p, enabled=%d)", 148 mSensorDevice.activate(ident, mAcc.getHandle(), enabled); 150 mSensorDevice.activate(ident, mMag.getHandle(), enabled); 153 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
|
/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. */ 118 * @return true to notify terminal to activate emergency user alert; false otherwise 125 * Returns the ETWS activate popup flag. 126 * @return true to notify terminal to activate display popup; false otherwise
|
/packages/services/Telephony/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 149 <!-- (2) Activate/cancel buttons --> 154 <!-- "Activate" button -->
|
/frameworks/compile/mclinker/lib/MC/ |
CommandAction.cpp | 35 bool InputFileAction::activate(InputBuilder& pBuilder) const { function in class:mcld::InputFileAction 49 bool NamespecAction::activate(InputBuilder& pBuilder) const { function in class:mcld::NamespecAction 85 bool BitcodeAction::activate(InputBuilder& pBuilder) const { function in class:mcld::BitcodeAction 98 bool StartGroupAction::activate(InputBuilder& pBuilder) const { function in class:mcld::StartGroupAction 114 bool EndGroupAction::activate(InputBuilder& pBuilder) const { function in class:mcld::EndGroupAction 126 bool WholeArchiveAction::activate(InputBuilder& pBuilder) const { function in class:mcld::WholeArchiveAction 138 bool NoWholeArchiveAction::activate(InputBuilder& pBuilder) const { function in class:mcld::NoWholeArchiveAction 150 bool AsNeededAction::activate(InputBuilder& pBuilder) const { function in class:mcld::AsNeededAction 162 bool NoAsNeededAction::activate(InputBuilder& pBuilder) const { function in class:mcld::NoAsNeededAction 174 bool AddNeededAction::activate(InputBuilder& pBuilder) const function in class:mcld::AddNeededAction 186 bool NoAddNeededAction::activate(InputBuilder& pBuilder) const { function in class:mcld::NoAddNeededAction 198 bool BDynamicAction::activate(InputBuilder& pBuilder) const { function in class:mcld::BDynamicAction 209 bool BStaticAction::activate(InputBuilder& pBuilder) const { function in class:mcld::BStaticAction 222 bool DefSymAction::activate(InputBuilder& pBuilder) const { function in class:mcld::DefSymAction 246 bool ScriptAction::activate(InputBuilder& pBuilder) const { function in class:mcld::ScriptAction [all...] |
/frameworks/base/docs/html/work/ |
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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dmusics.h | 95 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE; 121 #define IDirectMusicSynth_Activate(p,a) (p)->lpVtbl->Activate(p,a) 152 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE; 184 #define IDirectMusicSynth8_Activate(p,a) (p)->lpVtbl->Activate(p,a) 214 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE; 231 #define IDirectMusicSynthSink_Activate(p,a) (p)->lpVtbl->Activate(p,a)
|
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/2.1/ |
objenesis-parent-2.1.pom | 396 <!-- Activate to generate javadoc, sources jars and run findbugs -->
440 <!-- Activate to update the license -->
463 <!-- Activate to generate the website -->
470 <!-- Activate to execute the tck on Android -->
477 <!-- Activate to run the benchmark -->
484 <!-- Activate to create a complete release -->
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
installation.rst | 48 . python-rsa-venv-py2x/bin/activate 54 . python-rsa-venv-py3x/bin/activate
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboPropertyEditor.java | 45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) method in class:AbstractComboPropertyEditor 104 // editor created without bounds, so activate it after first setBounds()
|
BooleanObjectPropertyEditor.java | 84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanObjectPropertyEditor 90 // don't activate
|
BooleanPropertyEditor.java | 82 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanPropertyEditor 88 // don't activate
|
PropertyEditor.java | 69 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:PropertyEditor 82 * {@link Control}'s created before in {@link #activate(PropertyTable, Property, Point)}.
|
/external/kernel-headers/original/uapi/linux/ |
mroute.h | 19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */ 26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
|
mroute6.h | 19 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */ 26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpMac.c | 122 if(LlcpMac->LlcpMacInterface.activate == NULL) 128 status = LlcpMac->LlcpMacInterface.activate(LlcpMac);
|
phFriNfc_LlcpMac.h | 58 * - Activate the LLCP link 155 pphFriNfcLlpcMac_Activate_t activate; member in struct:phFriNfc_LlcpMac_Interface
|
/external/libvpx/libvpx/test/ |
vp9_lossless_test.cc | 45 // alone will activate lossless 112 // Intentionally set Q > 0, to make sure control can be used to activate
|