| /OK3568_Linux_fs/buildroot/package/iputils/ |
| H A D | 0001-meson-Make-tests-optional.patch | 75 -foreach dst : [ 'localhost', '127.0.0.1' ] + ipv6_dst 76 - foreach switch : [ '', '-4' ] + ipv6_switch 100 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 101 - foreach args : ping_tests_opt 114 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 115 - foreach args : ping_tests_opt_fail 125 -foreach dst : [ '127.0.0.1' ] + ipv6_dst 126 - foreach args : ping_tests_user_fail 162 +foreach dst : [ 'localhost', '127.0.0.1' ] + ipv6_dst 163 + foreach switch : [ '', '-4' ] + ipv6_switch [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 22 - foreach $r (@runlevels) { 23 - foreach $w ("S", "K") { 24 - foreach $a (&runlevel_actions($r, $w)) { 36 + #foreach $r (@runlevels) { 37 + # foreach $w ("S", "K") { 38 + # foreach $a (&runlevel_actions($r, $w)) { 65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) { 67 @@ -133,7 +134,7 @@ foreach $f (sort { lc($a) cmp lc($b) } r
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-arm-add-armv9-a-architecture-to-march.patch | 152 MULTILIB_MATCHES += $(foreach ARCH, $(v8_6_a_simd_variants), \ 156 +MULTILIB_MATCHES += $(foreach ARCH, $(v9_a_nosimd_variants), \ 161 + $(foreach ARCH, $(filter-out +simd, $(v9_a_simd_variants)), \ 173 MULTILIB_REUSE += $(foreach ABI, hard softfp, \ 174 - $(foreach ARCH, armv7-a+fp armv7-a+simd armv7ve+simd armv8-a+simd, \ 175 + $(foreach ARCH, armv7-a+fp armv7-a+simd armv7ve+simd armv8-a+simd armv9-a+simd, \ 179 MULTILIB_REUSE += $(foreach MODE, arm thumb, \ 180 - $(foreach ARCH, armv7-a armv8-a, \ 181 + $(foreach ARCH, armv7-a armv8-a armv9-a, \ 205 @@ -110,6 +114,11 @@ MULTILIB_MATCHES += $(foreach ARCH, [all …]
|
| H A D | 0027-libatomic-Do-not-enforce-march-on-aarch64.patch | 23 @@ -125,7 +125,6 @@ libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix _$(s)_.lo,$(SIZEOBJS))) 28 libatomic_la_LIBADD += $(foreach s,$(SIZES),$(addsuffix _$(s)_1_.lo,$(SIZEOBJS))) 36 libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix \
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 10-br-build-system.patch | 24 +host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m))) 25 +host-cmulti := $(foreach m,$(__hostprogs),\ 27 +host-cxxmulti := $(foreach m,$(__hostprogs),\ 29 +host-cobjs := $(addprefix $(obj)/,$(sort $(foreach m,$(__hostprogs),$($(m)-objs)))) 30 +host-cxxobjs := $(addprefix $(obj)/,$(sort $(foreach m,$(__hostprogs),$($(m)-cxxobjs))))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placemanagerengine_esri.cpp | 133 foreach (const QPlaceCategory &placeCategory, request.categories()) in search() 191 foreach (const QJsonValue &jsonValue, jsonArray) in parseCategories() 237 foreach (const QString &id, m_subcategories.value(parentId)) in childCategories() 244 foreach (PlaceCategoriesReplyEsri *reply, m_pendingCategoriesReply) in finishCategories() 251 foreach (PlaceCategoriesReplyEsri *reply, m_pendingCategoriesReply) in errorCaterogies() 272 foreach (const QLocale &locale, m_locales) in localizedName() 291 foreach (const QJsonValue &jsonValue, jsonArray) in parseCandidateFields() 307 foreach (const QJsonValue &jsonValue, jsonArray) in parseCountries()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/ |
| H A D | CVE-2022-40704.patch | 26 foreach($input_keys as $key) 31 - foreach(pts_arrays::to_array($_REQUEST[$key]) as $val_to_check) 32 + foreach(pts_arrays::to_array($_GET[$key]) as $val_to_check) 43 + foreach(pts_arrays::to_array($_POST[$key]) as $val_to_check)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 32 - foreach my $file (@{$tables{$table}}) 33 + foreach my $file (sort (@{$tables{$table}})) 41 - foreach my $file (@{$tables{$table}}) 42 + foreach my $file (sort (@{$tables{$table}}))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace.cpp | 400 foreach (QDeclarativeCategory *value, m_categories) in place() 419 foreach (const QString &key, m_contactDetails->keys()) { in place() 423 foreach (const QVariant &detailVar, detailsVarList) { in place() 724 foreach (QDeclarativeCategory * category, m_categoriesToBeDeleted) { in cleanupDeletedCategories() 974 foreach (const QPlaceCategory &value, m_src.categories()) { in synchronizeCategories() 1082 foreach (const QString &key, keys) in pullExtendedAttributes() 1086 foreach (const QString &attributeType, attributeTypes) { in pullExtendedAttributes() 1100 foreach (const QString &contactType, m_contactDetails->keys()) { in synchronizeContacts() 1102 foreach (const QVariant &var, contacts) { in synchronizeContacts() 1111 foreach (const QString &contactType, m_src.contactTypes()) { in synchronizeContacts() [all …]
|
| H A D | qdeclarativeplaceicon.cpp | 118 foreach (const QString &key, m_parameters->keys()) { in icon() 241 foreach (const QString &key, m_parameters->keys()) in initParameters() 244 foreach (const QString &key, parameterMap.keys()) { in initParameters()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/ |
| H A D | platformserver.cpp | 21 foreach (ServerHandler *handler, m_handlers) { in startwork() 31 foreach (ServerHandler *handler, m_handlers) { in startwork() 40 foreach (ServerHandler *handler, m_handlers) { in startwork()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 317 foreach (const QPlaceSearchResult &result, searchReply->results()) { in processSearchReply() 332 foreach (const QPlaceSearchResult &result, searchReply->results()) { in handleSearchReply() 370 foreach (const QPlaceImage &image, contentReply->content()) { in handleImagesReply() 390 foreach (const QString &suggestion, suggestionReply->suggestions()) in handleSuggestionReply() 437 foreach (const QPlaceCategory &category, topLevelCategories) in categories() 480 … foreach (const QPlaceContactDetail &number, place.contactDetails(QPlaceContactDetail::Phone)) in phoneNumbers() 497 foreach (const QPlace place, matchReply->places()) { in matchHandler()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.cpp | 75 foreach (QPlace place, places) { in doSavePlaces() 89 foreach (QPlace *place, places) { in doSavePlaces() 119 foreach (const QPlaceSearchResult &searchResult, searchResults) { in doSearch() 354 foreach (const QPlace &place, actualResults) in compare() 358 foreach (const QPlace &place, expectedResults) in compare() 374 foreach (QPlace *place, places) in setVisibility()
|
| /OK3568_Linux_fs/buildroot/package/linux-tools/ |
| H A D | linux-tool-hv.mk.in | 42 $(foreach prog,$(HV_PROGS_y), \ 50 $(foreach prog,$(HV_PROGS_y), \ 59 $(SED) 's/@PROGS@/$(foreach prog,$(HV_PROGS_y),$(HV_$(prog)))/' \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | configurer.cpp | 21 foreach (QString row, confInfo) in changConf() 44 foreach (QString row, confInfo) in changConf() 69 foreach (QString row, confInfo) in conf()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotilefetcherosm.cpp | 53 foreach (const QGeoTileProviderOsm *provider, providers) in providersResolved() 86 foreach (QGeoTileProviderOsm *provider, m_providers) { in QGeoTileFetcherOsm() 110 foreach (QGeoTileProviderOsm *provider, m_providers) in initialized()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | plughandler.cpp | 39 foreach (QString fileName, pluginsDir.entryList(QDir::Files)) { in getShowPlugins() 46 foreach (QJsonValue v, arry) { in getShowPlugins() 67 foreach (QString fileName, pluginsDir.entryList(QDir::Files)) { in loadPlugins()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | glmTargets.cmake | 19 foreach(_expectedTarget glm) 76 foreach(f ${CONFIG_FILES}) 84 foreach(target ${_IMPORT_CHECK_TARGETS} ) 85 foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/ |
| H A D | po.m4 | 143 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 145 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 147 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 149 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 301 # $(foreach file, $(POTFILES), $(top_srcdir)/$(file)) 321 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 323 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 325 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 327 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).properties) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/ |
| H A D | 0001-geninfo-Add-intermediate-text-format-support.patch | 115 @@ -599,7 +627,7 @@ foreach my $entry (@data_directory) { 139 foreach $file (@file_list) { 649 - foreach $filename (sort_uniq_lex(keys(%{$graph}), keys(%{$instr}))) { 673 - foreach $filename (keys(%excl_data)) { 674 + foreach $filename (keys(%$excl_data)) { 685 - foreach $filename (keys(%excl_data)) { 686 + foreach $filename (keys(%$excl_data)) { 739 - foreach my $filename (keys(%{$instr}), keys(%{$graph})) { 740 + foreach my $filename (@$source_files) { 763 - foreach my $filename (keys(%{$instr})) { [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/ |
| H A D | 0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch | 26 foreach(PY_CMD ${PYTHON_CMD}) 31 foreach(PY_SRC ${PYTHON_SOURCES}) 33 @@ -31,7 +31,7 @@ foreach(PY_CMD ${PYTHON_CMD})
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
| H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 22 @@ -2,7 +2,7 @@ foreach arg: [ 'CIE1964-10deg-XYZ', 'CIE1931-2deg-XYZ' ] 35 @@ -24,7 +24,7 @@ foreach arg: generated_spectra 48 @@ -59,7 +59,7 @@ foreach arg: icc_profiles
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/ |
| H A D | backlightwidget.cpp | 34 foreach (QScreen *screen, app->screens()) { in initUi() 38 foreach (Backlight *b, m_backlights) { in initUi() 46 foreach (Backlight *b, m_backlights) { in initUi() 60 foreach (QScreen *screen, app->screens()) { in initUi()
|
| /OK3568_Linux_fs/buildroot/package/brotli/ |
| H A D | 0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch | 77 -foreach(lib IN LISTS BROTLI_SHARED_LIBS) 83 + foreach(lib brotlicommon brotlidec brotlienc) 90 -foreach(lib IN LISTS BROTLI_SHARED_LIBS BROTLI_STATIC_LIBS) 91 +foreach(lib brotlicommon brotlidec brotlienc)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | meson.build | 28 foreach ex: dmx_examples 40 foreach ex: noinst_dmx_examples
|