/aosp_15_r20/external/deqp/executor/ |
H A D | xeTestCase.cpp | 49 static inline int getFirstComponentLength(const char *path) in getFirstComponentLength() 57 static bool compareNameToPathComponent(const char *name, const char *path, int compLen) in compareNameToPathComponent() 71 static void splitPath(const char *path, std::vector<std::string> &components) in splitPath() 176 TestNode *TestNode::find(const char *path) in find() 278 TestHierarchyBuilder::TestHierarchyBuilder(TestRoot *root) : m_root(root) in TestHierarchyBuilder() 287 TestCase *TestHierarchyBuilder::createCase(const char *path, TestCaseType caseType) in createCase() 429 ConstTestNodeIterator::ConstTestNodeIterator(const TestNode *root) : m_root(root) in ConstTestNodeIterator() 433 ConstTestNodeIterator ConstTestNodeIterator::begin(const TestNode *root) in begin() 440 ConstTestNodeIterator ConstTestNodeIterator::end(const TestNode *root) in end()
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | PathType.java | 159 public abstract ParseResult parsePath(String path); in parsePath() 167 public abstract String toString(@NullableDecl String root, Iterable<String> names); in toString() 175 protected abstract String toUriPath(String root, Iterable<String> names, boolean directory); in toUriPath() 188 URI fileSystemUri, String root, Iterable<String> names, boolean directory) { in toUri() 189 String path = toUriPath(root, names, directory); in toUri() local 214 @NullableDecl private final String root; field in PathType.ParseResult 217 public ParseResult(@NullableDecl String root, Iterable<String> names) { in ParseResult() 234 public String root() { in root() method in PathType.ParseResult
|
H A D | WindowsPathType.java | 59 public ParseResult parsePath(String path) { in parsePath() 70 String root; in parsePath() local 114 private String parseUncRoot(String path, String original) { in parseUncRoot() 138 private String parseDriveRoot(String path) { in parseDriveRoot() 163 public String toString(@NullableDecl String root, Iterable<String> names) { in toString() 173 public String toUriPath(String root, Iterable<String> names, boolean directory) { in toUriPath()
|
H A D | UnixPathType.java | 39 public ParseResult parsePath(String path) { in parsePath() 46 String root = path.startsWith("/") ? "/" : null; in parsePath() local 50 private static void checkValid(String path) { in checkValid() 58 public String toString(@NullableDecl String root, Iterable<String> names) { in toString() 68 public String toUriPath(String root, Iterable<String> names, boolean directory) { in toUriPath()
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | ftrace_procfs.cc | 62 bool WriteFileInternal(const std::string& path, in WriteFileInternal() 92 std::string path = kTracingPaths[index++]; in CreateGuessingMountPoint() local 102 std::unique_ptr<FtraceProcfs> FtraceProcfs::Create(const std::string& root) { in Create() 108 FtraceProcfs::FtraceProcfs(const std::string& root) : root_(root) {} in FtraceProcfs() 124 std::string path = root_ + "events/raw_syscalls/" + event + "/filter"; in SetSyscallFilter() local 135 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in EnableEvent() local 150 std::string path = root_ + "kprobe_events"; in CreateKprobeEvent() local 178 std::string path = root_ + "kprobe_events"; in RemoveKprobeEvent() local 183 std::string path = root_ + "/kprobe_profile"; in ReadKprobeStats() local 189 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in DisableEvent() local [all …]
|
/aosp_15_r20/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/ |
H A D | SampleServer.java | 24 private final String root; field in SampleServer 27 public SampleServer(SSLContext sslContext, String root, int port) { in SampleServer() 41 String path = request.getPath(); in dispatch() local 80 private MockResponse fileToResponse(String path, File file) throws IOException { in fileToResponse() 93 private String contentType(String path) { in contentType() 111 String root = args[2]; in main() local
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 68 private Path root = null; field in CleanOutputDirectoryTask 85 private Path path = null; field in CleanOutputDirectoryTask.Retain 90 public void setPath(String path) { in setPath() 125 public void setRoot(String root) { in setRoot() 149 checkBuild(Files.isDirectory(root), "specified root '%s' is not a directory", root); in execute() local 228 private boolean couldDelete(Path path, Path dir, Dir dirInfo) { in couldDelete() 232 private boolean wasAutoGenerated(Path path) { in wasAutoGenerated()
|
/aosp_15_r20/external/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 230 addTest(TestNode** root, in addTest() 248 static TestNode *addTestNode ( TestNode *root, const char *name ) in addTestNode() 353 static void iterateTestsWithLevel ( const TestNode* root, in iterateTestsWithLevel() 519 showTests ( const TestNode *root ) in showTests() 532 runTests ( const TestNode *root ) in runTests() 602 getTest(const TestNode* root, const char* name) in getTest() 1119 runTestRequest(const TestNode* root, in runTestRequest() 1380 static char path[PATH_MAX]; in ctest_icuSrcDir() local 1441 static char path[PATH_MAX]; in ctest_dataSrcDir() local 1454 static char path[PATH_MAX]; in ctest_dataOutDir() local [all …]
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher_unittest.cc | 496 FilePath path = CreateFilterFile(); in TEST_F() local 518 FilePath path = CreateFilterFile(); in TEST_F() local 560 FilePath path = dir.GetPath().AppendASCII("test.filter"); in TEST_F() local 594 FilePath path = CreateFilterFile(); in TEST_F() local 605 FilePath path = dir.GetPath().AppendASCII("test.filter"); in TEST_F() local 735 bool ValidateStringList(const std::optional<Value::Dict>& root, in ValidateStringList() 768 FilePath path = dir.GetPath().AppendASCII("SaveSummaryResult.json"); in TEST_F() local 792 std::optional<Value::Dict> root = test_launcher_utils::ReadSummary(path); in TEST_F() local 829 FilePath path = dir.GetPath().AppendASCII("SaveSummaryResult.json"); in TEST_F() local 843 std::optional<Value::Dict> root = test_launcher_utils::ReadSummary(path); in TEST_F() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/audio_policy_engine_configurable_configuration_V1_0/gen/cpp/ |
D | audio_policy_configurable_V1_0.cpp | 106 ParameterType ParameterType::read(xmlNode *root) { in read() 134 BooleanParameterType BooleanParameterType::read(xmlNode *root) { in read() 236 IntegerParameterType IntegerParameterType::read(xmlNode *root) { in read() 326 EnumParameterType::ValuePair EnumParameterType::ValuePair::read(xmlNode *root) { in read() 370 EnumParameterType EnumParameterType::read(xmlNode *root) { in read() 425 PointParameterType PointParameterType::read(xmlNode *root) { in read() 487 BitParameterBlockType BitParameterBlockType::read(xmlNode *root) { in read() 526 StringParameterType StringParameterType::read(xmlNode *root) { in read() 718 ParameterBlockType ParameterBlockType::read(xmlNode *root) { in read() 814 SelectionCriterionRuleType SelectionCriterionRuleType::read(xmlNode *root) { in read() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/default/config/audioPolicy/capengine/audio_policy_capengine_configuration_aidl_default/gen/cpp/ |
D | android_audio_policy_capengine_configuration.cpp | 98 BooleanParameterType BooleanParameterType::read(xmlNode *root) { in read() 137 IntegerParameterType IntegerParameterType::read(xmlNode *root) { in read() 176 EnumParameterType EnumParameterType::read(xmlNode *root) { in read() 215 PointParameterType PointParameterType::read(xmlNode *root) { in read() 260 BitParameterBlockType BitParameterBlockType::read(xmlNode *root) { in read() 299 StringParameterType StringParameterType::read(xmlNode *root) { in read() 449 ParameterBlockType ParameterBlockType::read(xmlNode *root) { in read() 523 SelectionCriterionRuleType SelectionCriterionRuleType::read(xmlNode *root) { in read() 589 CompoundRuleType CompoundRuleType::read(xmlNode *root) { in read() 638 … ConfigurationsType::Configuration ConfigurationsType::Configuration::read(xmlNode *root) { in read() [all …]
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuCommandLine.cpp | 545 static int getCurrentComponentLen(const char *path) in getCurrentComponentLen() 553 static const CaseTreeNode *findNode(const CaseTreeNode *root, const char *path) in findNode() 582 static void parseCaseTrie(CaseTreeNode *root, std::istream &in, in parseCaseTrie() 744 static void parseCaseList(CaseTreeNode *root, std::istream &in, bool reportDuplicates, in parseCaseList() 751 static void parseGroupFile(CaseTreeNode *root, std::istream &inGroupList, const tcu::Archive &archi… in parseGroupFile() 779 static CaseTreeNode *parseCaseList(std::istream &in, const tcu::Archive &archive, const char *path … in parseCaseList() 784 CaseTreeNode *const root = new CaseTreeNode(hash); in parseCaseList() local 855 string::const_iterator path = pathStart; in matchWildcards() local 896 vector<string>::const_iterator path = pathStart; in patternMatches() local 1442 static bool checkTestGroupName(const CaseTreeNode *root, const char *groupPath) in checkTestGroupName() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | node.cpp | 19 static std::vector<std::string> GetPathSegments(int segment_start, const std::string& path) { in GetPathSegments() 63 std::stringstream path; in BuildPath() local 71 std::stringstream path; in BuildSafePath() local 77 const node* node::LookupAbsolutePath(const node* root, const std::string& absolute_path) { in LookupAbsolutePath() 96 const node* node::LookupInode(const node* root, ino_t ino) { in LookupInode()
|
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/ |
D | api_test.rs | 84 let root = fdt.root(); in node_name() localVariable 99 let root = fdt.root(); in node_subnodes() localVariable 111 let root = fdt.root(); in node_properties() localVariable 237 let path = cstr!("/node_z/node_zz"); in node_nop() localVariable 280 let path = CString::new(format!("{node_path}/{name}")).unwrap(); in node_add_subnode_with_namelen() localVariable 293 let root = fdt.root(); in node_subnode() localVariable 307 let root = fdt.root(); in node_subnode_with_name_bytes() localVariable 322 let root = fdt.root(); in node_subnode_borrow_checker() localVariable 381 let root = fdt.root_mut(); in node_mut_delete_and_next_subnode() localVariable 392 let root = fdt.root(); in node_mut_delete_and_next_subnode() localVariable [all …]
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | LeakCanaryFileProvider.kt | 297 var path: String in getUriForFile() variable 306 for (root in mRoots.entries) { in getUriForFile() variable 337 var path = uri.encodedPath!! in getUriForFile() variable 343 val root = mRoots[tag] in getUriForFile() constant 479 val path = resourceParser.getAttributeValue(null, ATTR_PATH) in parsePathStrategy() constant
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_text.cpp | 287 auto root = flexbuffers::GetRoot(vec->data(), vec->size()); in GenFieldOffset() local 292 auto root = GetRoot<Table>(vec->data()); in GenFieldOffset() local 383 auto root = static_cast<const Table *>(table); in GenerateTextFromTable() local 391 auto root = parser.opts.size_prefixed ? GetSizePrefixedRoot<Table>(flatbuffer) in GenerateText() local 396 static std::string TextFileName(const std::string &path, in TextFileName() 401 bool GenerateTextFile(const Parser &parser, const std::string &path, in GenerateTextFile() 418 std::string TextMakeRule(const Parser &parser, const std::string &path, in TextMakeRule()
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | inode.c | 966 const char *path) in erofs_droid_inode_fsconfig() 1014 const char *path) in erofs_droid_inode_fsconfig() 1021 const char *path) in __erofs_fill_inode() 1058 const char *path) in erofs_fill_inode() 1127 const char *path) in erofs_iget_from_srcpath() 1695 static int erofs_mkfs_dump_tree(struct erofs_inode *root, bool rebuild, in erofs_mkfs_dump_tree() 1775 const char *path; member 1776 struct erofs_inode *root; member 1787 struct erofs_inode *root; in __erofs_mkfs_build_tree() local 1856 const char *path) in erofs_mkfs_build_tree_from_path() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/data/datasets/ |
H A D | mnist.cpp | 62 Tensor read_images(const std::string& root, bool train) { in read_images() 63 const auto path = in read_images() local 82 Tensor read_targets(const std::string& root, bool train) { in read_targets() 83 const auto path = in read_targets() local 99 MNIST::MNIST(const std::string& root, Mode mode) in MNIST()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sim_service.cpp | 415 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeSimFileSystemAndSimState() local 503 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeFacilityLock() local 528 XMLElement *root = sim_file_system_.GetRootElement(); in SavePinStateToIccProfile() local 644 XMLElement *root = sim_file_system_.GetRootElement(); in SaveFacilityLockToIccProfile() local 689 XMLElement* root = sim_file_system_.GetRootElement(); in IsFixedDialNumber() local 694 auto path = SimFileSystem::GetUsimEFPath(SimFileSystem::EFId::EF_FDN); in IsFixedDialNumber() local 802 XMLElement* root = sim_file_system_.GetRootElement(); in GetSimOperator() local 950 std::string path(cmd.GetNextStr()); in HandleSIM_IO() local 952 XMLElement *root = sim_file_system_.GetRootElement(); in HandleSIM_IO() local 1042 XMLElement* root = sim_file_system_.GetRootElement(); in GetPhoneNumberElement() local [all …]
|
/aosp_15_r20/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
H A D | StatszZPageHandler.java | 94 private final TreeNode root = new TreeNode(); field in StatszZPageHandler 164 viewManager.getAllExportedViews(), root, measures, cachedViews); in emitHtmlBody() local 177 String path = queryMap.get(QUERY_PATH); in emitHtmlBody() local 192 Set<View> views, TreeNode root, Map<String, Measure> measures, Set<View> cachedViews) { in groupViewsByDirectoriesAndGetMeasures() 226 /*@Nullable*/ String path, in emitDirectoryTable() 265 private /*@Nullable*/ TreeNode findNode(/*@Nullable*/ String path) { in findNode() 286 private static void emitDirectoryHeader(String path, PrintWriter out, Formatter formatter) { in emitDirectoryHeader()
|
/aosp_15_r20/system/core/init/ |
H A D | firmware_handler.cpp | 56 bool PrefixMatch(const std::string& pattern, const std::string& path) { in PrefixMatch() 60 bool FnMatch(const std::string& pattern, const std::string& path) { in FnMatch() 64 bool EqualMatch(const std::string& pattern, const std::string& path) { in EqualMatch() 69 static void LoadFirmware(const std::string& firmware, const std::string& root, int fw_fd, in LoadFirmware() 179 void FirmwareHandler::ProcessFirmwareEvent(const std::string& path, in ProcessFirmwareEvent() 181 std::string root = "/sys" + path; in ProcessFirmwareEvent() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
H A D | import_statement.py | 142 def path(self): member in Import 147 def path(self, value): member in Import 202 def path(self): member in ImportName 206 def path(self, value): # pylint: disable=arguments-differ member in ImportName 259 def root(self): member in ImportFrom 263 def root(self, value): member in ImportFrom 304 def path(self): member in ImportFrom 308 def path(self, value): # pylint: disable=arguments-differ member in ImportFrom
|
/aosp_15_r20/system/tools/hidl/ |
D | Coordinator.cpp | 85 status_t Coordinator::addPackagePath(const std::string& root, const std::string& path, std::string*… in addPackagePath() 103 void Coordinator::addDefaultPackagePath(const std::string& root, const std::string& path) { in addDefaultPackagePath() 174 void Coordinator::onFileAccess(const std::string& path, const std::string& mode) const { in onFileAccess() argument 254 const std::string path = makeAbsolute(packagePath + fqName.name() + ".hal"); in parseOptional() local 449 const std::string path = makeAbsolute(packagePath); in getPackageInterfaceFiles() local 946 bool Coordinator::MakeParentHierarchy(const std::string &path) { in MakeParentHierarchy() 1022 auto root = val.substr(0, index); in parseOptions() local 1023 auto path = val.substr(index + 1); in parseOptions() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | math.rs | 14 fn root(&self) -> Self; in root() method 37 let root = leaf_count.root(); in direct_copath() localVariable 43 let mut path = Vec::new(); in direct_copath() localVariable 57 pub path: T, field 207 root: u32, field 326 let path = (i as u32) in test_direct_path() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 23 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text() 42 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text() 55 char *cg_name(const char *root, const char *name) in cg_name() 65 char *cg_name_indexed(const char *root, const char *name, int index) in cg_name_indexed() 88 char path[PATH_MAX]; in cg_read() local 178 char path[PATH_MAX]; in cg_write() local 198 int cg_find_unified_root(char *root, size_t len) in cg_find_unified_root() 524 char path[PATH_MAX]; in set_oom_adj_score() local 557 char path[PATH_MAX]; in proc_read_text() local
|