| /external/wpa_supplicant_6/wpa_supplicant/ | 
| ctrl_iface_named_pipe.c | 95 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, 102 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
 260 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes,
 265 		   "err=%d bytes=%d", dst, (int) err, (int) bytes);
 352 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
 357 		   "bytes=%d", dst, (int) err, (int) bytes);
 358 	if (err == 0 && bytes > 0)
 359 		wpa_supplicant_ctrl_iface_rx(dst, bytes);
 367  DWORD bytes;  local
 784  DWORD bytes;  local
 [all...]
 | 
| /external/wpa_supplicant_8/wpa_supplicant/ | 
| ctrl_iface_named_pipe.c | 95 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, 102 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
 260 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes,
 265 		   "err=%d bytes=%d", dst, (int) err, (int) bytes);
 352 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
 357 		   "bytes=%d", dst, (int) err, (int) bytes);
 358 	if (err == 0 && bytes > 0)
 359 		wpa_supplicant_ctrl_iface_rx(dst, bytes);
 367  DWORD bytes;  local
 784  DWORD bytes;  local
 [all...]
 | 
| /frameworks/base/media/jni/audioeffect/ | 
| android_media_AudioEffect.cpp | 102     jbyte *bytes;  local 155         bytes = env->GetByteArrayElements(array, NULL);
 156         memcpy(bytes, p, size);
 157         env->ReleaseByteArrayElements(array, bytes, 0);
 
 | 
| /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ | 
| OMX_G711Decoder.c | 80 extern int bytes[500] = {0};  variable [all...]
 | 
| /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ | 
| OMX_G726Enc_Utils.c | 90 extern int bytes[500] = {0};  variable 114          bytes[e]=size;
 116          printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
 129            printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
 [all...]
 | 
| /ndk/sources/host-tools/sed-4.2.1/lib/ | 
| quotearg.c | 396 	     be the first bytes of multibyte characters, which means 461 		    size_t bytes = mbrtowc (&w, &arg[i + m],  local
 463 		    if (bytes == 0)
 465 		    else if (bytes == (size_t) -1)
 470 		    else if (bytes == (size_t) -2)
 487 			    for (j = 1; j < bytes; j++)
 501 			m += bytes;
 602    embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
 611   /* Elide embedded null bytes if we can't return a size.  */
 702     /* Elide embedded null bytes since we don't return a size.  *
 [all...]
 | 
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ | 
| introspect.h | 423     uint32_t bytes;                       /**< Length of this sample in bytes. \since 0.4 */  member in struct:pa_sample_info 
 | 
| /system/netd/ | 
| CommandListener.cpp | 915         int64_t bytes;  local 920         int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes);
 927         asprintf(&msg, "%lld", bytes);
 934         int64_t bytes;  local
 940         int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes);
 [all...]
 | 
| /prebuilt/common/http-client/ | 
| commons-codec-1.4.jar |  | 
| /bootable/recovery/updater/ | 
| install.c | 182 //    fs_type="yaffs2" partition_type="MTD"     location=partition fs_size=<bytes> 183 //    fs_type="ext4"   partition_type="EMMC"    location=device    fs_size=<bytes>
 186 //    if fs_size < 0, then reserve that many bytes at the end of the partition
 418             fprintf(stderr, "%s: failed to allocate %ld bytes for %s\n",
 709         ErrorAbort(state, "%s: failed to alloc %d bytes", name, st.st_size+1);
 721         ErrorAbort(state, "%s: failed to read %d bytes from %s",
 875 // apply_patch_space(bytes)
 884     size_t bytes = strtol(bytes_str, &endptr, 10);  local
 885     if (bytes == 0 && endptr == bytes_str) {
 892     return StringValue(strdup(CacheSizeCheck(bytes) ? "" : "t"))
 [all...]
 | 
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ | 
| CalibrateVolumeActivity.java | 187             int bytes;  local 194                 bytes = mRecord.read(mBuffer, 0, maxBytes);
 195                 if (bytes < 0) {
 196                     if (bytes == AudioRecord.ERROR_INVALID_OPERATION) {
 198                     } else if (bytes == AudioRecord.ERROR_BAD_VALUE) {
 205                 if (bytes >= 2) {
 206                     // Note: this won't work well if bytes is small (we should check)
 207                     short[] samples = Utils.byteToShortArray(mBuffer, 0, bytes);
 220                         Log.i(TAG, "RMS: " + rms + ", bytes: " + bytes
 [all...]
 | 
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ | 
| BluetoothChatService.java | 229      * @param out The bytes to write 455             int bytes;  local
 461                     bytes = mmInStream.read(buffer);
 463                     // Send the obtained bytes to the UI Activity
 464                     mHandler.obtainMessage(MESSAGE_READ, bytes, -1, buffer)
 476          * @param buffer  The bytes to write
 
 | 
| /dalvik/dx/src/com/android/dx/cf/code/ | 
| BytecodeArray.java | 41     /** {@code non-null;} underlying bytes */ 42     private final ByteArray bytes;  field in class:BytecodeArray
 53      * @param bytes {@code non-null;} underlying bytes
 57     public BytecodeArray(ByteArray bytes, ConstantPool pool) {
 58         if (bytes == null) {
 59             throw new NullPointerException("bytes == null");
 66         this.bytes = bytes;
 76         return bytes;
 [all...]
 | 
| /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ | 
| BluetoothChatService.java | 215      * @param out The bytes to write 448             int bytes;  local
 454                     bytes = mmInStream.read(buffer);
 456                     // Send the obtained bytes to the UI Activity
 457                     mHandler.obtainMessage(BluetoothChat.MESSAGE_READ, bytes, -1, buffer)
 471          * @param buffer  The bytes to write
 
 | 
| /development/tools/emulator/opengl/host/libs/Translator/GLcommon/ | 
| GLEScontext.cpp | 248     int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes 262     int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes
 276     int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes
 296     unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);  local
 298     int stride = p->getStride()?p->getStride():bytes*attribSize;
 320         directToBytesRanges(first,count,p,ranges); //converting indices range to buffer bytes ranges by offset
 325            int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
 356     unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);  local
 358     int stride = p->getStride()?p->getStride():bytes*attribSize;
 377         indirectToBytesRanges(indices,indices_type,count,p,ranges); //converting indices range to buffer bytes ranges by offse
 [all...]
 | 
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ | 
| InputStreamReaderTest.java | 42         byte[] bytes;  field in class:InputStreamReaderTest.LimitedByteArrayInputStream 50                 bytes = new byte[] { 0x61, 0x72 };
 53                 bytes = new byte[] { (byte) 0xff, (byte) 0xfe, 0x61, 0x72 };
 56                 bytes = new byte[] { '\u001b', '$', 'B', '6', 'e', 'B', 'h',
 60             count = bytes.length;
 74             return bytes[bytes.length - count];
 85             buffer[offset] = bytes[bytes.length - count];
 
 | 
| PipedInputStreamTest.java | 28 		public byte bytes[];  field in class:PipedInputStreamTest.PWriter 32 				pos.write(bytes);
 38 				System.out.println("Could not write bytes");
 44 			bytes = new byte[nbytes];
 45 			for (int i = 0; i < bytes.length; i++) {
 46 				bytes[i] = (byte) (System.currentTimeMillis() % 9);
 115         assertTrue("Available returned incorrect number of bytes: "
 156         assertEquals("Non-conected pipe returned non-zero available bytes", 0,
 166         assertEquals("Available returned incorrect number of bytes", 1000, pis
 184         assertEquals("Available returned incorrect number of bytes", 1000, pi
 [all...]
 | 
| /external/bison/lib/ | 
| bitset_stats.c | 681   size_t bytes;  local 701       bytes = abitset_bytes (n_bits);
 702       sbset = xcalloc (1, bytes);
 707       bytes = lbitset_bytes (n_bits);
 708       sbset = xcalloc (1, bytes);
 713       bytes = ebitset_bytes (n_bits);
 714       sbset = xcalloc (1, bytes);
 719       bytes = vbitset_bytes (n_bits);
 720       sbset = xcalloc (1, bytes);
 
 | 
| /external/blktrace/ | 
| blktrace_api.h | 100 	__u32 bytes;		/* transfer length */  member in struct:blk_io_trace 
 | 
| /external/bluetooth/glib/glib/ | 
| gfileutils.c | 503   gsize bytes;  local 515       bytes = fread (buf, 1, sizeof (buf), f);
 518       while ((total_bytes + bytes + 1) > total_allocated)
 523             total_allocated = MIN (bytes + 1, sizeof (buf));
 532                            _("Could not allocate %lu bytes to read file \"%s\""),
 554       memcpy (str + total_bytes, buf, bytes);
 556       if (total_bytes + bytes < total_bytes)
 567       total_bytes += bytes;
 620                    _("Could not allocate %lu bytes to read file \"%s\""),
 803  * @length: location to store length in bytes of the contents, or %NUL
 [all...]
 | 
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ | 
| stun.h | 67   STUN_ATTR_USERNAME              = 0x0006, // ByteString, multiple of 4 bytes 68   STUN_ATTR_PASSWORD              = 0x0007, // ByteString, multiple of 4 bytes
 69   STUN_ATTR_MESSAGE_INTEGRITY     = 0x0008, // ByteString, 20 bytes
 76   STUN_ATTR_MAGIC_COOKIE          = 0x000f, // ByteString, 4 bytes
 254   const char* bytes() const { return bytes_; }  function in class:cricket::StunByteStringAttribute
 256   void SetBytes(char* bytes, uint16 length);
 258   void CopyBytes(const char* bytes); // uses strlen
 259   void CopyBytes(const void* bytes, uint16 length);
 
 | 
| /external/dbus/bus/ | 
| bus.c | 766       int bytes;  local 783       bytes = _dbus_string_get_length (&addr);
 784       if (_dbus_pipe_write (print_addr_pipe, &addr, 0, bytes, error) != bytes)
 790                               "Printing message bus address: did not write all bytes\n");
 [all...]
 | 
| /external/dbus/dbus/ | 
| dbus-spawn.c | 71   size_t bytes = 0;      local 83       to_read = sizeof (int) * n_ints_in_buf - bytes;
 91                     ((char*)buf) + bytes,
 113 	bytes += chunk;
 116   *n_ints_read = (int)(bytes / sizeof(int));
 126   size_t bytes = 0;      local
 138       to_read = sizeof (pid_t) - bytes;
 146                     ((char*)buf) + bytes,
 167 	bytes += chunk;
 [all...]
 | 
| /external/dbus/tools/ | 
| dbus-launch.c | 190   size_t bytes = 0;  local 204       to_read = maxlen - bytes;
 210                     buf + bytes,
 226 	bytes += chunk;
 230       bytes > 0)
 235       bytes > 0 &&
 236       buf[bytes-1] == '\n')
 237     buf[bytes-1] = '\0';
 246   size_t bytes = 0;  local
 257       to_read = sizeof (pid_t) - bytes;
 [all...]
 | 
| /external/dhcpcd/ | 
| dhcp.c | 490 	ssize_t b, bytes = 0, ocets;  local 511 			bytes += ((4 * 4) * 2) + 4;
 543 	return bytes;
 1042 	ssize_t bytes = sizeof(*dhcp);  local
 1074 			bytes = p - (const uint8_t *)dhcp;
 1083 	bytes = write(fd, dhcp, bytes);
 1085 	return bytes;
 1093 	ssize_t bytes;  local
 1106 	bytes = read(fd, dhcp, sizeof(*dhcp))
 1120  ssize_t bytes = 0;  local
 1188  ssize_t bytes = 0;  local
 [all...]
 |