/hardware/interfaces/wifi/1.3/default/tests/ |
D | ringbuffer_unit_tests.cpp | 37 ASSERT_TRUE(buffer_.getData().empty()); in TEST_F() 45 ASSERT_EQ(2u, buffer_.getData().size()); in TEST_F() 46 EXPECT_EQ(input, buffer_.getData().front()); in TEST_F() 47 EXPECT_EQ(input2, buffer_.getData().back()); in TEST_F() 57 ASSERT_EQ(2u, buffer_.getData().size()); in TEST_F() 58 EXPECT_EQ(input2, buffer_.getData().front()); in TEST_F() 59 EXPECT_EQ(input3, buffer_.getData().back()); in TEST_F() 69 ASSERT_EQ(1u, buffer_.getData().size()); in TEST_F() 70 EXPECT_EQ(input3, buffer_.getData().front()); in TEST_F() 76 ASSERT_TRUE(buffer_.getData().empty()); in TEST_F() [all …]
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | cbor.h | 111 auto getData(const T& v) -> decltype(v.data()) { 116 auto getData(const T& v) -> decltype(v.c_str()) { 121 auto text(const T& str) -> StringBuffer<std::decay_t<decltype(*getData(str))>, TextStr> { 122 return StringBuffer<std::decay_t<decltype(*getData(str))>, TextStr>(getData(str), str.size()); 140 auto bytes(const T& str) -> StringBuffer<std::decay_t<decltype(*getData(str))>, ByteStr> { 141 return StringBuffer<std::decay_t<decltype(*getData(str))>, ByteStr>(getData(str), str.size());
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.h | 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam())); 34 const test_helper::TestModel& kTestModel = *getData(std::get<NamedModel>(GetParam()));
|
D | VtsHalNeuralnetworks.h | 35 const sp<IDevice> kDevice = getData(GetParam());
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.h | 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam())); 34 const test_helper::TestModel& kTestModel = *getData(std::get<NamedModel>(GetParam()));
|
D | VtsHalNeuralnetworks.h | 36 const sp<IDevice> kDevice = getData(GetParam());
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.h | 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam())); 38 const test_helper::TestModel& kTestModel = *getData(std::get<NamedModel>(GetParam()));
|
D | VtsHalNeuralnetworks.h | 36 const sp<IDevice> kDevice = getData(GetParam());
|
D | CompilationCachingTests.cpp | 415 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1223 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.h | 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam())); 38 const test_helper::TestModel& kTestModel = *getData(std::get<NamedModel>(GetParam()));
|
D | VtsHalNeuralnetworks.h | 36 const sp<IDevice> kDevice = getData(GetParam());
|
D | MemoryDomainTests.cpp | 317 : MemoryDomainTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainAllocateTest() 693 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainCopyTest() 842 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainExecutionTest()
|
D | CompilationCachingTests.cpp | 418 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1214 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
|
/hardware/interfaces/wifi/1.3/default/ |
D | ringbuffer.h | 39 const std::list<std::vector<uint8_t>>& getData() const;
|
D | ringbuffer.cpp | 46 const std::list<std::vector<uint8_t>>& Ringbuffer::getData() const { in getData() function in android::hardware::wifi::V1_3::implementation::Ringbuffer
|
D | wifi_chip.cpp | 1520 if (cur_buffer.getData().empty()) { in writeRingbufferFilesInternal() 1531 for (const auto& cur_block : cur_buffer.getData()) { in writeRingbufferFilesInternal()
|
/hardware/google/pixel/perfstatsd/include/ |
D | perfstats_buffer.h | 54 std::string getData() const { return mData; } in getData() function
|
/hardware/google/pixel/perfstatsd/ |
D | perfstatsd.cpp | 54 std::string content = data.getData(); in getHistory()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
D | Utils.h | 151 const Type& getData(const Named<Type>& namedData) { in getData() function
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonUtils.h | 78 const uint8_t* getData(const Operand& operand, const hidl_vec<uint8_t>& block,
|
D | HexagonUtils.cpp | 152 const uint8_t* getData(const Operand& operand, const hidl_vec<uint8_t>& block, in getData() function
|
D | HexagonModel.cpp | 42 .buffer = const_cast<uint8_t*>(getData(operand, model.operandValues, pools)), in getOperandsInfo()
|