Home
last modified time | relevance | path

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

/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/opt/net/wifi/service/jni/
Djni_helper.h26 bool isNull() const { in isNull() function
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DKCode.kt45 …fun isNull(kcode : KCode?) = kcode == null || (kcode.nodes.isEmpty() && (kcode.s == null || kcode.… in <lambda>() method
/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.java133 public boolean isNull(int column) { in isNull() method in FilteringCursorWrapper
DSortingCursorWrapper.java163 public boolean isNull(int column) { in isNull() method in SortingCursorWrapper
/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.java69 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()