Home
last modified time | relevance | path

Searched +defs:path +defs:root (Results 301 – 325 of 2179) sorted by relevance

1...<<11121314151617181920>>...88

/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dgrep.py71 def __init__(self, root, engine, flist): argument
152 def grep_it(self, prog, path): argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc105 bool ReadFile(const std::string& path, std::string* result) { in ReadFile()
125 bool ReadAndParseDataFile(const std::string& path, in ReadAndParseDataFile()
141 bool ReadResultFile(const std::string& path, std::string* result) { in ReadResultFile()
159 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath()
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DGrepDialog.py28 def __init__(self, root, engine, flist): argument
79 def grep_it(self, prog, path): argument
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_unittest.cc326 FilePath root(cases[i].inputs[0]); in TEST_F() local
841 FilePath path(cases[i].input); in TEST_F() local
851 FilePath path(double_extension_cases[i].input); in TEST_F() local
919 FilePath path(cases[i].inputs[0]); in TEST_F() local
947 FilePath path(cases[i].input); in TEST_F() local
960 FilePath path(FPL("foo.tar.gz")); in TEST_F() local
1001 FilePath path(cases[i].inputs[0]); in TEST_F() local
1039 FilePath path(cases[i].inputs[0]); in TEST_F() local
1085 FilePath path(cases[i].inputs[0]); in TEST_F() local
1134 FilePath path(cases[i].inputs[0]); in TEST_F() local
[all …]
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dcommon_util.py620 def read_file_content(path, encode_type='utf8'): argument
635 def file_generate(path, content): argument
686 def to_pretty_xml(root, indent=" "): argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dcletest.c400 char path[2048]; in openFont() local
498 char path[2048]; in DataDrivenTest() local
739 U_CFUNC void addCTests(TestNode **root) in addCTests()
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dcletest.c400 char path[2048]; in openFont() local
498 char path[2048]; in DataDrivenTest() local
739 U_CFUNC void addCTests(TestNode **root) in addCTests()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp46 StringRef find_first_component(StringRef path) { in find_first_component()
135 size_t parent_path_end(StringRef path) { in parent_path_end()
231 namespace path { namespace
233 const_iterator begin(StringRef path) { in begin()
241 const_iterator end(StringRef path) { in end()
360 StringRef root_path(StringRef path) { in root_path()
392 StringRef root_name(StringRef path) { in root_name()
414 StringRef root_directory(StringRef path) { in root_directory()
443 StringRef relative_path(StringRef path) { in relative_path()
444 StringRef root = root_path(path); in relative_path() local
[all …]
/aosp_15_r20/external/llvm/lib/Support/
H A DPath.cpp46 StringRef find_first_component(StringRef path) { in find_first_component()
135 size_t parent_path_end(StringRef path) { in parent_path_end()
231 namespace path { namespace
233 const_iterator begin(StringRef path) { in begin()
241 const_iterator end(StringRef path) { in end()
360 StringRef root_path(StringRef path) { in root_path()
392 StringRef root_name(StringRef path) { in root_name()
414 StringRef root_directory(StringRef path) { in root_directory()
443 StringRef relative_path(StringRef path) { in relative_path()
444 StringRef root = root_path(path); in relative_path() local
[all …]
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor()
105 TestCase *RandomOrderExecutor::seekToCase(const string &path) in seekToCase()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DAnalyseNewJavaParserTest.java41 private static final Path root = adaptPath("src/test/test_sourcecode/javaparser_new_src"); field in AnalyseNewJavaParserTest
76 Path path = expectedOutput.resolve(fileName.replaceAll("/", "_") + ".txt"); in parse() local
H A DAnalyseJavaSymbolSolver060Test.java43 private static final Path root = adaptPath("src/test/test_sourcecode/javasymbolsolver_0_6_0"); field in AnalyseJavaSymbolSolver060Test
93 …String path = adaptPath(expectedOutput) + "/" + projectName + "/" + fileName.replaceAll("/", "_") … in parse() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DAaptAssets.cpp67 static bool isHidden(const char *root, const char *path) in isHidden()
614 sp<AaptDir> AaptDir::makeDir(const String8& path) in makeDir()
911 String8 root, remain(filePath), partialPath; in addFile() local
956 void AaptAssets::addResource(const String8& leafName, const String8& path, in addResource()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/
H A DFilesSetup.java117 Path root = Paths.get(testDir); in clearAll() local
126 private static void delete(Path path) throws IOException { in delete()
/aosp_15_r20/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py38 def root(serial): function
41 def pull(serial, path, dest): argument
/aosp_15_r20/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
H A DFakeFileSystem.kt131 for (path in roots.keys) { constant in okio.fakefilesystem.FakeFileSystem
519 var root = roots[rootPath] in lookupPath() variable
579 val path: Path, constant in okio.fakefilesystem.FakeFileSystem.PathLookupResult
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_autocomplete.py17 def __init__(self, root, text): argument
265 def _listdir(path): argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dprotobuf_name.rs46 pub path: String, field
238 pub path: String, field
242 fn root() -> ProtobufAbsolutePath { in root() method
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgit_repo.py133 def root(repo_path: Path | str = '.') -> Path: function
156 def path( function
/aosp_15_r20/system/tools/hidl/
DCoordinator.h169 std::string path; // e.x. hardware/interfaces member
170 FQName root; // e.x. [email protected] member
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/
H A D__init__.py141 def get_installed_policy(root="/"): argument
748 def get_init_transtype(path): argument
1182 def policy_xml(path="/usr/share/selinux/devel/policy.xml"): argument
1194 def gen_bool_dict(path="/usr/share/selinux/devel/policy.xml"): argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dfilesystem_test_helper.h40 inline int mkdir(const char* path, int mode) { (void)mode; return ::_mkdir(path); } in mkdir()
60 inline bool space(std::string path, std::uintmax_t &capacity, in space()
144 inline bool exists(std::string const& path) { in exists()
214 std::string root = test_root.string(); in sanitize_path() local
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_builtin.cc251 const bssl::CertPathBuilderResultPath& path) { in Get()
256 bssl::CertPathBuilderResultPath* path) { in GetOrCreate()
313 bssl::CertPathBuilderResultPath* path) override { in CheckPathAfterVerification()
324 bssl::CertPathBuilderResultPath* path) { in CheckPathAfterVerificationImpl()
432 bssl::CertPathBuilderResultPath* path, in CheckPathSatisfiesChromeRootConstraint()
483 void CheckChromeRootConstraints(bssl::CertPathBuilderResultPath* path) { in CheckChromeRootConstraints()
610 bool ConformsToEVPolicy(const bssl::CertPathBuilderResultPath* path) { in ConformsToEVPolicy()
611 const bssl::ParsedCertificate* root = path->GetTrustedCert(); in ConformsToEVPolicy() local
830 void AppendPublicKeyHashes(const bssl::CertPathBuilderResultPath& path, in AppendPublicKeyHashes()
892 const bssl::CertPathBuilderResultPath& path) { in CreateVerifiedCertChain()
/aosp_15_r20/external/libchrome/crypto/
H A Dnss_util.cc265 const base::FilePath& path) { in OpenPersistentNSSDBForPath()
437 const base::FilePath& path) { in InitializeNSSForChromeOSUser()
718 SECMODModule* root = LoadModule("Root Certs", "libnssckbi.so", nullptr); in InitDefaultRootCerts() local
776 ScopedPK11Slot OpenSoftwareNSSDB(const base::FilePath& path, in OpenSoftwareNSSDB()
843 const base::FilePath& path) { in InitializeNSSForChromeOSUser()
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dinline_table.rs40 let mut root = InlineTable::new(); in table_from_pairs() localVariable
148 let mut path = key; in keyval() localVariable

1...<<11121314151617181920>>...88