HomeSort by relevance Sort by last modified time
    Searched refs:isNull (Results 276 - 300 of 643) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
YAMLTraits.cpp 187 if (isNull(SN->value()))
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 430 if (referenceValue.isNull() == Value.ALWAYS)
  /external/skia/tests/
WritePixelsTest.cpp 114 if (bmp.isNull()) {
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 364 slangAssert(!T.isNull());
slang_backend.cpp 377 (mContext->getAllocationType().isNull() ||
378 mContext->getScriptCallType().isNull()) &&
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 331 if (!c.isNull(columnIndex)) {
340 if (!c.isNull(columnIndex)) {
347 if (!c.isNull(columnIndex)) {
354 if (!c.isNull(columnIndex)) {
    [all...]
  /libcore/json/src/main/java/org/json/
JSONObject.java 368 public boolean isNull(String name) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 376 if (!mGroupMetaData.isNull(GroupMetaDataLoader.AUTO_ADD)
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 289 if (c.isNull(RINGTONE_INDEX)) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAsyncTaskUtil.java 243 if (!cursor.isNull(CallDetailQuery.DATA_USAGE)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 280 Assert.isNull(mHost);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 171 if (photoCursor.moveToFirst() && !photoCursor.isNull(0)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 155 public boolean isNull(final int column) {
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 72 bool isNull() const {
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 161 if (TypeNode.isNull())
173 if (TypeLocNode.isNull())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 357 if (OldDTy.isNull()) {
817 if (ResultType.isNull())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 484 assert(!RegionType.isNull() && "DynamicTypeInfo should always be a pointer.");
852 if (!SupersType.isNull()) {
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 235 if (testFile.isNull()) {
319 if (testFile.isNull()) {
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 124 assert(!Entry.isNull() &&
561 if (!Callee.isNull())
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 133 bool isNull() const;
173 inline bool FpsRange::isNull() const {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 575 && !c.isNull(AggregateExceptionQuery.CONTACT_ID2)) {
580 && !c.isNull(AggregateExceptionQuery.CONTACT_ID1)) {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 23 import static org.mockito.Matchers.isNull;
693 isNull(Bundle.class))).thenAnswer(answer);
    [all...]
InCallControllerTests.java 67 import static org.mockito.Matchers.isNull;
68 import static org.mockito.Matchers.isNull;
TelecomSystemTest.java 25 import static org.mockito.Matchers.isNull;
    [all...]

Completed in 4965 milliseconds

<<11121314151617181920>>