Home
last modified time | relevance | path

Searched +defs:path +defs:root (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/external/json-schema-validator/src/test/java/com/networknt/schema/
DJsonNodePathTest.java31 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getNameCount() local
32 JsonNodePath path = root.append("hello").append("world"); in getNameCount() local
38 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getName() local
39 JsonNodePath path = root.append("hello").append("world"); in getName() local
48 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in compareTo() local
82 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in equalsEquals() local
90 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in hashCodeEquals() local
98 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getPathType() local
104 JsonNodePath root = new JsonNodePath(PathType.JSON_PATH); in getElement() local
105 JsonNodePath path = root.append("hello").append(1).append("world"); in getElement() local
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dcgroup.proto18 optional int32 root = 1; field
22 optional string path = 5; field
25 optional int32 root = 1; field
30 optional int32 root = 1; field
34 optional string path = 5; field
46 optional int32 root = 1; field
51 optional int32 root = 1; field
55 optional string path = 5; field
58 optional int32 root = 1; field
62 optional string path = 5; field
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathTester.java39 private String root; field in PathTester
47 public PathTester root(String root) { in root() method in PathTester
62 Path path = pathService.parsePath(first, more); in test() local
66 public void test(Path path) { in test()
77 private void testRoot(Path path) { in testRoot()
88 private void testNames(Path path) { in testNames()
108 private void testParents(Path path) { in testParents()
124 private void testSubpaths(Path path) { in testSubpaths()
152 private void testStartsWith(Path path) { in testStartsWith()
165 private void testEndsWith(Path path) { in testEndsWith()
[all …]
DPathTypeTest.java49 ParseResult path = type.parsePath("foo/bar/baz/one\\two"); in testParsePath() local
58 ParseResult path = type.parsePath("foo/bar\\baz"); in testToString() local
97 static void assertParseResult(ParseResult result, @NullableDecl String root, String... names) { in assertParseResult()
102 static void assertUriRoundTripsCorrectly(PathType type, String path) { in assertUriRoundTripsCorrectly()
118 public ParseResult parsePath(String path) { in parsePath()
119 String root = null; in parsePath() local
129 public String toString(@NullableDecl String root, Iterable<String> names) { in toString()
139 public String toUriPath(String root, Iterable<String> names, boolean directory) { in toUriPath()
/external/openscreen/tools/
Dlicenses.py88 def AbsolutePath(path, filename, root): argument
102 def ParseDir(path, root, require_license_file=True, optional_keys=None): argument
165 def ContainsFiles(path, root): argument
177 def FilterDirsWithFiles(dirs_list, root): argument
183 def FindThirdPartyDirs(prune_paths, root): argument
215 def FindThirdPartyDirsWithFiles(root): argument
288 def ScanThirdPartyDirs(root=None): argument
424 def _ReadFile(path): argument
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathService.java150 public JimfsPath createRoot(Name root) { in createRoot()
165 public JimfsPath createPath(@NullableDecl Name root, Iterable<Name> names) { in createPath()
176 protected final JimfsPath createPathInternal(@NullableDecl Name root, Iterable<Name> names) { in createPathInternal()
187 Name root = parsed.root() == null ? null : name(parsed.root()); in toPath() local
193 public String toString(JimfsPath path) { in toString()
194 Name root = path.root(); in toString() local
201 public int hash(JimfsPath path) { in hash()
208 final Name root = path.root(); in hash() local
239 public URI toUri(URI fileSystemUri, JimfsPath path) { in toUri()
240 checkArgument(path.isAbsolute(), "path (%s) must be absolute", path); in toUri() local
[all …]
DUnixPathType.java39 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()
DWindowsPathType.java59 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()
DPathType.java159 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
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSourceRoot.java58 private final Path root; field in SourceRoot
68 public SourceRoot(Path root) { in SourceRoot()
81 public SourceRoot(Path root, ParserConfiguration parserConfiguration) { in SourceRoot()
102 final Path path = root.resolve(relativePath); in tryToParse() local
134 final Path path = packageAbsolutePath(root, startPackage); in tryToParse() local
190 final Path path = packageAbsolutePath(root, startPackage); in tryToParseParallelized() local
300 final Path path = packageAbsolutePath(root, startPackage); in parse() local
347 final Path path = packageAbsolutePath(root, startPackage); in parseParallelized() local
399 final Path path = fileInPackageRelativePath(startPackage, filename); in add() local
415 final Path path = compilationUnit.getStorage().get().getPath(); in add() local
[all …]
DProjectRoot.java21 private final Path root; field in ProjectRoot
25 public ProjectRoot(Path root) { in ProjectRoot()
29 public ProjectRoot(Path root, ParserConfiguration parserConfiguration) { in ProjectRoot()
42 public void addSourceRoot(Path path) { in addSourceRoot()
/external/wpa_supplicant_8/src/utils/
Dxml-utils.c16 xml_node_t *root, char *uri) in get_node_uri_iter()
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri()
64 xml_node_t *root, const char *path) in get_node_iter()
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node()
90 const char *path) in get_node()
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node()
107 const char *path) in get_child_node()
280 xml_node_t *root; in mo_to_tnds() local
337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node()
340 char *nodename, *value, *path; in add_mo_node() local
[all …]
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
DSampleServer.java24 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
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp24 Json::String path; member
55 static Json::String readInputTestFile(const char* path) { in readInputTestFile()
74 const Json::String& path = ".") { in printValueTree()
131 Json::Value* root, bool use_legacy) { in parseAndSaveValueTree()
182 static Json::String useStyledWriter(Json::Value const& root) { in useStyledWriter()
186 static Json::String useStyledStreamWriter(Json::Value const& root) { in useStyledStreamWriter()
192 static Json::String useBuiltStyledStreamWriter(Json::Value const& root) { in useBuiltStyledStreamWriter()
197 const Json::Value& root, in rewriteValueTree()
211 static Json::String removeSuffix(const Json::String& path, in removeSuffix()
293 Json::Value root; in runTest() local
/external/tensorflow/tensorflow/tools/common/
Dtraverse.py25 def _traverse_internal(root, visit, stack, path): argument
69 def traverse(root, visit): argument
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestnames.c222 const char *root = NULL; in root_absolute() local
223 const char *path = ABS_ROOT"foo/bar"; in root_absolute() local
235 const char *root = NULL; in root_relative() local
236 const char *path = "foo/bar"; in root_relative() local
250 const char *root = NULL; in root_from_slash() local
251 const char *path = "//"; in root_from_slash() local
268 const char *root = NULL; in root_from_cwd_and_back() local
269 const char *path = "//"; in root_from_cwd_and_back() local
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestnames.c222 const char *root = NULL; in root_absolute() local
223 const char *path = ABS_ROOT"foo/bar"; in root_absolute() local
235 const char *root = NULL; in root_relative() local
236 const char *path = "foo/bar"; in root_relative() local
250 const char *root = NULL; in root_from_slash() local
251 const char *path = "//"; in root_from_slash() local
268 const char *root = NULL; in root_from_cwd_and_back() local
269 const char *path = "//"; in root_from_cwd_and_back() local
/external/pytorch/torch/csrc/api/src/data/datasets/
Dmnist.cpp62 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()
/external/autotest/site_utils/admin/
Dclean_staged_images.py34 def get_all_timestamp_dirs(root): argument
65 def try_delete_parent_dir(path, root): argument
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java68 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()
/external/swiftshader/tests/check_build_files/
Dmain.go38 var root = flag.String("root", cwd(), "root project directory") var
109 func checkBlueprint(path, content string) []error { argument
124 func checkGn(path, content string) []error { argument
142 func checkBazel(path, content string) []error { argument
157 func checkSource(path, source string) error { argument
/external/deqp/executor/
DxeTestCase.cpp49 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()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc66 bool WriteFileInternal(const std::string& path, in WriteFileInternal()
96 std::string path = kTracingPaths[index++]; in CreateGuessingMountPoint() local
106 std::unique_ptr<FtraceProcfs> FtraceProcfs::Create(const std::string& root) { in Create()
112 FtraceProcfs::FtraceProcfs(const std::string& root) : root_(root) {} in FtraceProcfs()
128 std::string path = root_ + "events/raw_syscalls/" + event + "/filter"; in SetSyscallFilter() local
139 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in EnableEvent() local
154 std::string path = root_ + "kprobe_events"; in CreateKprobeEvent() local
182 std::string path = root_ + "kprobe_events"; in RemoveKprobeEvent() local
187 std::string path = root_ + "/kprobe_profile"; in ReadKprobeStats() local
193 std::string path = root_ + "events/" + group + "/" + name + "/enable"; in DisableEvent() local
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs68 private readonly Node root = new Node(); field in Google.Protobuf.FieldMaskTree
100 public FieldMaskTree AddFieldPath(string path) in AddFieldPath()
170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths()
188 public void IntersectFieldPath(string path, FieldMaskTree output) in IntersectFieldPath()
251 string path, in Merge()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs68 private readonly Node root = new Node(); field in Google.Protobuf.FieldMaskTree
100 public FieldMaskTree AddFieldPath(string path) in AddFieldPath()
170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths()
188 public void IntersectFieldPath(string path, FieldMaskTree output) in IntersectFieldPath()
251 string path, in Merge()

12345678910>>...15