Home
last modified time | relevance | path

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

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java151 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/
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.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.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.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.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.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.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/skia/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/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/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/skia/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/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/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)