Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 267) sorted by relevance

1234567891011

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0005.patch77 -_rfc3164_timestamp_eq(const gchar *ts, const gchar *expected, gchar converted[32])
78 +_rfc3164_timestamp_eq(const gchar *ts, gint len, const gchar *expected, gchar converted[32])
80 - cr_assert(_parse_rfc3164(ts, converted));
81 + cr_assert(_parse_rfc3164(ts, len, converted));
82 return strcmp(converted, expected) == 0;
86 -_rfc5424_timestamp_eq(const gchar *ts, const gchar *expected, gchar converted[32])
87 +_rfc5424_timestamp_eq(const gchar *ts, gint len, const gchar *expected, gchar converted[32])
89 - cr_assert(_parse_rfc5424(ts, converted));
90 + cr_assert(_parse_rfc5424(ts, len, converted));
91 return strcmp(converted, expected) == 0;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dconstant.cpp8 optional<bool> converted = toBool(value); in operator ()() local
9 if (!converted) { in operator ()()
13 return *converted; in operator ()()
17 optional<float> converted = toNumber(value); in operator ()() local
18 if (!converted) { in operator ()()
22 return *converted; in operator ()()
26 optional<std::string> converted = toString(value); in operator ()() local
27 if (!converted) { in operator ()()
31 return *converted; in operator ()()
H A Dlayer.cpp155 optional<std::unique_ptr<Layer>> converted; in operator ()() local
158 converted = convertVectorLayer<FillLayer>(*id, value, error); in operator ()()
160 converted = convertVectorLayer<FillExtrusionLayer>(*id, value, error); in operator ()()
162 converted = convertVectorLayer<LineLayer>(*id, value, error); in operator ()()
164 converted = convertVectorLayer<CircleLayer>(*id, value, error); in operator ()()
166 converted = convertVectorLayer<SymbolLayer>(*id, value, error); in operator ()()
168 converted = convertRasterLayer(*id, value, error); in operator ()()
170 converted = convertVectorLayer<HeatmapLayer>(*id, value, error); in operator ()()
172 converted = convertHillshadeLayer(*id, value, error); in operator ()()
174 converted = convertBackgroundLayer(*id, value, error); in operator ()()
[all …]
H A Dfunction.cpp79 auto converted = convert<float>(value, error); in operator ()() local
80 if (!converted) { in operator ()()
83 return *converted; in operator ()()
90 auto converted = convert<float>(value, error); in operator ()() local
91 if (!converted) { in operator ()()
94 return *converted; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dparser.cpp130 optional<TransitionOptions> converted = conversion::convert<TransitionOptions>(value, error); in parseTransition() local
131 if (!converted) { in parseTransition()
136 transition = std::move(*converted); in parseTransition()
141 optional<Light> converted = conversion::convert<Light>(value, error); in parseLight() local
142 if (!converted) { in parseLight()
147 light = std::move(*converted); in parseLight()
267 …optional<std::unique_ptr<Layer>> converted = conversion::convert<std::unique_ptr<Layer>>(value, er… in parseLayer() local
268 if (!converted) { in parseLayer()
272 layer = std::move(*converted); in parseLayer()
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dbatch-example.bat7 rem In this example, the converted files end up in a folder called `converted',
12 mkdir converted
13 FOR %%A IN (%*) DO sox %%A "converted/%%~nxA" rate -v 44100
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp131 std::vector<mbgl::Value> converted; in fromExpressionValue() local
132 converted.reserve(values.size()); in fromExpressionValue()
134 converted.emplace_back(fromExpressionValue(v)); in fromExpressionValue()
136 return converted; in fromExpressionValue()
139 std::unordered_map<std::string, mbgl::Value> converted; in fromExpressionValue() local
140 converted.reserve(values.size()); in fromExpressionValue()
142 converted.emplace(entry.first, fromExpressionValue(entry.second)); in fromExpressionValue()
144 return converted; in fromExpressionValue()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c24 static int safe_int(const char *numstr, int *converted) in safe_int() argument
43 *converted = (int)sli; in safe_int()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_soft.c322 int converted; in softsynth_write() local
324 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
326 if (converted < 0) in softsynth_write()
327 return converted; in softsynth_write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.13.024 - GeoJSON returned in Nominatim queries is now converted into the corresponding
26 - GeoJSON returned in Nominatim queries is now converted into the corresponding
/OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/
H A Dnotes.rst16 f4 had been converted to an extended value in the emulator.
19 converted to extended, then stored. If an lfm/sfm combination had been used,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dpower_supply.txt1 This binding has been converted to yaml please see power-supply.yaml in this
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst75 stored, converted to a 64-bits integer. It can be zero. if zero,
90 stored, converted to a 64-bits integer. It can be zero. if zero,
105 converted to a 64-bits integer. It can be zero. if zero, the ioctl
119 converted to a 64-bits integer. It can be zero. if zero, the ioctl
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch11 this patch shold be converted to follow that pattern. We're not going
15 Upstream-Status: Inappropriate [needs to be converted to in-recipe fixups]
/OK3568_Linux_fs/buildroot/package/cups/
H A D70-usb-printers.rules2 # Match rules converted from usblp.c driver's usblp_ids
/OK3568_Linux_fs/buildroot/package/python-jsonmodels/
H A DConfig.in7 converted to, or read from JSON.
/OK3568_Linux_fs/kernel/drivers/gpio/
H A DTODO115 - Look over and identify any remaining easily converted drivers and
172 - Look over and identify any remaining easily converted drivers and
176 have been converted to the above infrastructure.
182 have been converted to the above infrastructure.
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DMIGRATION.txt16 time for inclusion in the 2018.05 release. Boards not converted by this
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dxilinx.txt38 and all underscores '_' converted to dashes '-'.
41 dropped from the parameter name, the name is converted
43 converted to dashes '-'.
/OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/
H A DTODO3 1. The underlying fbdev drivers need to be converted into drm kernel
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-27664.patch57 -// fashion. However, header field names MUST be converted to
62 +// fashion. However, header field names MUST be converted to
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dsossi.c317 t->converted = 0; in sossi_convert_timings()
331 t->converted = 1; in sossi_convert_timings()
338 BUG_ON(!t->converted); in sossi_set_timings()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp96 auto converted = detail::convert(features_, (options.tolerance / options.extent) / z2); in GeoJSONVT() local
97 auto features = detail::wrap(converted, double(options.buffer) / options.extent); in GeoJSONVT()
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst160 static variables. Those have to be converted to use the members in
162 use signed int, so this has to be converted, too.
177 used. This needs to be converted by initializing the status variable of the
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-help.txt27 former is internally converted into the latter.

1234567891011