Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 200) sorted by relevance

12345678

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp145 CF_EXPECT(!partitions_.empty() ^ !entire_disk_.empty(), in TextConfig()
150 if (!entire_disk_.empty()) { in TextConfig()
161 CF_EXPECT(!config_path_.empty(), "No config path"); in WillRebuildCompositeDisk()
167 CF_EXPECT(!partitions_.empty() ^ !entire_disk_.empty(), in WillRebuildCompositeDisk()
169 if (!entire_disk_.empty()) { in WillRebuildCompositeDisk()
175 CF_EXPECT(!composite_disk_path_.empty(), "No composite disk path"); in WillRebuildCompositeDisk()
190 if (!entire_disk_.empty()) { in BuildCompositeDiskIfNecessary()
201 CF_EXPECT(!header_path_.empty(), "No header path"); in BuildCompositeDiskIfNecessary()
202 CF_EXPECT(!footer_path_.empty(), "No footer path"); in BuildCompositeDiskIfNecessary()
224 CF_EXPECT(!overlay_path_.empty(), "Overlay path missing"); in BuildOverlayIfNecessary()
[all …]
Dbootconfig_args.cpp96 if (!display_configs.empty()) { in BootconfigArgsFromConfig()
187 if (!instance.kernel_path().empty()) { in BootconfigArgsFromConfig()
190 if (!instance.initramfs_path().empty()) { in BootconfigArgsFromConfig()
229 if (!instance.vcpu_config_path().empty()) { in BootconfigArgsFromConfig()
245 if (kv.empty()) { in BootconfigArgsFromConfig()
262 CF_EXPECT(!v.empty(), "Found empty bootconfig value for " << k); in BootconfigArgsString()
/device/google/cuttlefish/host/commands/secure_env/
Dsecure_env_windows_main.cpp30 if (keymaster_pipe.empty()) { in main()
34 if (gatekeeper_pipe.empty()) { in main()
39 if (keymaster_pipe.empty() || gatekeeper_pipe.empty()) { in main()
/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp132 return !(service_.empty()); in hasService()
136 if (service_.empty()) { in getFirstService()
162 return !(service_.empty()); in hasService()
166 if (service_.empty()) { in getFirstService()
195 return !(services_.empty()); in hasServices()
199 if (services_.empty()) { in getFirstServices()
210 return !(systemLogs_.empty()); in hasSystemLogs()
214 if (systemLogs_.empty()) { in getFirstSystemLogs()
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_queue.h44 return buffer_.empty(); in IsEmpty()
53 auto is_empty = [this](void) { return buffer_.empty(); }; in WaitEmpty()
78 auto is_empty = [this](void) { return buffer_.empty(); }; in Push()
90 if (buffer_.empty()) { in Pop()
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp103 return !str.empty() && std::all_of(str.begin(), str.end(), in IsHexInteger()
108 return !str.empty() && std::all_of(str.begin(), str.end(), in IsInteger()
136 } while (!just_read.empty()); in RecvUptimeResult()
138 if (uptime_vec.empty()) { in RecvUptimeResult()
167 } while (!just_read.empty()); in RecvGetStatusResult()
169 if (status_vec.empty()) { in RecvGetStatusResult()
205 if (response.empty()) { in WaitForAdbAuthorization()
/device/generic/goldfish-opengl/system/hwc3/
DDrmConnector.cpp123 if (mModes.empty()) { in getWidth()
132 if (mModes.empty()) { in getHeight()
141 if (mModes.empty()) { in getDpiX()
160 if (mModes.empty()) { in getDpiY()
179 if (!mModes.empty()) { in getRefreshRate()
DDevice.cpp44 if (path.empty()) { in loadPersistentKeyValues()
55 if (content.empty() || content[0] == '\0') { in loadPersistentKeyValues()
72 if (path.empty()) { in savePersistentKeyValues()
165 bool Device::persistentKeyValueEnabled() const { return !getPmemPath().empty(); } in persistentKeyValueEnabled()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp217 if (!match.value.empty() && in INJECT()
220 } else if (!match.value.empty() && !FileExists(match.value)) { in INJECT()
252 if (instance_actions_.empty()) { in CustomShellActions()
257 if (!id_str.empty()) { in CustomShellActions()
269 if (instance_actions_.empty()) { in CustomActionServers()
274 if (!id_str.empty()) { in CustomActionServers()
286 if (instance_actions_.empty()) { in CustomDeviceStateActions()
291 if (!id_str.empty()) { in CustomDeviceStateActions()
331 if (custom_action_config_.empty()) { in Process()
Desp.cpp210 if (image_path_.empty()) { in Build()
337 if (efi_loader_path_.empty()) { in Build()
397 if (root_.empty()) { in Build()
401 if (kernel_.empty()) { in Build()
427 if (!initrd_.empty()) { in Build()
448 if (!initrd_.empty()) { in DumpConfig()
474 if (multiboot_bin_.empty()) { in Build()
478 if (zedboot_.empty()) { in Build()
/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.cpp82 if (snumber.empty()) { in parse_int()
106 if (command_.empty()) { in GetNextInt()
122 if (command_.empty()) { in GetNextHexInt()
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_provider_2_7.cpp73 hidl_vec<VendorTagSection> empty; in getVendorTags() local
74 _hidl_cb(Status::OK, empty); in getVendorTags()
82 hidl_vec<hidl_string> empty; in getCameraIdList() local
83 _hidl_cb(Status::OK, empty); in getCameraIdList()
/device/google/cuttlefish/common/libs/concurrency/
Dthread_safe_queue.h48 while (items_.empty()) { in Pop()
58 while (items_.empty()) { in PopAll()
79 return items_.empty(); in IsEmpty()
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp243 while (!cached_line.empty() || std::getline(file, line)) { in ReadGnssRawMeasurement()
244 if (!cached_line.empty()) { in ReadGnssRawMeasurement()
250 if (header.empty() && android::base::StartsWith(line, "# Raw")) { in ReadGnssRawMeasurement()
358 if (!fixed_locations_queue_.empty()) { in WriteFixedLocationFromQueue()
380 return !inputStr.empty() && android::base::StartsWith(inputStr, "# Raw"); in isGnssRawMeasurement()
448 if (!FLAGS_gnss_file_path.empty()) { in RunServer()
465 if (!FLAGS_gnss_grpc_socket.empty()) { in RunServer()
477 if (!FLAGS_gnss_grpc_socket.empty()) { in RunServer()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
DrilSocketQueue.h75 int empty(void);
104 while(empty()) { in dequeue()
158 int Ril_queue<T>::empty(void) { in empty() function
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp50 bool SimpleC2Component::WorkQueue::empty() const { return mQueue.empty(); } in empty() function in android::SimpleC2Component::WorkQueue
244 queueWasEmpty = queue->empty(); in queue_nb()
245 while (!items->empty()) { in queue_nb()
276 while (!queue->empty()) { in flush_sm()
282 while (!queue->pending().empty()) { in flush_sm()
304 queueWasEmpty = queue->empty(); in drain_nb()
458 if (queue->empty()) { in processQueue()
466 hasQueuedWork = !queue->empty(); in processQueue()
541 if (!updates.empty()) { in processQueue()
555 if (!work->input.buffers.empty() && !work->input.buffers[0]) { in processQueue()
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.cpp64 if (buffer_queue_.empty()) { in OnWritable()
70 if (!buffer_queue_.empty()) { in OnWritable()
74 return buffer_queue_.empty() && close_; in OnWritable()
/device/google/cuttlefish/common/libs/confui/
Dpacket_types.cpp27 if (vec.empty()) { in ToString()
35 bool is_remove_one_comma = (!packet.additional_info_.empty()); in ToString()
/device/google/cuttlefish/host/commands/start/
Dmain.cc78 if (my_own_dir.empty() || !FileExists(subtool_path)) { in SubtoolPath()
185 } else if (!image_dir.empty()) { in CvdInternalStartMain()
227 CHECK(!previous_config->Instances().empty()); in CvdInternalStartMain()
240 CHECK(!instance_nums->empty()) << "Expected at least one instance"; in CvdInternalStartMain()
275 CHECK(!conf_path.empty()) << "could not find config"; in CvdInternalStartMain()
/device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp129 if (addr.empty()) { in SetServerAddr()
178 if (mServiceAddr.empty()) { in AcquireFocus()
233 return !mAudioFocusRequests.empty() || !mSessionsReleaseRequests.empty() || in RequestWorker()
234 (current_timestamp > nextHeartbeatTime && !mActiveSessions.empty()); in RequestWorker()
/device/google/cuttlefish/host/libs/vm_manager/
Dgem5_manager.cpp257 if (!instance.gpu_angle_feature_overrides_enabled().empty()) { in ConfigureGraphics()
261 if (!instance.gpu_angle_feature_overrides_disabled().empty()) { in ConfigureGraphics()
311 if(!config.gem5_debug_flags().empty()) { in StartCommands()
313 if(!instance.gem5_debug_file().empty()) { in StartCommands()
/device/generic/goldfish/hals/radio/
DRadioData.cpp62 if (protocolStr.empty()) { in formatCGDCONT()
66 if (apn.empty()) { in formatCGDCONT()
255 if (request.empty()) { in setupDataCall()
324 if (!cgcontrdp->dns2.empty()) { in setupDataCall()
353 bool empty; in deactivateDataCall() local
364 empty = mDataCalls.empty(); in deactivateDataCall()
367 if (empty) { in deactivateDataCall()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp58 if (!environment_.wmediumd_api_server_socket().empty()) { in ResultSetup()
106 if (!environment_.wmediumd_api_server_socket().empty()) { in WaitForAvailability()
122 if (!environment_.wmediumd_config().empty()) { in ResultSetup()
Dgnss_grpc_proxy.cpp60 if (!instance.gnss_file_path().empty()) { in GnssGrpcProxyServer()
65 if (!instance.fixed_location_file_path().empty()) { in GnssGrpcProxyServer()
/device/google/cuttlefish/host/commands/display/
Dmain.cpp109 if (display_configs.empty()) { in DoAdd()
149 if (displays.empty()) { in DoRemove()
185 CF_EXPECT(!screenshot_path.empty(), in DoScreenshot()
218 if (args.empty()) { in DisplayMain()

12345678