Searched refs:nullValue (Results 51 - 75 of 85) sorted by relevance

1234

/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java26 import static org.hamcrest.core.IsNull.nullValue;
71 assertThat(root.getLayoutAnimationListener(), nullValue());
96 assertThat(child2.getParent(), nullValue());
H A DAnimationTest.java93 assertThat(animation.getInterpolator(), nullValue());
H A DAbstractCursorTest.java5 import static org.hamcrest.CoreMatchers.nullValue;
217 assertThat(shadow.getNotificationUri_Compatibility(), is(nullValue()));
H A DContentResolverTest.java9 import static org.hamcrest.CoreMatchers.nullValue;
96 assertThat(shadowContentResolver.getUpdateStatements().get(1).getWhere(), nullValue());
97 assertThat(shadowContentResolver.getUpdateStatements().get(1).getSelectionArgs(), nullValue());
H A DActivityTest.java107 assertThat(shadowActivity.getNextStartedActivity(), nullValue());
126 assertThat(shadowActivity.getNextStartedActivityForResult(), nullValue());
H A DListViewTest.java8 import static org.hamcrest.CoreMatchers.nullValue;
223 assertThat(shadowListView.findItemContainingText("Non-existant item"), nullValue());
H A DViewTest.java146 assertThat(view.getBackground(), nullValue());
305 assertThat(shadowOf(view).getLastTouchEvent(), nullValue());
H A DTextViewTest.java143 assertThat(view.getTransformationMethod(), is(CoreMatchers.<Object>nullValue()));
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractListMultimapTest.java100 multimap.put("foo", nullValue());
105 equalMap.put("foo", asList(1, nullValue()));
112 equalMap.put("foo", asList(3, nullValue()));
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 DMapMakerInternalMapTest.java550 Object nullValue = new Object();
551 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue);
558 assertFalse(segment.containsValue(nullValue));
/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp222 case nullValue:
306 case nullValue:
583 case nullValue:
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.cpp61 , m_lastUpdateTime(nullValue())
H A DAnimationNodeTest.cpp87 m_localTime = nullValue();
94 m_timeToNextIteration = nullValue();
H A DAnimationPlayerTest.cpp219 player->setCurrentTime(nullValue());
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h226 , m_previousIteration(nullValue())
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp67 case Json::nullValue:
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslatorTest.java76 assertThat(Robolectric.shadowOf_(instance), not(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/components/dom_distiller/core/
H A Ddistiller_unittest.cc483 scoped_ptr<base::Value> nullValue(base::Value::CreateNullValue());
487 CreateMockDistillerPage(nullValue.get(), GURL(kURL)).Pass());
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 439 milliseconds

1234