Home
last modified time | relevance | path

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

12

/dalvik/dx/tests/134-maindexlist-lambdas/lambda/
DA.java6 new A().run(new B()::doIt); in main()
7 new A().run(B::doItStatic); in main()
10 public void run(Runnable todo) { in run() method in A
11 todo.run(); in run()
/dalvik/dx/tests/
Drun-test53 run="run"
113 td_run="${testdir}/${run}"
131 chmod 755 "$run"
136 "./$run" 2>&1
140 "./$run" >"$output" 2>&1
150 "./$run" >"$output" 2>&1
Drun-all-tests144 flock "${lock_file}" ./run-test --output_dir "${output_dir}" "${test_name}"
158 ./run-test --output_dir "${output}" "${test_name}"
/dalvik/dx/tests/113-old-style-inner-class/
DBlort.java19 public void run() { }
24 public void run() { } in create()
DBlort$1.class ... Runnable { void <init> () public void run
DBlort$2.class ... 0 void <init> (Blort) public void run
/dalvik/dx/tests/116-leb128/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/117-modified-utf8/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/119-merge-conflict/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/115-merge/
Dinfo.txt4 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Drun17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
DViewDebug$ViewServer.class ... () java.io.IOException e public void run () String[] params String command java. ...
/dalvik/dx/tests/134-maindexlist-lambdas/classes/lambda/
DA.class ... java.lang.String[]) public void run
/dalvik/dx/tests/134-maindexlist-lambdas/
Dinfo.txt1 This test that MainDexListBuilder can run on class files with InvokeDynamic,
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
DMergeTest$MergeTask.class ... ]) throws java.io.IOException public void run
/dalvik/dx/src/com/android/dx/ssa/
DMoveParamCombiner.java42 new MoveParamCombiner(ssaMethod).run(); in process()
52 private void run() { in run() method in MoveParamCombiner
DPhiTypeResolver.java54 new PhiTypeResolver(ssaMeth).run(); in process()
65 private void run() { in run() method in PhiTypeResolver
DSsaConverter.java52 new SsaRenamer(result).run(); in convertToSsaMethod()
73 new SsaRenamer(ssaMeth, threshold).run(); in updateSsaMethod()
310 DomFront.DomInfo[] domInfos = df.run(); in placePhiFunctions()
DDeadCodeRemover.java54 dc.run(); in process()
73 private void run() { in run() method in DeadCodeRemover
DLiteralOpUpgrader.java55 dc.run(); in process()
81 private void run() { in run() method in LiteralOpUpgrader
/dalvik/dx/tests/125-main-dex-list/
Dinfo.txt1 Instruct dx to build 2 dex files with specified classes in each dex file. Then run a test on
/dalvik/dx/src/com/android/dx/command/dump/
DMain.java39 new Main().run(args); in main()
45 private void run(String[] args) { in run() method in Main
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DMain.java47 main.run(args); in main()
53 void run(String[] args) { in run() method in Main
/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java94 new LivenessAnalyzer(ssaMeth, i, interference).run(); in constructInterferenceGraph()
153 public void run() { in run() method in LivenessAnalyzer
/dalvik/dx/src/com/android/dx/cf/code/
DMachine.java215 public void run(Frame frame, int offset, int opcode); in run() method

12