Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 32) 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:
69 code. They are checked by the `checker` tool (see [directory
[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`:
72 …E [...] variableloader.cc:83] Unable to access VNDK APEX at path: <path>: No such file or directory
79 directory):
DREADME.atest.md21 system by a Soong module name following the `art-run-test-`*`<test-directory>`*
159 command from the Android source tree top-level directory:
163 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/tools/luci/config/
DREADME.md3 This directory contains art's configs for its LUCI builders.
13 matches the files in the `generated` directory (there is a TODO to integrate
/art/libelffile/dwarf/
Dheaders.h139 for (const std::string& directory : include_directories) { in WriteDebugLineTable() local
140 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.cc83 for (const std::string& directory : android::base::Split(absolute_path, "/")) { in EnsureDirectoryExists() local
84 path.append("/").append(directory); in EnsureDirectoryExists()
/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java332 public int countFilesCreatedBeforeTime(String directory, long timestampMs) in countFilesCreatedBeforeTime() argument
339 "find " + directory + " -type f ! -newerct '@" + timestamp + "' | wc -l"); in countFilesCreatedBeforeTime()
343 public int countFilesCreatedAfterTime(String directory, long timestampMs) in countFilesCreatedAfterTime() argument
350 "find " + directory + " -type f -newerct '@" + timestamp + "' | wc -l"); in countFilesCreatedAfterTime()
/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/libnativeloader/
DAndroid.bp44 // Library search path needed for running host tests remotely (from testcases directory).
169 // all test artifacts into a single `testcases` directory.
/art/test/121-modifiers/
Dinfo.txt7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
/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/dt_fd_forward/
DAndroid.bp27 // 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.bp40 // Copy the art shell script to the host and target's bin directory
/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.
/art/libdexfile/
DAndroid.bp403 // all test artifacts into a single `testcases` directory.
501 // all test artifacts into a single `testcases` directory.

12