HomeSort by relevance Sort by last modified time
    Searched defs:nullValue (Results 1 - 22 of 22) sorted by null

  /external/hamcrest/src/org/hamcrest/core/
IsNull.java 27 public static <T> Matcher<T> nullValue() {
36 return not(IsNull.<T>nullValue());
43 public static <T> Matcher<T> nullValue(@SuppressWarnings("unused") Class<T> type) {
44 return nullValue();
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 133 public static <T> org.hamcrest.Matcher<T> nullValue() {
134 return org.hamcrest.core.IsNull.nullValue();
140 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) {
141 return org.hamcrest.core.IsNull.nullValue(type);
  /cts/tests/tests/util/src/android/util/cts/
JsonWriterTest.java 246 jsonWriter.nullValue();
404 jsonWriter.name("e").nullValue();
441 jsonWriter.nullValue();
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableClassToInstanceMapTest.java 106 Map<? extends Class<? extends Number>, Number> nullValue
109 ImmutableClassToInstanceMap.copyOf(nullValue);
TreeMultimapNaturalTest.java 59 @Override protected Integer nullValue() {
AbstractMultimapTest.java 83 protected Integer nullValue() {
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...]
MapMakerInternalMapTest.java 550 Object nullValue = new Object();
551 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue);
558 assertFalse(segment.containsValue(nullValue));
    [all...]
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 133 public static <T> org.hamcrest.Matcher<T> nullValue() {
134 return org.hamcrest.core.IsNull.nullValue();
140 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) {
141 return org.hamcrest.core.IsNull.nullValue(type);
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 94 * writer.name("geo").nullValue();
276 return nullValue();
288 public JsonWriter nullValue() throws IOException {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 57 static inline double nullValue()
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 369 const int nullValue = DE_LENGTH_OF_ARRAY(s_shaderStageOrder);
370 int firstStage = nullValue;
379 if (firstStage == nullValue)
387 const int nullValue = -1;
388 int lastStage = nullValue;
397 if (lastStage == nullValue)
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp     [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 32 nullValue = 0, ///< 'null' value
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, it remains nullValu
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 32 nullValue = 0, ///< 'null' value
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, it remains nullValu
    [all...]
  /external/jsoncpp/include/json/
value.h 32 nullValue = 0, ///< 'null' value
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, it remains nullValu
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 6821 milliseconds