HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 101 - 125 of 526) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 34 * Actually implementing that interface causes other bundles to be activated before the
  /sdk/templates/activities/MasterDetailFlow/root/src/app_package/
ContentListActivity.java.ftl 51 // 'activated' state when touched.
  /sdk/templates/other/Daydream/root/src/app_package/
DreamService.java.ftl 20 * This class is a sample implementation of a DreamService. When activated, a
  /hardware/libhardware/include/hardware/
sensors.h 107 * Note that conceptually, the sensor itself is not de-activated while in
166 * sensor is activated.
566 * When the sensor is not activated, it must also be deactivated in the
595 * step detector is activated and the accelerometer is not, only steps should
610 * the last reboot while activated. The value is returned as a uint64_t and is
647 * step counter is activated and the accelerometer is not, only steps should
907 * activated sensor never prevents the SoC to go into suspend
915 * if "enabled" is true and the sensor is already activated, this
918 * if "enabled" is false and the sensor is already de-activated,
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 45 #define NFA_CHO_ACTIVATED_EVT 0x01 /* LLCP link activated */
178 tNFA_CHO_ACTIVATED activated; /* NFA_CHO_ACTIVATED_EVT */ member in union:__anon10283
nfa_snep_api.h 56 #define NFA_SNEP_ACTIVATED_EVT 0x01 /* LLCP link has been activated, client only */
164 tNFA_SNEP_ACTIVATED activated; /* NFA_SNEP_ACTIVATED_EVT */ member in union:__anon10343
  /external/speex/libspeex/
nb_celp.h 116 int submodeID; /**< Activated sub-mode */
160 int submodeID; /**< Activated sub-mode */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 22 * be activated or de-activated
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 108 activated.
121 <dd>The name of the activity that can be activated through the alias.
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 145 * <li>If the secure element or the NFC controller is activated in listen
162 * @throws EeListenModeException if the NFCC or Secure Element is activated in listen mode
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java 213 * @param pageIndex the index of the page to be activated; the index must be
222 /** Called after an editor has been activated */
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 403 P2P_TRACE_ERROR3 ("NFA_P2pConnectByName (): MIU(%d) must be between %d and %d or LLCP link is not activated",
464 P2P_TRACE_ERROR3 ("NFA_P2pConnectBySap (): MIU(%d) must be between %d and %d, or LLCP link is not activated",
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp 292 ** Description: Receive LLLCP-activated event from stack.
294 ** activated: Event data.
299 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated)
307 mRemoteWKS = activated.remote_wks;
333 if (activated.is_initiator == TRUE) {
    [all...]
PeerToPeer.h 100 ** Description: Receive LLLCP-activated event from stack.
102 ** activated: Event data.
107 void llcpActivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_ACTIVATED& activated);
  /external/libnfc-nci/src/nfc/int/
rw_int.h 60 #define RW_T1T_STATE_NOT_ACTIVATED 0x00 /* Tag not activated and or response not received for RID */
61 #define RW_T1T_STATE_IDLE 0x01 /* T1 Tag activated and ready to perform rw operation on Tag*/
221 #define RW_T2T_STATE_NOT_ACTIVATED 0x00 /* Tag not activated */
222 #define RW_T2T_STATE_IDLE 0x01 /* T1 Tag activated and ready to perform rw operation on Tag*/
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
README_DEVELOPERS 45 The gdbserver functionality is activated with valgrind command line
51 If the valgrind gdbserver is activated (--vgdb=yes), the impact
56 If valgrind gdbserver is activated with --vgdb=full, then
69 valgrind and gdb are created at startup if gdbserver is activated
154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ?
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options.js 271 if (data.activated) {
272 page.setAttribute('activated', true);
274 page.removeAttribute('activated');
  /external/webkit/Source/WebCore/bindings/v8/
ScriptDebugServer.cpp 108 void ScriptDebugServer::setBreakpointsActivated(bool activated)
116 args->Set(v8::String::New("enabled"), v8::Boolean::New(activated));
120 m_breakpointsActivated = activated;
  /external/libnfc-nci/src/nfc/include/
rw_api.h 612 ** indicate that a Type 3 tag has been activated, and to provide the
726 ** indicate that a Type 3 tag has been activated, and to provide the
748 ** indicate that a Type 3 tag has been activated, and to provide the tag's
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 148 * if no grammars have been activated, or if the recognizer cannot be started for an unknown reason
282 * @param weight Relative weight to assign to self grammar vs. other activated grammars.
296 * @return ESR_INVALID_ARGUMENT if self is null; ESR_NO_MATCH_ERROR if grammar is not activated
542 * if no grammars have been activated, or if the recognizer cannot be started for an unknown reason
711 * @param weight Relative weight to assign to self grammar vs. other activated grammars.
727 * @return ESR_INVALID_ARGUMENT if self is null; ESR_NO_MATCH_ERROR if grammar is not activated
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
README.QNX 144 dow positioning across virtual consoles is activated. If X and Y are
146 current console is activated. The word "center" can be used instead of

Completed in 496 milliseconds

1 2 3 45 6 7 8 91011>>