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

1 2 3 4 5 67 8 91011>>

  /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...]
  /external/clang/include/clang/AST/
TemplateName.h 220 bool isNull() const { return Storage.isNull(); }
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 79 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
86 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 72 public static <T> Predicate<T> isNull() {
177 ? Predicates.<T>isNull()
231 /** @see Predicates#isNull() */
237 return "Predicates.isNull()";
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 129 while (I != E && I->isNull())
140 } while (I != E && I->isNull());
  /external/skia/include/core/
SkBitmap.h 121 bool isNull() const { return NULL == fPixelRef; }
125 bool drawsNothing() const { return this->empty() || this->isNull(); }
    [all...]
  /external/v8/test/mjsunit/
mirror-null.js 41 assertTrue(mirror.isNull());
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 35 private static final String ATTR_IS_NULL = "isNull";
69 // if there are no string filter attributes, we default to isNull="false" so that an
219 public IsNullFilter(ValueProvider valueProvider, boolean isNull) {
221 mIsNull = isNull;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java 47 import static org.mockito.Matchers.isNull;
104 verify(listener).onCallerInfoQueryComplete(eq(Uri.EMPTY), isNull(CallerInfo.class));
  /external/clang/lib/Sema/
TreeTransform.h 203 return T.isNull();
    [all...]
SemaCXXScopeSpec.cpp 31 if (T.isNull())
366 if (!ObjectType.isNull()) {
475 if (!ObjectType.isNull()) {
503 if (!ObjectType.isNull() && Found.empty()) {
626 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
    [all...]
SemaTemplateInstantiate.cpp 695 if (Arg.isNull())
    [all...]
SemaLambda.cpp 618 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType());
648 if (CSI.ReturnType.isNull())
655 assert(!CSI.ReturnType.isNull() && "We should have a tentative return type.");
714 assert(!DeductType.isNull() && "can't build reference to auto");
723 if (DeducedType.isNull())
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 48 eval("with ({ void&&null.push(goto NaN) : Math.max(undef).toText }) { {-1/null,1.isNull} }")
124 eval("x = new null.isNull.slice(x.prototype.value, Iterator(undef))")
152 eval("native {unescape(true),new RegExp.isNull}")
276 eval("let (0.2.isNull&undef.toString()) { continue/void+parseInt(null) }")
308 eval("import 0.2.isNull.__lookupGetter__(debugger.size)")
376 eval("for (Math.pow(1).isNull in Iterator(continue.length())) { Join(true, 0.2, null, x, new Object()).length }")
400 eval("for (continue.isNull.filter(this.toText), function () { throw new 'a'(0.2) }, native?break:undef.prototype.return continue) { Array(void.toText) }")
404 eval("const x = new this.slice(new Object(), 1).isNull")
428 eval("switch (~new Object().toText) { case (new RegExp.unshift().exec(new RegExp<<debugger)): -1.length.exec(this.isNull); break; }")
476 eval("export Join(break.toObject(), 0.2.isNull, false.call(0), break.filter(break), 1.length())"
    [all...]
  /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/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java 161 if (parameters.isNull(index)) {
264 if (!jsonObject.isNull("extras")) {
267 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;
396 verify(mImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.PAUSE), (Message) isNull());
413 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...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 346 // Test isNull(int).
347 assertFalse(cursorWrapper.isNull(columnBlob));
354 assertTrue(cursorWrapper.isNull(columnBlob));
MergeCursorTest.java 177 // Test isNull(int).
178 assertFalse(mergeCursor.isNull(columnBlob));
181 assertTrue(mergeCursor.isNull(columnBlob));
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 130 if ( !org.antlr.lang.isNull(txt) ) {
  /external/clang/unittests/AST/
SourceLocationTest.cpp 207 assert(!T.isNull());
232 assert(!T.isNull());
  /external/guava/guava/src/com/google/common/base/
Predicates.java 75 public static <T> Predicate<T> isNull() {
180 ? Predicates.<T>isNull()
294 /** @see Predicates#isNull() */
300 return "Predicates.isNull()";
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallManagerTest.java 41 import static org.mockito.Matchers.isNull;
303 eq(mEvent), isNull());

Completed in 824 milliseconds

1 2 3 4 5 67 8 91011>>