Searched refs:dev (Results 1 – 25 of 62) sorted by relevance
123
/development/tools/external_crates/crates_io_util/src/testdata/ |
D | winnow-0.6.20 | 9 "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 …]
|
D | winnow-0.5.37 | 25 "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",
|
D | hashbrown-0.14.5 | 38 "kind": "dev", 63 "kind": "dev", 79 "kind": "dev", 87 "kind": "dev", 97 "kind": "dev", 113 "kind": "dev", 133 "kind": "dev", 149 "kind": "dev",
|
D | hashbrown-0.12.3 | 51 "kind": "dev", 59 "kind": "dev", 67 "kind": "dev", 77 "kind": "dev", 93 "kind": "dev", 109 "kind": "dev",
|
/development/tools/logblame/ |
D | connectivity_log_test | 14 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
|
D | app_switch_test | 31 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/ |
D | setup.sh | 23 "${@}" > /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/ |
D | gradlew | 32 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/ |
D | gradlew | 32 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/ |
D | gradlew | 32 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/ |
D | bugreport | 23 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/ |
D | eventlog_no_cujs.winscope | 4 … } 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/ |
D | ahash.header | 4 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().
|
D | ahash.patch | 4 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/ |
D | acov | 94 which lcov >/dev/null 2>/dev/null 120 xdg-open $DIR/index.html >/dev/null
|
D | reverse_tether.sh | 120 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/ |
D | remerge3.sh | 87 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/ |
D | rmtypedefs | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 40 while expr "x$1" : 'x-J' >/dev/null; do
|
/development/tools/apkcheck/etc/ |
D | apkcheck | 23 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/ |
D | gce_startup.sh | 4 mkfs.ext4 -F /dev/nvme0n1 6 mount /dev/nvme0n1 /ssd
|
/development/tools/findunused/ |
D | findunusedstrings | 30 pushd $app > /dev/null 48 popd $app > /dev/null
|
D | removeunusedresources | 3 if ! which xmlstarlet > /dev/null 46 git rm $RESLINE > /dev/null
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradlew | 57 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/ |
D | gradlew | 57 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/ |
D | gradlew | 57 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