Searched refs:IsEmpty (Results 1 - 25 of 35) sorted by relevance

12

/system/update_engine/payload_generator/
H A Dpayload_generation_config_unittest.cc35 EXPECT_FALSE(image_config.partitions[0].postinstall.IsEmpty());
51 EXPECT_TRUE(image_config.partitions[0].postinstall.IsEmpty());
H A Dpayload_generation_config.cc29 bool PostInstallConfig::IsEmpty() const { function in class:chromeos_update_engine::PostInstallConfig
190 TEST_AND_RETURN_FALSE(part.postinstall.IsEmpty());
209 TEST_AND_RETURN_FALSE(part.postinstall.IsEmpty());
H A Dpayload_generation_config.h36 bool IsEmpty() const;
/system/connectivity/shill/net/
H A Dbyte_string_unittest.cc57 EXPECT_TRUE(bs1.IsEmpty());
68 EXPECT_FALSE(bs1.IsEmpty());
127 EXPECT_TRUE(bs1.GetSubstring(sizeof(kTest1), kBogusOffset).IsEmpty());
225 EXPECT_TRUE(bs.IsEmpty());
228 EXPECT_TRUE(bs1.IsEmpty());
231 EXPECT_TRUE(bs2.IsEmpty());
244 EXPECT_TRUE(bs1.IsEmpty());
268 EXPECT_TRUE(bs1.IsEmpty());
H A Dbyte_string.h96 bool IsEmpty() const { return GetLength() == 0; } function in class:shill::ByteString
H A Dnetlink_message_matchers.h115 !empty_ssid.IsEmpty()) {
H A Dnetlink_message_unittest.cc625 EXPECT_FALSE(rawdata.IsEmpty());
665 EXPECT_FALSE(rawdata.IsEmpty());
802 EXPECT_FALSE(rawdata.IsEmpty());
929 EXPECT_FALSE(rawdata.IsEmpty());
/system/connectivity/shill/
H A Dhook_table.h81 bool IsEmpty() const { return hook_table_.empty(); } function in class:shill::HookTable
H A Dhook_table_unittest.cc231 TEST_F(HookTableTest, IsEmpty) {
232 EXPECT_TRUE(hook_table_.IsEmpty());
234 EXPECT_FALSE(hook_table_.IsEmpty());
236 EXPECT_TRUE(hook_table_.IsEmpty());
H A Dhttp_proxy.cc524 if (server_data_.IsEmpty()) {
595 if (state_ == kStateTunnelData && client_data_.IsEmpty()) {
598 if (server_data_.IsEmpty()) {
619 if (state_ == kStateTunnelData && !client_data_.IsEmpty()) {
630 !server_data_.IsEmpty()) {
697 if (server_data_.IsEmpty()) {
722 if (client_data_.IsEmpty()) {
H A Ddhcp_properties_unittest.cc58 EXPECT_TRUE(dhcp_properties_.properties_.IsEmpty());
164 EXPECT_TRUE(dhcp_properties_.properties_.IsEmpty());
H A Dkey_value_store_unittest.cc235 EXPECT_TRUE(store_.IsEmpty());
289 EXPECT_FALSE(store_.IsEmpty());
291 EXPECT_TRUE(store_.IsEmpty());
574 EXPECT_TRUE(store_.IsEmpty());
576 EXPECT_FALSE(store_.IsEmpty());
H A Darp_packet_unittest.cc82 EXPECT_TRUE(packet_.local_mac_address().IsEmpty());
83 EXPECT_TRUE(packet_.remote_mac_address().IsEmpty());
H A Dstatic_ip_parameters_unittest.cc314 EXPECT_TRUE(static_params_.saved_args_.IsEmpty());
359 EXPECT_TRUE(static_params_.saved_args_.IsEmpty());
H A Dactive_link_monitor.cc145 if (gateway_mac_address_.IsEmpty()) {
H A Dhttp_request.cc293 if (request_data_.IsEmpty()) {
H A Dkey_value_store.h52 bool IsEmpty();
H A Dsocket_info_reader.cc150 if (byte_string.IsEmpty())
H A Dhttp_request_unittest.cc181 EXPECT_TRUE(request_->request_data_.IsEmpty());
182 EXPECT_TRUE(request_->response_data_.IsEmpty());
/system/extras/perfprofd/quipper/
H A Daddress_mapper.h58 bool IsEmpty() const { function in class:quipper::AddressMapper
70 // IsEmpty() to distinguish this from actual emptiness.
H A Daddress_mapper.cc183 if (IsEmpty())
/system/extras/simpleperf/
H A Dbuild_id.h79 bool IsEmpty() const { function in class:BuildId
H A Ddso.cpp242 if (!build_id.IsEmpty()) {
/system/connectivity/shill/cellular/
H A Dcellular_bearer.cc171 if (properties.IsEmpty()) {
H A Dcellular_capability_classic_unittest.cc419 EXPECT_TRUE(props.IsEmpty());
437 EXPECT_TRUE(props.IsEmpty());
449 EXPECT_TRUE(props.IsEmpty());

Completed in 363 milliseconds

12