HomeSort by relevance Sort by last modified time
    Searched full:notnull (Results 1 - 25 of 840) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/main/java/org/mockito/internal/matchers/
NotNull.java 12 public class NotNull implements ArgumentMatcher<Object>, Serializable {
14 public static final NotNull NOT_NULL = new NotNull();
16 private NotNull() {
24 return "notNull()";
  /external/testng/src/test/java/test/testng37/
NullParameterTest.java 13 @Parameters({"notnull", "nullvalue"})
14 public void nullParameter(String notNull, int mustBeNull) {
15 Assert.assertNotNull(notNull, "not null parameter expected");
  /frameworks/support/room/integration-tests/kotlintestapp/schemas/androidx.room.integration.kotlintestapp.migration.MigrationDbKotlin/
4.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
71 "notNull": true
77 "notNull": false
83 "notNull": false
5.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
71 "notNull": true
77 "notNull": false
2.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
7.json 15 "notNull": true
21 "notNull": false
50 "notNull": true
56 "notNull": false
62 "notNull": false
82 "notNull": true
88 "notNull": false
3.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
6.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
  /frameworks/support/room/integration-tests/testapp/schemas/androidx.room.integration.testapp.migration.MigrationDb/
4.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
72 "notNull": true
78 "notNull": false
84 "notNull": false
5.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
72 "notNull": true
78 "notNull": false
2.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
7.json 15 "notNull": true
21 "notNull": false
50 "notNull": true
56 "notNull": false
62 "notNull": false
82 "notNull": true
88 "notNull": false
3.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
6.json 15 "notNull": true
21 "notNull": false
40 "notNull": true
46 "notNull": false
52 "notNull": false
  /external/easymock/src/org/easymock/internal/matchers/
NotNull.java 22 public class NotNull implements IArgumentMatcher, Serializable {
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() {
37 buffer.append("notNull()");
  /frameworks/support/work/workmanager/src/schemas/androidx.work.impl.WorkDatabase/
1.json 15 "notNull": true
21 "notNull": true
82 "notNull": true
88 "notNull": true
94 "notNull": true
100 "notNull": false
106 "notNull": true
112 "notNull": true
118 "notNull": true
124 "notNull": tru
    [all...]
2.json 15 "notNull": true
21 "notNull": true
82 "notNull": true
88 "notNull": true
94 "notNull": true
100 "notNull": false
106 "notNull": true
112 "notNull": true
118 "notNull": true
124 "notNull": tru
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
ExecutionBranch.java 20 import org.jetbrains.annotations.NotNull;
27 @NotNull
32 @NotNull
35 public ExecutionBranch(@NotNull ExecutionPath path, @NotNull Expr conditional,
42 @NotNull
51 @NotNull
  /prebuilts/tools/common/guava-tools/annotations/com/google/common/io/
annotations.xml 3 <annotation name='org.jetbrains.annotations.NotNull'/>
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
SmaliMethodParamListElementType.java 39 import org.jetbrains.annotations.NotNull;
53 @NotNull @Override public String getExternalId() {
57 @Override public SmaliMethodParamList createPsi(@NotNull ASTNode node) {
61 @Override public SmaliMethodParamList createPsi(@NotNull SmaliMethodParamListStub stub) {
65 @Override public SmaliMethodParamListStub createStub(@NotNull SmaliMethodParamList psi, StubElement parentStub) {
70 public void serialize(@NotNull SmaliMethodParamListStub stub, @NotNull StubOutputStream dataStream)
74 @NotNull @Override
75 public SmaliMethodParamListStub deserialize(@NotNull StubInputStream dataStream, StubElement parentStub)
80 @Override public void indexStub(@NotNull SmaliMethodParamListStub stub, @NotNull IndexSink sink)
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliClass.java 55 import org.jetbrains.annotations.NotNull;
69 public SmaliClass(@NotNull SmaliClassStub stub) {
73 public SmaliClass(@NotNull ASTNode node) {
103 @NotNull public String getPackageName() {
136 @NotNull @Override public SmaliExtendsList getExtendsList() {
140 @NotNull public SmaliImplementsStatement[] getImplementsStatements() {
144 @NotNull @Override public SmaliImplementsList getImplementsList() {
148 @NotNull @Override public SmaliClassType[] getExtendsListTypes() {
152 @NotNull @Override public SmaliClassType[] getImplementsListTypes() {
164 @NotNull @Override public PsiClass[] getSupers()
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
FieldRenameTest.java 11 import org.jetbrains.annotations.NotNull;
19 @NotNull
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldFieldName,
30 @NotNull final String newFieldName) {
MethodRenameTest.java 11 import org.jetbrains.annotations.NotNull;
19 @NotNull
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldMethodName,
30 @NotNull final String newMethodName) {
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteDrawableParamsAdapter.java 22 import com.android.tools.layoutlib.annotations.NotNull;
31 private RemoteDrawableParamsAdapter(@NotNull DrawableParams drawableParams) {
36 @NotNull
37 public static RemoteDrawableParams create(@NotNull DrawableParams drawableParams)
43 @NotNull
  /frameworks/base/libs/androidfw/tests/
ApkAssets_test.cpp 31 using ::testing::NotNull;
40 ASSERT_THAT(loaded_apk, NotNull());
43 ASSERT_THAT(loaded_arsc, NotNull());
44 ASSERT_THAT(loaded_arsc->GetPackageById(0x7fu), NotNull());
45 ASSERT_THAT(loaded_apk->Open("res/layout/main.xml"), NotNull());
55 ASSERT_THAT(loaded_apk, NotNull());
58 ASSERT_THAT(loaded_arsc, NotNull());
59 ASSERT_THAT(loaded_arsc->GetPackageById(0x7fu), NotNull());
60 ASSERT_THAT(loaded_apk->Open("res/layout/main.xml"), NotNull());
66 ASSERT_THAT(loaded_apk, NotNull());
    [all...]

Completed in 1045 milliseconds

1 2 3 4 5 6 7 8 91011>>