Searched refs:NULLABLE (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_table_accessor_test_data.h | 37 "mode": "NULLABLE" 45 "mode": "NULLABLE" 50 "mode": "NULLABLE" 54 "mode": "NULLABLE" 58 "mode": "NULLABLE" 62 "mode": "NULLABLE" 66 "mode": "NULLABLE" 70 "mode": "NULLABLE" 89 "mode": "NULLABLE" 93 "mode": "NULLABLE" [all …]
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | GraphValidationTest.java | 35 private final JavaFileObject NULLABLE = JavaFileObjects.forSourceLines("test.Nullable", field in GraphValidationTest 935 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForConstructorParameters() 944 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForConstructorParameters() 979 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForMembersInjectParam() 988 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForMembersInjectParam() 1023 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForVariable() 1032 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, a, module, component)) in nullCheckForVariable() 1058 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, module, component)) in nullCheckForComponentReturn() 1067 assertAbout(javaSources()).that(ImmutableList.of(NULLABLE, module, component)) in nullCheckForComponentReturn()
|
D | ModuleFactoryGeneratorTest.java | 44 private final JavaFileObject NULLABLE = JavaFileObjects.forSourceLines("test.Nullable", field in ModuleFactoryGeneratorTest 481 assertAbout(javaSources()).that(ImmutableList.of(moduleFile, NULLABLE)) in nullableProvides()
|
/external/doclava/src/com/google/doclava/ |
D | AndroidLinter.java | 155 Errors.error(Errors.NULLABLE, pos, in lintVariable()
|
D | Errors.java | 309 public static final Error NULLABLE = new Error(123, HIDDEN); // LINT field in Errors
|
/external/clang/test/Index/ |
D | complete-objc-message.m | 347 // RUN: c-index-test -code-completion-at=%s:197:6 %s | FileCheck -check-prefix=CHECK-NULLABLE %s 348 // CHECK-NULLABLE: ObjCInstanceMethodDecl:{ResultType A * _Nonnull}{TypedText method:}{Placeholder …
|