Home
last modified time | relevance | path

Searched full:writes (Results 1 – 25 of 14208) sorted by relevance

12345678910>>...569

/aosp_15_r20/external/deqp/android/cts/main/vk-main-2019-03-01/
H A Drobustness.txt277 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_scalar_f32
278 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_scalar_s32
279 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_scalar_u32
280 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_vec4_f32
281 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_vec4_s32
282 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_in_memory_with_vec4_u32
283 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_out_of_memory_with_scalar_f32
284 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_out_of_memory_with_scalar_s32
285 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_out_of_memory_with_scalar_u32
286 dEQP-VK.robustness.buffer_access.through_pointers.compute.writes.16B_out_of_memory_with_vec4_f32
[all …]
/aosp_15_r20/system/extras/ioblame/
H A Dioblame-gmail-run.example1304 Writes :
1309 Binder8274_1 Writes: 73 KB
1310 Binder8274_3 Writes: 33 KB
1311 Binder8274_4 Writes: 106 KB
1312 sAsyncHandlerTh Writes: 33 KB
1313 Thread-4 Writes: 66 KB
1314 Thread-5 Writes: 49 KB
1315 Binder8274_1 Writes: 73 KB
1316 Binder8274_3 Writes: 33 KB
1317 Binder8274_4 Writes: 106 KB
[all …]
H A Dioblame-gmail-launch.example262 Writes :
267 AsyncTask_#2 Writes: 49 KB
268 Total Writes: 49 KB i_size: 8 KB
270 AsyncTask_#2 Writes: 25 KB
271 Total Writes: 25 KB i_size: 8 KB
273 AsyncTask_#2 Writes: 0 KB
274 Total Writes: 0 KB i_size: 4 KB
276 AsyncTask_#2 Writes: 4 KB
277 SyncAdapterThre Writes: 32 KB
278 Total Writes: 36 KB i_size: 512 KB
[all …]
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sMemoryTests.cpp63 …false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no us… in init()
66 … false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init()
69 …true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used… in init()
72 … true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init()
76 …false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no us… in init()
79 … false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init()
82 …true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used… in init()
85 … true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init()
89 … false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init()
92 …false, false, false, "buffer_32mb_write_no_use", "32MiB buffer allocations, data writes, no use")); in init()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sMemoryTests.cpp65 …false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no us… in init()
68 … false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init()
71 …true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used… in init()
74 … true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init()
78 …false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no us… in init()
81 … false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init()
84 …true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used… in init()
87 … true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init()
91 … false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init()
94 …false, false, false, "buffer_32mb_write_no_use", "32MiB buffer allocations, data writes, no use")); in init()
[all …]
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWriter.java54 /** Writes a field of type {@link FieldType#SFIXED32}. */
57 /** Writes a field of type {@link FieldType#INT64}. */
60 /** Writes a field of type {@link FieldType#SFIXED64}. */
63 /** Writes a field of type {@link FieldType#FLOAT}. */
66 /** Writes a field of type {@link FieldType#DOUBLE}. */
69 /** Writes a field of type {@link FieldType#ENUM}. */
72 /** Writes a field of type {@link FieldType#UINT64}. */
75 /** Writes a field of type {@link FieldType#INT32}. */
78 /** Writes a field of type {@link FieldType#FIXED64}. */
81 /** Writes a field of type {@link FieldType#FIXED32}. */
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWriter.java54 /** Writes a field of type {@link FieldType#SFIXED32}. */
57 /** Writes a field of type {@link FieldType#INT64}. */
60 /** Writes a field of type {@link FieldType#SFIXED64}. */
63 /** Writes a field of type {@link FieldType#FLOAT}. */
66 /** Writes a field of type {@link FieldType#DOUBLE}. */
69 /** Writes a field of type {@link FieldType#ENUM}. */
72 /** Writes a field of type {@link FieldType#UINT64}. */
75 /** Writes a field of type {@link FieldType#INT32}. */
78 /** Writes a field of type {@link FieldType#FIXED64}. */
81 /** Writes a field of type {@link FieldType#FIXED32}. */
[all …]
/aosp_15_r20/external/nanopb-c/tests/encode_unittests/
H A Dencode_unittests.c31 /* This callback writes different amount of data the second time. */ in crazyfieldcallback()
39 /* Check that expression x writes data y.
42 #define WRITES(x, y) \ macro
80 TEST(WRITES(pb_encode_varint(&s, 0), "\0")); in main()
81 TEST(WRITES(pb_encode_varint(&s, 1), "\1")); in main()
82 TEST(WRITES(pb_encode_varint(&s, 0x7F), "\x7F")); in main()
83 TEST(WRITES(pb_encode_varint(&s, 0x80), "\x80\x01")); in main()
84 TEST(WRITES(pb_encode_varint(&s, UINT32_MAX), "\xFF\xFF\xFF\xFF\x0F")); in main()
85 TEST(WRITES(pb_encode_varint(&s, UINT64_MAX), "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01")); in main()
93 TEST(WRITES(pb_encode_tag(&s, PB_WT_STRING, 5), "\x2A")); in main()
[all …]
/aosp_15_r20/external/perfmark/java9/src/jcstress/java/io/perfmark/java9/
H A DPerfMarkStorageStress.java32 @Outcome(id = "0", expect = Expect.ACCEPTABLE, desc = "0 Writes")
34 @Outcome(id = "2", expect = Expect.ACCEPTABLE, desc = "2 Writes")
35 @Outcome(id = "3", expect = Expect.ACCEPTABLE, desc = "3 Writes")
36 @Outcome(id = "4", expect = Expect.ACCEPTABLE, desc = "4 Writes")
37 @Outcome(id = "5", expect = Expect.ACCEPTABLE, desc = "5 Writes")
38 @Outcome(id = "6", expect = Expect.ACCEPTABLE, desc = "6 Writes")
39 @Outcome(id = "7", expect = Expect.ACCEPTABLE, desc = "7 Writes")
40 @Outcome(id = "8", expect = Expect.ACCEPTABLE, desc = "8 Writes")
41 @Outcome(id = "9", expect = Expect.ACCEPTABLE, desc = "9 Writes")
42 @Outcome(id = "10", expect = Expect.ACCEPTABLE, desc = "10 Writes")
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DIoLib.h53 Writes an 8-bit I/O port.
55 Writes the 8-bit I/O port specified by Port with the value specified by Value
100 Writes a block of memory into an 8-bit I/O port fifo.
102 Writes the 8-bit I/O fifo port specified by Port.
125 Reads an 8-bit I/O port, performs a bitwise OR, and writes the
129 between the read result and the value specified by OrData, and writes the
150 Reads an 8-bit I/O port, performs a bitwise AND, and writes the result back
154 the read result and the value specified by AndData, and writes the result to
176 OR, and writes the result back to the 8-bit I/O port.
181 and writes the result to the 8-bit I/O port specified by Port. The value
[all …]
H A DS3IoLib.h37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
60 Reads an 8-bit I/O port, performs a bitwise OR, writes the
65 between the read result and the value specified by OrData, and writes the
86 Reads an 8-bit I/O port, performs a bitwise AND, writes the result back
91 the read result and the value specified by AndData, and writes the result to
113 inclusive OR, writes the result back to the 8-bit I/O port, and saves
119 and writes the result to the 8-bit I/O port specified by Port. The value
170 Writes a bit field to an I/O register and saves the value in the S3 script to
173 Writes Value to the bit field of the I/O register. The bit field is specified
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DIoLib.h53 Writes an 8-bit I/O port.
55 Writes the 8-bit I/O port specified by Port with the value specified by Value
100 Writes a block of memory into an 8-bit I/O port fifo.
102 Writes the 8-bit I/O fifo port specified by Port.
125 Reads an 8-bit I/O port, performs a bitwise OR, and writes the
129 between the read result and the value specified by OrData, and writes the
150 Reads an 8-bit I/O port, performs a bitwise AND, and writes the result back
154 the read result and the value specified by AndData, and writes the result to
176 OR, and writes the result back to the 8-bit I/O port.
181 and writes the result to the 8-bit I/O port specified by Port. The value
[all …]
H A DS3IoLib.h37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
60 Reads an 8-bit I/O port, performs a bitwise OR, writes the
65 between the read result and the value specified by OrData, and writes the
86 Reads an 8-bit I/O port, performs a bitwise AND, writes the result back
91 the read result and the value specified by AndData, and writes the result to
113 inclusive OR, writes the result back to the 8-bit I/O port, and saves
119 and writes the result to the 8-bit I/O port specified by Port. The value
170 Writes a bit field to an I/O register and saves the value in the S3 script to
173 Writes Value to the bit field of the I/O register. The bit field is specified
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DIoLib.h53 Writes an 8-bit I/O port.
55 Writes the 8-bit I/O port specified by Port with the value specified by Value
100 Writes a block of memory into an 8-bit I/O port fifo.
102 Writes the 8-bit I/O fifo port specified by Port.
125 Reads an 8-bit I/O port, performs a bitwise OR, and writes the
129 between the read result and the value specified by OrData, and writes the
150 Reads an 8-bit I/O port, performs a bitwise AND, and writes the result back
154 the read result and the value specified by AndData, and writes the result to
176 OR, and writes the result back to the 8-bit I/O port.
181 and writes the result to the 8-bit I/O port specified by Port. The value
[all …]
H A DS3IoLib.h37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
60 Reads an 8-bit I/O port, performs a bitwise OR, writes the
65 between the read result and the value specified by OrData, and writes the
86 Reads an 8-bit I/O port, performs a bitwise AND, writes the result back
91 the read result and the value specified by AndData, and writes the result to
113 inclusive OR, writes the result back to the 8-bit I/O port, and saves
119 and writes the result to the 8-bit I/O port specified by Port. The value
170 Writes a bit field to an I/O register and saves the value in the S3 script to
173 Writes Value to the bit field of the I/O register. The bit field is specified
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DIoLib.h59 Writes an 8-bit I/O port.
61 Writes the 8-bit I/O port specified by Port with the value specified by Value
106 Writes a block of memory into an 8-bit I/O port fifo.
108 Writes the 8-bit I/O fifo port specified by Port.
131 Reads an 8-bit I/O port, performs a bitwise OR, and writes the
135 between the read result and the value specified by OrData, and writes the
156 Reads an 8-bit I/O port, performs a bitwise AND, and writes the result back
160 the read result and the value specified by AndData, and writes the result to
182 OR, and writes the result back to the 8-bit I/O port.
187 and writes the result to the 8-bit I/O port specified by Port. The value
[all …]
H A DS3IoLib.h44 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
47 Writes the 8-bit I/O port specified by Port with the value specified by Value
67 Reads an 8-bit I/O port, performs a bitwise OR, writes the
72 between the read result and the value specified by OrData, and writes the
93 Reads an 8-bit I/O port, performs a bitwise AND, writes the result back
98 the read result and the value specified by AndData, and writes the result to
120 inclusive OR, writes the result back to the 8-bit I/O port, and saves
126 and writes the result to the 8-bit I/O port specified by Port. The value
177 Writes a bit field to an I/O register and saves the value in the S3 script to
180 Writes Value to the bit field of the I/O register. The bit field is specified
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DSQLOutput.java58 * Writes the next attribute to the stream as a <code>String</code>
70 * Writes the next attribute to the stream as a Java boolean.
71 * Writes the next attribute to the stream as a <code>String</code>
83 * Writes the next attribute to the stream as a Java byte.
84 * Writes the next attribute to the stream as a <code>String</code>
96 * Writes the next attribute to the stream as a Java short.
97 * Writes the next attribute to the stream as a <code>String</code>
109 * Writes the next attribute to the stream as a Java int.
110 * Writes the next attribute to the stream as a <code>String</code>
122 * Writes the next attribute to the stream as a Java long.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DSQLOutput.java58 * Writes the next attribute to the stream as a <code>String</code>
70 * Writes the next attribute to the stream as a Java boolean.
71 * Writes the next attribute to the stream as a <code>String</code>
83 * Writes the next attribute to the stream as a Java byte.
84 * Writes the next attribute to the stream as a <code>String</code>
96 * Writes the next attribute to the stream as a Java short.
97 * Writes the next attribute to the stream as a <code>String</code>
109 * Writes the next attribute to the stream as a Java int.
110 * Writes the next attribute to the stream as a <code>String</code>
122 * Writes the next attribute to the stream as a Java long.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DSQLOutput.java58 * Writes the next attribute to the stream as a <code>String</code>
70 * Writes the next attribute to the stream as a Java boolean.
71 * Writes the next attribute to the stream as a <code>String</code>
83 * Writes the next attribute to the stream as a Java byte.
84 * Writes the next attribute to the stream as a <code>String</code>
96 * Writes the next attribute to the stream as a Java short.
97 * Writes the next attribute to the stream as a <code>String</code>
109 * Writes the next attribute to the stream as a Java int.
110 * Writes the next attribute to the stream as a <code>String</code>
122 * Writes the next attribute to the stream as a Java long.
[all …]
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/safeparcel/
DSafeParcelWriter.java90 /** Writes a boolean. */
96 /** Writes a {@link Boolean} object. */
110 /** Writes a byte. */
116 /** Writes a char. */
122 /** Writes a short. */
128 /** Writes an int. */
134 /** Writes an {@link Integer}. */
147 /** Writes a long. */
153 /** Writes a {@link Long}. */
166 /** Writes a {@link BigInteger}. */
[all …]
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc150 base::span<const MockWrite> writes);
263 base::span<const MockWrite> writes) { in Initialize() argument
264 data_ = std::make_unique<SequencedSocketData>(reads, writes); in Initialize()
517 MockWrite writes[] = { in TEST_P() local
526 Initialize(reads, writes); in TEST_P()
537 MockWrite writes[] = { in TEST_P() local
546 Initialize(reads, writes); in TEST_P()
557 MockWrite writes[] = { in TEST_P() local
566 Initialize(reads, writes); in TEST_P()
578 MockWrite writes[] = { in TEST_P() local
[all …]
/aosp_15_r20/external/libbrillo/policy/
H A Ddevice_policy.h76 // Writes the value of the DevicePolicyRefreshRate policy in |rate|. Returns
80 // Writes the value of the UserWhitelist policy in |user_whitelist|. Returns
85 // Writes the value of the GuestModeEnabled policy in |guest_mode_enabled|.
89 // Writes the value of the CameraEnabled policy in |camera_enabled|. Returns
93 // Writes the value of the ShowUserNamesOnSignIn policy in |show_user_names|.
97 // Writes the value of the DataRoamingEnabled policy in |data_roaming_enabled|
101 // Writes the value of the AllowNewUsers policy in |allow_new_users|. Returns
105 // Writes the value of MetricEnabled policy in |metrics_enabled|. Returns true
109 // Writes the value of ReportVersionInfo policy in |report_version_info|.
113 // Writes the value of ReportActivityTimes policy in |report_activity_times|.
[all …]
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h151 // unlocked and proto encoding may resume on the parent. No more writes
190 // Writes a proto uint32 key-value pair.
197 // Writes a repeated uint32 using packed encoding.
205 // Writes a repeated uint32 using packed encoding.
215 // Writes a proto uint64 key-value pair.
222 // Writes a repeated uint64 using packed encoding.
230 // Writes a repeated uint64 using packed encoding.
240 // Writes a proto int32 key-value pair.
248 // Writes a repeated int32 using packed encoding.
258 // Writes a repeated int32 using packed encoding.
[all …]
/aosp_15_r20/external/cronet/net/socket/
H A Dsequenced_socket_data_unittest.cc189 base::span<const MockWrite> writes);
206 // reads and writes, but some tests verify error handling behavior
239 base::span<const MockWrite> writes) { in Initialize() argument
241 reads, writes); in Initialize()
540 MockWrite writes[] = {MockWrite(SYNCHRONOUS, 0, 0)}; in TEST_F() local
542 Initialize(reads, writes); in TEST_F()
610 MockWrite writes[] = { in TEST_F() local
616 Initialize(reads, writes); in TEST_F()
625 MockWrite writes[] = { in TEST_F() local
629 Initialize(base::span<MockRead>(), writes); in TEST_F()
[all …]

12345678910>>...569