Home
last modified time | relevance | path

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

123

/development/tools/external_crates/crates_io_util/src/testdata/
Dwinnow-0.6.209 "kind": "dev",
33 "kind": "dev",
41 "kind": "dev",
49 "kind": "dev",
57 "kind": "dev",
65 "kind": "dev",
81 "kind": "dev",
97 "kind": "dev",
105 "kind": "dev",
115 "kind": "dev",
[all …]
Dwinnow-0.5.3725 "kind": "dev",
33 "kind": "dev",
41 "kind": "dev",
49 "kind": "dev",
65 "kind": "dev",
81 "kind": "dev",
89 "kind": "dev",
99 "kind": "dev",
107 "kind": "dev",
Dhashbrown-0.14.538 "kind": "dev",
63 "kind": "dev",
79 "kind": "dev",
87 "kind": "dev",
97 "kind": "dev",
113 "kind": "dev",
133 "kind": "dev",
149 "kind": "dev",
Dhashbrown-0.12.351 "kind": "dev",
59 "kind": "dev",
67 "kind": "dev",
77 "kind": "dev",
93 "kind": "dev",
109 "kind": "dev",
/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
80 …if ! adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device shell touch /system/test_verity > /dev/null;…
90 adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device uninstall "${PKG_NAME}" > /dev/null 2>&1
207 if adb -s "${HOST_SERIAL}" shell ls "${HOST_APK_DIR}/VdmHost.apk" > /dev/null 2>&1 \
208 … && adb -s "${HOST_SERIAL}" pull "${HOST_PERM_DST}" "/tmp/${HOST_PERM_BASENAME}" > /dev/null 2>&1 \
210 … && (adb -s "${HOST_SERIAL}" uninstall com.example.android.vdmdemo.host > /dev/null 2>&1 || true) \
211 …&& adb -s "${HOST_SERIAL}" install -r -d -g "${OUT}/${HOST_APK_DIR}/VdmHost.apk" > /dev/null 2>&1;…
/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/tools/winscope/src/test/fixtures/traces/
Deventlog_no_cujs.winscope4 … } for comm="perfetto" path="/data/local/tmp/winscope_signal_handler.log" dev="dm-53" ino=10860 s…
5 … } for comm="perfetto" path="/data/local/tmp/winscope_signal_handler.log" dev="dm-53" ino=10860 s…
6 … } for comm="perfetto" path="/data/local/tmp/winscope_signal_handler.log" dev="dm-53" ino=10860 s…
/development/tools/external_crates/crate_tool/src/testdata/
Dahash.header4 Subject: [PATCH] Use /dev/urandom instead of getrandom()
6 To generate the ahash crate's default hash keys, use /dev/urandom
11 If opening or reading from /dev/urandom fails, fall back to getrandom().
Dahash.patch4 Subject: [PATCH] Use /dev/urandom instead of getrandom()
6 To generate the ahash crate's default hash keys, use /dev/urandom
11 If opening or reading from /dev/urandom fails, fall back to getrandom().
35 + let mut f = File::open("/dev/urandom")?;
/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
/development/tools/mergetool/
Dremerge3.sh87 fi >/dev/null
110 if git rev-parse >/dev/null 2>/dev/null; then
125 done < <(git -c grep.fallbackToNoIndex=true grep -zlE "$CONFLICT_MARKER_BEGIN" 2>/dev/null)
/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/apkcheck/etc/
Dapkcheck23 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/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/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/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/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`

123