HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 1 - 25 of 1212) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btActivatingCollisionAlgorithm.cpp 38 // m_colObj0->activate();
39 // m_colObj1->activate();
45 // m_colObj0->activate();
46 // m_colObj1->activate();
  /ndk/tests/device/gnustl-shared-1/jni/
main.cpp 12 // instead, we would need to activate rtti as well to avoid crashing
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 36 bool activate(InputBuilder&) const;
51 bool activate(InputBuilder&) const;
65 bool activate(InputBuilder&) const;
76 bool activate(InputBuilder&) const;
84 bool activate(InputBuilder&) const;
92 bool activate(InputBuilder&) const;
100 bool activate(InputBuilder&) const;
108 bool activate(InputBuilder&) const;
116 bool activate(InputBuilder&) const;
124 bool activate(InputBuilder&) const
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ee.c 60 ** Description This function is called to activate or de-activate an NFCEE
65 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
66 ** mode - NFC_MODE_ACTIVATE to activate NFCEE,
67 ** NFC_MODE_DEACTIVATE to de-activate.
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
ParticleValuePanel.java 35 protected void activate () { method in class:ParticleValuePanel
36 super.activate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 45 * @param activate True to force activate (i.e. takes focus), false to just make visible (i.e.
48 public static void showView(String viewId, boolean activate) {
56 activate ? IWorkbenchPage.VIEW_ACTIVATE : IWorkbenchPage.VIEW_VISIBLE);
  /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!");
  /external/autotest/client/site_tests/network_CDMAActivate/files/
modems.py 39 # stores how many times "Activate" has been called on this
56 def Activate(self, carrier, return_cb, raise_cb):
63 super(ActivationRetryModem, self).Activate(
  /external/chromium-trace/catapult/third_party/polymer/components/core-selector/test/
activate-event.html 13 <title>core-selector-activate-event</title>
41 suite('activate event', function() {
51 s.addEventListener("core-activate", function(event) {
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
virtualenv.rst 39 **3.** Activate the environment. On Linux of Mac, use:
43 $ . env/bin/activate
49 $ env\scripts\activate
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
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/bsp/intel/peripheral/sensors/mraa/sensors/
GroveLight.hpp 29 * Overrides the pollEvents & activate Sensor methods.
54 * Activate the sensor
59 int activate(int handle, int enabled);
GroveTemperature.hpp 29 * Overrides the pollEvents & activate Sensor methods.
54 * Activate the sensor
59 int activate(int handle, int enabled);
LSM303dAccelerometer.hpp 29 * Overrides the pollEvents & activate Sensor methods.
60 * Activate the sensor
65 int activate(int handle, int enabled);
LSM303dOrientation.hpp 29 * Overrides the pollEvents & activate Sensor methods.
57 * Activate the sensor
62 int activate(int handle, int enabled);
LSM9DS0Accelerometer.hpp 29 * Overrides the pollEvents & activate Sensor methods.
56 * Activate the sensor
61 int activate(int handle, int enabled);
MMA7660Accelerometer.hpp 29 * Overrides the pollEvents & activate Sensor methods.
62 * Activate the sensor
67 int activate(int handle, int enabled);
MPU9150Accelerometer.hpp 29 * Overrides the pollEvents & activate Sensor methods.
59 * Activate the sensor
64 int activate(int handle, int enabled);
ProximityGPIO.hpp 29 * Overrides the pollEvents & activate Sensor methods.
54 * Activate the sensor
59 int activate(int handle, int enabled);
  /system/connectivity/shill/cellular/
cellular_capability_cdma_unittest.cc 160 TEST_F(CellularCapabilityCDMATest, Activate) {
162 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
169 capability_->Activate(kTestCarrier, nullptr,
183 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate")));
184 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
193 capability_->Activate(kTestCarrier, &error,
218 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate")));
219 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _,
226 capability_->Activate(kTestCarrier, &error,
246 EXPECT_CALL(*proxy_, Activate(kTestCarrier, _, _
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
PlotListener.java 28 * Commonly used by implementing Series instances to activate a read
39 * to activate a read lock, this method is commonly used to release that
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 130 &(p_data->activate),
134 if ((p_data->activate.protocol == NFC_PROTOCOL_NFC_DEP)
135 &&(p_data->activate.intf_param.type == NFC_INTERFACE_NFC_DEP))
288 /* notify NFA DM to send Activate Event to applicaiton with status */
308 /* notify NFA DM to send Activate Event to applicaiton with status */
381 ** Description Activate LLCP link
393 if ( (p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A)
394 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F)
395 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_A_ACTIVE)
396 ||(p_data->activate.rf_tech_param.mode == NFC_DISCOVERY_TYPE_POLL_F_ACTIVE)
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
test_base.py 46 # Then activate the testbed, which prepares the service stubs for use.
47 self.testbed.activate()
49 # To set custom env vars, pass them as kwargs *after* activate().
  /external/autotest/client/cros/cellular/pseudomodem/
cdma_activate_machine.py 28 logging.info('CdmaActivateMachine: Canceling activate.')
117 # There is already an activate operation in progress.
118 logging.error('There is already an ongoing activate operation.')
124 # There is no activate operation going on, cancelled or otherwise.
  /external/autotest/client/site_tests/network_CDMAActivate/
control 24 After an online payment to activate a CDMA network, shill issues an OTASP

Completed in 856 milliseconds

1 2 3 4 5 6 7 8 91011>>