/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftsizes.h | 133 /* activated last to determine the `current character pixel size'. */
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_main.c | 119 ** Description Called by nfa_dm to handle ACTIVATED/DEACTIVATED events
|
/external/libpcap/ |
pcap.c | 455 * an activated pcap_t to point to a routine that returns 456 * a "this isn't activated" error. 579 if (p->activated) { 581 " operation on activated capture"); 733 * Catch attempts to re-activate an already-activated 743 p->activated = 1; 893 if (!p->activated) 901 if (!p->activated) 909 if (!p->activated) [all...] |
pcap_dump_open.3pcap.in | 57 and activated by an earlier call to
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftsizes.h | 133 /* activated last to determine the `current character pixel size'. */
|
/external/replicaisland/src/com/replica/replicaisland/ |
ChangeComponentsComponent.java | 54 // if we've activated and are not set to ping pong, the contents of
|
/frameworks/base/core/java/android/widget/ |
DatePickerCalendarDelegate.java | 192 * has an appropriate activated state, using the selected state if one 196 * @return a color state list with an appropriate activated state, or 197 * {@code null} if a valid activated state could not be generated 215 // Generate a non-activated color using the disabled alpha.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
AmbientState.java | 86 * In dimmed mode, a child can be activated, which happens on the first tap of the double-tap
|
/frameworks/base/services/core/java/com/android/server/ |
SamplingProfilerService.java | 76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated");
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
beaglebone.md | 35 **I2C** works both on 3.8.13 and mainline. i2c is activated if missing for
|
/hardware/bsp/intel/peripheral/libupm/src/ttp223/ |
ttp223.h | 96 * the button is activated or deactivated.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
|
/ndk/tests/device/test-gnustl-full/unit/ |
copy_test.cpp | 70 // Following code can be activated to check that it doesn't compiled
|
/ndk/tests/device/test-stlport/unit/ |
copy_test.cpp | 70 // Following code can be activated to check that it doesn't compiled
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorButton.java | 127 // Dismiss later so the activated state can be updated before dismiss.
|
/packages/apps/Settings/src/com/android/settings/display/ |
NightDisplayPreference.java | 109 public void onActivated(boolean activated) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
virtio_pci.h | 47 /* A 32-bit r/w bitmask of features activated by the guest */
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftsizes.h | 133 /* activated last to determine the `current character pixel size'. */
|
/prebuilts/ndk/current/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
|
/system/connectivity/shill/cellular/ |
cellular_capability_universal_cdma.h | 40 // Returns true if the service is activated.
|
/packages/apps/Nfc/nci/jni/ |
PeerToPeer.cpp | 294 ** Description: Receive LLLCP-activated event from stack. 296 ** activated: Event data. 301 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated) 309 mRemoteWKS = activated.remote_wks; 335 if (activated.is_initiator == TRUE) { 344 e->SetByteField(tag.get(), f, (jbyte) activated.remote_version); [all...] |
/docs/source.android.com/src/devices/sensors/ |
hal-interface.jd | 77 <p>If <code>enabled</code> is 1 and the sensor is already activated, this function is a no-op 91 <p>Sets a sensor?s parameters, including <a href="#sampling_period_ns">sampling frequency</a> and <a href="#max_report_latency_ns">maximum report latency</a>. This function can be called while the sensor is activated, in which case it 165 <p>For example, an accelerometer activated at 50Hz with <code>max_report_latency_ns=0</code> 226 <p>When a sensor gets activated, the <code>batch</code> function will be called with the 231 activated, the <code>batch</code> function is called.</p> 232 <p><code>flush</code> can be called at any time, even on non-activated sensors (in which case 236 request data. <code>poll</code> can be called even when no sensors are activated.</p> 319 other sensors are activated. On systems that do not have a hardware FIFO,
|
/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcStatus.h | 250 * Single Target Detected and Activated 260 * Secure element Detected and Activated
|
/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:__anon15571
|