Searched refs:directory (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dworking-directory.h1 #include <Inputs/working-directory-1.h>
/external/valgrind/main/memcheck/tests/
H A Dsupp-dir.stderr.exp2 FATAL: suppressions file "x86/" is a directory
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_mock.cc14 Directory *directory)
15 : WriteTransaction(directory, syncable::UNITTEST, "dontcare.cpp", 25) {
13 MockSyncableWriteTransaction( Directory *directory) argument
/external/valgrind/main/none/tests/
H A Dnodir.stderr.exp1 valgrind: ./nodir.vgtest/foobar: Not a directory
H A Dshell_dir.stderr.exp1 valgrind: ./x86/: is a directory
H A Dshell_nosuchfile.stderr.exp1 valgrind: ./shell_nosuchfile: No such file or directory
H A Dcmdline5.stderr.exp1 valgrind: ./no-such-program-my-friend: No such file or directory
H A Dprocfs-non-linux.stderr.exp3 open(): No such file or directory
5 open(): No such file or directory
6 readlink: No such file or directory
7 readlink: No such file or directory
H A Dshell_badinterp.stderr.exp1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
H A Dthreadederrno.stdout.exp1 f = 0, errno = 2 (No such file or directory)
2 f = 0, errno = 2 (No such file or directory)
3 f = 0, errno = 2 (No such file or directory)
/external/proguard/src/proguard/io/
H A DDirectoryPump.java27 * This class can read a given file or directory, recursively, applying a given
34 private final File directory; field in class:DirectoryPump
37 public DirectoryPump(File directory) argument
39 this.directory = directory;
48 if (!directory.exists())
50 throw new IOException("No such file or directory");
53 readFiles(directory, dataEntryReader);
65 dataEntryReader.read(new FileDataEntry(directory, file));
H A DFileDataEntry.java34 private final File directory; field in class:FileDataEntry
39 public FileDataEntry(File directory, argument
42 this.directory = directory;
51 // Chop the directory name from the file name and get the right separators.
52 return file.equals(directory) ?
55 .substring(directory.getPath().length() + File.separator.length())
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileChooserParams.h43 // If |directory| is true, the dialog allows the user to select a directory.
44 bool directory; member in struct:WebKit::WebFileChooserParams
65 , directory(false)
/external/openssl/crypto/
H A DLPdir_nyi.c33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h43 /* returns NULL on error or end-of-directory.
44 If it is end-of-directory, errno will be zero */
45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebsettingsprivate.h30 WEBKIT_API void webkit_web_settings_add_extra_plugin_directory(WebKitWebView*, const gchar* directory);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_mock.h19 explicit MockWriteTransaction(Directory* directory) argument
21 this->SetTransaction(new MockSyncableWriteTransaction(directory));
/external/webkit/Source/WebCore/platform/win/
H A DPathWalker.cpp33 PathWalker::PathWalker(const String& directory, const String& pattern) argument
35 String path = makeString(directory, "\\", pattern);
/external/grub/util/
H A Dgrub-set-default36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
77 # Determine the GRUB directory. This is different among OSes.
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
H A Dgrub-set-default.in36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
77 # Determine the GRUB directory. This is different among OSes.
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
/external/chromium/build/util/
H A Dlastchange.py23 def FetchSVNRevision(directory):
25 Fetch the Subversion branch and revision for a given directory.
36 cwd=directory,
62 def RunGitCommand(directory, command):
82 cwd=directory)
88 def FetchGitRevision(directory):
90 Fetch the Git hash for a given directory.
97 proc = RunGitCommand(directory, ['rev-parse', 'HEAD'])
105 def IsGitSVN(directory):
117 proc = RunGitCommand(directory, ['confi
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebDownloadInternal.h40 directory:(NSString *)directory;
/external/javassist/src/main/javassist/
H A DURLClassPath.java31 protected String directory; field in class:URLClassPath
47 * <code>port</code> is 80, and <code>directory</code> is "/java/classes/".
54 * @param directory directory name ending with "/".
55 * It can be "/" (root directory).
60 String directory, String packageName) {
63 this.directory = directory;
68 return hostname + ":" + port + directory;
89 = directory
59 URLClassPath(String host, int port, String directory, String packageName) argument
129 fetchClass(String host, int port, String directory, String classname) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DVersionNumberStripper.java18 * A class that strips version numbers off built plugin directory names. This
25 //the directory containing the directories and files from which to remove version information
26 private String directory; field in class:VersionNumberStripper
32 public void setDirectory(String dir){directory=dir;}
34 public String getDirectory(){return directory;}
37 setDirectory(directory);
51 File file=new File(directory);
/external/webkit/Tools/Scripts/
H A Dcheck-dom-results44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"},
45 {"name" => "DOM Level 2 Core (html)", "directory" => "dom/html/level2/core"},
46 {"name" => "DOM Level 2 Events (html)", "directory" => "dom/html/level2/events"},
47 {"name" => "DOM Level 2 HTML (html)", "directory" => "dom/html/level2/html"},
48 {"name" => "DOM Level 1 Core (xhtml)", "directory" => "dom/xhtml/level1/core"},
49 {"name" => "DOM Level 2 Core (xhtml)", "directory" => "dom/xhtml/level2/core"},
50 {"name" => "DOM Level 2 Events (xhtml)", "directory" => "dom/xhtml/level2/events"},
51 {"name" => "DOM Level 2 HTML (xhtml)", "directory" => "dom/xhtml/level2/html"},
52 {"name" => "DOM Level 3 Core (xhtml)", "directory" => "dom/xhtml/level3/core"},
53 {"name" => "DOM Level 3 XPath (svg)", "directory"
[all...]

Completed in 1191 milliseconds

1234567891011>>