HomeSort by relevance Sort by last modified time
    Searched full:filelist (Results 126 - 150 of 419) sorted by null

1 2 3 4 56 7 8 91011>>

  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
MainPhoneActivity.java 405 String[] fileList = externalStorageDirectory.list();
407 if (fileList.length > 0) {
410 for (String file : fileList) {
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
MainPhoneActivity.java 405 String[] fileList = externalStorageDirectory.list();
407 if (fileList.length > 0) {
410 for (String file : fileList) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 59 FileList = []
63 FileList.append(Record[0])
65 return FileList
  /external/emma/core/java12/com/vladium/util/
Strings.java 156 final String [] fileList = Files.readFileList (new File (ss.substring (1)));
157 for (int j = 0; j < fileList.length; ++ j)
159 final String sss = fileList [j];
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/
arch.exp 137 set filelist [lsort -ascii [glob "$srcdir/$subdir/sh*.s"]]
139 foreach file $filelist {
165 foreach file $filelist {
  /toolchain/binutils/binutils-2.27/ld/emultempl/
aix.em 98 struct filelist
100 struct filelist *next;
105 static struct filelist *import_files;
498 struct filelist *n;
499 struct filelist **flpp;
501 n = (struct filelist *) xmalloc (sizeof (struct filelist));
658 struct filelist *n;
659 struct filelist **flpp;
661 n = (struct filelist *) xmalloc (sizeof (struct filelist))
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 417 List<File> fileList = new ArrayList<File>();
424 fileList.add(file);
427 return fileList.toArray(new File[fileList.size()]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /external/protobuf/ruby/
Rakefile 97 t.test_files = FileList["tests/*.rb"]
  /external/python/cpython2/Lib/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /external/python/cpython3/Lib/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
14 class FileList:
30 # ignore argument to FileList, but keep them for backwards
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 1 """distutils.filelist
3 Provides the FileList class, used for poking about the filesystem
15 class FileList:
31 # ignore argument to FileList, but keep them for backwards
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h 339 information is placed in the file list FileList.
345 @param[out] FileList On return, points to the start of a file list containing the names
359 OUT EFI_SHELL_FILE_INFO **FileList
366 @param[out] FileList On return, points to the list of files in the directory
378 OUT EFI_SHELL_FILE_INFO **FileList
408 @param[in] FileList The file list to free. Type EFI_SHELL_FILE_INFO is
416 IN EFI_SHELL_FILE_INFO **FileList
856 @param[in, out] FileList Points to the start of a list of files opened.
866 IN OUT EFI_SHELL_FILE_INFO **FileList
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 319 EFI_SHELL_FILE_INFO *FileList;
339 FileList = NULL;
393 Status = ShellInfoObject.NewEfiShellProtocol->FindFiles(TabStr, &FileList);
399 if (!EFI_ERROR (Status) && FileList != NULL) {
407 for (FileInfo = (EFI_SHELL_FILE_INFO *) GetFirstNode (&FileList->Link); !IsNull (&FileList->Link, &FileInfo->Link); ) {
415 FileInfo = (EFI_SHELL_FILE_INFO *) GetNextNode (&FileList->Link, &FileInfo->Link);
420 if (FileList != NULL && !IsListEmpty (&FileList->Link)) {
423 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&FileList);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 225 def __init__(self, FileList = [], IsCompatibleMode = False, IncludePathList = []):
226 self.FileList = FileList
234 if len(self.FileList) > 0:
235 self.LoadUniFiles(FileList)
557 def LoadUniFiles(self, FileList):
558 if len(FileList) > 0:
559 for File in FileList:
  /external/curl/scripts/
updatemanpages.pl 255 my @filelist = grep(/.$extname$/i, readdir($dir_handle));
257 foreach my $file (@filelist) {
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 184 cmd.record = os.path.join(project_dir, 'filelist')
214 cmd.record = os.path.join(project_dir, 'filelist')
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 183 cmd.record = os.path.join(project_dir, 'filelist')
217 cmd.record = os.path.join(project_dir, 'filelist')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 186 cmd.record = os.path.join(project_dir, 'filelist')
216 cmd.record = os.path.join(project_dir, 'filelist')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 186 cmd.record = os.path.join(project_dir, 'filelist')
216 cmd.record = os.path.join(project_dir, 'filelist')
  /tools/tradefederation/core/src/com/android/tradefed/result/
DeviceFileReporter.java 158 final String fileList = mDevice.executeShellCommand(searchCmd);
160 for (String filename : fileList.split("\r?\n")) {
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 285 fileList = []
295 #fileList.append(FileRelativePath(config.get(JetDefs.RECENT_SECTION, sFile)))
296 fileList.append(config.get(JetDefs.RECENT_SECTION, sFile))
297 return fileList
302 fileList = GetRecentJetFiles()
311 for file in fileList:

Completed in 1573 milliseconds

1 2 3 4 56 7 8 91011>>