Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 - 25 of 178) sorted by relevance

12345678

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
H A Dcpuset_inherit_testset.sh66 EMPTY)
113 0 NULL EMPTY
114 0 0 EMPTY
115 0 $cpus_all EMPTY
116 1 NULL EMPTY
130 0 NULL EMPTY
131 0 0 EMPTY
132 0 $mems_all EMPTY
133 1 NULL EMPTY
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPathTest.java20 import static com.google.i18n.phonenumbers.metadata.regex.AnyPath.EMPTY;
33 assertPath(EMPTY, 0); in testConstants()
40 assertThat(EMPTY.extend(false)).isEqualTo(SINGLE); in testExtend()
41 assertThat(EMPTY.extend(true)).isEqualTo(OPTIONAL); in testExtend()
54 assertThat(EMPTY.join(SINGLE)).isEqualTo(SINGLE); in testJoin()
55 assertThat(EMPTY.join(OPTIONAL)).isEqualTo(OPTIONAL); in testJoin()
89 assertThat(SINGLE).isGreaterThan(EMPTY); in testOrdering()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gv100.cpp42 #define EMPTY -1 macro
198 emitFormA(0x148, FA_NODEF | FA_RRR | FA_RIR | FA_RCR, EMPTY, __(0), EMPTY); in emitWARPSYNC()
219 emitFormA(0x104, FA_RRR | FA_RIR | FA_RCR, EMPTY, NA(0), EMPTY); in emitF2F()
221 emitFormA(0x110, FA_RRR | FA_RIR | FA_RCR, EMPTY, NA(0), EMPTY); in emitF2F()
233 emitFormA(0x105, FA_RRR | FA_RIR | FA_RCR, EMPTY, NA(0), EMPTY); in emitF2I()
235 emitFormA(0x111, FA_RRR | FA_RIR | FA_RCR, EMPTY, N in emitF2I()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DRopeByteStringTest.java93 ByteString concatenated = ByteString.EMPTY; in testBalance()
124 ByteString unicode = ByteString.EMPTY; in testToString()
153 ByteString unicode = ByteString.EMPTY; in testCharsetToString()
177 RopeByteString.newInstanceForTest(ByteString.EMPTY, ByteString.EMPTY); in testToString_returnsCanonicalEmptyString()
180 ByteString.EMPTY.toString(Internal.UTF_8), in testToString_returnsCanonicalEmptyString()
187 ByteString byteString = RopeByteString.newInstanceForTest(ByteString.EMPTY, ByteString.EMPTY); in testToString_raisesException()
H A DNioByteStringTest.java53 private static final ByteString EMPTY = new NioByteString(ByteBuffer.wrap(new byte[0])); field in NioByteStringTest
429 assertEquals("Output.reset() resets the output", EMPTY, output.toByteString()); in testNewOutput()
449 EMPTY.toString(UTF_8), in testToString_returnsCanonicalEmptyString()
455 EMPTY.toString("invalid"); in testToString_raisesException()
472 assertFalse(CLASSNAME + " must not equal the empty string", testString.equals(EMPTY)); in testEquals()
473 assertEquals(CLASSNAME + " empty strings must be equal", EMPTY, testString.substring(55, 55)); in testEquals()
490 CLASSNAME + " must not equal the empty string", testString.equals(ByteString.EMPTY)); in testEqualsLiteralByteString()
492 CLASSNAME + " empty strings must be equal", ByteString.EMPTY, testString.substring(55, 55)); in testEqualsLiteralByteString()
512 testString.equals(ByteString.EMPTY.concat(ByteString.EMPTY))); in testEqualsRopeByteString()
[all...]
H A DTextFormatParseLocationTest.java40 assertEquals(TextFormatParseLocation.EMPTY, location); in testCreateEmpty()
70 TextFormatParseLocation.EMPTY.hashCode(), TextFormatParseLocation.EMPTY.hashCode()); in testHashCode()
H A DIsValidUtf8Test.java140 RopeByteString.newInstanceForTest(ByteString.EMPTY, leaf), in assertValidUtf8()
141 RopeByteString.newInstanceForTest(ByteString.EMPTY, sub), in assertValidUtf8()
142 RopeByteString.newInstanceForTest(leaf, ByteString.EMPTY), in assertValidUtf8()
143 RopeByteString.newInstanceForTest(sub, ByteString.EMPTY), in assertValidUtf8()
H A DByteStringTest.java249 "reading an empty stream must result in the EMPTY constant byte string", in testReadFrom_emptyStream()
250 ByteString.EMPTY, in testReadFrom_emptyStream()
602 assertEquals(ByteString.EMPTY, byteString); in testNewOutputEmpty()
736 RopeByteString.newInstanceForTest(literalString, ByteString.EMPTY), in testConcat_empty()
737 RopeByteString.newInstanceForTest(ByteString.EMPTY, literalString)); in testConcat_empty()
738 ByteString quintet = RopeByteString.newInstanceForTest(temp, ByteString.EMPTY); in testConcat_empty()
790 assertTrue(string.startsWith(ByteString.EMPTY)); in testStartsWith()
796 assertFalse(ByteString.EMPTY.startsWith(prefix)); in testStartsWith()
797 assertTrue(ByteString.EMPTY.startsWith(ByteString.EMPTY)); in testStartsWith()
[all...]
H A DLiteralByteStringTest.java415 assertEquals("Output.reset() resets the output", ByteString.EMPTY, output.toByteString()); in testNewOutput()
435 ByteString.EMPTY.toString(Internal.UTF_8), in testToString_returnsCanonicalEmptyString()
441 ByteString.EMPTY.toString("invalid"); in testToString_raisesException()
460 stringUnderTest.equals(ByteString.EMPTY)); in testEquals()
560 stringUnderTest.concat(ByteString.EMPTY), in testConcat_empty()
564 ByteString.EMPTY.concat(stringUnderTest), in testConcat_empty()
H A DFieldPresenceTest.java229 assertEquals(ByteString.EMPTY, message.toByteString()); in testLazyField()
251 builder.setOptionalBytes(ByteString.EMPTY); in testFieldPresence()
265 b.setOptionalBytes(ByteString.EMPTY); in testFieldPresence()
302 .setOptionalBytes(ByteString.EMPTY) in testFieldPresenceByReflection()
366 .setField(optionalBytesField, ByteString.EMPTY) in testFieldPresenceDynamicMessage()
413 assertEquals(ByteString.EMPTY, message.getOptionalBytes()); in testSerializeAndParse()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarCache.java28 values[i] = EMPTY; in makeArrays()
61 while (values[index] != EMPTY && keys[index] != key) in findIndex()
86 if (oldValues[i] != EMPTY) { in rehash()
127 static public long EMPTY = Long.MIN_VALUE; field in CalendarCache
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCalendarCache.java30 values[i] = EMPTY; in makeArrays()
63 while (values[index] != EMPTY && keys[index] != key) in findIndex()
88 if (oldValues[i] != EMPTY) { in rehash()
129 static public long EMPTY = Long.MIN_VALUE; field in CalendarCache
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyFieldLite.java178 return memoizedBytes == ByteString.EMPTY in containsDefaultInstance()
179 || value == null && (delayedBytes == null || delayedBytes == ByteString.EMPTY); in containsDefaultInstance()
383 memoizedBytes = ByteString.EMPTY; in toByteString()
400 writer.writeBytes(fieldNumber, ByteString.EMPTY); in writeTo()
422 this.memoizedBytes = ByteString.EMPTY; in ensureInitialized()
428 this.memoizedBytes = ByteString.EMPTY; in ensureInitialized()
H A DTextFormatParseLocation.java43 public static final TextFormatParseLocation EMPTY = new TextFormatParseLocation(-1, -1); field in TextFormatParseLocation
54 return EMPTY; in create()
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs11 inputs::{Input, Search1, Search2, Search3, EMPTY, HUGE, SMALL, TINY},
50 define_memchr_input1(c, "memchr1/krate/empty", EMPTY, move |search, b| { in all()
83 define_memchr_input1(c, "memchr1/libc/empty", EMPTY, move |search, b| { in all()
134 EMPTY, in all()
169 define_memchr_input1(c, "memchr1/naive/empty", EMPTY, move |search, b| { in all()
214 define_memchr_input2(c, "memchr2/krate/empty", EMPTY, move |search, b| { in all()
281 EMPTY, in all()
332 define_memchr_input2(c, "memchr2/naive/empty", EMPTY, move |search, b| { in all()
384 define_memchr_input3(c, "memchr3/krate/empty", EMPTY, move |search, b| { in all()
461 EMPTY, in all()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DMetadataTableSchema.java59 private static final Regions EMPTY = new Regions(ImmutableSet.of()); field in MetadataTableSchema.Regions
62 return Column.create(Regions.class, name, EMPTY, Regions::new); in column()
87 private static final DigitSequences EMPTY = new DigitSequences(ImmutableSet.of()); field in MetadataTableSchema.DigitSequences
90 return Column.create(DigitSequences.class, name, EMPTY, DigitSequences::new); in column()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support.h48 enum SegmentType { EMPTY, NAME, INDEX }; enumerator
50 SegmentType type = EMPTY;
/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/
H A Dall_types.js26 message.addRepeatedBytesElement(1, ByteString.EMPTY);
27 message.addRepeatedBytesIterable(1, [ByteString.EMPTY]);
82 message.setBytes(1, ByteString.EMPTY);
101 message.setRepeatedBytesElement(1, 0, ByteString.EMPTY);
102 message.setRepeatedBytesIterable(1, [ByteString.EMPTY]);
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
H A Dcpuset_base_ops_testset.sh63 EMPTY)
110 NULL EMPTY
143 NULL EMPTY
/third_party/python/Lib/test/
H A Dtest_linecache.py15 EMPTY = '' variable
106 self.assertEqual(getline(FILENAME, 2**15), EMPTY)
107 self.assertEqual(getline(FILENAME, -1), EMPTY)
113 self.assertEqual(getline(EMPTY, 1), EMPTY)
114 self.assertEqual(getline(INVALID_NAME, 1), EMPTY)
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java224 assertEquals(ByteString.EMPTY, message.getOptionalBytes()); in testSanityCopyOnWrite()
228 assertEquals(ByteString.EMPTY, message.getOptionalBytes()); in testSanityCopyOnWrite()
230 assertEquals(ByteString.EMPTY, builder.getOptionalBytes()); in testSanityCopyOnWrite()
246 assertEquals(ByteString.EMPTY, message.getOptionalCordBytes()); in testSanityCopyOnWrite()
250 assertEquals(ByteString.EMPTY, message.getOptionalCordBytes()); in testSanityCopyOnWrite()
252 assertEquals(ByteString.EMPTY, builder.getOptionalCordBytes()); in testSanityCopyOnWrite()
460 assertEquals(ByteString.EMPTY, message.getOptionalStringBytes()); in testSanityCopyOnWrite()
464 assertEquals(ByteString.EMPTY, message.getOptionalStringBytes()); in testSanityCopyOnWrite()
466 assertEquals(ByteString.EMPTY, builder.getOptionalStringBytes()); in testSanityCopyOnWrite()
482 assertEquals(ByteString.EMPTY, messag in testSanityCopyOnWrite()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c49 enum { EMPTY = 0, FILLED, DELETED } state; enumerator
141 /* Probe until we find either a matching FILLED entry or an EMPTY in util_cache_entry_get()
161 if (current->state == EMPTY) in util_cache_entry_get()
272 cache->entries[i].state = EMPTY; in util_cache_clear()
352 header->state == EMPTY || in ensure_sanity()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequence.java83 private static final DigitSequence EMPTY = new DigitSequence(0, 0L); field in DigitSequence
112 private static final DigitSequence MIN = EMPTY;
166 return EMPTY; in empty()
/third_party/toybox/toys/pending/
H A Dlast.c92 int fd, pwidth, curlog_type = EMPTY; in last_main()
153 int type = !tm[2] ? EMPTY : curlog_type; in last_main()
160 case EMPTY: in last_main()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java176 assertSame("reading an empty stream must result in the EMPTY constant " in testReadFrom_emptyStream()
177 + "byte string", ByteString.EMPTY, byteString); in testReadFrom_emptyStream()
461 assertEquals(ByteString.EMPTY, byteString); in testNewOutputEmpty()
567 assertTrue(string.startsWith(ByteString.EMPTY)); in testStartsWith()
573 assertFalse(ByteString.EMPTY.startsWith(prefix)); in testStartsWith()
574 assertTrue(ByteString.EMPTY.startsWith(ByteString.EMPTY)); in testStartsWith()

Completed in 14 milliseconds

12345678