Searched defs:path (Results 176 - 200 of 2871) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) { argument
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPathParser.java51 public PathParser(String path) { argument
52 super(path);
83 Path path = new Path();
84 super.parse(path);
85 pathList.add(path);
/external/parameter-framework/upstream/utility/posix/
H A DDynamicLibrary.cpp40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) argument
/external/parameter-framework/upstream/utility/windows/
H A DDynamicLibrary.cpp40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) argument
/external/pdfium/fpdfsdk/
H A Dfpdfeditpath_embeddertest.cpp18 FPDF_PAGEOBJECT path = FPDFPageObj_CreateNewPath(400, 100); local
19 EXPECT_TRUE(FPDFPath_SetFillColor(path, i, i, i, i));
20 EXPECT_TRUE(FPDFPath_SetStrokeColor(path, i, i, i, i));
21 EXPECT_TRUE(FPDFPath_SetDrawMode(path, FPDF_FILLMODE_ALTERNATE, 0));
22 EXPECT_TRUE(FPDFPath_LineTo(path, 400, 200));
23 EXPECT_TRUE(FPDFPath_LineTo(path, 300, 100));
24 EXPECT_TRUE(FPDFPath_Close(path));
26 FPDFPage_InsertObject(page, path);
39 FPDF_PAGEOBJECT path = FPDFPage_GetObject(page, i); local
40 ASSERT(path);
[all...]
/external/pdfium/testing/utils/
H A Dpath_service.cpp21 bool PathService::EndsWithSeparator(const std::string& path) { argument
22 return path.size() > 1 && path[path.size() - 1] == PATH_SEPARATOR;
26 bool PathService::GetExecutableDir(std::string* path) { argument
27 // Get the current executable file path.
34 *path = std::string(path_buffer);
36 ASSERT(path);
42 path->reserve(path_length);
43 path
68 GetSourceDir(std::string* path) argument
85 GetTestDataDir(std::string* path) argument
98 GetTestFilePath(const std::string& file_name, std::string* path) argument
[all...]
/external/perf_data_converter/src/quipper/
H A Dscoped_temp_path.h20 // The temporary path will be removed when the object is destroyed.
22 const string& path() const { return path_; } function in class:quipper::ScopedTempPath
33 // Create a temporary file. If successful, the path will be stored in
43 // Create a temporary directory. If successful, the path will be stored in
/external/perfetto/src/base/
H A Dfile_utils.cc30 bool ReadFile(const std::string& path, std::string* out) { argument
34 base::ScopedFile fd = base::OpenFile(path.c_str(), O_RDONLY);
H A Dtemp_file_unittest.cc28 bool PathExists(const std::string& path) { argument
30 return stat(path.c_str(), &stat_buf) == 0;
34 std::string path; local
38 path = tf.path();
40 ASSERT_NE("", path);
42 ASSERT_TRUE(PathExists(path));
46 ASSERT_EQ("", tf.path());
48 ASSERT_EQ(path, moved_tf.path());
89 std::string path; local
104 std::string path; local
[all...]
/external/ply/ply/test/pkg_test6/parsing/
H A Dcalcparse.py27 import os.path namespace
28 parser = yacc.yacc(outputdir=os.path.dirname(__file__))
/external/python/cpython2/Lib/idlelib/
H A Didle.py1 import os.path namespace
8 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
9 if idlelib_dir not in sys.path:
10 sys.path.insert(0, idlelib_dir)
/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py7 import os.path namespace
15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')

Completed in 535 milliseconds

1234567891011>>