/system/chre/util/tests/ |
D | shared_ptr_test.cc | 54 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 …]
|
D | unique_ptr_test.cc | 54 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 …]
|
D | blocking_queue_test.cc | 73 ASSERT_TRUE(ptr.isNull()); in TEST()
|
/system/chre/util/include/chre/util/ |
D | unique_ptr.h | 93 bool isNull() const; 174 return !isNull(); 177 return isNull(); 180 return !isNull();
|
D | unique_ptr_impl.h | 63 bool UniquePtr<ObjectOrArrayType>::isNull() const { in isNull() function 166 if (!ptr.isNull()) { in MakeUniqueZeroFill()
|
D | synchronized_expandable_memory_pool_impl.h | 127 if (!newBlock.isNull()) { in pushOneBlock()
|
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
D | unique_ptr.h | 93 bool isNull() const; 174 return !isNull(); 177 return isNull(); 180 return !isNull();
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexRollbackTests.java | 123 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()
|
D | ApexE2EBaseHostTest.java | 108 .that(installResult).isNull(); in installApex()
|
D | ApexdHostTest.java | 274 assertThat(error).isNull(); in testApexSessionStateUnchangedBeforeReboot() 441 assertThat(error).isNull(); in testAcceptsGoodRebootlessApex()
|
/system/chre/platform/zephyr/include/chre/target_platform/ |
D | static_nanoapp_init.h | 45 if (nanoapp.isNull()) { \
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 54 if (nanoapp.isNull()) { \
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | static_nanoapp_init.h | 55 if (nanoapp.isNull()) { \
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 54 if (nanoapp.isNull()) { \
|
/system/chre/platform/embos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 53 if (nanoapp.isNull()) { \
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 185 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/ |
D | nanoapp_load_manager.h | 94 return !mNanoapp.isNull(); in hasPendingLoadTransaction()
|
/system/chre/util/include/chre/util/system/ |
D | shared_ptr.h | 105 bool isNull() const;
|
D | shared_ptr_impl.h | 67 bool SharedPtr<ObjectType>::isNull() const { in isNull() function
|
/system/chre/platform/shared/ |
D | nanoapp_load_manager.cc | 38 if (mNanoapp.isNull()) { in prepareForLoad()
|
D | host_link.cc | 97 if (cbData.isNull()) { in loadNanoappData()
|
/system/chre/platform/slpi/ |
D | host_link.cc | 185 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/ |
D | request_manager.cc | 129 if (builder.isNull()) { in sendResponseMessageToHost() 331 if (builder.isNull()) { in handleNanIdResult()
|
/system/chre/core/ |
D | event_loop.cc | 178 CHRE_ASSERT(!nanoapp.isNull()); in startNanoapp() 184 if (nanoapp.isNull()) { in startNanoapp()
|
/system/chre/test/simulation/ |
D | test_util.cc | 162 EXPECT_FALSE(nanoapp.isNull()); in createStaticNanoapp()
|