/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Module.h | 69 /// \brief The build directory of this module. This is the directory in 72 const DirectoryEntry *Directory; 74 /// \brief The umbrella header or directory. 126 /// \brief Information about a directory name as found in the module map 409 /// \brief Retrieve the directory for which this module serves as the 421 /// \brief Determine whether this module has an umbrella directory that is
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 89 "temporary directory for creating the distribution"), 105 "directory to put final built distributions in"), 214 # into a directory not in sys.path 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 278 0, 1, directory="TARGETDIR") 291 f = Feature(db, name, title, desc, 1, level, directory=target) 292 dir = Directory(db, cab, root, rootdir, target, default) 306 newdir = Directory(db, cab, dir, file, default, short) 578 # Feature (Python directory) selectio [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 89 "temporary directory for creating the distribution"), 105 "directory to put final built distributions in"), 214 # into a directory not in sys.path 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 278 0, 1, directory="TARGETDIR") 291 f = Feature(db, name, title, desc, 1, level, directory=target) 292 dir = Directory(db, cab, root, rootdir, target, default) 306 newdir = Directory(db, cab, dir, file, default, short) 578 # Feature (Python directory) selectio [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 89 "temporary directory for creating the distribution"), 105 "directory to put final built distributions in"), 214 # into a directory not in sys.path 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 278 0, 1, directory="TARGETDIR") 291 f = Feature(db, name, title, desc, 1, level, directory=target) 292 dir = Directory(db, cab, root, rootdir, target, default) 306 newdir = Directory(db, cab, dir, file, default, short) 578 # Feature (Python directory) selectio [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 89 "temporary directory for creating the distribution"), 105 "directory to put final built distributions in"), 214 # into a directory not in sys.path 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 278 0, 1, directory="TARGETDIR") 291 f = Feature(db, name, title, desc, 1, level, directory=target) 292 dir = Directory(db, cab, root, rootdir, target, default) 306 newdir = Directory(db, cab, dir, file, default, short) 578 # Feature (Python directory) selectio [all...] |
/external/clang/lib/Format/ |
Format.cpp | [all...] |
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 504 MDString *Directory; 506 MDNodeKeyImpl(MDString *Filename, MDString *Directory) 507 : Filename(Filename), Directory(Directory) {} 509 : Filename(N->getRawFilename()), Directory(N->getRawDirectory()) {} 513 Directory == RHS->getRawDirectory(); 515 unsigned getHashValue() const { return hash_combine(Filename, Directory); } [all...] |
DIBuilder.cpp | 112 unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer, 124 VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer, 178 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory) { 179 return DIFile::get(VMContext, Filename, Directory); [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 144 * {@link Directory}. The parameter value should be the _ID of the corresponding 145 * directory, e.g. 146 * {@code content://com.android.contacts/data/emails/filter/acme?directory=3} 148 public static final String DIRECTORY_PARAM_KEY = "directory"; 277 * A Directory represents a contacts corpus, e.g. Local contacts, 280 * A Directory is implemented as a content provider with its unique authority and 282 * every directory provider will implement this Contract in its entirety. If a 283 * directory provider does not have an implementation for a specific request, it 287 * The most important use case for Directories is search. A Directory provider is 289 * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participat [all...] |
/build/soong/ui/build/ |
config.go | 73 ctx.Fatalln("Failed to get working directory:", err) 118 // Precondition: the current directory is the top of the source tree 121 log.Fatalf("Current working directory must be the source tree. %q not found", srcDirFileCheck) 127 log.Println("You are building in a directory whose absolute path contains a space character:") 131 log.Fatalln("Directory names containing spaces are not supported") 135 log.Println("The absolute path of your output directory ($OUT_DIR) contains a space character:") 139 log.Fatalln("Directory names containing spaces are not supported") 143 log.Println("The absolute path of your dist directory ($DIST_DIR) contains a space character:") 147 log.Fatalln("Directory names containing spaces are not supported")
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs32.S | 111 shlw $FAT_DIRECTORY_ENTRY_SHIFT, %cx # cx = cx * 32 = cx * sizeof(FAT_DIRECTORY_ENTRY) = Size of Root Directory in bytes
112 movw %cx, %bx # bx = size of the Root Directory in bytes
115 movw %cx, %bx # bx = size of the Root Directory in bytes
116 shrw $BLOCK_SHIFT, %bx # bx = size of Root Directory in sectors
124 movw RootCluster(%bp), %ax # ax = StartCluster of Root Directory
132 xorw %di, %di # Store directory in es:di = 1000:0000
133 call ReadBlocks # Read StartCluster of Root Directory
|
/external/elfutils/tests/ |
run-readelf-zdebug.sh | 381 Directory table:
|
/external/llvm/lib/MC/ |
MCContext.cpp | 465 /// directory tables. If the file number has already been allocated it is an 468 unsigned MCContext::getDwarfFile(StringRef Directory, StringRef FileName, 471 return Table.getFile(Directory, FileName, FileNumber);
|
/external/python/cpython3/Lib/tkinter/ |
filedialog.py | 11 directory dialogue available in Tk 8.3 and newer. 40 'dialogstates', which keeps track of the values for the directory 54 self.directory = None 116 self.directory, pattern = dialogstates[key] 120 self.directory = dir_or_file 122 self.directory, default = os.path.split(dir_or_file) 123 self.set_filter(self.directory, pattern) 132 directory, pattern = self.get_filter() 134 directory = os.path.dirname(self.how) 135 dialogstates[key] = directory, patter [all...] |
/prebuilts/go/darwin-x86/misc/android/ |
go_android_exec.go | 49 // Directory structure on the target device androidtest.bash assumes. 58 // Prepare a temporary directory that will be cleaned up at the end. 64 // directory, which will look something like 67 // same relative directory on the target device. 117 // subdir determines the package based on the current working directory,
|
/prebuilts/go/darwin-x86/src/runtime/ |
os2_nacl.go | 14 _ENOENT = 2 /* No such file or directory */ 32 _ENOTDIR = 20 /* Not a directory */ 33 _EISDIR = 21 /* Is a directory */ 51 _ENOTEMPTY = 39 /* Directory not empty */
|
/prebuilts/go/linux-x86/misc/android/ |
go_android_exec.go | 49 // Directory structure on the target device androidtest.bash assumes. 58 // Prepare a temporary directory that will be cleaned up at the end. 64 // directory, which will look something like 67 // same relative directory on the target device. 117 // subdir determines the package based on the current working directory,
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 14 _ENOENT = 2 /* No such file or directory */ 32 _ENOTDIR = 20 /* Not a directory */ 33 _EISDIR = 21 /* Is a directory */ 51 _ENOTEMPTY = 39 /* Directory not empty */
|
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 140 /// The directory entry which should be used for the cached framework. 141 const DirectoryEntry *Directory; 145 /// directory). 155 /// directory of the \#including file first, then each directory in SearchDirs 157 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If 159 /// directory is suppressed. 203 /// name like "Carbon" to the Carbon.framework directory. 220 /// \brief Describes whether a given directory has a module map in it. 267 "Directory indicies are unordered") [all...] |
/external/libxml2/doc/ |
buildDocBookCatalog | 9 --prefix=DIR change the output directory for catalog files 35 # split that into the directory name and the filename, then we will 36 # see if the directory exists. If it does not, we will attempt to 43 # First we split the filename and directory name 48 echo Unable to isolate directory name from '$ROOTCATALOG' - exiting 61 echo Directory $DIR missing - I will try to create it 67 echo No write permission for directory $parent
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DIBuilder.h | 80 /// @param Dir Directory 96 DIFile createFile(StringRef Filename, StringRef Directory);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
DIBuilder.cpp | 76 StringRef Directory, StringRef Producer, 105 MDString::get(VMContext, Directory), 126 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { 132 MDString::get(VMContext, Directory), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
HeaderSearch.h | 140 /// The directory entry which should be used for the cached framework. 141 const DirectoryEntry *Directory; 145 /// directory). 155 /// directory of the \#including file first, then each directory in SearchDirs 157 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If 159 /// directory is suppressed. 203 /// name like "Carbon" to the Carbon.framework directory. 220 /// \brief Describes whether a given directory has a module map in it. 267 "Directory indicies are unordered") [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
Module.h | 81 /// \brief The build directory of this module. This is the directory in 84 const DirectoryEntry *Directory; 90 /// \brief The umbrella header or directory. 142 /// \brief Information about a directory name as found in the module map 433 /// \brief Retrieve the directory for which this module serves as the 445 /// \brief Determine whether this module has an umbrella directory that is
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
HeaderSearch.h | 140 /// The directory entry which should be used for the cached framework. 141 const DirectoryEntry *Directory; 145 /// directory). 155 /// directory of the \#including file first, then each directory in SearchDirs 157 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If 159 /// directory is suppressed. 203 /// name like "Carbon" to the Carbon.framework directory. 220 /// \brief Describes whether a given directory has a module map in it. 267 "Directory indicies are unordered") [all...] |