HomeSort by relevance Sort by last modified time
    Searched refs:Directory (Results 176 - 200 of 457) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 97 shlw $FAT_DIRECTORY_ENTRY_SHIFT, %cx # cx = cx * 32 = cx * sizeof(FAT_DIRECTORY_ENTRY) = Size of Root Directory in bytes
98 movw %cx, %bx # bx = size of the Root Directory in bytes
101 movw %cx, %bx # bx = size of the Root Directory in bytes
102 shrw $BLOCK_SHIFT, %bx # bx = size of Root Directory in sectors
109 xorw %di, %di # Store directory in es:di = 1000:0000
110 call ReadBlocks # Read entire Root Directory
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_unix_test.go 51 // Directory environment overrides default directory locations.
60 // File & directory environment overrides both default locations.
  /prebuilts/go/darwin-x86/src/os/
path.go 13 // MkdirAll creates a directory named path,
18 // If path is already a directory, MkdirAll does nothing
21 // Fast path: if we can tell whether path is a directory or file, stop with success or error.
53 // double-checking that directory doesn't exist.
74 // Otherwise, is this a directory we need to recurse into?
83 // Not a directory; return the error from Remove.
87 // Directory.
102 // Reset read offset after removing directory entries.
125 // Close directory, because windows won't remove opened directory
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_dragonfly.go 101 const ( // Directory mode bits
types_openbsd.go 102 const ( // Directory mode bits
types_solaris.go 108 const ( // Directory mode bits
  /prebuilts/go/linux-x86/src/crypto/x509/
root_unix_test.go 51 // Directory environment overrides default directory locations.
60 // File & directory environment overrides both default locations.
  /prebuilts/go/linux-x86/src/os/
path.go 13 // MkdirAll creates a directory named path,
18 // If path is already a directory, MkdirAll does nothing
21 // Fast path: if we can tell whether path is a directory or file, stop with success or error.
53 // double-checking that directory doesn't exist.
74 // Otherwise, is this a directory we need to recurse into?
83 // Not a directory; return the error from Remove.
87 // Directory.
102 // Reset read offset after removing directory entries.
125 // Close directory, because windows won't remove opened directory
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
types_dragonfly.go 101 const ( // Directory mode bits
types_openbsd.go 102 const ( // Directory mode bits
types_solaris.go 108 const ( // Directory mode bits
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/i386/
compressed-1a.d 89 The Directory Table is empty.
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 89 The Directory Table is empty.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@loc-swap.d 37 The Directory Table is empty\.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 211 # The directory has to be created
237 # A different key for the same module is needed to create different output directory,
240 # The BaseName is the FILE_GUID which is also the output directory name.
397 # @param Directory The directory name
399 def CreateDirectory(Directory):
400 if Directory == None or Directory.strip() == "":
403 if not os.access(Directory, os.F_OK):
404 os.makedirs(Directory)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DataTest.java 39 import android.provider.ContactsContract.Directory;
544 String.valueOf(Directory.DEFAULT))
555 String.valueOf(Directory.DEFAULT))
565 String.valueOf(Directory.DEFAULT))
688 values.put(CommonDataKinds.Phone.LABEL, "free directory assistance");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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"),
210 # into a directory not in sys.path
272 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
274 0, 1, directory="TARGETDIR")
287 f = Feature(db, name, title, desc, 1, level, directory=target)
288 dir = Directory(db, cab, root, rootdir, target, default)
302 newdir = Directory(db, cab, dir, file, default, short)
574 # Feature (Python directory) selection
    [all...]
  /external/clang/include/clang/Basic/
Module.h 59 /// \brief The build directory of this module. This is the directory in
62 const DirectoryEntry *Directory;
64 /// \brief The umbrella header or directory.
116 /// \brief Information about a directory name as found in the module map
395 /// \brief Retrieve the directory for which this module serves as the
407 /// \brief Determine whether this module has an umbrella directory that is
  /external/flatbuffers/android/jni/
include.mk 59 # Directory that contains the FlatBuffers compiler.
170 # the schema files depend on other schema files outside their own directory.
193 # $(2) schema_dir: Directory containing the flatbuffer schemas.
  /external/libusb/libusb/os/
haiku_pollfs.cpp 11 #include <Directory.h>
65 BDirectory directory; local
66 if (entry.IsDirectory() && directory.SetTo(ref) >= B_OK) {
69 while (directory.GetNextEntry(&entry) >= B_OK) {
191 if (ref->directory != fNode.node) {
303 ino_t directory; local
306 message->FindInt64("directory", &directory) < B_OK ||
310 entry_ref ref(device, directory, name);
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 349 MDString *Directory, StorageType Storage,
352 assert(isCanonical(Directory) && "Expected canonical MDString");
353 DEFINE_GETIMPL_LOOKUP(DIFile, (Filename, Directory));
354 Metadata *Ops[] = {Filename, Directory};
  /external/ltp/
runltplite.sh 46 echo "FATAL: unable to change directory to $(dirname $0)"
82 -d TMPDIR Directory where temporary files will be created.
151 echo "INFO: creating $LTPROOT/results directory"
201 echo "FATAL: Unable to make temporary directory $TMP"
348 # Some tests need to run inside the "bin" directory.
373 result log is in the $LTPROOT/results directory"
  /external/python/cpython2/Lib/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/python/cpython3/Lib/distutils/command/
bdist_msi.py 19 from msilib import Directory, Feature, Dialog, add_data
88 "temporary directory for creating the distribution"),
104 "directory to put final built distributions in"),
212 # into a directory not in sys.path
274 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
276 0, 1, directory="TARGETDIR")
289 f = Feature(db, name, title, desc, 1, level, directory=target)
290 dir = Directory(db, cab, root, rootdir, target, default)
304 newdir = Directory(db, cab, dir, file, default, short)
577 # Feature (Python directory) selectio
    [all...]
  /prebuilts/clang/host/darwin-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

Completed in 1871 milliseconds

1 2 3 4 5 6 78 91011>>