Searched refs:script (Results 1 – 25 of 28) sorted by relevance
12
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 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 …]
|
D | README.txt | 5 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/970-iface-super-resolution-gen/ |
D | info.txt | 8 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/ |
D | info.txt | 8 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/961-default-iface-resolution-gen/ |
D | info.txt | 8 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/ |
D | info.txt | 9 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/ |
D | info.txt | 9 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/ |
D | info.txt | 6 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/ |
D | expected.txt | 1 See the 'check' script for the expectation!
|
/art/tools/dexfuzz/ |
D | Android.bp | 24 // --- dexfuzz script ---------------- 26 name: "dexfuzz-script",
|
D | Android.mk | 21 fuzzer: dexfuzz-script $(HOST_CORE_IMG_OUTS)
|
/art/tools/ |
D | Android.bp | 32 // Copy the art shell script to the host and target's bin directory 34 name: "art-script",
|
D | run-libcore-tests.sh | 76 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
|
D | host_bcp.sh | 26 If --use-first-dir is specified, the script will use the first apex dir instead
|
D | libcore_gcstress_failures.txt | 3 * The script that uses this file is art/tools/run-libcore-tests.sh.
|
D | art | 15 # 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. 322 # No more arguments for this script. 414 # This script is used on host and target (device). However, the (expected) 435 # This script is used on host and target (device). However, the (expected) 456 # This script is used on host and target (device). However, the (expected) 479 This script should be in the same directory as the Android Runtime ($ART_BINARY).
|
D | libcore_gcstress_debug_failures.txt | 3 * The script that uses this file is art/tools/run-libcore-tests.sh.
|
/art/test/134-nodex2oat-nofallback/ |
D | info.txt | 2 116. It needs it separate test as it needs a custom check script.
|
/art/test/303-verification-stress/ |
D | info.txt | 7 size of string array can be modified in the script.
|
/art/test/ |
D | README.md | 28 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/bisection_search/ |
D | README.md | 43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup] 66 --check-script CHECK_SCRIPT script comparing output and expected output
|
/art/tools/veridex/ |
D | Android.bp | 50 // Expose the appcompat.sh script for use by the build.
|
/art/test/804-class-extends-itself/smali/ |
D | Main.smali | 20 # multidex, but this requires a custom build script).
|
/art/libartbase/ |
D | Android.bp | 69 // Exclude the version script from Darwin host since it's not
|
/art/tools/jfuzz/ |
D | README.md | 69 --report_script : path to script called for each divergence
|
12