Home
last modified time | relevance | path

Searched refs:removes (Results 1 – 25 of 198) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp325 const QVector<QQmlChangeSet::Change> &removes = changeSet.removes(); in modelUpdated() local
327 for (int i = 0; i < removes.size(); i++) in modelUpdated()
328 mapRemoves.insert(std::pair<int, int>(removes.at(i).start(), i)); in modelUpdated()
331 const QQmlChangeSet::Change &c = removes.at(rit->second); in modelUpdated()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview.cpp188 const QVector<QQmlChangeSet::Change> &removes = changeSet.removes(); in modelUpdated() local
190 for (int i = 0; i < removes.size(); i++) in modelUpdated()
191 mapRemoves.insert(std::pair<int, int>(removes.at(i).start(), i)); in modelUpdated()
194 const QQmlChangeSet::Change &c = removes.at(rit->second); in modelUpdated()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drm_work_and_downloads.bbclass11 # removes the downloaded source. This is achieved by making the DL_DIR
24 # This would ensure that the existing do_rm_work() removes the downloads,
H A Dremove-libtool.bbclass1 # This class removes libtool .la files after do_install
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py783 removes = set()
814 removes = subparser.removes
865 removes.add(r)
868 if removes and parser:
870 for r in removes:
873 parser.removes = set()
877 for r in removes:
879 parser.removes.add(r)
H A Ddata.py307 def handle_remove(value, deps, removes, d): argument
308 for r in sorted(removes):
334 value = handle_remove(value, deps, parsedvar.removes, d)
349 value = handle_remove(value, deps, parser.removes, d)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A Dfixinstall.patch5 This patch removes the extra rpaths ($compile_rpath) so that the
12 This patch also removes an annoying "seems to be moved" warning
/OK3568_Linux_fs/buildroot/package/jsmin/
H A DConfig.in.host4 JSMin is a filter which removes comments and unnecessary
H A DConfig.in4 JSMin is a filter which removes comments and unnecessary
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DW3C16removes the copyright ownership notice such that this license can be used with materials other tha…
/OK3568_Linux_fs/buildroot/package/python-remi/
H A DConfig.in9 browser. This removes platform-specific dependencies and lets
/OK3568_Linux_fs/buildroot/package/nanocom/
H A DConfig.in5 but removes the scripting and logging features while
/OK3568_Linux_fs/buildroot/package/libdaemon/
H A D0001-testd-use-unistd-h-instead-of-sys-unistd-h.patch2 instead of <sys/unistd.h>. This removes an error when building libdaemon
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/
H A Ddisable-tests.patch6 This patch removes the tests directory from SUBDIRS and will be conditionally
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unifdef/
H A Dunifdef_2.12.bb5 …ively processes conditional C preprocessor #if and #ifdef directives. It removes from a file both …
/OK3568_Linux_fs/buildroot/package/apr-util/
H A D0001-remove-checkapr.patch3 this patch removes the check of apr which fails the build
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-huge_page_setup_helper-use-python3-interpreter.patch7 interpreter explicitly. This removes dependency to python2 and will not
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A Dremove-potcdate.sin1 # Sed script that removes the POT-Creation-Date line in the header entry
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0006-xserver-1.14-compat.patch3 mibstore functions are no longer supported. This patch removes them
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch4 Subject: [PATCH 2/3] Add missing include, removes unnedded stuff and add non
/OK3568_Linux_fs/buildroot/package/libscrypt/
H A D0001-Allow-adding-options-to-CFLAGS-and-LDFLAGS-variables.patch9 This also removes a number of hard-coded CFLAGS, leaving it up to the
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ed/
H A Ded_1.18.bb18 # Upstream regularly removes previous releases from https://ftp.gnu.org/gnu/ed/
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0001-networking-libiproute-use-linux-if_packet.h-instead-.patch10 <linux/if_packet.h> also removes the need to include
/OK3568_Linux_fs/buildroot/package/lm-sensors/
H A D0002-no-host-ldconfig.patch10 removes the libiconv handling.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Dremove-fuzz-from-ptests.patch9 This patch removes the fuzz testing targets from the Makefile.

12345678