Home
last modified time | relevance | path

Searched +defs:val +defs:all (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/aosp_15_r20/cts/tests/tests/proto/src/android/util/proto/cts/
H A DProtoOutputStreamInt32Test.java91 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
95 final Test.All all = new Test.All(); in testWriteCompat() local
99 po.writeInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
194 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
198 final Test.All all = new Test.All(); in testRepeatedCompat() local
203 po.writeRepeatedInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
236 private void writePackedInt32(ProtoOutputStream po, int fieldId, int val) { in writePackedInt32()
307 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
311 final Test.All all = new Test.All(); in testPackedCompat() local
315 po.writePackedInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamInt64Test.java103 public void testWriteCompat(long val) throws Exception { in testWriteCompat()
107 final Test.All all = new Test.All(); in testWriteCompat() local
111 po.writeInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
227 public void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
231 final Test.All all = new Test.All(); in testRepeatedCompat() local
236 po.writeRepeatedInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
269 private void writePackedInt64(ProtoOutputStream po, int fieldId, long val) { in writePackedInt64()
360 public void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
364 final Test.All all = new Test.All(); in testPackedCompat() local
368 po.writePackedInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamSInt32Test.java89 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
93 final Test.All all = new Test.All(); in testWriteCompat() local
97 po.writeSInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
188 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
192 final Test.All all = new Test.All(); in testRepeatedCompat() local
197 po.writeRepeatedSInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
230 private void writePackedSInt32(ProtoOutputStream po, int fieldId, int val) { in writePackedSInt32()
291 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
295 final Test.All all = new Test.All(); in testPackedCompat() local
299 po.writePackedSInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamDoubleTest.java131 public void testWriteCompat(double val) throws Exception { in testWriteCompat()
135 final Test.All all = new Test.All(); in testWriteCompat() local
139 po.writeDouble(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
283 public void testRepeatedCompat(double[] val) throws Exception { in testRepeatedCompat()
287 final Test.All all = new Test.All(); in testRepeatedCompat() local
292 po.writeRepeatedDouble(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
325 private void writePackedDouble(ProtoOutputStream po, int fieldId, double val) { in writePackedDouble()
429 public void testPackedCompat(double[] val) throws Exception { in testPackedCompat()
433 final Test.All all = new Test.All(); in testPackedCompat() local
437 po.writePackedDouble(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamFloatTest.java125 public void testWriteCompat(float val) throws Exception { in testWriteCompat()
129 final Test.All all = new Test.All(); in testWriteCompat() local
133 po.writeFloat(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
259 public void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat()
263 final Test.All all = new Test.All(); in testRepeatedCompat() local
268 po.writeRepeatedFloat(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
301 private void writePackedFloat(ProtoOutputStream po, int fieldId, float val) { in writePackedFloat()
389 public void testPackedCompat(float[] val) throws Exception { in testPackedCompat()
393 final Test.All all = new Test.All(); in testPackedCompat() local
397 po.writePackedFloat(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamSInt64Test.java102 public void testWriteCompat(long val) throws Exception { in testWriteCompat()
106 final Test.All all = new Test.All(); in testWriteCompat() local
110 po.writeSInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
223 public void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
227 final Test.All all = new Test.All(); in testRepeatedCompat() local
232 po.writeRepeatedSInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
265 private void writePackedSInt64(ProtoOutputStream po, int fieldId, long val) { in writePackedSInt64()
345 public void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
349 final Test.All all = new Test.All(); in testPackedCompat() local
353 po.writePackedSInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamUInt64Test.java103 public void testWriteCompat(long val) throws Exception { in testWriteCompat()
107 final Test.All all = new Test.All(); in testWriteCompat() local
111 po.writeUInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
227 public void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
231 final Test.All all = new Test.All(); in testRepeatedCompat() local
236 po.writeRepeatedUInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
269 private void writePackedUInt64(ProtoOutputStream po, int fieldId, long val) { in writePackedUInt64()
360 public void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
364 final Test.All all = new Test.All(); in testPackedCompat() local
368 po.writePackedUInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamSFixed64Test.java106 public void testWriteCompat(long val) throws Exception { in testWriteCompat()
110 final Test.All all = new Test.All(); in testWriteCompat() local
114 po.writeSFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
236 public void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
240 final Test.All all = new Test.All(); in testRepeatedCompat() local
245 po.writeRepeatedSFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
278 private void writePackedSFixed64(ProtoOutputStream po, int fieldId, long val) { in writePackedSFixed64()
367 public void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
371 final Test.All all = new Test.All(); in testPackedCompat() local
375 po.writePackedSFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamFixed32Test.java89 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
93 final Test.All all = new Test.All(); in testWriteCompat() local
97 po.writeFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
188 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
192 final Test.All all = new Test.All(); in testRepeatedCompat() local
197 po.writeRepeatedFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
230 private void writePackedFixed32(ProtoOutputStream po, int fieldId, int val) { in writePackedFixed32()
291 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
295 final Test.All all = new Test.All(); in testPackedCompat() local
299 po.writePackedFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamEnumTest.java94 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
98 final Test.All all = new Test.All(); in testWriteCompat() local
102 po.writeEnum(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
200 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
204 final Test.All all = new Test.All(); in testRepeatedCompat() local
209 po.writeRepeatedEnum(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
246 private void writePackedEnum(ProtoOutputStream po, int fieldId, int val) { in writePackedEnum()
320 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
324 final Test.All all = new Test.All(); in testPackedCompat() local
328 po.writePackedEnum(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamBoolTest.java74 public void testWriteCompat(boolean val) throws Exception { in testWriteCompat()
78 final Test.All all = new Test.All(); in testWriteCompat() local
82 po.writeBool(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
149 public void testRepeatedCompat(boolean[] val) throws Exception { in testRepeatedCompat()
153 final Test.All all = new Test.All(); in testRepeatedCompat() local
158 po.writeRepeatedBool(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
191 private void writePackedBool(ProtoOutputStream po, int fieldId, boolean val) { in writePackedBool()
235 public void testPackedCompat(boolean[] val) throws Exception { in testPackedCompat()
239 final Test.All all = new Test.All(); in testPackedCompat() local
243 po.writePackedBool(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamSFixed32Test.java89 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
93 final Test.All all = new Test.All(); in testWriteCompat() local
97 po.writeSFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
188 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
192 final Test.All all = new Test.All(); in testRepeatedCompat() local
197 po.writeRepeatedSFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
230 private void writePackedSFixed32(ProtoOutputStream po, int fieldId, int val) { in writePackedSFixed32()
292 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
296 final Test.All all = new Test.All(); in testPackedCompat() local
300 po.writePackedSFixed32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamUInt32Test.java89 public void testWriteCompat(int val) throws Exception { in testWriteCompat()
93 final Test.All all = new Test.All(); in testWriteCompat() local
97 po.writeUInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
188 public void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
192 final Test.All all = new Test.All(); in testRepeatedCompat() local
197 po.writeRepeatedUInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
230 private void writePackedUInt32(ProtoOutputStream po, int fieldId, int val) { in writePackedUInt32()
291 public void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
295 final Test.All all = new Test.All(); in testPackedCompat() local
299 po.writePackedUInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamFixed64Test.java106 public void testWriteCompat(long val) throws Exception { in testWriteCompat()
110 final Test.All all = new Test.All(); in testWriteCompat() local
114 po.writeFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
237 public void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
241 final Test.All all = new Test.All(); in testRepeatedCompat() local
246 po.writeRepeatedFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
279 private void writePackedFixed64(ProtoOutputStream po, int fieldId, long val) { in writePackedFixed64()
368 public void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
372 final Test.All all = new Test.All(); in testPackedCompat() local
376 po.writePackedFixed64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testPackedCompat() local
H A DProtoOutputStreamBytesTest.java89 public void testWriteCompat(byte[] val) throws Exception { in testWriteCompat()
93 final Test.All all = new Test.All(); in testWriteCompat() local
97 po.writeBytes(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
193 public void testRepeatedCompat(byte[][] val) throws Exception { in testRepeatedCompat()
197 final Test.All all = new Test.All(); in testRepeatedCompat() local
202 po.writeRepeatedBytes(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
H A DProtoOutputStreamStringTest.java127 public void testWriteCompat(String val) throws Exception { in testWriteCompat()
131 final Test.All all = new Test.All(); in testWriteCompat() local
135 po.writeString(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val); in testWriteCompat() local
225 public void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat()
229 final Test.All all = new Test.All(); in testRepeatedCompat() local
234 po.writeRepeatedString(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val[i]); in testRepeatedCompat() local
/aosp_15_r20/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamBoolTest.java99 private void testReadCompat(boolean val) throws Exception { in testReadCompat()
103 final Test.All all = new Test.All(); in testReadCompat() local
221 private void testRepeatedCompat(boolean[] val) throws Exception { in testRepeatedCompat()
225 final Test.All all = new Test.All(); in testRepeatedCompat() local
342 private void testPackedCompat(boolean[] val) throws Exception { in testPackedCompat()
346 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamEnumTest.java122 private void testReadCompat(int val) throws Exception { in testReadCompat()
126 final Test.All all = new Test.All(); in testReadCompat() local
262 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
266 final Test.All all = new Test.All(); in testRepeatedCompat() local
412 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
416 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamUInt32Test.java122 private void testReadCompat(int val) throws Exception { in testReadCompat()
126 final Test.All all = new Test.All(); in testReadCompat() local
260 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
264 final Test.All all = new Test.All(); in testRepeatedCompat() local
406 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
410 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamFixed32Test.java120 private void testReadCompat(int val) throws Exception { in testReadCompat()
124 final Test.All all = new Test.All(); in testReadCompat() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSFixed32Test.java120 private void testReadCompat(int val) throws Exception { in testReadCompat()
124 final Test.All all = new Test.All(); in testReadCompat() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSInt32Test.java120 private void testReadCompat(int val) throws Exception { in testReadCompat()
124 final Test.All all = new Test.All(); in testReadCompat() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamInt32Test.java122 private void testReadCompat(int val) throws Exception { in testReadCompat()
126 final Test.All all = new Test.All(); in testReadCompat() local
261 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
265 final Test.All all = new Test.All(); in testRepeatedCompat() local
407 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
411 final Test.All all = new Test.All(); in testPackedCompat() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DCollisions.java49 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument
53 BitSet all = new BitSet(mapSize); in testIntegerIteration() local
80 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument
84 BitSet all = new BitSet(mapSize); in testStringIteration() local
116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/
H A Dgenerate.py446 def set_in_tcp(self, all, reserved, unreserved, ports): argument
449 def set_in_udp(self, all, reserved, unreserved, ports): argument
452 def set_out_tcp(self, all, ports): argument
455 def set_out_udp(self, all, ports): argument
458 def set_use_resolve(self, val): argument
464 def set_use_syslog(self, val): argument
470 def set_use_kerberos(self, val): argument
476 def set_manage_krb5_rcache(self, val): argument
482 def set_use_pam(self, val): argument
485 def set_use_dbus(self, val): argument
[all …]

12345678910>>...42