Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 31) sorted by relevance

12

/art/test/
DREADME.md19 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 …]
DOWNERS1 # See also ART owners in the parent directory.
DREADME.chroot.md11 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):
DREADME.atest.md21 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
DREADME.arm_fvp.md43 the product output directory:
82 These components must then be copied into the product output directory:
/art/test/utils/python/testgen/
Dmixins.py131 def dump(self, directory): argument
135 out_file = directory / self.get_file_name()
/art/libelffile/dwarf/
Dheaders.h143 for (const std::string& directory : include_directories) { in WriteDebugLineTable() local
144 writer.PushData(directory.data(), directory.size() + 1); in WriteDebugLineTable()
/art/libartbase/base/
Dutils.cc380 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/
Dodr_fs_utils.cc78 for (const std::string& directory : android::base::Split(absolute_path, "/")) { in EnsureDirectoryExists() local
79 path.append("/").append(directory); in EnsureDirectoryExists()
/art/libartbase/base/metrics/
DREADME.md3 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/
DREADME.txt13 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/
DREADME35 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/
DREADME.md34 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/
Dinfo.txt7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
/art/
DAndroid.bp12 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
/art/tools/jvmti-agents/chain-agents/
DREADME.md7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it
/art/openjdkjvm/
DAndroid.bp24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
/art/tools/
Dlibcore_failures.txt26 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)`",
DAndroid.bp48 // Copy the art shell script to the host and target's bin directory
Dart502 This script should be in the same directory as the Android Runtime ($ART_BINARY).
/art/libnativeloader/
DAndroid.bp44 // Library search path needed for running host tests remotely (from testcases directory).
/art/dt_fd_forward/
DAndroid.bp27 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
/art/tools/luci/config/
Dcr-buildbucket.cfg51 # We can checkout and build in this directory to get fast incremental builds.
/art/openjdkjvmti/
DAndroid.bp24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
/art/tools/runtime_memusage/
DREADME55 Puts all output in specified directory.

12