Home
last modified time | relevance | path

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

/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/tools/
DAndroid.mk23 LOCAL_MODULE := art-script
31 LOCAL_MODULE := art-script
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Dart15 # This script is used on host and device. It uses a common subset
50 --verbose Run script verbosely.
141 # Input: Command line arguments to the art script.
319 # No more arguments for this script.
409 # This script is used on host and target (device). However, the (expected)
425 # - make the ART Buildbot build script (art/tools/buildbot-build.sh) also
452 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.
Dlibcore_network_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Dlibcore_failures.txt4 * libcore expectation files get properly updated. The script that uses this file
/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/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/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/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/test/089-many-methods/
Dexpected.txt1 See the 'check' script for the expectation!
/art/test/134-nodex2oat-nofallback/
Dinfo.txt2 116. It needs it separate test as it needs a custom check 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/303-verification-stress/
Dinfo.txt7 size of string array can be modified in the script.
/art/
D.vpython20 # vpython path/to/script.py some --arguments
/art/test/804-class-extends-itself/smali/
DMain.smali20 # multidex, but this requires a custom build script).
/art/test/
DREADME.md19 script. Additionally, run-tests can be run individidually. All of the
Drun-test1073 --check-script="$cwd/check" \
/art/libartbase/
DAndroid.bp69 // 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