HomeSort by relevance Sort by last modified time
    Searched full:isnull (Results 201 - 225 of 765) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/database/
DatabaseUtils.java 656 if (!cursor.isNull(colIndex)) {
686 if (!cursor.isNull(colIndex)) {
717 if (!cursor.isNull(colIndex)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 151 inline bool isNull() const { return SrcArgs.empty(); }
227 if (!Rule.isNull())
251 if (Rule.isNull()) {
306 if (!Rule.isNull()) {
491 if ((!PType.isNull() && !PType.isConstQualified())
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 69 if (m_ClipPath.IsNull()) {
76 if (m_GeneralState.IsNull()) {
627 if (!m_ClipPath.IsNull()) {
632 if (!m_ClipPath.IsNull()) {
639 if (m_ClipPath.IsNull()) {
  /external/skia/tests/
ReadPixelsTest.cpp 99 if (bmp.isNull()) {
175 SkASSERT(!bitmap.isNull());
341 bool startsWithPixels = !bmp.isNull();
363 REPORTER_ASSERT(reporter, bmp.isNull());
420 bool startsWithPixels = !bmp.isNull();
  /external/v8/test/cctest/
test-thread-termination.cc 83 CHECK(try_catch.Exception()->IsNull());
102 CHECK(try_catch.Exception()->IsNull());
245 CHECK(try_catch.Exception()->IsNull());
293 CHECK(try_catch.Exception()->IsNull());
352 CHECK(try_catch.Exception()->IsNull());
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 346 // Test isNull(int).
347 assertFalse(cursorWrapper.isNull(columnBlob));
354 assertTrue(cursorWrapper.isNull(columnBlob));
  /external/gmock/test/
gmock_link_test.h 150 using testing::IsNull;
512 // Tests the linkage of the IsNull matcher.
516 ON_CALL(mock, VoidFromString(IsNull())).WillByDefault(Return());
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 150 using testing::IsNull;
512 // Tests the linkage of the IsNull matcher.
516 ON_CALL(mock, VoidFromString(IsNull())).WillByDefault(Return());
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 628 if (result.isNull()) {
867 if (nf.isNull()) {
884 if (bi.isNull()) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 333 if (isNULL())
353 if (isNULL())
438 if (isNULL())
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java 162 if (parameters.isNull(index)) {
265 if (!jsonObject.isNull("extras")) {
268 if (!jsonObject.isNull("categories")) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 57 import static org.mockito.Mockito.isNull;
393 verify(mImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.PAUSE), (Message) isNull());
410 verify(mSecondImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.WAIT), (Message) isNull());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 515 if (!cursor.isNull(ContactQuery.DATA_ID)) {
519 if (!cursor.isNull(ContactQuery.PRESENCE)
520 || !cursor.isNull(ContactQuery.STATUS)) {
654 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
    [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 79 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
86 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
CGExprCXX.cpp 232 assert(ReturnValue.isNull() && "Destructor shouldn't have return value");
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 130 bool ResolveInfo::isNull() const {
251 if (pInfo->isNull())
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 134 if (cursor.isNull(InboundSmsHandler.DESTINATION_PORT_COLUMN)) {
154 if (cursor.isNull(InboundSmsHandler.COUNT_COLUMN)) {
  /libcore/ojluni/src/main/java/java/util/
Objects.java 237 * {@link java.util.function.Predicate}, {@code filter(Objects::isNull)}
246 public static boolean isNull(Object obj) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 248 if (!mGroupMetaData.isNull(GroupMetaDataLoader.FAVORITES)
251 } else if (!mGroupMetaData.isNull(GroupMetaDataLoader.AUTO_ADD)
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 217 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();
278 if (!State->isNull(V).isConstrainedTrue()) {
367 if (!State->isNull(*ArgV).isConstrainedTrue())
722 return N->getState()->isNull(Constraint).isUnderconstrained();
792 assert(N->getState()->isNull(V).isConstrainedTrue() &&
816 if (Succ->getState()->isNull(V).isConstrainedTrue())
823 if (!Pred->getState()->isNull(V).isConstrainedTrue()) {
826 assert(Succ->getState()->isNull(V).isConstrainedTrue());
    [all...]
  /art/runtime/
class_table.h 61 return item.IsNull();
  /art/runtime/gc/accounting/
remembered_set.cc 90 if (!root->IsNull()) {
  /art/runtime/mirror/
string.h 161 DCHECK(!java_lang_String_.IsNull());
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
PaginatedCursor.java 217 public boolean isNull(int column) {

Completed in 1009 milliseconds

1 2 3 4 5 6 7 891011>>