| /frameworks/compile/mclinker/include/mcld/Fragment/ |
| D | FragmentRef.h | 64 bool isNull() const { return (this == Null()); } in isNull() function
|
| /frameworks/compile/mclinker/lib/LD/ |
| D | LDSymbol.cpp | 85 bool LDSymbol::isNull() const { in isNull() function in mcld::LDSymbol
|
| D | ResolveInfo.cpp | 130 bool ResolveInfo::isNull() const { in isNull() function in mcld::ResolveInfo
|
| /frameworks/opt/net/wifi/service/jni/ |
| D | jni_helper.h | 26 bool isNull() const { in isNull() function
|
| /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
| D | KCode.kt | 45 …fun isNull(kcode : KCode?) = kcode == null || (kcode.nodes.isEmpty() && (kcode.s == null || kcode.… in <lambda>() method
|
| /frameworks/base/core/java/android/database/ |
| D | AbstractWindowedCursor.java | 91 public boolean isNull(int columnIndex) { in isNull() method in AbstractWindowedCursor
|
| D | MergeCursor.java | 137 public boolean isNull(int column) in isNull() method in MergeCursor
|
| D | CursorWrapper.java | 181 public boolean isNull(int columnIndex) { in isNull() method in CursorWrapper
|
| D | MatrixCursor.java | 311 public boolean isNull(int column) { in isNull() method in MatrixCursor
|
| D | Cursor.java | 343 boolean isNull(int columnIndex); in isNull() method
|
| D | AbstractCursor.java | 102 abstract public boolean isNull(int column); in isNull() method in AbstractCursor
|
| D | CursorWindow.java | 289 public boolean isNull(int row, int column) { in isNull() method in CursorWindow
|
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
| D | RootCursorWrapper.java | 134 public boolean isNull(int column) { in isNull() method in RootCursorWrapper
|
| D | FilteringCursorWrapper.java | 133 public boolean isNull(int column) { in isNull() method in FilteringCursorWrapper
|
| D | SortingCursorWrapper.java | 163 public boolean isNull(int column) { in isNull() method in SortingCursorWrapper
|
| /frameworks/base/core/java/com/android/internal/database/ |
| D | SortCursor.java | 226 public boolean isNull(int column) in isNull() method in SortCursor
|
| /frameworks/base/test-runner/src/android/test/mock/ |
| D | MockCursor.java | 69 public boolean isNull(int columnIndex) { in isNull() method in MockCursor
|
| /frameworks/base/services/core/java/com/android/server/firewall/ |
| D | StringFilter.java | 219 public IsNullFilter(ValueProvider valueProvider, boolean isNull) { in IsNullFilter()
|