Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 25 of 46) sorted by relevance

12

/development/tools/logblame/
Dconnectivity_log_test14 adb shell settings put global airplane_mode_on 0 > /dev/null
15 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
26 adb shell settings put global airplane_mode_on 1 > /dev/null
27 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
32 adb shell settings put global airplane_mode_on 0 > /dev/null
33 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
Dapp_switch_test31 adb shell settings put global airplane_mode_on 1 > /dev/null
32 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
65 adb shell settings put global airplane_mode_on 0 > /dev/null
66 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
/development/samples/VirtualDeviceManager/
Dsetup.sh23 "${@}" > /dev/null || die "Command failed: ${*}"
44 if ! adb -s "${1}" install -r -d -g "${2}" > /dev/null; then
45 adb -s "${1}" uninstall "com.example.android.vdmdemo.${3}" > /dev/null 2>&1
81 …if ! adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device shell touch /system/test_verity > /dev/null;…
91 adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device uninstall "${PKG_NAME}" > /dev/null 2>&1
231 if adb -s "${HOST_SERIAL}" shell ls "${HOST_APK_DIR}/VdmHost.apk" > /dev/null 2>&1 \
232 … && adb -s "${HOST_SERIAL}" pull "${HOST_PERM_DST}" "/tmp/${HOST_PERM_BASENAME}" > /dev/null 2>&1 \
234 … && (adb -s "${HOST_SERIAL}" uninstall com.example.android.vdmdemo.host > /dev/null 2>&1 || true) \
235 …&& adb -s "${HOST_SERIAL}" install -r -d -g "${OUT}/${HOST_APK_DIR}/VdmHost.apk" > /dev/null 2>&1;…
252 …if adb -s "${CAMERA_DEMO_SERIAL}" shell ls "${CAMERA_DEMO_APK_DIR}/VirtualCameraDemo.apk" > /dev/n…
[all …]
/development/samples/NsdManagerSample/
Dgradlew32 if expr "$link" : '/.*' > /dev/null; then
39 cd "`dirname \"$PRG\"`/" >/dev/null
41 cd "$SAVED" >/dev/null
102 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
137 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/apps/ShareTest/
Dgradlew32 if expr "$link" : '/.*' > /dev/null; then
39 cd "`dirname \"$PRG\"`/" >/dev/null
41 cd "$SAVED" >/dev/null
102 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
137 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/samples/PictureInPicture/ComposePip/
Dgradlew32 if expr "$link" : '/.*' > /dev/null; then
39 cd "`dirname \"$PRG\"`/" >/dev/null
41 cd "$SAVED" >/dev/null
102 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
137 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/tools/bugreport/
Dbugreport23 if expr "x${newProg}" : 'x/' >/dev/null; then
73 while expr "x$1" : 'x-J' >/dev/null; do
76 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
/development/scripts/
Dacov94 which lcov >/dev/null 2>/dev/null
120 xdg-open $DIR/index.html >/dev/null
Dreverse_tether.sh120 for dev in `default_routes`; do
121 $ADB shell "ifconfig $dev down"
190 sudo brctl delif $BRIDGE $HOST_DEV 2>/dev/null || true # ignore
228 ifconfig $HOST_DEV >/dev/null || $0 rndis
235 ifconfig $HOST_DEV >/dev/null || $0 rndis
Dcombine_sdks.sh88 pushd "$BASE_DIR" &> /dev/null
94 popd &> /dev/null
Dcodegen9 if ! command -v codegen_cli 2>&1 >/dev/null; then
/development/tools/apkcheck/etc/
Dapkcheck23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
/development/tools/rmtypedefs/etc/
Drmtypedefs23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
/development/tools/repo_diff/service/repodiff/remote_scripts/
Dgce_startup.sh4 mkfs.ext4 -F /dev/nvme0n1
6 mount /dev/nvme0n1 /ssd
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/tools/checkcolor/
Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/samples/training/testingfun/
Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/development/tools/findunused/
Dfindunusedstrings30 pushd $app > /dev/null
48 popd $app > /dev/null
Dremoveunusedresources3 if ! which xmlstarlet > /dev/null
46 git rm $RESLINE > /dev/null
/development/tools/cargo_embargo/testdata/either/
Dcargo.metadata30 "kind": "dev",
72 "no-dev-version": true,
229 "kind": "dev",
241 "kind": "dev",
253 "kind": "dev",
265 "kind": "dev",
277 "kind": "dev",
479 "kind": "dev",
493 "kind": "dev",
614 "kind": "dev",
[all …]
/development/tools/winscope/hooks/
Dpre-upload15 if $match && (which node > /dev/null)
/development/tools/repo_diff/service/repodiff/
DMakefile124 2>/dev/null || true
128 ./tools/clear_service_account_keys.py $(SERVICE_ACCOUNT) 2>/dev/null || true
135 $(RUN_COMMAND_REMOTE) 'docker stop $$(docker ps -a -q)' 2>/dev/null || true
140 …&& gcloud compute firewall-rules create $(FIREWALL_NAME) --allow tcp:$(DOCKER_TARGET_PORT) 2>/dev/…
/development/tools/labpretest/
Dlabpretest.sh195 local result=$($ADB -s $device shell getprop dev.bootcomplete)
201 result=$($ADB -s $device shell getprop dev.bootcomplete)
538 result=$($ADB -s $device shell getprop dev.bootcomplete)
544 result=$($ADB -s $device shell getprop dev.bootcomplete)
/development/tools/external_crates/crate_health/
DCargo.toml25 [dev-dependencies]
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java116 InputDevice dev = mInputManager.getInputDevice(deviceId); in findControllersAndAttachShips() local
117 int sources = dev.getSources(); in findControllersAndAttachShips()
255 InputDevice dev = InputDevice.getDevice(shipID); in getShipForId() local
258 if (null != dev) { in getShipForId()
260 deviceString = dev.getDescriptor(); in getShipForId()
262 deviceString = dev.getName(); in getShipForId()
290 currentShip.setInputDevice(dev); in getShipForId()
871 public void setInputDevice(InputDevice dev) {
872 mInputDevice = dev;

12