Home
last modified time | relevance | path

Searched refs:childPath (Results 1 – 23 of 23) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
DDefineComponentMetadatas.java63 private DefineComponentMetadata get(Element element, LinkedHashSet<Element> childPath) { in get() argument
65 metadatas.put(element, getUncached(element, childPath)); in get()
71 Element element, LinkedHashSet<Element> childPath) { in getUncached() argument
73 childPath.add(element), in getUncached()
76 childPath.stream().map(Object::toString).collect(joining(" -> ")), in getUncached()
164 : Optional.of(get(parent, childPath)); in getUncached()
/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs180 var childPath = path.Length == 0 ? entry.Key : path + "." + entry.Key; in GetFieldPaths()
181 GetFieldPaths(entry.Value, childPath, paths); in GetFieldPaths()
297 var childPath = path.Length == 0 ? entry.Key : path + "." + entry.Key; in Merge()
298 … Merge(entry.Value, childPath, (IMessage)sourceField, (IMessage)destinationField, options); in Merge()
/external/skqp/experimental/svg/model/
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath() local
36 Op(path, childPath, kUnion_SkPathOp, &path); in onAsPath()
/external/skia/modules/svg/src/
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath() local
36 Op(path, childPath, kUnion_SkPathOp, &path); in onAsPath()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java212 String childPath = (String) iter.next(); in listFiles() local
213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
240 String childPath = (String) iter.next(); in listNames() local
241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
285 String childPath = (String) iter.next(); in rename() local
286 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java212 String childPath = (String) iter.next(); in listFiles() local
213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
240 String childPath = (String) iter.next(); in listNames() local
241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
285 String childPath = (String) iter.next(); in rename() local
286 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
284 String childPath = (String) iter.next(); in rename() local
285 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java212 String childPath = (String) iter.next(); in listFiles() local
213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
240 String childPath = (String) iter.next(); in listNames() local
241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
285 String childPath = (String) iter.next(); in rename() local
286 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
284 String childPath = (String) iter.next(); in rename() local
285 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java158 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in getFieldPaths() local
159 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local
250 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in merge() local
252 merge(entry.getValue(), childPath, (Message) source.getField(field), childBuilder, options); in merge() local
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java211 String childPath = (String) iter.next(); in listFiles() local
212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles()
239 String childPath = (String) iter.next(); in listNames() local
240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames()
276 String childPath = (String) iter.next(); in rename() local
277 FileSystemEntry child = getRequiredEntry(childPath); in rename()
/external/perfetto/infra/perfetto.dev/
Dbuild.js340 const childPath = pjoin(dir, child);
341 const stat = fs.lstatSync(childPath);
344 walk(childPath, callback, skipRegex);
346 callback(childPath);
/external/skqp/tools/
Dbisect_roll.go33childPath = flag.String("childPath", "src/third_party/skia", "Path within parent repo of t… var
81 …rm, err := repo_manager.NewDEPSRepoManager(ctx, *workdir, *parentRepoUrl, "master", *childPath, ch…
/external/perfetto/ui/
Dbuild.js588 const childPath = pjoin(dir, child);
589 const stat = fs.lstatSync(childPath);
592 walk(childPath, callback, skipRegex);
594 callback(childPath);
/external/dagger2/java/dagger/model/
DComponentPath.java78 public final ComponentPath childPath(TypeElement child) { in childPath() method in ComponentPath
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.groovy268 children.each { childPath ->
269 if (normalizedPath.equals(getParent(childPath))) {
270 def fileInfo = buildFileInfoForPath(childPath)
307 children.each { childPath ->
308 filenames.add(getName(childPath))
342 children.each { childPath ->
343 AbstractFileSystemEntry child = getRequiredEntry(childPath)
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingGraphConverter.java380 componentPath().childPath(subcomponent.typeElement()), subcomponent); in subcomponentNode()