HomeSort by relevance Sort by last modified time
    Searched defs:Directory (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
Directory.java 19 public class Directory {
  /packages/services/Car/procfs-inspector/server/
directory.cpp 17 #include "directory.h"
21 procfsinspector::Directory::Directory(const char* path) {
28 bool procfsinspector::Directory::Entry::isEmpty() const {
32 procfsinspector::Directory::Entry::Entry(std::string parent, std::string child) :
41 std::string procfsinspector::Directory::Entry::str() {
45 uid_t procfsinspector::Directory::Entry::getOwnerUserId() {
57 procfsinspector::Directory::Entry procfsinspector::Directory::next(unsigned char type) {
61 // only return entries of the right type (regular file, directory, ...
    [all...]
directory.h 30 class Directory {
52 Directory(const char* path);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 1 //===- Directory.cpp ------------------------------------------------------===//
9 #include "mcld/Support/Directory.h"
32 // Directory
34 Directory::Directory()
43 Directory::Directory(const Path& pPath, FileStatus st, FileStatus symlink_st)
56 Directory::Directory(const char* pPath, FileStatus st, FileStatus symlink_st)
57 : Directory(sys::fs::Path(pPath), st, symlink_st)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DirectoriesCursorLoader.java 37 * <p>Information about a directory includes its ID, display name, etc, but doesn't include the
43 ContactsContract.Directory._ID,
44 ContactsContract.Directory.DISPLAY_NAME,
45 ContactsContract.Directory.PHOTO_SUPPORT,
54 super(context, getContentUri(), PROJECTION, null, null, ContactsContract.Directory._ID);
73 public static List<Directory> toDirectories(Cursor cursor) {
79 List<Directory> directories = new ArrayList<>();
83 Directory.create(
93 ? ContactsContract.Directory.ENTERPRISE_CONTENT_URI
94 : ContactsContract.Directory.CONTENT_URI
    [all...]
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
51 /// \brief The working directory the command was executed from.
52 std::string Directory;
81 /// \brief Loads a compilation database from a build directory.
88 /// compilation database for the build directory.
91 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 58 static void printFile(raw_ostream &O, StringRef Filename, StringRef Directory,
64 if (!Directory.empty())
65 O << Directory << "/";
  /external/python/cpython2/Lib/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
85 /// \brief Loads a compilation database from a build directory.
92 /// compilation database for the build directory.
95 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
85 /// \brief Loads a compilation database from a build directory.
92 /// compilation database for the build directory.
95 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, Twine Filename,
47 : Directory(Directory.str()),
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
75 /// \brief Loads a compilation database from a build directory.
82 /// compilation database for the build directory.
85 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]

Completed in 754 milliseconds

1 2 3 4 5 6