HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 51 - 75 of 815) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 78 bool StatusAreaButton::Activate() {
80 return views::MenuButton::Activate();
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 43 handler_->Activate(this);
110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
  /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/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Lighting.j3md 27 // Activate shading along the tangent, instead of the normal
70 //Set to true to activate Steep Parallax mapping
  /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/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
241 activate(ib);
248 activate(ob);
263 activate(ib);
264 activate(ob);
280 activate(ib);
281 activate(ob);
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 89 activate(parentObject);
115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
  /frameworks/native/services/sensorservice/
GravitySensor.cpp 69 status_t GravitySensor::activate(void* ident, bool enabled) { function in class:android::GravitySensor
70 return mSensorFusion.activate(this, enabled);
LinearAccelerationSensor.cpp 53 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { function in class:android::LinearAccelerationSensor
54 return mGravitySensor.activate(this, enabled);
OrientationSensor.cpp 65 status_t OrientationSensor::activate(void* ident, bool enabled) { function in class:android::OrientationSensor
66 return mSensorFusion.activate(this, enabled);
RotationVectorSensor.h 43 virtual status_t activate(void* ident, bool enabled);
57 virtual status_t activate(void* ident, bool enabled);
SensorInterface.h 39 virtual status_t activate(void* ident, bool enabled) = 0;
61 virtual status_t activate(void* ident, bool enabled);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 39 * Notifies P2P Device detected, to activate LLCP link
44 * Notifies P2P Device detected, to activate LLCP link
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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 */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanXmlPropertyEditor
90 // don't activate
  /external/aac/libAACenc/src/
aacenc_tns.h 107 * tnsMask |= 0x1; activate TNS short blocks
108 * tnsMask |= 0x2; activate TNS for long blocks
109 * tnsMask |= 0x4; activate TNS PEAK tool for short blocks
110 * tnsMask |= 0x8; activate TNS PEAK tool for long blocks
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc 30 // activate the tab contents the dialog is shown.
  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.h 38 // Activate (click-hold) immediately on a sufficiently-large drag (if not,
find_pasteboard.mm 27 // Check if the text in the findboard has changed on app activate.

Completed in 212 milliseconds

1 23 4 5 6 7 8 91011>>