Searched refs:script (Results 1 – 24 of 24) sorted by relevance
58 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 …]
5 one big python script. This generated python script is then executed to8 the script (without the %) and thus executed during the generation.
23 LOCAL_MODULE := art-script31 LOCAL_MODULE := art-script
3 * The script that uses this file is art/tools/run-libcore-tests.sh.
15 # This script is used on host and device. It uses a common subset50 --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) also452 This script should be in the same directory as the Android Runtime ($ART_BINARY).
4 * libcore expectation files get properly updated. The script that uses this file
8 script. If we run with --jvm we will use the9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali12 Care should be taken when updating the generate_smali.py script. It should always
9 script. If we run with --jvm we will use the util-src/generate_java.py script12 Care should be taken when updating the generate_smali.py script. It should always
6 test/utils/python/generate_smali_main.py script. If we run with --jvm we will7 use the tools/extract-embedded-java script to turn the smali into equivalent13 Care should be taken when updating the generate_smali_main.py script. It must
1 See the 'check' script for the expectation!
2 116. It needs it separate test as it needs a custom check script.
43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup]66 --check-script CHECK_SCRIPT script comparing output and expected output
7 size of string array can be modified in the script.
20 # vpython path/to/script.py some --arguments
20 # multidex, but this requires a custom build script).
19 script. Additionally, run-tests can be run individidually. All of the
1073 --check-script="$cwd/check" \
69 // Exclude the version script from Darwin host since it's not
69 --report_script : path to script called for each divergence