Searched
refs:Files (Results
401 -
425 of
546) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_linux_386.go | 125 Files uint64
|
ztypes_linux_amd64.go | 125 Files uint64
|
ztypes_linux_arm.go | 126 Files uint64
|
ztypes_linux_mips64.go | 124 Files uint64
|
ztypes_linux_mips64le.go | 124 Files uint64
|
ztypes_linux_ppc64.go | 127 Files uint64
|
ztypes_linux_ppc64le.go | 127 Files uint64
|
ztypes_linux_s390x.go | 123 Files uint64
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 87 files to be processed, you can run the \texttt{btreplay} utility which 159 these record data files by spawning a new pair of threads per file. One 267 name for where input files are to be found. The default directory is the 274 name for where output files are to be placed. The default directory is the 277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files 281 trace files in the directory specified (either via the \texttt{-d} 324 \texttt{--output-base}\\Set Base Name for Output Files} 412 name for where input files are to be found. The default directory is the 419 record files in the directory specified (either via the \texttt{-d} 440 \texttt{--input-base}\\Set Base Name for Input Files} [all...] |
/prebuilts/go/darwin-x86/src/go/doc/ |
reader.go | 49 // files implementing a package. 535 r.filenames = make([]string, len(pkg.Files)) 542 // sort package files before reading them so that the 545 for filename := range pkg.Files { 551 // process files in sorted order 553 f := pkg.Files[filename]
|
/prebuilts/go/linux-x86/src/go/doc/ |
reader.go | 49 // files implementing a package. 535 r.filenames = make([]string, len(pkg.Files)) 542 // sort package files before reading them so that the 545 for filename := range pkg.Files { 551 // process files in sorted order 553 f := pkg.Files[filename]
|
/prebuilts/go/darwin-x86/src/go/build/ |
build.go | 36 UseAllFiles bool // use files regardless of +build lines, file names 58 // to read directories and files. To read from other sources, 227 // for c:\program files. 330 // read any files in the directory. 346 // or finds conflicting comments in multiple source files. 366 // are always the exact import paths from the source files: 389 // Source files 390 GoFiles []string // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles) 391 CgoFiles []string // .go source files that import "C" 392 IgnoredGoFiles []string // .go source files ignored for this buil [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
build.go | 36 UseAllFiles bool // use files regardless of +build lines, file names 58 // to read directories and files. To read from other sources, 227 // for c:\program files. 330 // read any files in the directory. 346 // or finds conflicting comments in multiple source files. 366 // are always the exact import paths from the source files: 389 // Source files 390 GoFiles []string // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles) 391 CgoFiles []string // .go source files that import "C" 392 IgnoredGoFiles []string // .go source files ignored for this buil [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 81 import android.provider.MediaStore.Files; 82 import android.provider.MediaStore.Files.FileColumns; 252 "_id NOT IN (SELECT parent FROM files)"; 255 "parent != 0 AND parent NOT IN (SELECT _id FROM files)"; 275 // entries for that storage from the files table. 295 // We do this to avoid deleting files if the volume is remounted while 298 values.putNull(Files.FileColumns.DATA); 304 db.update("files", values, where, whereArgs); 307 int numpurged = db.delete("files", where, whereArgs); 314 // notify on media Uris as well as the files Ur 4591 File[] files = new File(mExternalStoragePaths[0], ALBUM_THUMB_FOLDER).listFiles(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ScannerTest.java | 49 import java.nio.file.Files; 130 Path tmpFilePath = Files.createTempFile("TestFileForScanner", ".tmp"); 132 try (OutputStream os = Files.newOutputStream(tmpFilePath)) { 229 Path tmpFilePath = Files.createTempFile("TestFileForScanner", ".tmp"); 231 try (OutputStream os = Files.newOutputStream(tmpFilePath)) { 253 Path existentFilePath = Files.createTempFile("TestFileForScanner", ".tmp"); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenC.py | [all...] |
/external/bison/doc/ |
refcard.tex | 326 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y} 370 \section{Parser Definition Files}
|
/external/blktrace/btt/doc/ |
btt.tex | 81 -- utilizing \texttt{btt} on \emph{unclean} trace files produces 91 \texttt{blktrace} produces a series of binary files 94 files into one time-ordered stream of traces for all devices. 426 \newpage\section{\label{sec:data-files}Data Files Output} 428 Besides the averages output by default, the following 3 files are also 445 In addition to the default data files output, there are optional data 446 files which can be generated by btt. These include: 467 \item[seek details] A set of data files containing all IO-to-IO 552 \newpage\section{\label{sec:hist}Histogram Data Files} [all...] |
/external/vulkan-validation-layers/ |
update_external_sources.bat | 108 echo Install and ensure each makes it into your PATH, default is "C:\Program Files (x86)\CMake\bin" 274 echo Generating 32-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install .. 304 echo Generating 64-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install .. 347 echo Generating 32-bit spirv-tools CMake files for Visual Studio %VS_VERSION% .. 378 echo Generating 64-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
ast.go | 476 for _, file := range n.Files {
|
/prebuilts/go/darwin-x86/src/os/ |
file_plan9.go | 416 // Pipe returns a connected pair of Files; reads from r return bytes 417 // written to w. It returns the files and an error, if any. 471 // TempDir returns the default directory to use for temporary files.
|
file_windows.go | 114 // no matching files can be found. Then, if directory 467 // Pipe returns a connected pair of Files; reads from r return bytes written to w. 468 // It returns the files and an error, if any. 486 // TempDir returns the default directory to use for temporary files.
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
ast.go | 476 for _, file := range n.Files {
|
/prebuilts/go/linux-x86/src/os/ |
file_plan9.go | 416 // Pipe returns a connected pair of Files; reads from r return bytes 417 // written to w. It returns the files and an error, if any. 471 // TempDir returns the default directory to use for temporary files.
|
file_windows.go | 114 // no matching files can be found. Then, if directory 467 // Pipe returns a connected pair of Files; reads from r return bytes written to w. 468 // It returns the files and an error, if any. 486 // TempDir returns the default directory to use for temporary files.
|
Completed in 1064 milliseconds
<<11121314151617181920>>