| /device/google/cuttlefish/host/commands/assemble_cvd/ |
| D | disk_builder.cpp | 145 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 …]
|
| D | bootconfig_args.cpp | 96 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/ |
| D | secure_env_windows_main.cpp | 30 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/ |
| D | dumpstate_hal_configuration_V1_0.cpp | 132 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/ |
| D | screen_connector_queue.h | 44 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/ |
| D | adb_connection_maintainer.cpp | 103 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/ |
| D | DrmConnector.cpp | 123 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()
|
| D | Device.cpp | 44 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/ |
| D | custom_actions.cpp | 217 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()
|
| D | esp.cpp | 210 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/ |
| D | command_parser.cpp | 82 if (snumber.empty()) { in parse_int() 106 if (command_.empty()) { in GetNextInt() 122 if (command_.empty()) { in GetNextHexInt()
|
| /device/google/cuttlefish/guest/hals/camera/ |
| D | vsock_camera_provider_2_7.cpp | 73 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/ |
| D | thread_safe_queue.h | 48 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/ |
| D | gnss_grpc_proxy.cpp | 243 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/ |
| D | rilSocketQueue.h | 75 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/ |
| D | SimpleC2Component.cpp | 50 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/ |
| D | websocket_handler.cpp | 64 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/ |
| D | packet_types.cpp | 27 if (vec.empty()) { in ToString() 35 bool is_remove_one_comma = (!packet.additional_info_.empty()); in ToString()
|
| /device/google/cuttlefish/host/commands/start/ |
| D | main.cc | 78 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/ |
| D | android_audio_controller.cpp | 129 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/ |
| D | gem5_manager.cpp | 257 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/ |
| D | RadioData.cpp | 62 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/ |
| D | wmediumd_server.cpp | 58 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()
|
| D | gnss_grpc_proxy.cpp | 60 if (!instance.gnss_file_path().empty()) { in GnssGrpcProxyServer() 65 if (!instance.fixed_location_file_path().empty()) { in GnssGrpcProxyServer()
|
| /device/google/cuttlefish/host/commands/display/ |
| D | main.cpp | 109 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()
|