Home
last modified time | relevance | path

Searched defs:nullValue (Results 1 – 15 of 15) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNull.java29 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/
DMapProviderFactoryTest.java43 public void nullValue() { in nullValue() method in MapProviderFactoryTest
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java343 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/
DImmutableClassToInstanceMapTest.java107 Map<? extends Class<? extends Number>, Number> nullValue in testCopyOf_map_nulls() local
DMultimapsTest.java277 @Nullable String nullKey, @Nullable Integer nullValue) { in checkUnmodifiableMultimap()
312 @Nullable String nullKey, @Nullable Integer nullValue) { in prepareUnmodifiableTests()
DMapMakerInternalMapTest.java524 Object nullValue = new Object(); in testSegmentGetAndContains() local
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp487 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/
DMultimapsTest.java185 @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/
DMatchers.java427 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/
Dvalue.h38 nullValue = 0, ///< 'null' value enumerator
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1506 Json::Value nullValue; in JSONTEST_FIXTURE() local
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h464 nullValue = 0, ///< 'null' value enumerator
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1040 Object nullValue = new Object(); in testSegmentGetAndContains() local
/external/sqlite/dist/
Dshell.c1426 char nullValue[20]; /* The text to print when a NULL comes back from member
/external/sqlite/dist/orig/
Dshell.c1420 char nullValue[20]; /* The text to print when a NULL comes back from member