/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.cpp | 93 bool GLEnv::Activate() { 94 ALOGV("Activate()"); 223 return wasActive ? Activate() : true; 286 return Activate(); 336 ALOGE("EGL Error: Attempting to activate context with bad display!"); 339 ALOGE("EGL Error: Attempting to activate context with bad surface!"); 342 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 -->
|
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/2.5/ |
objenesis-parent-2.5.pom | 114 <!-- Do not activate special profile from the superpom. We do it ourselves --> 392 <!-- Activate to generate javadoc, sources jars, license check and findbugs --> 446 <!-- Activate to update the license --> 469 <!-- Activate to generate the website --> 476 <!-- Activate to execute the tck on Android --> 483 <!-- Activate to run the benchmark --> 490 <!-- Activate to create a complete release -->
|
/frameworks/base/telephony/java/com/android/internal/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
|
/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);
|
SensorDevice.cpp | 81 checkReturn(mSensors->activate(list[i].sensorHandle, 0 /* enabled */)); 122 checkReturn(mSensors->activate(handle, 0 /* enabled */)); 230 status_t SensorDevice::activate(void* ident, int handle, int enabled) { function in class:android::SensorDevice 245 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%zu", 252 ALOGE("SensorDevice::activate, isClientDisabledLocked(%p):true, handle:%d", 259 // This is the first connection, we need to activate the underlying h/w sensor. 263 // Log error. Every activate call should be preceded by a batch() call. 264 ALOGE("\t >>>ERROR: activate called without batch"); 279 // This is the last connection, we need to de-activate the underlying h/w sensor. 301 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle [all...] |
GravitySensor.cpp | 78 status_t GravitySensor::activate(void* ident, bool enabled) { function in class:android::GravitySensor 79 return mSensorFusion.activate(FUSION_NOMAG, ident, enabled);
|
LinearAccelerationSensor.cpp | 64 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { function in class:android::LinearAccelerationSensor 65 return mGravitySensor.activate(ident, enabled);
|
OrientationSensor.cpp | 74 status_t OrientationSensor::activate(void* ident, bool enabled) { function in class:android::OrientationSensor 75 return mSensorFusion.activate(FUSION_9AXIS, ident, enabled);
|
RotationVectorSensor.h | 39 virtual status_t activate(void* ident, bool enabled) override; 63 virtual status_t activate(void* ident, bool enabled) override;
|
SensorInterface.cpp | 61 status_t HardwareSensor::activate(void* ident, bool enabled) { function in class:android::HardwareSensor 62 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
|
/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...] |
/external/python/cpython3/Doc/tutorial/ |
venv.rst | 53 Once you've created a virtual environment, you may activate it. 57 tutorial-env\Scripts\activate.bat 61 source tutorial-env/bin/activate 65 ``activate.csh`` and ``activate.fish`` scripts you should use 75 $ source ~/envs/tutorial-env/bin/activate
|
/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/misc/common/robolectric/3.1.1/lib/ |
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 -->
|
/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/kernel-headers/original/uapi/linux/ |
mroute6.h | 22 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */ 29 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
|
/external/libpcap/ |
pcap_activate.3pcap | 22 pcap_activate \- activate a capture handle 35 is used to activate a packet capture handle to look
|
/external/libvpx/libvpx/test/ |
vp9_lossless_test.cc | 43 // alone will activate lossless 107 // Intentionally set Q > 0, to make sure control can be used to activate
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 218 /// activate - mark node n as active if it wasn't already. 219 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 264 activate(ib); 271 activate(ob); 286 activate(ib); 287 activate(ob); 303 activate(ib); 304 activate(ob);
|
/external/replicaisland/src/com/replica/replicaisland/ |
ChangeComponentsComponent.java | 89 activate(parentObject); 115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
SpillPlacement.cpp | 204 /// activate - mark node n as active if it wasn't already. 205 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 230 activate(ib); 237 activate(ob); 252 activate(ib); 253 activate(ob); 269 activate(ib); 270 activate(ob);
|
/frameworks/base/services/core/java/com/android/server/display/ |
ColorDisplayService.java | 467 boolean activate = now.isBefore(end); 473 activate = mController.isActivated(); 477 if (mIsActivated == null || mIsActivated != activate) { 478 mController.setActivated(activate); 558 boolean activate = state.isNight(); 567 activate = mController.isActivated(); 571 if (mIsActivated == null || mIsActivated != activate) { 572 mController.setActivated(activate);
|
/hardware/interfaces/power/1.0/ |
IPower.hal | 70 * @param activate true/false to enable/disable the feature 72 setFeature(Feature feature, bool activate);
|