Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 13 of 13) sorted by relevance

/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java104 String[] paths = getAllPendingOdexPaths(); in denyDueToInconsistentFileName() local
105 assertThat(paths.length).isGreaterThan(1); in denyDueToInconsistentFileName()
106 String odex1 = paths[0]; in denyDueToInconsistentFileName()
107 String odex2 = paths[1]; in denyDueToInconsistentFileName()
122 String[] paths = getAllPendingOdexPaths(); in denyDueToMissingFile() local
123 assertThat(paths.length).isGreaterThan(0); in denyDueToMissingFile()
124 getDevice().deleteFile(paths[0]); in denyDueToMissingFile()
/art/test/561-shared-slowpaths/
Dinfo.txt1 Test on correctness while possibly sharing slow paths.
/art/test/491-current-method/
Dinfo.txt2 crash in the presence of slow paths with intrinsics.
/art/test/1947-breakpoint-redefine-deopt/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/994-breakpoint-line/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/tools/
Drun-gtests.sh26 absolute paths (starting with /apex). All gtests are run otherwise.
Dhost_bcp.sh25 and existing \$ANDROID_PRODUCT_OUT/apex/* paths.
/art/tools/ahat/
DREADME.txt84 Restore old presentation of sample paths from gc roots.
85 Fix bug in selection of sample paths from gc root.
96 Don't include weak references in sample paths.
/art/build/apex/
Dart_apex_test.py342 paths = []
347 paths.append(path)
351 paths = [path for path in paths if not fnmatch.fnmatch(path, path_glob)]
352 for unexpected_path in paths:
/art/tools/common/
Dcommon.py491 paths = classpath.split(':')
493 for path in paths:
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali179 # exceptional paths. Since v0 is never changed, there should be no phis.
/art/test/
DREADME.chroot.md143 their absolute paths beginning with `/apex/`:
/art/odrefresh/
Dodrefresh.cc374 std::vector<const char*> paths{artifacts.OatPath().c_str(), artifacts.VdexPath().c_str()}; in ArtifactsExist() local
376 paths.push_back(artifacts.ImagePath().c_str()); in ArtifactsExist()
378 for (const char* path : paths) { in ArtifactsExist()
390 for (const char* path : paths) { in ArtifactsExist()