/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
InjectedFilterPipelineTest.java | 7 import static org.easymock.EasyMock.isNull; 99 proceedingFilterChain.doFilter(isA(HttpServletRequest.class), (ServletResponse) isNull()); 138 proceedingFilterChain2.doFilter(isA(HttpServletRequest.class), (ServletResponse) isNull());
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CacheValue.java | 29 * via {@code isNull()}. 84 public boolean isNull() { return false; } 105 public boolean isNull() { return true; }
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CacheValue.java | 28 * via {@code isNull()}. 82 public boolean isNull() { return false; } 103 public boolean isNull() { return true; }
|
/external/v8/test/unittests/base/platform/ |
time-unittest.cc | 64 EXPECT_TRUE(null.IsNull()); 80 EXPECT_TRUE(null.IsNull()); 98 EXPECT_TRUE(null.IsNull());
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ImsSMSDispatcherTest.java | 24 import static org.mockito.Matchers.isNull; 163 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0),
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupOptionsTests.java | 129 boolean isNull = mBackgroundAttachmentsView == null; 130 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE); 135 assertTrue(!isNull);
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
ContactsAsyncHelperTest.java | 37 import static org.mockito.Matchers.isNull; 107 isNull(Drawable.class), isNull(Bitmap.class), eq(COOKIE));
|
NewOutgoingCallIntentBroadcasterTest.java | 52 import static org.mockito.Matchers.isNull; 243 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class), 266 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class), 283 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(encHandle), isNull(GatewayInfo.class), 379 isNull(Handler.class), 382 isNull(Bundle.class));
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
pointertest.cpp | 643 EXPECT_TRUE(Pointer("/foo/null").GetWithDefault(d, Value().Move(), a).IsNull()); 644 EXPECT_TRUE(Pointer("/foo/null").GetWithDefault(d, "x", a).IsNull()); 695 EXPECT_TRUE(Pointer("/foo/null").GetWithDefault(d, Value().Move()).IsNull()); 696 EXPECT_TRUE(Pointer("/foo/null").GetWithDefault(d, "x").IsNull()); 748 EXPECT_TRUE(GetValueByPointer(d, "/foo/null")->IsNull()); 807 EXPECT_TRUE(GetValueByPointer(d, "/foo/null")->IsNull()); 963 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/null"), Value().Move(), a).IsNull()); 964 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/null"), "x", a).IsNull()); [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
CursorWindowTest.java | 208 assertFalse(cursorWindow.isNull(0, 0)); 219 assertFalse(cursorWindow.isNull(0, 0)); 232 assertTrue(cursorWindow.isNull(0, 1)); 250 assertFalse(cursorWindow.isNull(0, 2)); 270 assertFalse(cursorWindow.isNull(0, 3)); 277 assertFalse(cursorWindow.isNull(0, 4));
|
AbstractCursor_SelfContentObserverTest.java | 99 public boolean isNull(int column) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ITreeFixture.cs | 58 Assert.IsNull(t.Parent); 71 Assert.IsNull(r0.Parent); 85 Assert.IsNull(r0.Parent); 111 Assert.IsNull(root.Parent); 139 Assert.IsNull(root.Parent); 166 Assert.IsNull(dup.Parent);
|
/external/v8/src/base/platform/ |
time.cc | 237 if (IsNull()) { 286 if (IsNull()) { 318 if (IsNull()) { 348 if (IsNull()) { 505 DCHECK(!ticks.IsNull()); 513 DCHECK(!ticks.IsNull());
|
/external/dng_sdk/source/ |
dng_fingerprint.h | 51 bool IsNull () const; 53 /// Same as IsNull but expresses intention of testing validity. 57 return !IsNull ();
|
/external/webrtc/talk/app/webrtc/ |
androidvideocapturer.cc | 149 RTC_CHECK(!json_value["width"].isNull() && 150 !json_value["height"].isNull() && 151 !json_value["framerate"].isNull());
|
/art/runtime/ |
indirect_reference_table-inl.h | 51 if (UNLIKELY(table_[idx].GetReference()->IsNull())) {
|
/art/runtime/mirror/ |
throwable.h | 50 DCHECK(!java_lang_Throwable_.IsNull());
|
/external/clang/test/CodeGenCXX/ |
pointers-to-data-members.cpp | 78 // CHECK-NEXT: [[ISNULL:%.*]] = icmp eq i64 [[TMP]], -1 79 // CHECK-NEXT: [[RES:%.*]] = select i1 [[ISNULL]], i64 [[TMP]], i64 [[ADJ]] 85 // CHECK-NEXT: [[ISNULL:%.*]] = icmp eq i64 [[TMP]], -1 86 // CHECK-NEXT: [[RES:%.*]] = select i1 [[ISNULL]], i64 [[TMP]], i64 [[ADJ]]
|
/external/e2fsprogs/lib/uuid/ |
Makefile.in | 23 isnull.o \ 34 $(srcdir)/isnull.c \ 204 isnull.o: $(srcdir)/isnull.c $(top_builddir)/lib/config.h \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
PageSiteComposite.java | 85 Assert.isNull(m_page);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/ |
Assert.java | 87 public static void isNull(Object object) { 88 isNull(object, ""); //$NON-NLS-1$ 101 public static void isNull(Object object, String message) { 121 public static void isNull(Object object, String errorFormat, Object... args) {
|
/external/pdfium/xfa/src/fxfa/src/common/ |
fxfa_localevalue.h | 93 inline FX_BOOL IsNull() const { return m_dwType == XFA_VT_NULL; }
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
AbsSpinnerTest.java | 18 import org.hamcrest.core.IsNull;
|
/external/v8/src/crankshaft/ |
hydrogen-types.cc | 44 if (value->IsNull()) return HType::Null();
|
/external/v8/test/mjsunit/ |
mirror-null.js | 41 assertTrue(mirror.isNull());
|