/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Parsing.py | 789 # get package name, guid, version info from dec files
832 for Root, Dirs, Files in os.walk(PkgRoot):
[all...] |
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath ();
|
Strings.java | 156 final String [] fileList = Files.readFileList (new File (ss.substring (1)));
|
/external/guava/guava-tests/test/com/google/common/io/ |
FilesSimplifyPathTest.java | 20 import static com.google.common.io.Files.simplifyPath; 32 * Unit tests for {@link Files#simplifyPath}.
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 60 _db.Files.Size();
130 // UInt64 unpackSize = _db.Files[startIndex + index].UnpackSize;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.cpp | 826 CVirtFile &file = Files.Back();
865 while (_numFlushed < Files.Size())
867 const CVirtFile &file = Files[_numFlushed];
880 if (_numFlushed == Files.Size() - 1 && !closeLast)
|
/libcore/ojluni/src/main/java/java/nio/file/spi/ |
FileSystemProvider.java | 42 * java.nio.file.Files} class will typically delegate to an instance of this 98 * <p> During construction a provider may safely access files associated 309 * systems where the contents of one or more files is treated as a file 348 * Files#newInputStream} method. 384 return Channels.newInputStream(Files.newByteChannel(path, options)); 390 * specified by the {@link Files#newOutputStream} method. 531 * Files#newByteChannel(Path,Set,FileAttribute[])} method. 572 * Files#newDirectoryStream(java.nio.file.Path, java.nio.file.DirectoryStream.Filter)} 597 * specified by the {@link Files#createDirectory} method. 623 * manner specified by the {@link Files#createSymbolicLink} method [all...] |
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixFileStore.java | 258 try (ReadableByteChannel rbc = Files.newByteChannel(file)) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 97 return MediaStore.Files.getContentUri("external").buildUpon()
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
MediaItemsLoader.java | 25 import android.provider.MediaStore.Files.FileColumns;
|
/prebuilts/go/darwin-x86/src/go/ast/ |
walk.go | 347 // Files and packages 359 for _, f := range n.Files {
|
/prebuilts/go/darwin-x86/src/go/parser/ |
interface.go | 126 // ParseDir calls ParseFile for all files with names ending in ".go" in the 130 // If filter != nil, only the files with os.FileInfo entries passing through 161 Files: make(map[string]*ast.File), 165 pkg.Files[filename] = src
|
/prebuilts/go/darwin-x86/src/os/ |
exec.go | 47 // Files specifies the open files inherited by the new process. The 52 Files []*File
|
/prebuilts/go/linux-x86/src/go/ast/ |
walk.go | 347 // Files and packages 359 for _, f := range n.Files {
|
/prebuilts/go/linux-x86/src/go/parser/ |
interface.go | 126 // ParseDir calls ParseFile for all files with names ending in ".go" in the 130 // If filter != nil, only the files with os.FileInfo entries passing through 161 Files: make(map[string]*ast.File), 165 pkg.Files[filename] = src
|
/prebuilts/go/linux-x86/src/os/ |
exec.go | 47 // Files specifies the open files inherited by the new process. The 52 Files []*File
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux.go | 75 // Make sure that nextfd is beyond any currently open files so 77 fd := make([]int, len(attr.Files)) 78 nextfd = len(attr.Files) 79 for i, ufd := range attr.Files {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_linux.go | 75 // Make sure that nextfd is beyond any currently open files so 77 fd := make([]int, len(attr.Files)) 78 nextfd = len(attr.Files) 79 for i, ufd := range attr.Files {
|
/build/blueprint/bootstrap/ |
glob.go | 27 // This file supports globbing source files in Blueprints files. 32 // non-matching file is added to a traversed directory, including backup files created by 45 // globRule rule traverses directories to produce a list of files that match $glob 65 // GlobFile creates a rule to write to fileListFile a list of the files that match the specified 68 // matching files has changed. 135 fileList := strings.Join(g.Files, "\n") + "\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
plistlib.py | 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
120 from Carbon.Files import fsRdPerm
135 from Carbon.Files import fsRdWrPerm
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
AntlrDDK.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
AntlrMS.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
StrGather.py | 514 # Get a list for all files
519 # @retval FileList: A list of all files found
596 # support ISO 639-2 codes in .UNI files of EDK Shell
602 EdkLogger.error("UnicodeStringGather", AUTOGEN_ERROR, 'No unicode files given')
640 for Root, Dirs, Files in os.walk('C:\\Edk'):
641 for File in Files:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Ecc.py | 119 # Get files real name in workspace dir
193 # Build the database for meta data files
202 EdkLogger.quiet("Building database for meta data files ...")
210 for Root, Dirs, Files in os.walk(scanFolder):
222 for File in Files:
269 EdkLogger.quiet("Building database for meta data files done!")
402 help="Check all files under the target workspace.")
411 Parser.add_option("-m", "--metadata", action="store_true", type=None, help="Only scan meta-data files information if this option is specified.")
412 Parser.add_option("-s", "--sourcecode", action="store_true", type=None, help="Only scan source code files information if this option is specified.")
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Eot.py | 154 # @param DecFileList: A list of all DEC files
223 # Generate a list of all source files
227 # 3. Search the include list to find all .h files
232 # @param SourceFileList: A list of all source files
233 # @param IncludeFileList: A list of all include files
236 EdkLogger.quiet("Generating source files list ... ")
262 # Get all include files from packages
269 for Root, Dirs, Files in os.walk(str(newline)):
270 for File in Files:
300 # Load map files and parse them [all...] |