/prebuilts/devtools/tools/lib/ |
lint-api.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
/external/zxing/core/ |
core.jar | |
/bionic/libc/kernel/common/linux/ |
soundcard.h | 426 int bytes; member in struct:audio_buf_info 451 int bytes; member in struct:count_info [all...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 824 } bytes; member in union:snd_ctl_elem_value::__anon674 [all...] |
/development/ndk/platforms/android-3/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | 225 #define EXPORT_RSA_KEY_LENGTH 64 /* bytes */ 483 * in ECCWrappedKeyInfo can be at most (512 - 8) = 504 bytes. 486 * or smaller. The public value will fit within 145 bytes and EC params 487 * will fit within 12 bytes. We'll need to revisit this when NSS 494 PRUint16 encodedParamLen; /* length (in bytes) of DER encoded EC params */ 495 PRUint16 pubValueLen; /* length (in bytes) of EC public value */ 496 PRUint16 wrappedKeyLen; /* length (in bytes) of the wrapped key */ 2980 PRUint8 bytes[2]; local 4214 unsigned char bytes[2]; local 10955 unsigned int bytes; local [all...] |
/external/chromium_org/v8/src/ |
spaces.h | 471 // Manage live byte count (count of bytes known to be live, 692 // Count of bytes marked black on page. 701 // count highest number of bytes ever allocated on the page. 778 // Page size in bytes. This must be a multiple of the OS page size. 781 // Object area size in bytes. 1892 int bytes() const { return bytes_; } function in class:v8::internal::BASE_EMBEDDED [all...] |
/external/elfutils/src/ |
readelf.c | 742 ehdr->e_phoff, gettext ("(bytes into file)")); 745 ehdr->e_shoff, gettext ("(bytes into file)")); 751 ehdr->e_ehsize, gettext ("(bytes)")); 754 ehdr->e_phentsize, gettext ("(bytes)")); 760 ehdr->e_shentsize, gettext ("(bytes)")); 5821 const uint8_t *bytes = desc; local [all...] |
/external/kernel-headers/original/linux/ |
soundcard.h | 108 * we restrict parameters to at most 8191 bytes. 111 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 254 int len; /* Size of the wave data in bytes */ 315 int len; /* Size of the sysex data in bytes */ 323 * are records of 4 or 8 bytes. The first byte defines the size. 329 * (All input events are currently 4 bytes long. Be prepared to support 335 * Normal events (4 bytes) 363 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 390 /* least significant bytes of the controllers 0x00 to 0x1f. */ 470 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 585 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 615 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/external/kernel-headers/original/sound/ |
asound.h | 126 size_t length; /* W: size of image in bytes */ 183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 186 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 828 } bytes; member in union:snd_ctl_elem_value::__anon22107 [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 758 ScopedByteArrayRW bytes(env, javaBytes); 759 if (bytes.get() == NULL) { 764 unsigned char* tmp = reinterpret_cast<unsigned char*>(bytes.get()); 808 ScopedByteArrayRW bytes(env, byteArray.get()); 809 if (bytes.get() == NULL) { 814 unsigned char* p = reinterpret_cast<unsigned char*>(bytes.get()); 822 JNI_TRACE("ASN1ToByteArray(%p) => success (%d bytes written)", obj, ret); 828 ScopedByteArrayRO bytes(env, byteArray); 829 if (bytes.get() == NULL) { 834 const unsigned char* tmp = reinterpret_cast<const unsigned char*>(bytes.get()) 6198 const unsigned char* bytes = reinterpret_cast<const unsigned char*>(buf.get()); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xproto.h | 20 * insert padding bytes. 22 * 3. All packets are hand-padded to a multiple of 4 bytes, for 281 BYTE lengthReason; /*num bytes in string following if failure */ 284 CARD16 length B16; /* 1/4 additional bytes in setup info */ 293 CARD16 nbytesVendor B16; /* number of bytes in vendor string */ 503 CARD32 length B32; /* of additional bytes */ 517 CARD32 length B32; /* of additional bytes */ 975 * All errors are 32 bytes 995 * All events are 32 bytes 1211 INT8 bytes[20] 1208 INT8 bytes[20]; member in struct:_xEvent::__anon38580::__anon38606::__anon38607::__anon38610 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 104 * we restrict parameters to at most 8191 bytes. 107 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 242 int len; /* Size of the wave data in bytes */ 303 int len; /* Size of the sysex data in bytes */ 311 * are records of 4 or 8 bytes. The first byte defines the size. 317 * (All input events are currently 4 bytes long. Be prepared to support 323 * Normal events (4 bytes) 351 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 378 /* least significant bytes of the controllers 0x00 to 0x1f. */ 458 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 573 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 603 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xproto.h | 20 * insert padding bytes. 22 * 3. All packets are hand-padded to a multiple of 4 bytes, for 281 BYTE lengthReason; /*num bytes in string following if failure */ 284 CARD16 length B16; /* 1/4 additional bytes in setup info */ 293 CARD16 nbytesVendor B16; /* number of bytes in vendor string */ 503 CARD32 length B32; /* of additional bytes */ 517 CARD32 length B32; /* of additional bytes */ 975 * All errors are 32 bytes 995 * All events are 32 bytes 1211 INT8 bytes[20] 1208 INT8 bytes[20]; member in struct:_xEvent::__anon40170::__anon40196::__anon40197::__anon40200 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 104 * we restrict parameters to at most 8191 bytes. 107 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 242 int len; /* Size of the wave data in bytes */ 303 int len; /* Size of the sysex data in bytes */ 311 * are records of 4 or 8 bytes. The first byte defines the size. 317 * (All input events are currently 4 bytes long. Be prepared to support 323 * Normal events (4 bytes) 351 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 378 /* least significant bytes of the controllers 0x00 to 0x1f. */ 458 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 573 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 603 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 124 size_t length; /* W: size of image in bytes */ 183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 186 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 821 } bytes; member in union:snd_ctl_elem_value::__anon41420 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xproto.h | 20 * insert padding bytes. 22 * 3. All packets are hand-padded to a multiple of 4 bytes, for 281 BYTE lengthReason; /*num bytes in string following if failure */ 284 CARD16 length B16; /* 1/4 additional bytes in setup info */ 293 CARD16 nbytesVendor B16; /* number of bytes in vendor string */ 503 CARD32 length B32; /* of additional bytes */ 517 CARD32 length B32; /* of additional bytes */ 975 * All errors are 32 bytes 995 * All events are 32 bytes 1211 INT8 bytes[20] 1208 INT8 bytes[20]; member in struct:_xEvent::__anon41685::__anon41711::__anon41712::__anon41715 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 104 * we restrict parameters to at most 8191 bytes. 107 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 242 int len; /* Size of the wave data in bytes */ 303 int len; /* Size of the sysex data in bytes */ 311 * are records of 4 or 8 bytes. The first byte defines the size. 317 * (All input events are currently 4 bytes long. Be prepared to support 323 * Normal events (4 bytes) 351 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 378 /* least significant bytes of the controllers 0x00 to 0x1f. */ 458 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 573 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 603 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 124 size_t length; /* W: size of image in bytes */ 183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 186 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 821 } bytes; member in union:snd_ctl_elem_value::__anon42934 [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|