HomeSort by relevance Sort by last modified time
    Searched refs:nullValue (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/skia/tools/
skimage_main.cpp     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 26 import static org.hamcrest.core.IsNull.nullValue;
71 assertThat(root.getLayoutAnimationListener(), nullValue());
96 assertThat(child2.getParent(), nullValue());
AnimationTest.java 93 assertThat(animation.getInterpolator(), nullValue());
AbstractCursorTest.java 5 import static org.hamcrest.CoreMatchers.nullValue;
217 assertThat(shadow.getNotificationUri_Compatibility(), is(nullValue()));
ContentResolverTest.java 9 import static org.hamcrest.CoreMatchers.nullValue;
96 assertThat(shadowContentResolver.getUpdateStatements().get(1).getWhere(), nullValue());
97 assertThat(shadowContentResolver.getUpdateStatements().get(1).getSelectionArgs(), nullValue());
ActivityTest.java 107 assertThat(shadowActivity.getNextStartedActivity(), nullValue());
126 assertThat(shadowActivity.getNextStartedActivityForResult(), nullValue());
ListViewTest.java 8 import static org.hamcrest.CoreMatchers.nullValue;
223 assertThat(shadowListView.findItemContainingText("Non-existant item"), nullValue());
ViewTest.java 146 assertThat(view.getBackground(), nullValue());
305 assertThat(shadowOf(view).getLastTouchEvent(), nullValue());
TextViewTest.java 143 assertThat(view.getTransformationMethod(), is(CoreMatchers.<Object>nullValue()));
  /frameworks/base/core/tests/coretests/src/android/util/
JsonWriterTest.java 244 jsonWriter.nullValue();
402 jsonWriter.name("e").nullValue();
439 jsonWriter.nullValue();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.cpp 52 : m_zeroTime(nullValue())
TimedItem.cpp 48 , m_lastUpdateTime(nullValue())
PlayerTest.cpp 239 player->setPlaybackRate(nullValue());
277 player->setCurrentTime(nullValue());
KeyframeAnimationEffect.cpp 118 : m_offset(nullValue())
TimedItemTest.cpp 91 m_localTime = nullValue();
98 m_timeToNextIteration = nullValue();
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractListMultimapTest.java 100 multimap.put("foo", nullValue());
105 equalMap.put("foo", asList(1, nullValue()));
112 equalMap.put("foo", asList(3, nullValue()));
MultimapsTest.java 276 @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);
    [all...]
MapMakerInternalMapTest.java 550 Object nullValue = new Object();
551 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue);
558 assertFalse(segment.containsValue(nullValue));
    [all...]
TreeMultimapNaturalTest.java 59 @Override protected Integer nullValue() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 76 assertThat(Robolectric.shadowOf_(instance), not(nullValue()));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 55 jsonWriter.nullValue();
  /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/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 772 milliseconds

1 23 4