Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 127) sorted by relevance

123456

/device/generic/car/tools/
DREADME.md11 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…
Dtest_run_local_avd.sh17 echo Setup a clean local AVD with the Img in $HOME/Downloads/x86_64 and run
/device/google/cuttlefish/tools/
Dcreate_base_image_gce.sh49 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
Dvlan_prototype_down.sh15 if [ -f /var/run/cuttlefish-dnsmasq-"${bridge}".pid ]; then
16 kill $(cat /var/run/cuttlefish-dnsmasq-"${bridge}".pid)
Dvlan_prototype_up.sh30 --pid-file=/var/run/cuttlefish-dnsmasq-"${bridge}".pid \
31 --dhcp-leasefile=/var/run/cuttlefish-dnsmasq-"${bridge}".leases \
Dcreate_base_image_arm.sh138 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/
Dexecns.te12 #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
Dgoldfish_setup.te38 # Allow goldfish_setup to run init.wifi.sh
40 #Allow goldfish_setup to run createns in its own domain
/device/google/contexthub/firmware/
DREADME10 # 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/
Drebuild-docker.sh77 docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
111 docker run -d \
138 docker run -it --rm \
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc3 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/
Dserver.cpp118 httpd->run(); in main()
119 run_loop->run(); in main()
/device/generic/goldfish/fvpbase/
DREADME.md1 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/
Dpoller.h29 int run();
Dmain.cpp31 return poller.run(); in main()
/device/generic/goldfish/network/netmgr/
Dpoller.h29 int run();
/device/linaro/poplar/installer/
DREADME30 * 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/
DServerSocket.cpp112 int ServerSocket::run(std::shared_ptr<RunLoop> rl) { in run() function in ServerSocket
155 clientSocket->run(); in acceptIncomingConnection()
/device/google/cuttlefish/host/frontend/webrtc/
Dadb_handler.cpp95 void AdbHandler::run() { mAdbConnection->run(); } in run() function in cuttlefish::webrtc_streaming::AdbHandler
Dadb_handler.h34 void run();
/device/google/coral/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/crosshatch/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/cuttlefish/tests/wifi/
Druntests.sh7 <no-args> run all tests
/device/google/coral-sepolicy/vendor/qcom/common/
Dinit_shell.te3 # from an init*.rc file. No service should ever run in this domain.
/device/linaro/hikey/factory-images/
DREADME3 Do a normal build prep, then in the ANDROID_TOP_DIR run:

123456