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

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
alphaindex.cpp 263 if (immutableBucketList.isNull() || coll.isNull()) {
    [all...]
tzfmt.cpp 949 if (!specificMatches.isNull()) {
    [all...]
  /external/jsoncpp/include/json/
value.h 276 bool isNull() const;
298 /// Return isNull()
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 124 assert(!Entry.isNull() &&
561 if (!Callee.isNull())
  /external/llvm/test/Transforms/InstCombine/
phi.ll 436 %isnull = icmp eq i32* %ptr, null
437 ret i1 %isnull
  /external/mockito/src/org/mockito/
Matchers.java 641 public static Object isNull() {
654 public static <T> T isNull(Class<T> clazz) {
  /external/skia/include/core/
SkBitmap.h 121 bool isNull() const { return NULL == fPixelRef; }
125 bool drawsNothing() const { return this->empty() || this->isNull(); }
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 377 (mContext->getAllocationType().isNull() ||
378 mContext->getScriptCallType().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...]
ContactAggregator2.java 527 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID2)) {
533 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID1)) {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 57 import static org.mockito.Matchers.isNull;
539 eq(true), (String) isNull(), eq(-1));
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /external/clang/lib/Sema/
SemaDecl.cpp 449 if (T.isNull()) {
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc 99 using testing::IsNull;
943 // Tests that IsNull() matches any NULL pointer of any type.
945 Matcher<int*> m1 = IsNull();
951 Matcher<const char*> m2 = IsNull();
965 Matcher<void*> m3 = IsNull();
973 const Matcher<linked_ptr<int> > m = IsNull();
982 const Matcher<const linked_ptr<double>&> m = IsNull();
991 const Matcher<const scoped_ptr<double>&> m = IsNull();
999 // Tests that IsNull() describes itself properly.
1001 Matcher<int*> m = IsNull();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 268 if (!T.isNull())
    [all...]
MallocChecker.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 589 assert(!isNull() && "Cannot retrieve a NULL type pointer");
642 bool isNull() const {
643 return Value.getPointer().isNull();
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 327 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer());
328 Builder.CreateCondBr(isNull, endBB, notNullBB);
395 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer());
396 Builder.CreateCondBr(IsNull, CastNull, CastNotNull);
    [all...]
  /external/dng_sdk/source/
dng_negative.cpp 1578 if (fRawImageDigest.IsNull ())
    [all...]
  /external/llvm/docs/
CodingStandards.rst     [all...]

Completed in 2600 milliseconds

<<11121314151617181920>>