/device/generic/car/tools/ |
D | README.md | 11 If you plan to share the AVD with others or run on other host via Android Emulator directly, you ca… 21 To create a clean local AVD config and run with the latest Android Emulator engine from the SDK. 26 To run the existing AVD config. 32 run_local_avd.sh allows you to setup and run multiple AVDs. You can crease a script for each of the… 39 * Deleting the WORKDIR will let the script create it from scratch next time as the 1st run. 42 … created as the following default settings at the 1st run. You can also change them at the 1st run… 61 …mulator Command-line startup options](https://developer.android.com/studio/run/emulator-commandlin…
|
D | test_run_local_avd.sh | 17 echo Setup a clean local AVD with the Img in $HOME/Downloads/x86_64 and run
|
/device/google/cuttlefish/tools/ |
D | create_base_image_gce.sh | 49 sudo mount --bind /run /mnt/image/run 71 $(gsutil ls gs://nvidia-drivers-us-public/GRID/GRID*/*-Linux-x86_64-*.run \ 74 /mnt/image/tmp/nvidia-driver-installer.run 77 chmod +x /mnt/image/tmp/nvidia-driver-installer.run 80 sudo chroot /mnt/image /tmp/nvidia-driver-installer.run \ 85 rm /mnt/image/tmp/nvidia-driver-installer.run
|
D | vlan_prototype_down.sh | 15 if [ -f /var/run/cuttlefish-dnsmasq-"${bridge}".pid ]; then 16 kill $(cat /var/run/cuttlefish-dnsmasq-"${bridge}".pid)
|
D | vlan_prototype_up.sh | 30 --pid-file=/var/run/cuttlefish-dnsmasq-"${bridge}".pid \ 31 --dhcp-leasefile=/var/run/cuttlefish-dnsmasq-"${bridge}".leases \
|
D | create_base_image_arm.sh | 138 bootcmd=run distro_bootcmd 139 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done 140 bootcmd_mmc0=devnum=0; run mmc_boot 141 bootcmd_mmc1=devnum=1; run mmc_boot 142 mmc_boot=if mmc dev ${devnum}; then ; run scan_for_boot_part; fi 143 …{devplist}; do if fstype mmc ${devnum}:${distro_bootpart} bootfstype; then run find_script; fi; do… 144 …m}:${distro_bootpart} /boot/boot.scr; then echo Found U-Boot script /boot/boot.scr; run run_scr; fi 186 run start_poe 277 run bootcmd_dhcp; 283 run finduuid
|
/device/generic/goldfish/sepolicy/common/ |
D | execns.te | 12 #Allow execns itself to be run by init in its own domain 15 # Allow dhcpclient to be run by execns in its own domain 18 # Allow hostapd_nohidl to be run by execns in its own domain 21 # Allow netmgr to be run by execns in its own domain
|
D | goldfish_setup.te | 38 # Allow goldfish_setup to run init.wifi.sh 40 #Allow goldfish_setup to run createns in its own domain
|
/device/google/contexthub/firmware/ |
D | README | 10 # First time you run toolchain-setup.sh it will download and install 17 1.1. to build any OS variant, run 22 # or simply "cd <variant_path>" and run "make". 25 1.2. to build nanoapp, run 30 # or simply "cd <nanoapp_path>" and run "make".
|
/device/google/cuttlefish_vmm/ |
D | rebuild-docker.sh | 77 docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3 111 docker run -d \ 138 docker run -it --rm \
|
/device/google/cuttlefish/shared/config/ |
D | init.vendor.rc | 3 mkdir /var/run 0755 root root 4 mkdir /var/run/media 0755 media root 5 mkdir /var/run/system 0755 system root 90 # Mount RW partitions which need run fsck 119 # we don't want to run swapon_all at that time.
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | server.cpp | 118 httpd->run(); in main() 119 run_loop->run(); in main()
|
/device/generic/goldfish/fvpbase/ |
D | README.md | 1 This document describes how to build and run an Android system image targeting 36 ``device-tree-compiler`` package. Then run: 73 environment variable to the path to the model executable. Then run the 98 ``build.sh`` command, run:
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | poller.h | 29 int run();
|
D | main.cpp | 31 return poller.run(); in main()
|
/device/generic/goldfish/network/netmgr/ |
D | poller.h | 29 int run();
|
/device/linaro/poplar/installer/ |
D | README | 30 * Power on Poplar, get into U-Boot prompt and run command below. 34 * On PC side, run command below to update the bootloader.
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | ServerSocket.cpp | 112 int ServerSocket::run(std::shared_ptr<RunLoop> rl) { in run() function in ServerSocket 155 clientSocket->run(); in acceptIncomingConnection()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | adb_handler.cpp | 95 void AdbHandler::run() { mAdbConnection->run(); } in run() function in cuttlefish::webrtc_streaming::AdbHandler
|
D | adb_handler.h | 34 void run();
|
/device/google/coral/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/crosshatch/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/cuttlefish/tests/wifi/ |
D | runtests.sh | 7 <no-args> run all tests
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | init_shell.te | 3 # from an init*.rc file. No service should ever run in this domain.
|
/device/linaro/hikey/factory-images/ |
D | README | 3 Do a normal build prep, then in the ANDROID_TOP_DIR run:
|