/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskTree.java | 151 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in getFieldPaths() local 152 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local 236 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in merge() local 239 childPath, in merge() local
|
/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.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.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.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.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.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.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.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/skia/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/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/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/skia/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/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/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)
|