/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | grep.py | 71 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 D | validation_unittest.cc | 105 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/ |
D | GrepDialog.py | 28 def __init__(self, root, engine, flist): argument 79 def grep_it(self, prog, path): argument
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_unittest.cc | 326 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 D | common_util.py | 620 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 D | cletest.c | 400 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 D | cletest.c | 400 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 D | Path.cpp | 46 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 D | Path.cpp | 46 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 D | tcuRandomOrderExecutor.cpp | 41 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 D | AnalyseNewJavaParserTest.java | 41 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 D | AnalyseJavaSymbolSolver060Test.java | 43 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 D | AaptAssets.cpp | 67 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 D | FilesSetup.java | 117 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 D | adbutil.py | 38 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 D | FakeFileSystem.kt | 131 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/ |
D | test_autocomplete.py | 17 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/ |
D | protobuf_name.rs | 46 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 D | git_repo.py | 133 def root(repo_path: Path | str = '.') -> Path: function 156 def path( function
|
/aosp_15_r20/system/tools/hidl/ |
D | Coordinator.h | 169 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__.py | 141 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 D | filesystem_test_helper.h | 40 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 D | cert_verify_proc_builtin.cc | 251 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 D | nss_util.cc | 265 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/ |
D | inline_table.rs | 40 let mut root = InlineTable::new(); in table_from_pairs() localVariable 148 let mut path = key; in keyval() localVariable
|