Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 11 of 11) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_table_test.cpp37 ASSERT_EQ(true, t.isEmpty()); in TEST_F()
53 ASSERT_EQ(true, t.isEmpty()); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A Dtaglib-2.patch22 - if( !tag->accessor().isNull() && !tag->accessor().isEmpty() ) \
23 + if( !tag->accessor().isEmpty() ) \
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp82 bool isEmpty() const in isEmpty() function in pldm::filetable::FileTable
H A Dfile_table.cpp135 if (table.isEmpty()) in buildFileTable()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp56 bool isEmpty() const noexcept;
H A Dbios_config.cpp154 if (biosStringTable.isEmpty()) in setBIOSTable()
171 if (biosStringTable.isEmpty() || biosStringValueTable.isEmpty()) in setBIOSTable()
669 if (biosTable.isEmpty()) in loadTable()
H A Dbios_table.cpp21 bool BIOSTable::isEmpty() const noexcept in isEmpty() function in pldm::responder::bios::BIOSTable
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc377 if (!objectName().isEmpty()) { in saveSettings()
939 if (!objectName().isEmpty()) { in ConfigInfoView()
962 if (!objectName().isEmpty()) { in saveSettings()
1285 if (!objectName().isEmpty()) { in saveSettings()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc384 if (!objectName().isEmpty()) { in saveSettings()
1023 if (!objectName().isEmpty()) { in ConfigInfoView()
1033 if (!objectName().isEmpty()) { in saveSettings()
1309 if (!objectName().isEmpty()) { in saveSettings()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js835 isEmpty: function isEmpty() { function
902 return dataset.isEmpty();
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp490 EXPECT_EQ(tableObj.isEmpty(), true); in TEST()