HomeSort by relevance Sort by last modified time
    Searched refs:Directory (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 212 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory,
215 return DIFile::get(VMContext, Filename, Directory, CS, Source);
    [all...]
DebugInfo.cpp 771 size_t FilenameLen, const char *Directory,
774 StringRef(Directory, DirectoryLen)));
    [all...]
  /external/syzkaller/pkg/mgrconfig/
mgrconfig.go 30 // Directory with kernel object files.
32 // Kernel source directory (if not set defaults to KernelObj).
  /external/blktrace/btreplay/doc/
btreplay.tex 48 place the source directory next to a valid
50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.
248 [ -d <dir> : --input-directory=<dir> ] Default: .
249 [ -D <dir> : --output-directory=<dir>] Default: .
264 \texttt{--input-directory}\\Set Input Directory}
266 The \texttt{-d} option requires a single parameter providing the directory
267 name for where input files are to be found. The default directory is the
268 current directory (\texttt{.}).
271 \texttt{--output-directory}\\Set Output Directory
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /build/soong/cmd/merge_zips/
merge_zips.go 66 stripDirEntries = flag.Bool("D", false, "strip directory entries from the output zip file")
373 return fmt.Errorf("Directory/file mismatch at %v from %v and %v\n",
416 // Sets the given directory and all its ancestor directories as Python packages.
422 // Gets its ancestor directory by trimming last slash.
443 dir + "/", // the directory itself
444 dir + "/**/*", // files recursively in the directory
445 dir + "/**/*/", // directories recursively in the directory
  /build/soong/cmd/pom2mk/
pom2mk.go 366 If the maven directory contains multiple versions of artifacts and their pom files,
371 The directory to search for *.pom files under.
372 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
399 fmt.Fprintln(os.Stderr, "Directory argument is required")
409 fmt.Fprintln(os.Stderr, "Failed to get absolute directory:", err)
  /external/curl/projects/
generate.bat 36 rem Switch to this batch file's directory
322 rem %2 - Directory (src, lib, lib\vauth or lib\vtls)
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 323 StringRef Directory) {
327 unsigned FileID = getOrCreateSourceID(File, Directory);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 421 class Directory:
423 """Create a new directory in the Directory table. There is a current component
424 at each point in time for the directory, which is either explicitly created
427 To create a directory, a base directory object needs to be specified (can be
428 None), the path to the physical directory, and a logical directory name.
429 Default specifies the DefaultDir slot in the directory table. componentflags
454 add_data(db, "Directory", [(logical, blogical, default)])
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 196 // file relative to the module build directory (the directory containing
237 // Compute the relative path from the directory to this file.
247 // Include this header as part of the umbrella directory.
369 // be resolved relative to the build directory of the module map file.
370 CI.getPreprocessor().setMainFileDir(Module->Directory);
CompilerInstance.cpp 560 // If '-working-directory' was passed, the output filename should be
688 // directory, but can write to the file.
    [all...]
  /external/ltp/
runltp 34 # - fixed bug in creating results directory
36 # - exit with error if ltp-pan is not found in pan directory
76 echo "FATAL: unable to change directory to $(dirname $0)"
123 -d TMPDIR Directory where temporary files will be created.
138 Log Kernel messages generated for each test cases inside this directory
510 # If we need, create the output directory
515 echo "INFO: creating $LTPROOT/output directory"
523 # If we need, create the results directory
526 echo "INFO: creating $LTPROOT/results directory"
541 echo "FATAL: Unable to make temporary directory $TMPBASE
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 226 class Directory:
228 """Create a new directory in the Directory table. There is a current component
229 at each point in time for the directory, which is either explicitly created
232 To create a directory, a base directory object needs to be specified (can be
233 None), the path to the physical directory, and a logical directory name.
234 Default specifies the DefaultDir slot in the directory table. componentflags
259 add_data(db, "Directory", [(logical, blogical, default)]
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 421 class Directory:
423 """Create a new directory in the Directory table. There is a current component
424 at each point in time for the directory, which is either explicitly created
427 To create a directory, a base directory object needs to be specified (can be
428 None), the path to the physical directory, and a logical directory name.
429 Default specifies the DefaultDir slot in the directory table. componentflags
454 add_data(db, "Directory", [(logical, blogical, default)]
    [all...]
  /external/python/cpython3/Lib/msilib/
__init__.py 223 class Directory:
225 """Create a new directory in the Directory table. There is a current component
226 at each point in time for the directory, which is either explicitly created
229 To create a directory, a base directory object needs to be specified (can be
230 None), the path to the physical directory, and a logical directory name.
231 Default specifies the DefaultDir slot in the directory table. componentflags
256 add_data(db, "Directory", [(logical, blogical, default)]
    [all...]
  /external/python/cpython3/Lib/
trace.py 103 # The '+ os.sep' is to ensure that d is a parent directory,
211 directory, otherwise it is included in the directory
604 'the module\'s directory. See also --coverdir, --file, '
631 help='Directory where the report files go. The coverage report '
651 help='Ignore files in the given directory '
  /build/soong/cmd/pom2bp/
pom2bp.go 478 If the maven directory contains multiple versions of artifacts and their pom files,
481 The directory to search for *.pom files under.
482 The contents are written to stdout, to be put in the current directory (often as Android.bp)
512 fmt.Fprintln(os.Stderr, "Directory argument is required")
522 fmt.Fprintln(os.Stderr, "Failed to get absolute directory:", err)
  /external/clang/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
146 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
179 DieDiag("directory '$Dir' exists but is not readable.\n");
181 # Iterate over all files in the specified directory.
212 DieDiag("'$Dir' exists but is not a directory.\n");
216 DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
236 # Make sure that the directory does not exist in order to avoid hijack.
238 DieDiag("The directory '$NewDir' already exists.\n");
459 # CopyFiles - Copy resource files to target directory
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 73 // Compute the path to the resource directory.
742 // the crash into a directory next to the output.
882 // Print out the install directory.
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 47 # The "end of central directory" structure, magic number, size, and indices
66 # The "central directory" structure, magic number, size, and indices
72 # indexes of entries in the central directory structure
112 # The "Zip64 end of central directory locator" structure, magic number, and size
117 # The "Zip64 end of central directory" record, magic number, size, and indices
202 """Return data from the "End of Central Directory" record, or None.
212 # "end of central directory" structure should be the last item in the
230 # Try to read the "Zip64 end of central directory" structure
234 # comment. Search the end of the file for the "end of central directory"
236 # up to 64K long. It is assumed that the "end of central directory" magic
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 46 # The "end of central directory" structure, magic number, size, and indices
65 # The "central directory" structure, magic number, size, and indices
71 # indexes of entries in the central directory structure
111 # The "Zip64 end of central directory locator" structure, magic number, and size
116 # The "Zip64 end of central directory" record, magic number, size, and indices
197 """Return data from the "End of Central Directory" record, or None.
207 # "end of central directory" structure should be the last item in the
223 # Try to read the "Zip64 end of central directory" structure
227 # comment. Search the end of the file for the "end of central directory"
229 # up to 64K long. It is assumed that the "end of central directory" magic
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 47 # The "end of central directory" structure, magic number, size, and indices
66 # The "central directory" structure, magic number, size, and indices
72 # indexes of entries in the central directory structure
112 # The "Zip64 end of central directory locator" structure, magic number, and size
117 # The "Zip64 end of central directory" record, magic number, size, and indices
202 """Return data from the "End of Central Directory" record, or None.
212 # "end of central directory" structure should be the last item in the
230 # Try to read the "Zip64 end of central directory" structure
234 # comment. Search the end of the file for the "end of central directory"
236 # up to 64K long. It is assumed that the "end of central directory" magi
    [all...]

Completed in 1013 milliseconds

1 2 3 4 56 7