/external/chromium_org/ash/system/tray/ |
system_tray_item.h | 85 void PopupDetailedView(int for_seconds, bool activate);
|
/external/chromium_org/ash/test/ |
test_activation_delegate.h | 27 explicit TestActivationDelegate(bool activate);
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 152 void activate(unsigned);
|
SpillPlacement.cpp | 206 /// activate - mark node n as active if it wasn't already. 207 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 239 activate(ib); 246 activate(ob); 261 activate(ib); 262 activate(ob); 278 activate(ib); 279 activate(ob);
|
/external/replicaisland/src/com/replica/replicaisland/ |
CrusherAndouComponent.java | 45 mSwap.activate(parentObject);
|
ChangeComponentsComponent.java | 89 activate(parentObject); 115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
MffEnvironment.java | 63 * Set the environment's GL environment to the specified environment. This does not activate 71 * Create and activate a new GL environment for use in this filter context. 80 * Activate the GL environment for use in the current thread. A GL environment must have been 87 mContext.getGLEnvironment().activate(); 89 throw new NullPointerException("No GLEnvironment in place to activate!");
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 88 status_t SensorFusion::activate(void* ident, bool enabled) { function in class:android::SensorFusion 91 "SensorFusion::activate(ident=%p, enabled=%d)", 105 mSensorDevice.activate(ident, mAcc.getHandle(), enabled); 106 mSensorDevice.activate(ident, mMag.getHandle(), enabled); 107 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
|
SensorFusion.h | 65 status_t activate(void* ident, bool enabled);
|
GravitySensor.cpp | 69 status_t GravitySensor::activate(void* ident, bool enabled) { function in class:android::GravitySensor 70 return mSensorFusion.activate(ident, enabled);
|
OrientationSensor.cpp | 68 status_t OrientationSensor::activate(void* ident, bool enabled) { function in class:android::OrientationSensor 69 return mSensorFusion.activate(ident, enabled);
|
SensorDevice.h | 58 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch 59 // mode request is batch(... timeout > 0 ...) followed by activate(). 87 status_t activate(void* ident, int handle, int enabled);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 457 activate(); method 488 activate(); method 502 activate(); method 516 activate(); method 530 activate(); method 542 activate(); method 553 activate(); method 586 public void activate() { method in class:PhysicsRigidBody 587 activate(objectId); 590 private native void activate(long objectId) method in class:PhysicsRigidBody [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMarquee.cpp | 192 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local 193 if (activate) { 255 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local 256 if (activate && !m_timer.isActive()) 258 else if (!activate && m_timer.isActive())
|
/external/chromium/chrome/browser/ui/views/ |
browser_bubble_gtk.cc | 32 void ShowAndActivate(bool activate) { 33 // TODO: honor activate. 134 void BrowserBubble::Show(bool activate) { 137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
|
browser_bubble.h | 74 virtual void Show(bool activate);
|
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 104 err = device->activate(device, list[i].handle, 0); 113 err = device->activate(device, list[i].handle, 1); 115 printf("activate() for '%s'failed (%s)\n", 181 err = device->activate(device, list[i].handle, 0);
|
/system/extras/tests/framebuffer/ |
refresh.c | 59 info.activate = FB_ACTIVATE_NOW; 149 info.activate = FB_ACTIVATE_VBL; 153 info.activate = FB_ACTIVATE_VBL;
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
installer.js | 37 if (this.chromeFrame_.activate()) {
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_popup.h | 75 virtual void Show(bool activate);
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber.h | 70 void FinishScrub(bool activate);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
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)}.
|
TextDialogPropertyEditor.java | 50 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:TextDialogPropertyEditor 52 // activate using keyboard 56 // don't activate
|
/hardware/invensense/60xx/libsensors_iio/ |
sensors_mpl.cpp | 87 int activate(int handle, int enabled);
144 int sensors_poll_context_t::activate(int handle, int enabled) {
function in class:sensors_poll_context_t 218 return ctx->activate(handle, enabled);
252 dev->device.activate = poll__activate;
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 429 rBody.activate(); 454 rBody.activate(); 466 rBody.activate(); 478 rBody.activate(); 490 rBody.activate(); 500 rBody.activate(); 509 rBody.activate(); 537 public void activate() { method in class:PhysicsRigidBody 538 rBody.activate();
|