HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 976 - 1000 of 11184) sorted by null

<<31323334353637383940>>

  /system/extras/ext4_utils/
contents.h 25 unsigned long size; member in struct:dentry
  /system/extras/memcpy-perf/
graph_memcpy.py 14 plt.xlabel("size in bytes")
16 plt.title("size vs. bw")
21 size = [] variable
24 # size: 11430912, perf: 6.76051GB/s, iter: 5
26 size.append(float(line_split[0].split(":")[1]))
29 line, = ax.plot(size, perf, '-', linewidth=0.2, label=arg)
  /system/extras/tests/storage/
wipe_blkdev.c 40 u64 size = 0; local
43 ret = ioctl(fd, BLKGETSIZE64, &size);
48 return size;
123 fprintf(stderr, "Cannot get size of block device %s\n", devname);
  /system/media/private/radio/include/
radio_metadata_hidden.h 24 /* default size allocated for a metadata buffer in 32 bits units */
26 /* maximum size allocated for a metadata buffer in 32 bits units */
33 unsigned int size; member in struct:radio_metadata_entry
47 * | size_int | total size in 32 bit units including header and index
72 * The buffer is allocated with a default size (RADIO_METADATA_DEFAULT_SIZE entries)
80 unsigned int size_int; /* Total size in 32 bit word units */
  /toolchain/binutils/binutils-2.25/bfd/
elf-s390-common.c 141 h->plt.offset = htab->iplt->size;
143 htab->iplt->size += PLT_ENTRY_SIZE;
144 htab->igotplt->size += GOT_ENTRY_SIZE;
145 htab->irelplt->size += RELA_ENTRY_SIZE;
158 h->size = PLT_ENTRY_SIZE;
178 htab->irelifunc->size += count * RELA_ENTRY_SIZE;
195 h->got.offset = htab->sgot->size;
196 htab->sgot->size += GOT_ENTRY_SIZE;
198 htab->srelgot->size += RELA_ENTRY_SIZE;
207 bfd_size_type size; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/vms/
dcx.h 28 unsigned char size[4]; member in struct:vms_dcxmap
40 unsigned char size[2]; member in struct:vms_dcxsbm
eeom.h 37 /* Record size. */
38 unsigned char size[2]; member in struct:vms_eeom
eiha.h 28 /* Size of the struct. */
29 unsigned char size[4]; member in struct:vms_eiha
eobjrec.h 39 /* Record size. */
40 unsigned char size[2]; member in struct:vms_eobjrec
esdfm.h 32 unsigned char size[2]; member in struct:vms_esdfm
esdfv.h 32 unsigned char size[2]; member in struct:vms_esdfv
shl.h 40 /* Size of this structure. */
41 unsigned char size; member in struct:vms_shl
  /toolchain/binutils/binutils-2.25/ld/
ldbuildid.c 55 bfd_size_type size = 0; local
63 ++size;
70 size = 0;
74 return size;
101 int size ATTRIBUTE_UNUSED)
129 n = read (fd, id_bits, size);
131 if (n < size)
  /toolchain/binutils/binutils-2.25/libiberty/
setenv.c 88 register size_t size; local
94 size = 0;
101 ++size;
110 (size + 2) * sizeof (char *));
112 new_environ = (char **) malloc ((size + 2) * sizeof (char *));
120 new_environ[size] = (char *) malloc (namelen + 1 + vallen);
121 if (new_environ[size] == NULL)
131 size * sizeof (char *));
133 memcpy (new_environ[size], name, namelen);
134 new_environ[size][namelen] = '='
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 262 assertEquals(aggregationList1.size(), aggregationList2.size());
263 for (int i = 0; i < aggregationList1.size(); i++) {
279 assertEquals(fieldDataList1.size(), fieldDataList2.size());
280 for (int i = 0; i < fieldDataList1.size(); i++) {
294 assertEquals(usageStatsList1.size(), usageStatsList2.size());
295 for (int i = 0; i < usageStatsList1.size(); i++) {
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
MapList.java 29 public int size; field in class:MapList
44 size = file.readUInt();
47 mapItems = new ArrayList<MapItem>(size);
48 for (int i = 0; i < size; i++) {
69 for (int i = 0; i < mapItem.size; i++) {
76 for (int i = 0; i < mapItem.size; i++) {
83 for (int i = 0; i < mapItem.size; i++) {
90 for (int i = 0; i < mapItem.size; i++) {
97 for (int i = 0; i < mapItem.size; i++) {
104 for (int i = 0; i < mapItem.size; i++)
167 int size = end - start; local
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 44 * ({@code allocationCount}), cumulative size of the allocations ({@code allocationSize}) and the
56 this(allocations.size(), Allocation.getTotalSize(allocations), reps,
180 private final long size; field in class:AllocationStats.Delta
187 long size,
192 this.size = size;
208 .add("size", formatWithLeadingSign(size))
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ExtensionSpiTest.java 134 assertEquals(expected.size(), visitor.actual.size());
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultValueTest.java 40 Assert.assertEquals(opts.list.size(), 1);
42 Assert.assertEquals(opts.set.size(), 0);
50 Assert.assertEquals(opts.list.size(), 1);
52 Assert.assertEquals(opts.set.size(), 1);
72 Assert.assertEquals(opts.list.size(), 2);
75 Assert.assertEquals(opts.set.size(), 2);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
EC3SpecificBox.java 25 long size = 2; local
28 size += 4;
30 size += 3;
33 return size;
67 bwb.writeBits(entries.size() - 1, 3);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PlayReadyHeader.java 35 * The sample ID for each sample (media object) is stored as an ASF payload extension system with the ID of ASF_Payload_Extension_Encryption_SampleID = {6698B84E-0AFA-4330-AEB2-1C0A98D7A44D}. The payload extension can be stored as a fixed size extension of 8 bytes.
67 int size = 4 + 2; local
69 size += 2 + 2;
70 size += record.getValue().rewind().limit();
72 ByteBuffer byteBuffer = ByteBuffer.allocate(size);
74 IsoTypeWriter.writeUInt32BE(byteBuffer, size);
75 IsoTypeWriter.writeUInt16BE(byteBuffer, records.size());
99 sb.append(", recordCount=").append(records.size());
  /external/okhttp/okio/okio/src/test/java/okio/
TestUtil.java 65 assertEquals(b1.size(), b2.size());
101 assertEquals(b1.size(), b2.size());
103 b2.copyTo(buffer, 0, b2.size);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
PsiBuilderTokenStream.java 122 int ret = markers.size();
134 while (markerIndex < markers.size()) {
140 rewind(markers.size()-1);
145 while (markerIndex < markers.size()) {
159 @Override public int size() { method in class:PsiBuilderTokenStream
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 60 assertEquals(events2.size(), events1.size());
  /external/snakeyaml/src/test/java/org/pyyaml/
PyRecursiveTest.java 48 assertEquals(value.size(), value2.size());
65 assertEquals(2, value2.size());
83 assertEquals(3, value2.size());
84 assertEquals(value.size(), value2.size());
105 assertEquals(3, value2.size());
106 assertEquals(value.size(), value2.size());
124 assertEquals(value.size(), value2.size())
    [all...]

Completed in 955 milliseconds

<<31323334353637383940>>