Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 26) sorted by relevance

12

/system/chre/util/tests/
Dshared_ptr_test.cc54 EXPECT_TRUE(ptr.isNull()); in TEST_F()
60 EXPECT_FALSE(ptr.isNull()); in TEST_F()
68 EXPECT_TRUE(ptr.isNull()); in TEST_F()
69 EXPECT_FALSE(movedPtr.isNull()); in TEST_F()
77 EXPECT_FALSE(ptr.isNull()); in TEST_F()
78 EXPECT_FALSE(copiedPtr.isNull()); in TEST_F()
86 EXPECT_TRUE(ptr.isNull()); in TEST_F()
87 EXPECT_FALSE(movedPtr.isNull()); in TEST_F()
95 EXPECT_FALSE(ptr.isNull()); in TEST_F()
96 EXPECT_FALSE(copiedPtr.isNull()); in TEST_F()
[all …]
Dunique_ptr_test.cc54 ASSERT_FALSE(p1.isNull()); in TEST()
61 EXPECT_TRUE(p1.isNull()); in TEST()
65 EXPECT_TRUE(p2.isNull()); in TEST()
99 ASSERT_FALSE(ptr.isNull()); in TEST()
107 ASSERT_FALSE(ptr.isNull()); in TEST()
115 ASSERT_FALSE(myArray.isNull()); in TEST()
125 ASSERT_FALSE(myInt.isNull()); in TEST()
138 ASSERT_FALSE(myInt.isNull()); in TEST()
142 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
145 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
[all …]
Dblocking_queue_test.cc73 ASSERT_TRUE(ptr.isNull()); in TEST()
/system/chre/util/include/chre/util/
Dunique_ptr.h93 bool isNull() const;
174 return !isNull();
177 return isNull();
180 return !isNull();
Dunique_ptr_impl.h63 bool UniquePtr<ObjectOrArrayType>::isNull() const { in isNull() function
166 if (!ptr.isNull()) { in MakeUniqueZeroFill()
Dsynchronized_expandable_memory_pool_impl.h127 if (!newBlock.isNull()) { in pushOneBlock()
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Dunique_ptr.h93 bool isNull() const;
174 return !isNull();
177 return isNull();
180 return !isNull();
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java123 assertThat(error).isNull(); in testAutomaticBootLoopRecovery()
168 assertThat(error).isNull(); in testSessionNotRevertedWithCheckpointingDisabled()
205 assertThat(error).isNull(); in testCheckpointingRevertsSession()
243 assertThat(error).isNull(); in testRebootingOnceDoesNotRevertSession()
339 assertThat(error).isNull(); in testReasonForRevertIsLoggedDuringBootloop()
DApexE2EBaseHostTest.java108 .that(installResult).isNull(); in installApex()
DApexdHostTest.java274 assertThat(error).isNull(); in testApexSessionStateUnchangedBeforeReboot()
441 assertThat(error).isNull(); in testAcceptsGoodRebootlessApex()
/system/chre/platform/zephyr/include/chre/target_platform/
Dstatic_nanoapp_init.h45 if (nanoapp.isNull()) { \
/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h54 if (nanoapp.isNull()) { \
/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h55 if (nanoapp.isNull()) { \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h54 if (nanoapp.isNull()) { \
/system/chre/platform/embos/include/chre/target_platform/
Dstatic_nanoapp_init.h53 if (nanoapp.isNull()) { \
/system/chre/platform/slpi/see/
Dsee_helper.cc185 if (msg->isNull() && *msgLen > 0) { in encodeSnsStdAttrReq()
232 if (msg->isNull()) { in encodeSnsSuidReq()
281 if (msg->isNull()) { in encodeSnsResamplerConfig()
323 if (msg->isNull()) { in encodeSnsStdSensorConfig()
372 if (req.isNull()) { in prepSnsClientReq()
578 if (data.isNull()) { in decodeSnsStdAttrValue()
630 if (data.isNull()) { in decodeSnsStrAttr()
685 if (data.isNull()) { in decodeSnsStdAttrEvent()
753 if (!data->event.isNull() && index < data->totalSamples) { in populateEventSample()
955 if (statusData.isNull()) { in decodeSnsStdSensorPhysicalConfigEvent()
[all …]
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_load_manager.h94 return !mNanoapp.isNull(); in hasPendingLoadTransaction()
/system/chre/util/include/chre/util/system/
Dshared_ptr.h105 bool isNull() const;
Dshared_ptr_impl.h67 bool SharedPtr<ObjectType>::isNull() const { in isNull() function
/system/chre/platform/shared/
Dnanoapp_load_manager.cc38 if (mNanoapp.isNull()) { in prepareForLoad()
Dhost_link.cc97 if (cbData.isNull()) { in loadNanoappData()
/system/chre/platform/slpi/
Dhost_link.cc185 if (builder.isNull()) { in buildAndEnqueueMessage()
449 if (nanoapp.isNull()) { in handleLoadNanoappFile()
843 if (!pendingNanoapp.isNull()) { in handleLoadNanoappRequest()
845 if (cbData.isNull()) { in handleLoadNanoappRequest()
/system/chre/apps/power_test/common/
Drequest_manager.cc129 if (builder.isNull()) { in sendResponseMessageToHost()
331 if (builder.isNull()) { in handleNanIdResult()
/system/chre/core/
Devent_loop.cc178 CHRE_ASSERT(!nanoapp.isNull()); in startNanoapp()
184 if (nanoapp.isNull()) { in startNanoapp()
/system/chre/test/simulation/
Dtest_util.cc162 EXPECT_FALSE(nanoapp.isNull()); in createStaticNanoapp()

12