Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 1395) sorted by relevance

12345678910>>...56

/OK3568_Linux_fs/buildroot/package/attr/
H A D0001-build-with-older-GCCs.patch4 Subject: [PATCH] Remove messages in "deprecated" gcc attributes
7 any argument for the deprecated attribute. GCC 4.5 and later say the
24 - __attribute__ ((deprecated ("Use getxattr or lgetxattr instead")));
25 + __attribute__ ((deprecated));
28 - __attribute__ ((deprecated ("Use fgetxattr instead")));
29 + __attribute__ ((deprecated));
37 - __attribute__ ((deprecated ("Use setxattr or lsetxattr instead")));
38 + __attribute__ ((deprecated));
42 - __attribute__ ((deprecated ("Use fsetxattr instead")));
43 + __attribute__ ((deprecated));
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/
H A Dexynos_dp.txt9 Required properties for dptx-phy: deprecated, use phys and phy-names
10 -reg: deprecated
12 -samsung,enable-mask: deprecated
60 -interlaced: deprecated prop that can parsed from drm_display_mode.
61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
65 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmapobjects_tester.pro5 # any Qt feature that has been marked deprecated (the exact warnings
7 # deprecated API to know how to port your code away from it.
10 # You can also make your code fail to compile if it uses deprecated APIs.
12 # You can also select to disable deprecated APIs only up to a certain version of Qt.
13 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmappolyline_tester.pro5 # any Qt feature that has been marked deprecated (the exact warnings
7 # deprecated API to know how to port your code away from it.
10 # You can also make your code fail to compile if it uses deprecated APIs.
12 # You can also select to disable deprecated APIs only up to a certain version of Qt.
13 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmapitems_backends.pro5 # any Qt feature that has been marked deprecated (the exact warnings
7 # deprecated API to know how to port your code away from it.
10 # You can also make your code fail to compile if it uses deprecated APIs.
12 # You can also select to disable deprecated APIs only up to a certain version of Qt.
13 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6…
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Duninitialized_var.cocci4 /// From Documentation/process/deprecated.rst:
44 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
51 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
H A Dflexible_array.cocci3 /// Zero-length and one-element arrays are deprecated, see
4 /// Documentation/process/deprecated.rst
80 …e-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length…
87 …e-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length…
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-list.c29 bool deprecated = false; in cmd_list() local
38 OPT_BOOLEAN(0, "deprecated", &deprecated, in cmd_list()
61 details_flag, deprecated); in cmd_list()
85 deprecated); in cmd_list()
119 deprecated); in cmd_list()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
35 non-deprecated interface with equivalent functionality instead. For a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
35 non-deprecated interface with equivalent functionality instead. For a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-counter-104-quad-89 This interface is deprecated; please use the Counter subsystem.
18 This interface is deprecated; please use the Counter subsystem.
54 This interface is deprecated; please use the Counter subsystem.
64 This interface is deprecated; please use the Counter subsystem.
73 This interface is deprecated; please use the Counter subsystem.
96 This interface is deprecated; please use the Counter subsystem.
106 This interface is deprecated; please use the Counter subsystem.
115 This interface is deprecated; please use the Counter subsystem.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch38 -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g
44 -Wno-deprecated-declarations -Wno-self-assign \
50 -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \
56 -BUILD_CXXFLAGS = -Wno-deprecated-register -Wno-unused-result
58 +BUILD_CXXFLAGS += -Wno-deprecated-register -Wno-unused-result
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dlegacy_instructions.rst6 emulation of instructions which have been deprecated, or obsoleted in
26 warnings are issued. This is the default for deprecated
32 Although marked as deprecated, some implementations may support the
36 about the use of the deprecated instructions.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch4 Subject: [PATCH] Remove the warning about deprecated paths in schemas
7 are still using deprecated paths, as of 3.16.1. This causes warning
32 - "“/apps/”, “/desktop/” or “/system/” are deprecated."),
/OK3568_Linux_fs/kernel/net/sunrpc/
H A DKconfig42 Choose Y here to disable the use of deprecated encryption types
44 deprecated encryption types include DES-CBC-MD5, DES-CBC-CRC,
45 and DES-CBC-MD4. These types were deprecated by RFC 6649 because
49 keytabs that contain only these deprecated encryption types.
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/
H A D0001-When-building-introspection-files-do-not-quote-CFLAG.patch49 - COMMAND CC=${CMAKE_C_COMPILER} CFLAGS="-Wno-deprecated-declarations ${CMAKE_C_FLAGS}" LDFL…
50 + COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations\ ${CMAKE_C_FLAGS} LDFLA…
62 - COMMAND CC=${CMAKE_C_COMPILER} CFLAGS="-Wno-deprecated-declarations ${CMAKE_C_FLAGS}" LDFL…
63 + COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations\ ${CMAKE_C_FLAGS} LDFLA…
71 - COMMAND CC=${CMAKE_C_COMPILER} CFLAGS="-Wno-deprecated-declarations ${CMAKE_C_FLAGS}"
72 + COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations\ ${CMAKE_C_FLAGS}
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/
H A D0008-Fix-build-with-icu-68.patch33 + * @deprecated ICU 68 Use standard "true" instead.
59 + * @deprecated ICU 68 Use standard "true" instead.
85 + * @deprecated ICU 68 Use standard "true" instead.
111 + * @deprecated ICU 68 Use standard "true" instead.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-deprecated_1.2.13.bb1 SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods."
2 HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
/OK3568_Linux_fs/kernel/drivers/clk/versatile/
H A Dclk-sp810.c91 bool deprecated; in clk_sp810_of_setup() local
112 deprecated = !of_find_property(node, "assigned-clock-parents", NULL); in clk_sp810_of_setup()
127 if (deprecated) in clk_sp810_of_setup()
/OK3568_Linux_fs/buildroot/package/popt/
H A D0003-configure-replace-deprecated-macros.patch4 Subject: [PATCH] configure: replace deprecated macros
6 * use LT_INIT instead of deprecated AC_PROG_LIBTOOL
7 * use AS_HELP_STRING instead of deprecated AC_HELP_STRING
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dmd5.h175 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
266 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
H A Dmd4.h175 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
266 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dsha1.h192 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
298 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dmd2.h174 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
261 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
H A Dmd4.h175 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
266 #define MBEDTLS_DEPRECATED __attribute__((deprecated))

12345678910>>...56