Home
last modified time | relevance | path

Searched refs:folders (Results 1 – 25 of 141) sorted by relevance

123456

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp648 CFolders &folders) in ReadUnpackInfo() argument
658 folders.NumFolders = numFolders; in ReadUnpackInfo()
660 folders.FoStartPackStreamIndex.Alloc(numFolders + 1); in ReadUnpackInfo()
661 folders.FoToMainUnpackSizeIndex.Alloc(numFolders); in ReadUnpackInfo()
662 folders.FoCodersDataOffset.Alloc(numFolders + 1); in ReadUnpackInfo()
663 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1); in ReadUnpackInfo()
676 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
700 if (folders.ParsedMethods.IDs.Size() < 128) in ReadUnpackInfo()
701 folders.ParsedMethods.IDs.AddToUniqueSorted(id); in ReadUnpackInfo()
725 if (folders.ParsedMethods.Lzma2Prop < v) in ReadUnpackInfo()
[all …]
D7zOut.cpp374 void COutArchive::WriteUnpackInfo(const CObjectVector<CFolder> &folders, const COutFolders &outFold… in WriteUnpackInfo() argument
376 if (folders.IsEmpty()) in WriteUnpackInfo()
382 WriteNumber(folders.Size()); in WriteUnpackInfo()
385 FOR_VECTOR (i, folders) in WriteUnpackInfo()
386 WriteFolder(folders[i]); in WriteUnpackInfo()
398 void COutArchive::WriteSubStreamsInfo(const CObjectVector<CFolder> &folders, in WriteSubStreamsInfo() argument
437 for (i = 0; i < folders.Size(); i++) in WriteSubStreamsInfo()
509 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders) in EncodeStream() argument
524 folders.AddNew(), outFolders.CoderUnpackSizes, unpackSize, SeqStream, packSizes, NULL)) in EncodeStream()
813 CObjectVector<CFolder> folders; in WriteDatabase() local
[all …]
D7zDecode.cpp224 const CFolders &folders, unsigned folderIndex, in Decode() argument
246 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]]; in Decode()
248 folders.ParseFolderEx(folderIndex, folderInfo); in Decode()
258 UInt64 folderUnpackSize = folders.GetFolderUnpackSize(folderIndex); in Decode()
354 UInt32 unpackStreamIndexStart = folders.FoToCoderUnpackSizes[folderIndex]; in Decode()
459 …packSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndexStart + folderInfo.Bonds[(unsign… in Decode()
473 &folders.CoderUnpackSizes[unpackStreamIndexStart + i]; in Decode()
D7zOut.h269 const CObjectVector<CFolder> &folders,
273 const CObjectVector<CFolder> &folders,
285 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
/external/libmtp/src/
Dplaylist-spl.c72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_fi…
73 …nt32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* f…
75 static uint32_t discover_id_from_filepath(const char* s, LIBMTP_folder_t* folders, LIBMTP_file_t* f…
76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_fi…
77 static void find_folder_name(LIBMTP_folder_t* folders, uint32_t* id, char** name);
78 static uint32_t find_folder_id(LIBMTP_folder_t* folders, uint32_t parent, char* name);
156 LIBMTP_folder_t *folders; in spl_to_playlist_t() local
158 folders = LIBMTP_Get_Folder_List(device); in spl_to_playlist_t()
165 tracks_from_spl_text_t(p, pl->tracks, folders, files); in spl_to_playlist_t()
186 LIBMTP_folder_t *folders; in playlist_t_to_spl() local
[all …]
/external/python/cpython2/Lib/test/
Dtest_mhlib.py176 folders = mh.listfolders()
177 folders.sort()
178 eq(folders, ['deep', 'inbox', 'wide'])
180 folders = mh.listallfolders()
181 folders.sort()
185 eq(folders, tfolders)
187 folders = mh.listsubfolders('deep')
188 folders.sort()
189 eq(folders, map(normF, ['deep/f1', 'deep/f2']))
191 folders = mh.listallsubfolders('deep')
[all …]
/external/libmtp/examples/
Demptyfolders.c83 LIBMTP_folder_t *folders; in main() local
97 folders = LIBMTP_Get_Folder_List(device); in main()
99 if(folders == NULL) { in main()
102 prune_empty_folders(device,files,folders,do_delete); in main()
105 LIBMTP_destroy_folder_t(folders); in main()
Dfolders.c110 LIBMTP_folder_t *folders; in main() local
113 folders = LIBMTP_Get_Folder_List_For_Storage(device, storage->id); in main()
115 if (folders == NULL) { in main()
120 dump_folder_list(folders,0); in main()
122 LIBMTP_destroy_folder_t(folders); in main()
Ddelfile.c32 extern LIBMTP_folder_t *folders;
43 uint32_t id = parse_path (path,files,folders); in delfile_function()
96 id = parse_path (argv[i],files,folders); in delfile_command()
Dnewfolder.c30 extern LIBMTP_folder_t *folders;
61 int id = parse_path (parent,files,folders); in newfolder_function()
Dgetfile.c30 extern LIBMTP_folder_t *folders;
42 int id = parse_path (from_path,files,folders); in getfile_function()
Dsendfile.c38 extern LIBMTP_folder_t *folders;
65 parent_id = parse_path (to_path,files,folders); in sendfile_function()
Dpathutils.c63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) in parse_path() argument
87 item_id = lookup_folder_id(folders,path,""); in parse_path()
93 uint32_t parent_id = lookup_folder_id(folders,parent,""); in parse_path()
Dconnect.c33 LIBMTP_folder_t *folders; variable
78 folders = LIBMTP_Get_Folder_List (device); in main()
DMakefile.am2 mtp-folders mtp-trexist mtp-playlists mtp-getplaylist \
12 mtp_folders_SOURCES=folders.c util.c util.h common.h
/external/autotest/site_utils/
Dperf_csv_uploader.py162 folders = []
171 folders.append(CsvFolder(attribute.id, attribute.value,
173 return folders
241 folders = DBScanner.get_perf_csv_folders()
242 if not folders:
248 for folder in folders:
266 folders]) + 1
Dgs_offloader.py321 folders = _get_zippable_folders(dir_entry)
324 for folder in folders:
326 folders = subfolders
328 for folder in folders:
478 folders = path.split(os.sep)
479 job_id = folders[-6]
480 package = folders[-4]
481 timestamp = folders[-1]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java425 final Folder folder = archive.folders[0]; in readEncodedHeader()
464 archive.folders = new Folder[0]; in readStreamsInfo()
512 final Folder[] folders = new Folder[(int)numFolders]; in readUnpackInfo() local
513 archive.folders = folders; in readUnpackInfo()
519 folders[i] = readFolder(header); in readUnpackInfo()
526 for (final Folder folder : folders) { in readUnpackInfo()
538 folders[i].hasCrc = true; in readUnpackInfo()
539 folders[i].crc = 0xffffFFFFL & header.getInt(); in readUnpackInfo()
541 folders[i].hasCrc = false; in readUnpackInfo()
554 for (final Folder folder : archive.folders) { in readSubStreamsInfo()
[all …]
DArchive.java32 Folder[] folders; field in Archive
44 + " CRCs, " + lengthOf(folders) + " folders, " + lengthOf(files) in toString()
/external/python/cpython2/Doc/library/
Dmhlib.rst14 The :mod:`mhlib` module provides a Python interface to MH folders and their
18 particular collection of folders, :class:`Folder`, which represents a single
24 :class:`MH` represents a collection of MH folders.
73 Return a list of top-level folders.
78 Return a list of all folders.
111 :class:`Folder` instances represent open folders and have the following methods:
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_dir_mapping.txt1 # Mapping of ICU paths to their respective folders.
3 # '*' means that the path will be written to all folders.
/external/u-boot/doc/
DREADME.davinci125 http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
129 http://focus.ti.com/docs/prod/folders/print/tms320dm365.html?247SEM=
137 http://focus.ti.com/docs/prod/folders/print/tms320dm6467.html
141 http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html
149 http://focus.ti.com/docs/prod/folders/print/omap-l138.html
/external/antlr/
D.gitignore1 # Maven build folders
22 # ANTLR C# target build folders
/external/autotest/client/bin/result_tools/
Dutils.py165 folders = sub_path.split(os.sep)
173 for i in range(1, len(folders)):
175 parent.path, folders[i], parent_result_info=parent)
176 if i == len(folders) - 1:
/external/guava/
DREADME.maven1 These folders host the maven metadata which are used to
8 As a convenience, these folders have been set up to

123456