Searched refs:prog (Results 1 - 19 of 19) sorted by relevance

/dalvik/dx/etc/
H A Djasmin17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
H A Ddexmerger17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
H A Ddx17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
H A DmainDexClasses39 # Set up prog to be the path of this script, including following symlinks,
41 prog="$0"
43 while [ -h "${prog}" ]; do
44 newProg=`/bin/ls -ld "${prog}"`
47 prog="${newProg}"
49 progdir=`dirname "${prog}"`
50 prog="${progdir}/${newProg}"
54 progdir=`dirname "${prog}"`
57 prog="${progdir}"/`basename "${prog}"`
[all...]
H A Ddx.bat21 REM Set up prog to be the path of this script, including following symlinks,
23 set prog=%~f0 variable
/dalvik/opcode-gen/
H A Dopcode-gen36 # Set up prog to be the path of this script, including following symlinks,
38 prog="$0"
39 while [ -h "${prog}" ]; do
40 newProg=`/bin/ls -ld "${prog}"`
43 prog="${newProg}"
45 progdir=`dirname "${prog}"`
46 prog="${progdir}/${newProg}"
50 progdir=`dirname "${prog}"`
53 prog="${progdir}"/`basename "${prog}"`
[all...]
H A Dregen-all17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
30 progdir=`dirname "${prog}"`
/dalvik/tools/dexdeps/etc/
H A Ddexdeps17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
/dalvik/dx/tests/
H A Drun-test17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
H A Drun-all-tests17 # Set up prog to be the path of this script, including following symlinks,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`
[all...]
/dalvik/dx/tests/029-unit-Bits/
H A Drun17 prog=`which dx`
18 progdir=`dirname "${prog}"`
/dalvik/dx/tests/033-unit-IntList/
H A Drun17 prog=`which dx`
18 progdir=`dirname "${prog}"`
/dalvik/dx/tests/116-leb128/
H A Drun18 prog=`which dx`
19 progdir=`dirname "${prog}"`
/dalvik/dx/tests/117-modified-utf8/
H A Drun18 prog=`which dx`
19 progdir=`dirname "${prog}"`
/dalvik/dx/tests/126-main-dex-list-one-dex/
H A Drun18 prog=`which dx`
/dalvik/dx/tests/134-maindexlist-lambdas/
H A Drun17 prog=`which dx`
18 progdir=`dirname "${prog}"`
/dalvik/dx/tests/119-merge-conflict/
H A Drun18 prog=`which dx`
19 progdir=`dirname "${prog}"`
/dalvik/dx/tests/127-merge-stress/
H A Drun21 prog=`which dx`
22 progdir=`dirname "${prog}"`
/dalvik/dx/tests/115-merge/
H A Drun18 prog=`which dx`
19 progdir=`dirname "${prog}"`

Completed in 241 milliseconds