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

1 2 3 4 56 7 8 91011>>

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/visualce/
index.html 38 href="http://www.winzip.com">WinZip</a>, you should activate the <em>TAR
  /external/objenesis/main/
pom.xml 51 <!-- Activate to create the release bundle -->
  /external/skia/src/animator/
SkDisplayApply.h 36 void activate(SkAnimateMaker& );
  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 44 void activate(Module& pModule);
GroupCmd.h 41 void activate(Module& pModule);
InputCmd.h 45 void activate(Module& pModule);
OutputFormatCmd.h 49 void activate(Module& pModule);
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1306.h 167 * Activate a scroll to the right for rows start through stop
177 * Activate a scroll to the left for rows start through stop
187 * Activate a scroll to the upper right for rows start through stop
197 * Activate a scroll to the upper left for rows start through stop
  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
GroveLight.cpp 60 int GroveLight::activate(int handle, int enabled) { function in class:GroveLight
GroveTemperature.cpp 60 int GroveTemperature::activate(int handle, int enabled) { function in class:GroveTemperature
LSM303dOrientation.cpp 67 int LSM303dOrientation::activate(int handle, int enabled) { function in class:LSM303dOrientation
LSM9DS0Accelerometer.cpp 71 int LSM9DS0Accelerometer::activate(int handle, int enabled) { function in class:LSM9DS0Accelerometer
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.pom 51 <!-- Activate to create the release bundle -->
  /system/connectivity/shill/cellular/
modem_cdma_proxy_interface.h 45 virtual void Activate(const std::string& carrier, Error* error,
cellular_capability_cdma.cc 172 void CellularCapabilityCDMA::Activate(const string& carrier,
184 proxy_->Activate(carrier, error, activation_callback, kTimeoutActivate);
192 "Unable to activate in " +
217 Activate(pending_activation_carrier_,
358 LOG(ERROR) << "Activate() failed with error: " << error;
  /external/curl/docs/
HTTP-COOKIES 58 curl has a full cookie "engine" built in. If you just activate it, you can
92 Tell libcurl to activate the cookie engine, and to read the initial set of
97 Tell libcurl to activate the cookie engine, and when the easy handle is
  /external/webrtc/talk/session/media/
rtcpmuxfilter.cc 49 // Fail if we try to deactivate and no-op if we try and activate.
66 // Fail if we try to deactivate and no-op if we try and activate.
101 // Fail if we try to deactivate and no-op if we try and activate.
  /frameworks/native/services/sensorservice/
SensorDevice.h 43 status_t activate(void* ident, int handle, int enabled);
82 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch
83 // mode request is batch(... timeout > 0 ...) followed by activate().
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /system/extras/tests/framebuffer/
refresh.c 59 info.activate = FB_ACTIVATE_NOW;
149 info.activate = FB_ACTIVATE_VBL;
153 info.activate = FB_ACTIVATE_VBL;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 267 * phones that aren't in the active phone list. Finally, activate all
324 // only activate phones up to the limit
326 activate(phoneId);
346 private void activate(int phoneId) { method in class:PhoneSwitcher
350 log("activate " + phoneId);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 753 ** Description This function is called to process de-activate
762 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
781 evt_data.activate.rf_disc_id = *p++;
783 evt_data.activate.protocol = *p++;
785 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
786 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
788 evt_data.activate.rf_tech_param.mode = *p++;
792 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
794 evt_data.activate.data_mode = *p++;
795 evt_data.activate.tx_bitrate = *p++
    [all...]

Completed in 808 milliseconds

1 2 3 4 56 7 8 91011>>