HomeSort by relevance Sort by last modified time
    Searched refs:isNull (Results 76 - 100 of 643) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
AssertTest.java 58 Assert.isNull(null, MESSAGE);
61 Assert.isNull("OK", MESSAGE);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 60 Assert.isNull(null, MESSAGE);
63 Assert.isNull("OK", MESSAGE);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 144 public boolean isNull(int i) {
145 return wrappedCursor.isNull(i);
ShadowMatrixCursor.java 72 public boolean isNull(int column) {
  /frameworks/base/core/java/android/database/
CursorWrapper.java 181 public boolean isNull(int columnIndex) {
182 return mCursor.isNull(columnIndex);
MergeCursor.java 137 public boolean isNull(int column)
139 return mCursor.isNull(column);
AbstractWindowedCursor.java 91 public boolean isNull(int columnIndex) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
WapPushOverSmsTest.java 25 import static org.mockito.Mockito.isNull;
93 isNull(BroadcastReceiver.class),
ImsSMSDispatcherTest.java 24 import static org.mockito.Matchers.isNull;
166 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0),
  /libcore/luni/src/test/java/libcore/java/util/
ObjectsTest.java 145 assertTrue(Objects.isNull(null));
146 assertFalse(Objects.isNull(new Hello()));
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursor_SelfContentObserverTest.java 99 public boolean isNull(int column) {
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 74 if (pointee.isNull())
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 240 if (Storage.isNull()) {
270 if (Storage.isNull())
282 if (Storage.isNull())
294 if (Storage.isNull())
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 85 Assert.isNull(m_page);
  /external/icu/icu4c/source/i18n/
collationroot.cpp 52 if(t.isNull() || t->isBogus()) {
  /external/llvm/include/llvm/ADT/
Twine.h 189 bool isNull() const {
200 return isNull() || isEmpty();
489 if (isNull() || Suffix.isNull())
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 56 bool isNull() const;
  /frameworks/compile/slang/
slang_rs_export_var.cpp 99 if (!QT.isNull()) {
  /external/clang/lib/AST/
ASTImporter.cpp 413 if (T1.isNull() || T2.isNull())
414 return T1.isNull() && T2.isNull();
    [all...]
Type.cpp 686 if (elementType.isNull())
697 if (pointeeType.isNull())
708 if (pointeeType.isNull())
719 if (pointeeType.isNull())
731 if (pointeeType.isNull())
743 if (pointeeType.isNull())
754 if (elementType.isNull())
767 if (elementType.isNull())
781 if (elementType.isNull())
793 if (elementType.isNull())
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 104 if (TU && !T.isNull()) {
223 if (T.isNull())
326 if (T.isNull())
499 if (T.isNull())
513 if (T.isNull())
542 if (T.isNull())
558 if (T.isNull())
574 if (T.isNull())
597 if (T.isNull())
857 if (QT.isNull())
    [all...]
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 149 RTC_CHECK(!json_value["width"].isNull() &&
150 !json_value["height"].isNull() &&
151 !json_value["framerate"].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));
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 155 if (X.isNull())
157 if (Y.isNull())
277 .isNull())
304 if (Result.isNull()) {
335 if (Result.isNull()) {
365 if (Result.isNull()) {
396 if (Result.isNull()) {
645 if (!DeducedArg.isNull()) {
665 if (Pack.DeferredDeduction.isNull()) {
689 if (Pack.Outer->DeferredDeduction.isNull()) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 296 if(trie.isNull()) {
385 if(trie.isNull()) {
464 if(trie.isNull()) {
500 if(trie.isNull()) {
550 if(trie.isNull()) {
599 if(trie.isNull()) {
627 if(trie.isNull()) {
678 if(trie.isNull()) {
706 if(trie.isNull()) {
756 if(trie.isNull()) {
    [all...]

Completed in 5448 milliseconds

1 2 34 5 6 7 8 91011>>