/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/ |
D | DefineComponentMetadatas.java | 63 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/ |
D | FieldMaskTree.cs | 180 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/ |
D | SkSVGContainer.cpp | 34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath() local 36 Op(path, childPath, kUnion_SkPathOp, &path); in onAsPath()
|
/external/skia/modules/svg/src/ |
D | SkSVGContainer.cpp | 34 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 212 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/ |
D | AbstractFakeFileSystem.java | 212 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 212 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | FieldMaskTree.java | 158 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/ |
D | AbstractFakeFileSystem.java | 211 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/ |
D | build.js | 340 const childPath = pjoin(dir, child); 341 const stat = fs.lstatSync(childPath); 344 walk(childPath, callback, skipRegex); 346 callback(childPath);
|
/external/skqp/tools/ |
D | bisect_roll.go | 33 …childPath = 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/ |
D | build.js | 588 const childPath = pjoin(dir, child); 589 const stat = fs.lstatSync(childPath); 592 walk(childPath, callback, skipRegex); 594 callback(childPath);
|
/external/dagger2/java/dagger/model/ |
D | ComponentPath.java | 78 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/ |
D | AbstractFakeFileSystem.groovy | 268 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/ |
D | BindingGraphConverter.java | 380 componentPath().childPath(subcomponent.typeElement()), subcomponent); in subcomponentNode()
|