HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1051 - 1075 of 3342) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
blktrace_api.h 114 __u32 bytes; member in struct:blk_io_trace
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 251 const char* bytes = reinterpret_cast<const char*>(spv.data() + word); local
253 while (bytes && *bytes)
254 literal += *bytes++;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 251 const char* bytes = reinterpret_cast<const char*>(spv.data() + word); local
253 while (bytes && *bytes)
254 literal += *bytes++;
    [all...]
  /system/extras/ANRdaemon/
ANRdaemon.cpp 342 size_t bytes = bufSize - zs.avail_out; local
343 result = write(output_fd, out, bytes);
344 if ((size_t)result < bytes) {
  /system/netd/server/
CommandListener.cpp 740 int64_t bytes; local
745 int rc = gCtls->bandwidthCtrl.getInterfaceSharedQuota(&bytes);
752 asprintf(&msg, "%" PRId64, bytes);
759 int64_t bytes; local
765 int rc = gCtls->bandwidthCtrl.getInterfaceQuota(argv[2], &bytes);
771 asprintf(&msg, "%" PRId64, bytes);
779 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
789 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
842 sendGenericSyntaxError(cli, "setiquota <interface> <bytes>");
890 sendGenericSyntaxError(cli, "setglobalalert <bytes>");
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 215 9 bytes of space for the discarded nlist element (one byte used for
447 struct external_exec *bytes = (struct external_exec *) raw_bytes; local
454 /* Now fill in fields in the execp, from the bytes in the raw data. */
455 execp->a_info = H_GET_32 (abfd, bytes->e_info);
456 execp->a_text = GET_WORD (abfd, bytes->e_text);
457 execp->a_data = GET_WORD (abfd, bytes->e_data);
458 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
459 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
460 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
461 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 340 int bytes, fix;
346 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
350 if (bytes & 1)
354 bytes--;
357 if (bytes & 2)
361 bytes -= 2;
634 3) how many bytes this mode will add to the size of the current frag
798 the bytes inside it modified to conform to the new size.
861 24 bit displacement goes to bytes 1..3 . */
962 fragP->fr_fix += (extension & -2); /* 0,2 or 4 bytes added. *
336 int bytes, fix; local
    [all...]
tc-i860.c 253 machine dependent instruction. This function emits the frags/bytes
1454 int bytes; local
    [all...]
tc-spu.c 919 int bytes;
925 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
928 if (bytes & 3)
930 int fix = bytes & 3;
933 bytes -= fix;
936 if (bytes & 4)
940 bytes -= 4;
917 int bytes; local
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 324 // SIZE bytes. Return a pointer to the View if found, NULL if not.
375 // Read SIZE bytes from the file starting at offset START. Read into
381 ssize_t bytes; local
384 bytes = this->size_ - start;
385 if (static_cast<section_size_type>(bytes) >= size)
400 bytes = ::pread(this->descriptor_, read_ptr, to_read, read_pos);
401 if (bytes < 0)
405 read_pos += bytes;
406 read_ptr += bytes;
407 to_read -= bytes;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 296 fprintf (stderr, "Error: variable %s spans bytes: %s\n",
785 int bytes = opcodes[i]->dbytes; local
797 "", opcodes[i]->id, bytes, bytes == 1 ? "" : "s");
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 288 final byte[] bytes; field in class:StorageManagerTest.TestProxyFileDescriptorCallback
298 bytes = new byte[size];
300 bytes[i] = seedBytes[i % seedBytes.length];
310 bytes[(int)(i + offset)] = data[i];
322 data[i] = bytes[(int)(i + offset)];
332 return bytes.length;
367 final byte[] bytes = new byte[100];
371 Os.read(appleFd.getFileDescriptor(), bytes, 0, 100); local
373 assertEquals(appleCallback.bytes[i * 100 + j], bytes[j])
377 Os.read(orangeFd.getFileDescriptor(), bytes, 0, 100); local
383 Os.read(cherryFd.getFileDescriptor(), bytes, 0, 100); local
390 Os.pread(appleFd.getFileDescriptor(), bytes, 0, 100, 500); local
395 Os.pread(orangeFd.getFileDescriptor(), bytes, 0, 100, 500); local
400 Os.pread(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); local
411 Os.write(appleFd.getFileDescriptor(), bytes, 0, 100); local
417 Os.write(orangeFd.getFileDescriptor(), bytes, 0, 100); local
424 Os.write(cherryFd.getFileDescriptor(), bytes, 0, 100); local
432 Os.pwrite(appleFd.getFileDescriptor(), bytes, 0, 100, 500); local
437 Os.pwrite(orangeFd.getFileDescriptor(), bytes, 0, 100, 500); local
441 Os.pwrite(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); local
498 Os.read(fd.getFileDescriptor(), bytes, 0, bytes.length); local
504 Os.read(fd.getFileDescriptor(), bytes, 0, bytes.length); local
509 Os.read(fd.getFileDescriptor(), bytes, 0, bytes.length); local
513 Os.write(fd.getFileDescriptor(), bytes, 0, bytes.length); local
519 Os.write(fd.getFileDescriptor(), bytes, 0, bytes.length); local
524 Os.write(fd.getFileDescriptor(), bytes, 0, bytes.length); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 118 * Objects with more value bytes are stored in SoftReferences.
130 * Buffer of all of the resource bundle bytes after the header.
133 private ByteBuffer bytes; field in class:ICUResourceBundleReader
245 bytes = ICUBinary.sliceWithOrder(inBytes);
246 int dataLength = bytes.remaining();
248 if(DEBUG) System.out.println("The ByteBuffer is direct (memory-mapped): " + bytes.isDirect());
249 if(DEBUG) System.out.println("The available bytes in the buffer before reading the data: " + dataLength);
251 rootRes = bytes.getInt(0);
254 // We need it so that we can read the key string bytes up front, for lookup performance.
265 throw new ICUException("not enough bytes");
    [all...]
UCharacterProperty.java 34 * information. It only returns bytes of information when required.</p>
1221 ByteBuffer bytes=ICUBinary.getRequiredData(DATA_FILE_NAME_); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 116 * Objects with more value bytes are stored in SoftReferences.
128 * Buffer of all of the resource bundle bytes after the header.
131 private ByteBuffer bytes; field in class:ICUResourceBundleReader
243 bytes = ICUBinary.sliceWithOrder(inBytes);
244 int dataLength = bytes.remaining();
246 if(DEBUG) System.out.println("The ByteBuffer is direct (memory-mapped): " + bytes.isDirect());
247 if(DEBUG) System.out.println("The available bytes in the buffer before reading the data: " + dataLength);
249 rootRes = bytes.getInt(0);
252 // We need it so that we can read the key string bytes up front, for lookup performance.
263 throw new ICUException("not enough bytes");
    [all...]
UCharacterProperty.java 33 * information. It only returns bytes of information when required.</p>
1220 ByteBuffer bytes=ICUBinary.getRequiredData(DATA_FILE_NAME_); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java     [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/
jobb-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/
jobb-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha1/
jobb-25.0.0-alpha1.jar 

Completed in 425 milliseconds

<<41424344454647484950>>