| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | restapi.py | 29 self.assertFalse(self.layerindex.is_empty(), msg="Layerindex is empty") 40 self.assertFalse(reload.is_empty(), msg="Layerindex is empty") 75 self.assertFalse(reload.is_empty(), msg="Layer index is empty")
|
| H A D | cooker.py | 36 self.assertFalse(self.layerindex.is_empty(), msg="Layerindex is not empty!")
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
| H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 112 - assert betamax.current_cassette.is_empty() is True 115 - assert betamax.current_cassette.is_empty() is True 122 - assert betamax.current_cassette.is_empty() is True 186 - assert cassette.is_empty() is False 223 - assert cassette.is_empty() is False 238 - assert cassette.is_empty() is False
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-packaging.inc | 54 is_empty = len(dir_contents) == 0 55 if not is_empty:
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | recovery.c | 54 static int is_empty(void *buf, int len) in is_empty() function 165 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node() 175 if (!is_empty(buf, len)) in get_master_node() 419 return is_empty(p, check_len); in is_last_write() 472 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 485 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 693 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 932 if (err || !is_empty(sbuf, len)) { in recover_head()
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 344 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 384 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 420 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 443 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 477 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 501 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 545 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 575 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 703 EXPECT_FALSE(fs::is_empty(verifyDir)); in TEST_F() 739 EXPECT_TRUE(fs::is_empty(verifyDir)); in TEST_F() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/ |
| H A D | wireplumber_0.5.10.bb | 107 is_empty = len(dir_contents) == 0 108 if not is_empty:
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | event_manager.cpp | 90 if (!fs::exists(EVENTS_PERSIST_PATH) || fs::is_empty(EVENTS_PERSIST_PATH)) in restore()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | ramoops_manager.cpp | 27 if (!std::filesystem::exists(dir) || std::filesystem::is_empty(dir)) in Manager()
|
| H A D | dump_manager_bmc.cpp | 264 if (!std::filesystem::exists(dir) || std::filesystem::is_empty(dir)) in restore()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | pdr_utils.hpp | 95 if (!fs::exists(dir) || fs::is_empty(dir)) in readJson()
|
| H A D | event_parser.cpp | 28 if (!fs::exists(dir) || fs::is_empty(dir)) in StateSensorHandler()
|
| H A D | fru_parser.cpp | 48 if (fs::exists(dir) && !fs::is_empty(dir)) in FruParser()
|
| H A D | bios_table.cpp | 25 empty = fs::is_empty(filePath); in isEmpty()
|
| /openbmc/phosphor-snmp/ |
| H A D | snmp_conf_manager.cpp | 125 fs::is_empty(dbusPersistentLocation)) in restoreClients()
|
| /openbmc/phosphor-led-manager/manager/ |
| H A D | json-parser.hpp | 33 if (!fs::exists(path) || fs::is_empty(path)) in readJson()
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | events.py | 93 have_args = boxed or (arg_type and not arg_type.is_empty())
|
| H A D | types.py | 201 if (not base or base.is_empty()) and not members and not variants:
|
| /openbmc/openbmc-test-automation/openpower/localuser/ |
| H A D | test_ipmi_redfish_user.robot | 249 ${is_empty}= Run Keyword And Return Status 252 IF ${is_empty} == ${True} BREAK
|
| /openbmc/openpower-vpd-parser/vpd-tool/include/ |
| H A D | tool_utils.hpp | 472 if (std::filesystem::is_empty(i_pathToJson, l_ec)) in getParsedJson() 800 if (std::filesystem::is_empty(i_filePath, l_ec)) in readValueFromFile()
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 140 if remoteIndex.is_empty():
|
| /openbmc/phosphor-led-manager/manager/lamptest/ |
| H A D | lamptest.cpp | 327 if (!fs::exists(path) || fs::is_empty(path)) in getPhysicalLEDNamesFromJson()
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_ipmi_redfish_user.robot | 336 ${is_empty}= Run Keyword And Return Status 339 IF ${is_empty} == ${True} BREAK
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | json_utility.hpp | 119 if (std::filesystem::is_empty(pathToJson)) in getParsedJson() 741 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
| H A D | pipewire_1.4.3.bb | 236 is_empty = len(dir_contents) == 0 237 if not is_empty:
|