HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 826 - 850 of 1073) sorted by null

<<31323334353637383940>>

  /external/bluetooth/bluez/audio/
liba2dp.c 223 int opt_name, err, bytes; local
258 bytes = data->link_mtu * PACKET_BUFFER_COUNT;
259 setsockopt(data->stream.fd, SOL_SOCKET, SO_SNDBUF, &bytes,
260 sizeof(bytes));
769 ERR("Too short (%d bytes) IPC packet from bluetoothd", ret);
1234 ERR("%ld bytes left at end of a2dp_write\n", frames_left);
  /external/bluetooth/glib/glib/
gtestutils.h 261 const guint8 *bytes);
  /external/chromium/net/url_request/
url_request.h 130 // true with zero bytes read, it indicates the end of the response.
204 // and bytes read will be -1.
296 void AppendBytesToUpload(const char* bytes, int bytes_len);
334 // Returns the current upload progress in bytes.
449 // The max_bytes parameter is the maximum number of bytes to read.
452 // the number of bytes read. A value of 0 indicates that there is no
  /external/chromium/third_party/icu/source/common/
ucnv_lmb.c 68 based, in that the bytes from 0x20 - 0x7F are almost exactly the
72 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
74 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
80 data bytes. The maximum size of a LMBCS chjaracter is 3 bytes:
84 The single-byte values from 0x20 to 0x7F are examples of single D1 bytes.
99 which national character standard is being used for the 'D' bytes.
119 character is one of those 12 values, you can interpret the remaining bytes of
121 ANSI bytes already are represented in single bytes, using one of the character
1106 char bytes[2]; local
    [all...]
  /external/icu4c/common/
ucnv_lmb.c 72 based, in that the bytes from 0x20 - 0x7F are almost exactly the
76 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
78 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
84 data bytes. The maximum size of a LMBCS chjaracter is 3 bytes:
88 The single-byte values from 0x20 to 0x7F are examples of single D1 bytes.
103 which national character standard is being used for the 'D' bytes.
123 character is one of those 12 values, you can interpret the remaining bytes of
125 ANSI bytes already are represented in single bytes, using one of the character
1206 char bytes[2]; local
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 709 // Check for valid bytes in CE weights.
710 // TODO: Tighten this so that it allows 03 & 04 in intermediate bytes
711 // but not in final bytes.
715 uint8_t bytes[4] = { local
726 if (0 != bytes[j] && bytes[j] < maxByte) {
727 fprintf(stderr, "Warning: invalid UCA weight byte %02X for %s\n", bytes[j], buffer);
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 34 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
166 unsigned quantum; /* Bytes per round allocated to flow */
201 __u32 limit; /* HARD maximal queue length (bytes) */
202 __u32 qth_min; /* Min average length threshold (bytes) */
203 __u32 qth_max; /* Max average length threshold (bytes) */
237 __u32 limit; /* HARD maximal queue length (bytes) */
238 __u32 qth_min; /* Min average length threshold (bytes) */
239 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand.h 221 * @size: data bytes per ecc step
222 * @bytes: ecc bytes per step
223 * @total: total number of ecc bytes per page
240 int bytes; member in struct:nand_ecc_ctrl
412 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0
415 * extended id bytes in the chip
417 * @chipsize: Total chipsize in Mega Bytes
  /external/kernel-headers/original/linux/
pkt_sched.h 34 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
166 unsigned quantum; /* Bytes per round allocated to flow */
201 __u32 limit; /* HARD maximal queue length (bytes) */
202 __u32 qth_min; /* Min average length threshold (bytes) */
203 __u32 qth_max; /* Max average length threshold (bytes) */
237 __u32 limit; /* HARD maximal queue length (bytes) */
238 __u32 qth_min; /* Min average length threshold (bytes) */
239 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
  /external/libffi/darwin-x86/
ffi.h 182 unsigned bytes; member in struct:__anon5119
  /external/libffi/include/
ffi_real.h 183 unsigned bytes; member in struct:__anon5127
  /external/libffi/src/arm/
sysv.S 139 @ r2: cif->bytes
  /external/libffi/src/m68k/
ffi.c 189 ffi_call_SYSV (&ecif, cif->bytes, cif->flags,
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 645 // contains exactly the given bytes, which may be invalid.
646 string MakeInvalidEmbeddedMessage(const char* bytes, int size) {
658 WireFormatLite::WriteBytes(field->number(), string(bytes, size), &output);
665 // contains exactly the given bytes -- which may be invalid -- and
667 string MakeInvalidGroup(const char* bytes, int size, bool include_end_tag) {
680 output.WriteString(string(bytes, size));
765 // Chop some bytes off the end.
776 // Test differences between string and bytes.
816 "use the 'bytes' type for raw bytes."
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 142 fprintf(stderr, "Wrote %d bytes of audio data\n", mixlen);
322 fprintf(stderr, "bytes = %d\n", info.bytes);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 35 ; a3 = dest line length in bytes
  /external/v8/tools/
codemap.js 74 * Page size in bytes.
237 * @param {number} size Code entry size in bytes.
  /external/webkit/WebCore/inspector/front-end/
utilities.js 586 Number.bytesToString = function(bytes, formatterFunction, higherResolution)
593 if (bytes < 1024)
594 return formatterFunction("%.0fB", bytes);
596 var kilobytes = bytes / 1024;
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 197 const UInt8* bytes = CFDataGetBytePtr(data); local
200 LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, handle->request().url().string().utf8().data());
203 handle->client()->didReceiveData(handle, (const char*)bytes, length, originalLength);
665 const UInt8* bytes = CFDataGetBytePtr(data); local
668 CFDataAppendBytes(loader->m_data.get(), bytes, length);
    [all...]
  /external/webkit/WebCore/platform/text/
String.cpp 896 Vector<char, 256> bytes(length + 1);
898 bytes[i] = data[i] < 0x7F ? data[i] : '?';
899 bytes[length] = '\0';
901 double val = WTF::strtod(bytes.data(), &end);
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 334 const_cast<char*>(reinterpret_cast<const char*>([charactersData bytes])), [charactersData length],
335 const_cast<char*>(reinterpret_cast<const char*>([charactersIgnoringModifiersData bytes])), [charactersIgnoringModifiersData length],
346 const_cast<char*>(reinterpret_cast<const char*>([charactersData bytes])), [charactersData length],
347 const_cast<char*>(reinterpret_cast<const char*>([charactersData bytes])), [charactersData length],
363 const_cast<char*>(reinterpret_cast<const char*>([textData bytes])), [textData length]);
591 stream->didReceiveData(0, static_cast<const char*>([JSData bytes]), [JSData length]);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 249 _logger.info("Downloaded %d bytes." % size)
  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
VorbisDecoder.cpp 180 pack.bytes = packet->range_length();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats

Completed in 615 milliseconds

<<31323334353637383940>>