HomeSort by relevance Sort by last modified time
    Searched refs:Files (Results 326 - 350 of 546) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 401 // ProcAttr.Files (the concatenation of stdin,stdout,stderr and
403 // Files{11, 12, 6, 7, 9, 3} should result in the file
413 // must be at an index of 4 or higher in ProcAttr.Files and
415 // StderrPipe()) must be the same as the size of ProcAttr.Files;
418 // the size of ProcAttr.Files, i.e. 3+len(cmd.ExtraFiles).
630 // Determine which command to use to display open files.
729 // its own files, as it sees fit. Darwin does the same,
733 var files []*os.File
753 files = append(files, f
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
api.go 9 // and invoke it incrementally by calling Checker.Files.
190 // associated with a specific node but with all files belonging to a package.
193 // the package scope, which contains (one or more) files scopes, which enclose
344 // The package is specified by a list of *ast.Files and corresponding
347 func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {
349 return pkg, NewChecker(conf, fset, pkg, info).Files(files)
  /prebuilts/go/linux-x86/src/go/types/
api.go 9 // and invoke it incrementally by calling Checker.Files.
190 // associated with a specific node but with all files belonging to a package.
193 // the package scope, which contains (one or more) files scopes, which enclose
344 // The package is specified by a list of *ast.Files and corresponding
347 func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {
349 return pkg, NewChecker(conf, fset, pkg, info).Files(files)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
Icons.py 4 from Carbon.Files import *
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 59 if n := len(pkg.Files); n != 3 {
60 t.Errorf("got %d package files; want 3", n)
62 for filename := range pkg.Files {
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 59 if n := len(pkg.Files); n != 3 {
60 t.Errorf("got %d package files; want 3", n)
62 for filename := range pkg.Files {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Icons.py 4 from Carbon.Files import *
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 37 import java.nio.file.Files;
52 * Handles conversion of results to/from files.
126 List<File> files = getResultDirectories(resultsDir); local
127 for (File resultDir : files) {
286 * @param logUrl A nullable string that can contain a URL to related log files
481 Files.copy(retryChecksum, stream);
538 File[] files = resultsDir.listFiles(); local
539 if (files == null || files.length == 0) {
543 for (File resultDir : files) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 202 # Find all Include files
206 # @return IncludeFileList: A list of include files
223 # Find all source files
227 # @return SourceFileList: A list of source files
241 # Find all files, both source files and include files
245 # @return FileList: A list of files
764 # Parse map files to get a dict of 'ModuleName' : {FunName : FunAddress}
766 # @param Files: A list of map files
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 82 if /I "%VS90COMNTOOLS%" == "C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\" (
137 echo Copy reference code ASL files.
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 280 const FileEntry *File = Context.Files.getFile(Path);
298 auto FileBuffer = Context.Files.getBufferForFile(Path);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 95 rem check for ant in Program Files
  /external/flatbuffers/android/jni/
include.mk 170 # the schema files depend on other schema files outside their own directory.
192 # $(1) schema_files: Space separated list of flatbuffer schema files.
194 # $(3) output_dir: Where to place the generated files.
196 # $(5) src_files: Files that should depend upon the headers generated from the
204 # generate header files for your flatbuffer schemas as well as automatically
205 # set your source files to be dependent on the generated headers. For example:
  /external/libunwind/doc/
libunwind-ptrace.tex 110 \section{Files}
  /frameworks/support/buildSrc/
init.gradle 21 import com.google.common.io.Files
74 files("${fullSdkPath}/platforms/android-${gradle.currentSdk}/android.jar")
84 project.ext.androidJar = files("${repos.prebuiltsRoot}/sdk/current/android.jar")
171 // Copy the class files in a jar to be later used to generate code coverage report
173 // check if the variant has any source files
227 // Remove any invalid maven-metadata.xml files that may have been
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 35 // Files
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 160 // It's okay to see files multiple times (e.g., sys.a)
188 for _, o := range tab.Files {
199 // cgo files are full of 'Z' symbols, which we don't handle
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 125 Files []uintptr // File descriptors.
syscall_nacl.go 249 Files []uintptr
types_freebsd.go 184 // Files
types_linux.go 172 // Files
ztypes_darwin_386.go 88 Files uint64
ztypes_darwin_amd64.go 93 Files uint64
ztypes_darwin_arm.go 89 Files uint64
ztypes_darwin_arm64.go 93 Files uint64

Completed in 4956 milliseconds

<<11121314151617181920>>