Searched defs:nullValue (Results 1 - 21 of 21) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
H A DIsNull.java27 public static <T> Matcher<T> nullValue() { method in class:IsNull
36 return not(IsNull.<T>nullValue());
43 public static <T> Matcher<T> nullValue(@SuppressWarnings("unused") Class<T> type) { method in class:IsNull
44 return nullValue();
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java133 public static <T> org.hamcrest.Matcher<T> nullValue() { method in class:CoreMatchers
134 return org.hamcrest.core.IsNull.nullValue();
140 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { method in class:CoreMatchers
141 return org.hamcrest.core.IsNull.nullValue(type);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.h57 static inline double nullValue() function in namespace:blink
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp369 const int nullValue = DE_LENGTH_OF_ARRAY(s_shaderStageOrder); local
370 int firstStage = nullValue;
379 if (firstStage == nullValue)
387 const int nullValue = -1; local
388 int lastStage = nullValue;
397 if (lastStage == nullValue)
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeMultimapNaturalTest.java59 @Override protected Integer nullValue() { method in class:TreeMultimapNaturalTest
H A DMultimapsTest.java276 @Nullable String nullKey, @Nullable Integer nullValue) {
278 prepareUnmodifiableTests(multimap, permitsDuplicates, nullKey, nullValue);
312 @Nullable String nullKey, @Nullable Integer nullValue) {
319 multimap.put(nullKey, nullValue);
320 multimap.put("foo", nullValue);
274 checkUnmodifiableMultimap( Multimap<String, Integer> multimap, boolean permitsDuplicates, @Nullable String nullKey, @Nullable Integer nullValue) argument
310 prepareUnmodifiableTests( Multimap<String, Integer> multimap, boolean permitsDuplicates, @Nullable String nullKey, @Nullable Integer nullValue) argument
H A DAbstractMultimapTest.java83 protected Integer nullValue() { method in class:AbstractMultimapTest
139 multimap.put(nullKey(), nullValue());
140 multimap.put("foo", nullValue());
155 multimap.put(nullKey(), nullValue());
189 assertFalse(multimap.containsValue(nullValue()));
193 multimap.put("foo", nullValue());
194 assertTrue(multimap.containsValue(nullValue()));
233 multimap.put(nullKey(), nullValue());
237 assertTrue(values.contains(nullValue()));
278 Collection<Integer> collection = Lists.newArrayList(1, nullValue());
[all...]
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java133 public static <T> org.hamcrest.Matcher<T> nullValue() { method in class:Matchers
134 return org.hamcrest.core.IsNull.nullValue();
140 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { method in class:Matchers
141 return org.hamcrest.core.IsNull.nullValue(type);
/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp810 Json::Value nullValue; local
811 Json::Value root = skiagm::CreateJsonTree(gExpectationsToWrite, nullValue, nullValue,
812 nullValue, nullValue);
/external/skia/tools/
H A Dskimage_main.cpp809 Json::Value nullValue; local
810 Json::Value root = skiagm::CreateJsonTree(gExpectationsToWrite, nullValue, nullValue,
811 nullValue, nullValue);
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h32 nullValue = 0, ///< 'null' value enumerator in enum:Json::ValueType
107 * Non const methods will automatically create the a #nullValue element
110 * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue.
216 Value( ValueType type = nullValue );
306 /// \pre type() is arrayValue, objectValue, or nullValue
312 /// May only be called on nullValue or arrayValue.
313 /// \pre type() is arrayValue or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
412 /// \post if type() was nullValue, i
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h32 nullValue = 0, ///< 'null' value enumerator in enum:Json::ValueType
107 * Non const methods will automatically create the a #nullValue element
110 * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue.
216 Value( ValueType type = nullValue );
306 /// \pre type() is arrayValue, objectValue, or nullValue
312 /// May only be called on nullValue or arrayValue.
313 /// \pre type() is arrayValue or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
412 /// \post if type() was nullValue, i
[all...]
/external/jsoncpp/include/json/
H A Dvalue.h32 nullValue = 0, ///< 'null' value enumerator in enum:Json::ValueType
107 * Non const methods will automatically create the a #nullValue element
110 * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue.
216 Value( ValueType type = nullValue );
306 /// \pre type() is arrayValue, objectValue, or nullValue
312 /// May only be called on nullValue or arrayValue.
313 /// \pre type() is arrayValue or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
412 /// \post if type() was nullValue, i
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp2852 PassRefPtr<SerializedScriptValue> SerializedScriptValue::nullValue() function in class:blink::SerializedScriptValue
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3587 milliseconds