Searched refs:folders (Results 1 - 25 of 29) sorted by relevance

12

/external/libmtp/examples/
H A Demptyfolders.c3 * Example program that prunes empty folders.
78 printf("This is a dummy run. No folders will be deleted.\n");
79 printf("To delete folders, use the '-d' option.\n");
83 LIBMTP_folder_t *folders; local
97 folders = LIBMTP_Get_Folder_List(device);
99 if(folders == NULL) {
100 printf("No folders found\n");
102 prune_empty_folders(device,files,folders,do_delete);
105 LIBMTP_destroy_folder_t(folders);
H A Dfolders.c2 * \file folders.c
3 * Example program that lists all folders on a device.
45 LIBMTP_folder_t *folders; local
53 fprintf(stdout, "mtp-folders: No Devices have been found\n");
56 fprintf(stderr, "mtp-folders: There has been an error connecting. Exit\n");
59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n");
65 fprintf(stderr, "mtp-folders: Unknown error, please report "
71 fprintf(stdout, "mtp-folders: Successfully connected\n");
91 folders = LIBMTP_Get_Folder_List(iter);
93 if (folders
[all...]
H A Dgetfile.c32 extern LIBMTP_folder_t *folders;
44 int id = parse_path (from_path,files,folders);
H A Dnewfolder.c31 extern LIBMTP_folder_t *folders;
60 int id = parse_path (parent,files,folders);
H A Ddelfile.c34 extern LIBMTP_folder_t *folders;
45 uint32_t id = parse_path (path,files,folders);
96 id = parse_path (argv[i],files,folders);
H A Dsendfile.c36 extern LIBMTP_folder_t *folders;
67 parent_id = parse_path (to_path,files,folders);
H A Dconnect.c31 LIBMTP_folder_t *folders; variable
92 folders = LIBMTP_Get_Folder_List (device);
H A Dpathutils.c30 * Runs by walking through folders structure */
63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) argument
87 item_id = lookup_folder_id(folders,path,"");
93 uint32_t parent_id = lookup_folder_id(folders,parent,"");
H A Dsendtr.c47 extern LIBMTP_folder_t *folders;
183 parent_id = parse_path (parent,files,folders);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp678 CFolders &folders)
688 folders.NumFolders = numFolders;
690 folders.FoStartPackStreamIndex.Alloc(numFolders + 1);
691 folders.FoToMainUnpackSizeIndex.Alloc(numFolders);
692 folders.FoCodersDataOffset.Alloc(numFolders + 1);
693 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1);
706 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr;
726 if (folders.ParsedMethods.IDs.Size() < 128)
727 folders.ParsedMethods.IDs.AddToUniqueSorted(id);
749 if (folders
676 ReadUnpackInfo( const CObjectVector<CByteBuffer> *dataVector, CFolders &folders) argument
845 ReadSubStreamsInfo( CFolders &folders, CRecordVector<UInt64> &unpackSizes, CUInt32DefVector &digests) argument
985 ReadStreamsInfo( const CObjectVector<CByteBuffer> *dataVector, UInt64 &dataOffset, CFolders &folders, CRecordVector<UInt64> &unpackSizes, CUInt32DefVector &digests) argument
1098 CFolders folders; local
[all...]
H A D7zDecode.h53 const CFolders &folders, int folderIndex,
H A D7zDecode.cpp97 const CFolders &folders, int folderIndex,
106 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]];
108 folders.ParseFolderInfo(folderIndex, folderInfo);
110 if (!folderInfo.CheckStructure(folders.GetNumFolderUnpackSizes(folderIndex)))
226 UInt32 unpackStreamIndexStart = folders.FoToCoderUnpackSizes[folderIndex];
301 unpackSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndex];
307 packSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndexStart + (UInt32)folderInfo.BindPairs[bindPairIndex].OutIndex];
93 Decode( DECL_EXTERNAL_CODECS_LOC_VARS IInStream *inStream, UInt64 startPos, const CFolders &folders, int folderIndex, ISequentialOutStream *outStream, ICompressProgressInfo *compressProgress _7Z_DECODER_CRYPRO_VARS_DECL , bool mtMode, UInt32 numThreads ) argument
H A D7zOut.cpp373 void COutArchive::WriteUnpackInfo(const CObjectVector<CFolder> &folders, const COutFolders &outFolders) argument
375 if (folders.IsEmpty())
381 WriteNumber(folders.Size());
384 FOR_VECTOR (i, folders)
385 WriteFolder(folders[i]);
397 void COutArchive::WriteSubStreamsInfo(const CObjectVector<CFolder> &folders, argument
436 for (i = 0; i < folders.Size(); i++)
512 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders)
524 stream, NULL, &dataSize64, folders.AddNew(), outFolders.CoderUnpackSizes, unpackSize, SeqStream, packSizes, NULL))
828 CObjectVector<CFolder> folders; local
509 EncodeStream( DECL_EXTERNAL_CODECS_LOC_VARS CEncoder &encoder, const CByteBuffer &data, CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders) argument
[all...]
H A D7zOut.h253 const CObjectVector<CFolder> &folders,
257 const CObjectVector<CFolder> &folders,
269 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
H A D7zIn.h364 CFolders &folders);
367 CFolders &folders,
374 CFolders &folders,
/external/libmtp/src/
H A Dplaylist-spl.c72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
75 static uint32_t discover_id_from_filepath(const char* s, LIBMTP_folder_t* folders, LIBMTP_file_t* files); // TODO add file/dir cached args
76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
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);
155 LIBMTP_folder_t *folders; local
157 folders = LIBMTP_Get_Folder_List(device);
164 tracks_from_spl_text_t(p, pl->tracks, folders, files);
185 LIBMTP_folder_t *folders; local
563 tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files) argument
591 spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files) argument
666 discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files) argument
727 discover_id_from_filepath(const char* s, LIBMTP_folder_t* folders, LIBMTP_file_t* files) argument
788 find_folder_name(LIBMTP_folder_t* folders, uint32_t* id, char** name) argument
813 find_folder_id(LIBMTP_folder_t* folders, uint32_t parent, char* name) argument
[all...]
/external/autotest/site_utils/
H A 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:
243 logging.info('No new folders found. Wait...')
248 for folder in folders:
266 folders]) + 1
H A Dgs_offloader.py297 compress each folder in the given directory, except folders in
312 # For test job, zip folders in a second level, e.g. 123-debug/host1.
318 folders = _get_zippable_folders(dir_entry)
321 for folder in folders:
323 folders = subfolders
325 for folder in folders:
427 folders = path.split(os.sep)
428 job_id = folders[-6]
429 package = folders[-4]
430 timestamp = folders[
[all...]
/external/vulkan-validation-layers/
H A DCONTRIBUTING.md63 These tests can be found in the following folders inside of your target build directory:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 616 milliseconds

12