Home
last modified time | relevance | path

Searched defs:isNull (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DArrayUtilsTest.java29 java.util.function.Predicate<Object> isNull = new java.util.function.Predicate<Object>() { in testUnstableRemoveIf() local
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h64 bool isNull() const { return (this == Null()); } in isNull() function
/frameworks/compile/mclinker/lib/LD/
DLDSymbol.cpp85 bool LDSymbol::isNull() const { in isNull() function in mcld::LDSymbol
DResolveInfo.cpp130 bool ResolveInfo::isNull() const { in isNull() function in mcld::ResolveInfo
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DKCode.kt46 …fun isNull(kcode : KCode?) = kcode == null || (kcode.nodes.isEmpty() && (kcode.s == null || kcode.… in <lambda>() method in android.databinding.tool.writer.KCode
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h41 bool isNull() const { in isNull() function
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java91 public boolean isNull(int columnIndex) { in isNull() method in AbstractWindowedCursor
DMergeCursor.java137 public boolean isNull(int column) in isNull() method in MergeCursor
DCursorWrapper.java181 public boolean isNull(int columnIndex) { in isNull() method in CursorWrapper
DMatrixCursor.java311 public boolean isNull(int column) { in isNull() method in MatrixCursor
DCursor.java343 boolean isNull(int columnIndex); in isNull() method
DAbstractCursor.java102 abstract public boolean isNull(int column); in isNull() method in AbstractCursor
DCursorWindow.java289 public boolean isNull(int row, int column) { in isNull() method in CursorWindow
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootCursorWrapper.java134 public boolean isNull(int column) { in isNull() method in RootCursorWrapper
DFilteringCursorWrapper.java136 public boolean isNull(int column) { in isNull() method in FilteringCursorWrapper
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java226 public boolean isNull(int column) in isNull() method in SortCursor
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java72 public boolean isNull(int columnIndex) { in isNull() method in MockCursor
/frameworks/base/services/core/java/com/android/server/firewall/
DStringFilter.java219 public IsNullFilter(ValueProvider valueProvider, boolean isNull) { in IsNullFilter()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java74 private static boolean isNull(Cursor cursor, String columnName) { in isNull() method in MtpDatabaseTest
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java619 public boolean isNull() { in isNull() method in SettingsState.Setting