Searched refs:isNull (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/libs/input/
H A DSpriteController.h79 return !bitmap.isNull() && !bitmap.empty();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java248 if (!cursor.isNull(colIndex)) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h148 bool isNull() const;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java546 if (td.isNull()) { // end sentinel
571 if (td.isNull()) { // end sentinel
/frameworks/base/core/java/android/database/
H A DCursorWindow.java289 public boolean isNull(int row, int column) { method in class:CursorWindow
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java188 assertTrue(c.isNull(numCol));
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp392 slangAssert(!T.isNull());
H A Dslang_rs_export_type.cpp670 if (T.isNull())
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java330 if (!c.isNull(columnIndex)) {
339 if (!c.isNull(columnIndex)) {
346 if (!c.isNull(columnIndex)) {
353 if (!c.isNull(columnIndex)) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp404 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java270 if (!cursor.isNull(dtstartColumn)) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp217 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp261 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java714 if (index == 0 && !cursor.isNull(DESTINATION_PORT_COLUMN)) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp824 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp206 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())

Completed in 540 milliseconds

12