Searched refs:directory (Results 1 – 25 of 31) sorted by relevance
12
/art/test/ |
D | README.md | 19 The run-tests are identified by directories in this `test` directory, named with 21 sources are in the `src` subdirectory. Sources found in the `src2` directory are 22 compiled separately but to the same output directory; this can be used to 24 pass. The `src-ex` directory is built separately, and is intended for exercising 25 class loaders. Resources can be stored in the `res` directory, which is 31 scripts located in the `test/etc` directory (`default-build`, `default-run`, and 36 if the test's directory contains a Bash script named after the step 45 directory; any mismatch triggers a test failure. 53 these commands from the Android source top-level directory: 71 the same directory as the code they exercise). Their source files usually end [all …]
|
D | OWNERS | 1 # See also ART owners in the parent directory.
|
D | README.chroot.md | 11 setting up a chroot directory in a `ART_TEST_CHROOT` directory located under 29 * the possibility to have several standalone ART instances (one per directory, 47 1. Set the chroot directory in `ART_TEST_CHROOT`: 75 5. Setup the device (including setting up mount points and files in the chroot directory):
|
D | README.atest.md | 21 system by a Soong module name following the `art-run-test-`*`<test-directory>`* 134 command from the Android source tree top-level directory: 138 In the previous command, `art` is the (relative) path to the directory
|
D | README.arm_fvp.md | 43 the product output directory: 82 These components must then be copied into the product output directory:
|
/art/test/utils/python/testgen/ |
D | mixins.py | 131 def dump(self, directory): argument 135 out_file = directory / self.get_file_name()
|
/art/libelffile/dwarf/ |
D | headers.h | 143 for (const std::string& directory : include_directories) { in WriteDebugLineTable() local 144 writer.PushData(directory.data(), directory.size() + 1); in WriteDebugLineTable()
|
/art/libartbase/base/ |
D | utils.cc | 380 DIR* directory = opendir("/proc/self/task"); in GetTaskCount() local 381 if (directory == nullptr) { in GetTaskCount() 387 while ((entry = readdir(directory)) != nullptr) { in GetTaskCount() 393 closedir(directory); in GetTaskCount()
|
/art/odrefresh/ |
D | odr_fs_utils.cc | 78 for (const std::string& directory : android::base::Split(absolute_path, "/")) { in EnsureDirectoryExists() local 79 path.append("/").append(directory); in EnsureDirectoryExists()
|
/art/libartbase/base/metrics/ |
D | README.md | 3 This directory contains most of ART's metrics framework. Some portions that 4 rely on the runtime can be found in the `runtime/metrics` directory.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 13 The final assembly sources are written into the "out" directory, where 17 generated files in the "out" directory. 57 combined source files in the "out" directory. Make sure the files in
|
/art/tools/dexfuzz/ |
D | README | 35 4. Create a new directory, and place some DEX files in here. These are the seed files 37 5. Create a directory on your device that mutated test files can be pushed to and 66 Add in --execute-dir=<dir on device> if you want to specify an execution directory. 77 - Files will always be executed in the same directory where you are executing DexFuzz.
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 34 The agent must be located in an app-accessible directory. 42 Copy the agent into an app-accessible directory, and make the file owned by the app.
|
/art/test/121-modifiers/ |
D | info.txt | 7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
|
/art/ |
D | Android.bp | 12 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it
|
/art/openjdkjvm/ |
D | Android.bp | 24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/art/tools/ |
D | libcore_failures.txt | 26 description: "Differences between vogar and cts in user directory", 241 …`/home/dalvik-prebuild/jaxen/xml/test/tests.xml: open failed: ENOENT (No such file or directory)`", 246 …ild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml: open failed: ENOENT (No such file or directory)`",
|
D | Android.bp | 48 // Copy the art shell script to the host and target's bin directory
|
D | art | 502 This script should be in the same directory as the Android Runtime ($ART_BINARY).
|
/art/libnativeloader/ |
D | Android.bp | 44 // Library search path needed for running host tests remotely (from testcases directory).
|
/art/dt_fd_forward/ |
D | Android.bp | 27 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/art/openjdkjvmti/ |
D | Android.bp | 24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/art/tools/luci/config/ |
D | cr-buildbucket.cfg | 51 # We can checkout and build in this directory to get fast incremental builds.
|
/art/tools/runtime_memusage/ |
D | README | 55 Puts all output in specified directory.
|
12