HomeSort by relevance Sort by last modified time
    Searched defs:nullValue (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SettingsTest.java 14 import static org.hamcrest.CoreMatchers.nullValue;
69 assertThat(Settings.System.getString(contentResolver, "property"), nullValue());
VideoViewTest.java 5 import static org.hamcrest.CoreMatchers.nullValue;
58 assertThat(shadowVideoView.getVideoPath(), nullValue());
67 assertThat(shadowVideoView.getVideoURIString(), nullValue());
AbstractCursorTest.java 5 import static org.hamcrest.CoreMatchers.nullValue;
217 assertThat(shadow.getNotificationUri_Compatibility(), is(nullValue()));
ContextTest.java 68 assertThat(dataDir, not(nullValue()));
79 assertThat(dataDir, not(nullValue()));
85 assertThat(context.obtainStyledAttributes(null), not(nullValue()));
86 assertThat(context.obtainStyledAttributes(0, null), not(nullValue()));
87 assertThat(context.obtainStyledAttributes(null, null), not(nullValue()));
88 assertThat(context.obtainStyledAttributes(null, null, 0, 0), not(nullValue()));
ViewGroupTest.java 26 import static org.hamcrest.core.IsNull.nullValue;
71 assertThat(root.getLayoutAnimationListener(), nullValue());
96 assertThat(child2.getParent(), nullValue());
WebViewTest.java 70 assertThat(shadowWebView.getWebViewClient(), nullValue());
78 assertThat(shadowWebView.getWebChromeClient(), nullValue());
92 assertThat(shadowWebView.getPictureListener(), nullValue());
102 assertThat(shadowWebView.getJavascriptInterface(name), nullValue());
AlertDialogTest.java 51 assertThat(ShadowAlertDialog.getLatestAlertDialog(), nullValue());
63 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_POSITIVE), not(nullValue()));
64 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_NEGATIVE), nullValue());
89 assertThat(shadowAlertDialog.getMessage(), nullValue());
353 assertThat(dialog.findViewById(99), nullValue());
360 assertThat(dialog.findViewById(66), nullValue());
368 assertThat(dialog.findViewById(99), 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());
MediaRecorderTest.java 69 assertThat(shadowMediaRecorder.getCamera(), nullValue());
92 assertThat(shadowMediaRecorder.getErrorListener(), nullValue());
101 assertThat(shadowMediaRecorder.getInfoListener(), nullValue());
111 assertThat(shadowMediaRecorder.getOutputPath(), nullValue());
129 assertThat(shadowMediaRecorder.getPreviewDisplay(), nullValue());
ParcelTest.java 5 import static org.hamcrest.CoreMatchers.nullValue;
57 assertThat(parcel.readString(), nullValue());
72 assertThat( parcel.readString(), nullValue() );
87 assertThat(parcel.readString(), nullValue());
203 assertThat(parcel.readString(), nullValue());
240 assertThat(parcel.readString(), nullValue());
PreferenceTest.java 5 import static org.hamcrest.CoreMatchers.nullValue;
66 assertThat(shadow.getAttrs(), nullValue());
85 assertThat(preference.getKey(), nullValue());
94 assertThat(preference.getTitle(), nullValue());
112 assertThat(preference.getSummary(), nullValue());
130 assertThat(shadow.getDefaultValue(), nullValue());
224 assertThat( preference.getIntent(), nullValue() );
231 assertThat( preference.getDependency(), 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());
TextViewTest.java 143 assertThat(view.getTransformationMethod(), is(CoreMatchers.<Object>nullValue()));
ViewTest.java 146 assertThat(view.getBackground(), nullValue());
305 assertThat(shadowOf(view).getLastTouchEvent(), nullValue());
  /frameworks/base/core/java/android/util/
JsonWriter.java 94 * writer.name("geo").nullValue();
301 return nullValue();
313 public JsonWriter nullValue() throws IOException {
366 return nullValue();
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
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...]
  /external/skia/tools/
skimage_main.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /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...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 

Completed in 1068 milliseconds

12 3 4