HomeSort by relevance Sort by last modified time
    Searched refs:emptyList (Results 1 - 25 of 879) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/org/testng/internal/
UtilsTest.java 8 import static java.util.Collections.emptyList;
31 List<String> emptyList = emptyList();
32 assertEquals("", join(emptyList, ","));
43 List<String> emptyList = emptyList();
44 assertEquals("", Utils.join(emptyList, ","));
  /frameworks/support/room/migration/src/test/java/androidx/room/migration/bundle/
EntityBundleTest.java 55 Collections.<IndexBundle>emptyList(),
56 Collections.<ForeignKeyBundle>emptyList());
61 Collections.<IndexBundle>emptyList(),
62 Collections.<ForeignKeyBundle>emptyList());
72 Collections.<IndexBundle>emptyList(),
73 Collections.<ForeignKeyBundle>emptyList());
78 Collections.<IndexBundle>emptyList(),
79 Collections.<ForeignKeyBundle>emptyList());
87 Collections.<FieldBundle>emptyList(),
89 Collections.<IndexBundle>emptyList(),
    [all...]
  /external/guice/examples/src/example/xml/
FlashMemory.java 8 return Collections.emptyList();
SimCard.java 8 return Collections.emptyList();
  /external/junit/src/main/java/org/junit/validator/
PublicClassValidator.java 3 import static java.util.Collections.emptyList;
16 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList();
AnnotationValidator.java 7 import static java.util.Collections.emptyList;
22 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList();
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/models/
Action.kt 21 val args: List<Argument> = emptyList())
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiTypeParameterItem.kt 54 emptyList()
70 item.initialize(emptyList(), emptyList(), emptyList(), emptyList(), emptyList())
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
SliceOpTest.java 66 exerciseOps(Collections.emptyList(), s -> s.skip(0), Collections.emptyList());
67 exerciseOps(Collections.emptyList(), s -> s.skip(10), Collections.emptyList());
70 exerciseOps(countTo(1), s -> s.skip(1), Collections.emptyList());
73 exerciseOps(countTo(100), s -> s.skip(100), Collections.emptyList());
74 exerciseOps(countTo(100), s -> s.skip(200), Collections.emptyList());
88 exerciseOps(Collections.emptyList(), s -> s.limit(0), Collections.emptyList());
89 exerciseOps(Collections.emptyList(), s -> s.limit(10), Collections.emptyList())
    [all...]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/doclava/
ChecksConfig.kt 60 warnings = emptyList(),
72 warnings = emptyList(),
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
Context.kt 30 emptyList(), emptyList())
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/vo/
EntityTest.kt 72 foreignKeys: List<ForeignKey> = emptyList()): Entity {
77 fields = emptyList(),
78 embeddedFields = emptyList(),
79 primaryKey = PrimaryKey(mock(Element::class.java), emptyList(), false),
80 indices = emptyList(),
82 constructor = Constructor(mock(ExecutableElement::class.java), emptyList()))
91 parentColumns = emptyList(),
92 childFields = emptyList(),
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
TypeParameterList.kt 46 override fun typeParameterNames(): List<String> = emptyList()
47 override fun typeParameters(): List<TypeParameterItem> = emptyList()
  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/parser/
Markdown.kt 29 val elements: List<Element> = emptyList()
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/autofill/
AutofillFieldClassificationServiceImplTest.java 43 assertThat(mService.onGetScores(null, null, Collections.emptyList(),
56 Arrays.asList(AutofillValue.forText("whatever")), Collections.emptyList()))
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
QueryResultAdapter.kt 27 return (rowAdapter as? PojoRowAdapter)?.relationTableNames() ?: emptyList()
  /frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/vo/
PublisherWithBookSales.kt 29 var sales: List<Int>? = emptyList()
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/internal/
Utils.java 35 return list == null ? Collections.<T>emptyList() : list;
  /external/mockito/src/main/java/org/mockito/internal/verification/
SingleRegisteredInvocation.java 27 return Collections.emptyList();
  /packages/apps/TV/src/com/android/tv/menu/
PartnerOptionsRowAdapter.java 31 return Collections.emptyList();
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/testutils/
ShadowInputMethodManager.java 36 return Collections.emptyList();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedPrimitiveType.java 34 BYTE("byte", Byte.class.getCanonicalName(), Collections.emptyList()),
36 CHAR("char", Character.class.getCanonicalName(), Collections.emptyList()),
39 BOOLEAN("boolean", Boolean.class.getCanonicalName(), Collections.emptyList()),
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AndroidPackageInfoFetcher.java 79 return Collections.<String>emptyList();
83 return Collections.<String>emptyList();
90 return Collections.<String>emptyList();
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ProtobufArrayListTest.java 59 assertSame(ProtobufArrayList.emptyList(), ProtobufArrayList.emptyList());
63 assertImmutable(ProtobufArrayList.<Integer>emptyList());
162 list.addAll(Collections.<Integer>emptyList());
204 list.addAll(0, Collections.<Integer>emptyList());
232 list.removeAll(Collections.emptyList());
253 list.retainAll(Collections.emptyList());
BooleanArrayListTest.java 60 assertSame(BooleanArrayList.emptyList(), BooleanArrayList.emptyList());
64 assertImmutable(BooleanArrayList.emptyList());
144 assertEquals(0, BooleanArrayList.emptyList().size());
266 assertFalse(list.addAll(Collections.<Boolean>emptyList()));
267 assertFalse(list.addAll(BooleanArrayList.emptyList()));
314 list.addAll(Collections.<Boolean>emptyList());
356 list.addAll(0, Collections.<Boolean>emptyList());
391 list.removeAll(Collections.<Boolean>emptyList());
412 list.retainAll(Collections.<Boolean>emptyList());
    [all...]

Completed in 1419 milliseconds

1 2 3 4 5 6 7 8 91011>>