Home
last modified time | relevance | path

Searched refs:filelist (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py206 filelist = []
214 filelist.append(item[0])
216 return filelist
220 filelist = self._p4listfiles(ud, d)
221 if not filelist:
227 progresshandler = PerforceProgressHandler(d, len(filelist))
229 for afile in filelist:
H A D__init__.py1227 filelist = []
1241 filelist.append(f + ":" + str(os.path.exists(f)))
1243 return " ".join(filelist)
1245 def get_file_checksums(filelist, pn, localdirsexclude): argument
1252 return _checksum_cache.get_checksums(filelist, pn, localdirsexclude)
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dsearchfiledialog.cpp123 QStringList filelist = m_pFileDialog->selectedFiles(); in showD() local
124 qDebug()<<"fileDialog->selectFiles:"<<filelist; in showD()
125 qDebug()<<"the path is "<< filelist[0]; in showD()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dsearchfiledialog.cpp123 QStringList filelist = m_pFileDialog->selectedFiles(); in showD() local
124 qDebug()<<"fileDialog->selectFiles:"<<filelist; in showD()
125 qDebug()<<"the path is "<< filelist[0]; in showD()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dsearchfiledialog.cpp123 QStringList filelist = m_pFileDialog->selectedFiles(); in showD() local
124 qDebug()<<"fileDialog->selectFiles:"<<filelist; in showD()
125 qDebug()<<"the path is "<< filelist[0]; in showD()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest8 filelist="test_procs.tcl tunnel.test session.test"
9 for file in ${filelist}
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dappend.py63 filelist = pkglist
65 filelist = files
66 for fn in filelist:
131 for patch, filelist in patchedfiles.items():
132 for fileitem in filelist:
H A Dcreate_buildsys.py807 filelist = RecipeHandler.checkfiles(srctree, ['VERSION', 'version'])
809 for fileitem in filelist:
831 filelist = RecipeHandler.checkfiles(srctree, ['*.spec'], recursive=True)
838 for fileitem in filelist:
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Ddeploy.py179 filelist = []
196 filelist.append((fpath, fsize))
200 for item, _ in filelist:
242 for fpath, fsize in filelist:
H A Dupgrade.py242 filelist = stdout.splitlines()
243 pbar = bb.ui.knotty.BBProgress('Adding changed files', len(filelist))
246 for i in range(0, len(filelist), batchsize):
247 batch = filelist[i:i+batchsize]
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dsumversion.c393 char filelist[PATH_MAX + 1]; in get_src_version() local
400 snprintf(filelist, sizeof(filelist), "%.*smod", in get_src_version()
403 buf = read_text_file(filelist); in get_src_version()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dchecksum.py80 def get_checksums(self, filelist, pn, localdirsexclude): argument
115 for pth in filelist_regex.split(filelist):
H A Dcooker.py1359filelist, masked, searchdirs = self.collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], s…
1367 for f in filelist:
1664 …(filelist, masked, search) = self.collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], sel…
1666 mcfilelist[mc] = filelist
1958 filelist = []
1963 filelist.append(filename)
1964 return tuple(filelist)
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_virmidi.c77 list_for_each_entry(vmidi, &rdev->filelist, list) { in snd_virmidi_dev_receive_event()
197 list_add_tail(&vmidi->list, &rdev->filelist); in snd_virmidi_input_open()
502 INIT_LIST_HEAD(&rdev->filelist); in snd_virmidi_new()
/OK3568_Linux_fs/kernel/include/sound/
H A Dseq_virmidi.h51 struct list_head filelist; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-metadata-parse.sh-sort-filelist-for-reproducibility.patch4 Subject: [PATCH] metadata/parse.sh: sort filelist for reproducibility
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_device.h177 struct list_head filelist; member
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dreadme.txt72 $ find package/ -name 'Config.*' > filelist && vim -c \
73 'set makeprg=utils/check-package\ $(cat\ filelist)' -c make -c copen
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass150 self.filelist = ""
194 pkginfo.filelist = value
320 filelist = list(dictval.keys())
321 filelist.sort()
322 pkginfo.filelist = " ".join([shlex.quote(x) for x in filelist])
422 f.write(u"FILELIST = %s\n" % pkginfo.filelist)
H A Dbase.bbclass90 filelist = []
109 filelist.append(path + ":" + str(os.path.exists(path)))
112 return " ".join(filelist)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py139 filelist = []
174 filelist.append((fullpath, mode))
181 return filelist
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c87 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
914 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb29 file://0001-metadata-parse.sh-sort-filelist-for-reproducibility.patch \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_debugfs.c92 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
H A Ddrm_drv.c602 INIT_LIST_HEAD(&dev->filelist); in drm_dev_init()

12