/system/extras/tests/bionic/libc/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License. 25 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use 44 # you can use EXTRA_LDLIBS to indicate additional linker flags
|
/system/bt/stack/a2dp/ |
H A D | a2d_sbc.c | 6 * you may not use this file except in compliance with the License. 52 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index". 54 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame. 56 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set. 95 UINT8 use; member in struct:__anon775 157 p_last->use = p_cur->use; 159 p_cur->use = p_pkt[A2D_SBC_CRC_IDX] & A2D_SBC_USE_MASK; 161 a2d_sbc_ds_cb.index = (p_cur->use)?A2D_SBC_CIDX:A2D_SBC_LIDX; 163 printf("%05d: ar[%02d]: x%02x, msk: x%02x, use [all...] |
/system/extras/showslab/ |
H A D | showslab.c | 28 unsigned long use; /* percent full: total / active */ member in struct:slab_info 129 p->use = 100 * p->nr_active_objs / p->nr_objs; 132 p->use = 0; 239 BUILD_SORT_FUNC(use) 340 p->nr_objs, p->nr_active_objs, p->use,
|
/system/core/adf/libadf/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/core/libmincrypt/tools/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/kexec_tools/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/ksmutils/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/latencytop/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/libpagemap/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/librank/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/procmem/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/puncture_fs/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/timeinfo/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/bt/embdrv/sbc/encoder/srce/ |
H A D | sbc_encoder.c | 6 * you may not use this file except in compliance with the License. 50 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index". 52 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame. 54 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set. 88 UINT8 use; member in struct:__anon720 104 p_last->idx = p_cur->idx; p_last->use = p_cur->use;} 105 #define SBC_PRTC_GETC(ar) {p_cur->use = ar[SBC_PRTC_CRC_IDX] & SBC_PRTC_USE_MASK; \ 107 #define SBC_PRTC_CHK_CRC(ar) {SBC_PRTC_C2L();SBC_PRTC_GETC(ar);sbc_prtc_cb.index = (p_cur->use)?SBC_PRTC_CIDX:SBC_PRTC_LIDX;} 182 /* In case of JS processing,check whether to use J [all...] |
/system/bt/profile/ |
H A D | Android.mk | 6 # you may not use this file except in compliance with the License.
|
/system/core/adf/libadfhwc/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/procrank/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/tests/cpueater/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/tests/fstest/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/extras/tests/sdcard/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/gatekeeper/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/media/alsa_utils/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/netd/client/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License.
|
/system/core/fastboot/ |
H A D | Android.mk | 4 # you may not use this file except in compliance with the License. 77 # and do not use code in external/f2fs-tools.
|
/system/extras/perfprofd/quipper/build/ |
H A D | build_config.h | 17 // A set of macros to use for platform detection. 56 #error Cannot use both OpenSSL and NSS 59 // For access to standard BSD features, use OS_BSD instead of a 65 // For access to standard POSIXish features, use OS_POSIX instead of a
|