/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | IsNull.java | 29 public static Matcher<Object> nullValue() { in nullValue() method in IsNull 54 public static <T> Matcher<T> nullValue(Class<T> type) { in nullValue() method in IsNull
|
/external/dagger2/core/src/test/java/dagger/internal/ |
D | MapProviderFactoryTest.java | 43 public void nullValue() { in nullValue() method in MapProviderFactoryTest
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | CoreMatchers.java | 343 public static org.hamcrest.Matcher<java.lang.Object> nullValue() { in nullValue() method in CoreMatchers 356 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { in nullValue() method in CoreMatchers
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableClassToInstanceMapTest.java | 107 Map<? extends Class<? extends Number>, Number> nullValue in testCopyOf_map_nulls() local
|
D | MultimapsTest.java | 277 @Nullable String nullKey, @Nullable Integer nullValue) { in checkUnmodifiableMultimap() 312 @Nullable String nullKey, @Nullable Integer nullValue) { in prepareUnmodifiableTests()
|
D | MapMakerInternalMapTest.java | 524 Object nullValue = new Object(); in testSegmentGetAndContains() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 487 const int nullValue = DE_LENGTH_OF_ARRAY(s_shaderStageOrder); in getFirstStage() local 505 const int nullValue = -1; in getLastStage() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MultimapsTest.java | 185 @Nullable String nullKey, @Nullable Integer nullValue) { in checkUnmodifiableMultimap() 220 @Nullable String nullKey, @Nullable Integer nullValue) { in prepareUnmodifiableTests()
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 427 public static org.hamcrest.Matcher<java.lang.Object> nullValue() { in nullValue() method in Matchers 440 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { in nullValue() method in Matchers
|
/external/jsoncpp/include/json/ |
D | value.h | 38 nullValue = 0, ///< 'null' value enumerator
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1506 Json::Value nullValue; in JSONTEST_FIXTURE() local
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 464 nullValue = 0, ///< 'null' value enumerator
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 1040 Object nullValue = new Object(); in testSegmentGetAndContains() local
|
/external/sqlite/dist/ |
D | shell.c | 1426 char nullValue[20]; /* The text to print when a NULL comes back from member
|
/external/sqlite/dist/orig/ |
D | shell.c | 1420 char nullValue[20]; /* The text to print when a NULL comes back from member
|