Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/interpreter/mterp/
Dgen_mterp.py58 script = StringIO() # File-like in-memory buffer.
59 script.write("# DO NOT EDIT: This file was generated by gen-mterp.py.\n")
60 script.write(open(SCRIPT_SETUP_CODE, "r").read())
61 script.write("def opcodes():\n")
63 script.write(' write_opcode({0}, "{1}", {1})\n'.format(i, opcode))
72 script.write(line.lstrip("%") + "\n")
80 script.write(indent + "write_line('''" + line + "''')\n")
81 script.write("\n")
83 script.write("generate('''" + output_filename + "''')\n")
84 script.seek(0)
[all …]
DREADME.txt5 one big python script. This generated python script is then executed to
8 the script (without the %) and thus executed during the generation.
/art/test/961-default-iface-resolution-gen/
Dinfo.txt8 script. If we run with --jvm we will use the
9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/970-iface-super-resolution-gen/
Dinfo.txt8 script. If we run with --jvm we will use the
9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/964-default-iface-init-gen/
Dinfo.txt8 script. If we run with --jvm we will use the
9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/971-iface-super/
Dinfo.txt9 script. If we run with --jvm we will use the util-src/generate_java.py script
12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/968-default-partial-compile-gen/
Dinfo.txt9 script. If we run with --jvm we will use the util-src/generate_java.py script
12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/960-default-smali/
Dinfo.txt6 test/utils/python/generate_smali_main.py script. If we run with --jvm we will
7 use the tools/extract-embedded-java script to turn the smali into equivalent
13 Care should be taken when updating the generate_smali_main.py script. It must
/art/tools/
DAndroid.bp32 // Copy the art shell script to the host and target's bin directory
34 name: "art-script",
54 name: "dex2oat-script",
Drun-libcore-tests.sh76 The script passes unrecognized options to the command-line created for vogar.
78 The script runs a hardcoded list of libcore test packages by default. The user
Dhost_bcp.sh26 If --use-first-dir is specified, the script will use the first apex dir instead
Ddex2oat_wrapper15 # This script is used on host and device. It uses a common subset
19 # The purpose of this script is to invoke dex2oat with the right
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Dart55 --verbose Run script verbosely.
502 This script should be in the same directory as the Android Runtime ($ART_BINARY).
Dlibcore_gcstress_debug_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/tools/dexfuzz/
DAndroid.bp24 // --- dexfuzz script ----------------
26 name: "dexfuzz-script",
DAndroid.mk21 fuzzer: dexfuzz-script $(HOST_CORE_IMG_OUTS)
/art/test/089-many-methods/
Dexpected.txt1 See the 'check' script for the expectation!
/art/test/303-verification-stress/
Dinfo.txt7 size of string array can be modified in the script.
/art/tools/bisection_search/
DREADME.md43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup]
66 --check-script CHECK_SCRIPT script comparing output and expected output
/art/test/
DREADME.md28 The run-tests logic lives in the `test/run-test` Bash script. The execution of a
36 if the test's directory contains a Bash script named after the step
46 The `test/run-test` script handles the execution of a single run-test in a given
47 configuration. The Python script `test/testrunner/testrunner.py` is a convenient
48 script handling the construction and execution of multiple tests in one
81 script. Additionally, run-tests can be run individually. All of the tests can be
/art/tools/veridex/
DAndroid.bp50 // Expose the appcompat.sh script for use by the build.
/art/test/804-class-extends-itself/smali/
DMain.smali20 # multidex, but this requires a custom build script).
/art/libartbase/
DAndroid.bp75 // Exclude the version script from Darwin host since it's not
/art/tools/jfuzz/
DREADME.md69 --report_script : path to script called for each divergence

12