Home
last modified time | relevance | path

Searched refs:Warning (Results 1 – 25 of 183) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dparser.cpp49 …Log::Warning(Event::ParseStyle, "current renderer implementation only supports style spec version … in parse()
67 Log::Warning(Event::ParseStyle, "center coordinate must be a longitude, latitude pair"); in parse()
132 Log::Warning(Event::ParseStyle, error.message); in parseTransition()
143 Log::Warning(Event::ParseStyle, error.message); in parseLight()
152 Log::Warning(Event::ParseStyle, "sources must be an object"); in parseSources()
163 Log::Warning(Event::ParseStyle, error.message); in parseSources()
176 Log::Warning(Event::ParseStyle, "layers must be an array"); in parseLayers()
182 Log::Warning(Event::ParseStyle, "layer must be an object"); in parseLayers()
187 Log::Warning(Event::ParseStyle, "layer must have an id"); in parseLayers()
193 Log::Warning(Event::ParseStyle, "layer id must be a string"); in parseLayers()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp74 Log::Warning(Event::OpenGL, in createProgram()
80 Log::Warning(Event::OpenGL, "Could not load cached program: %s", in createProgram()
91 Log::Warning(Event::OpenGL, "Caching program in: %s", (*cachePath).c_str()); in createProgram()
94 Log::Warning(Event::OpenGL, "Failed to cache program: %s", error.what()); in createProgram()
H A Ddebugging_extension.cpp44 …Y_MEDIUM: strSeverity = "DEBUG_SEVERITY_MEDIUM"; evtSeverity = mbgl::EventSeverity::Warning; break; in DebugCallback()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp52 Log::Warning(Event::Sprite, "Value of '%s' must be an integer between 0 and 65535", in getUInt16()
66 Log::Warning(Event::Sprite, "Value of '%s' must be a number", name); in getDouble()
79 Log::Warning(Event::Sprite, "Value of '%s' must be a boolean", name); in getBoolean()
/OK3568_Linux_fs/buildroot/package/norm/
H A D0002-Use-print-as-function-call-for-Python3-compatibility.patch23 - print "Warning: NORM VERSION not found!?"
24 + print("Warning: NORM VERSION not found!?")
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A D0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch25 - print 'Warning: Used unknown variables:', ', '.join(unknown.keys())
26 + print('Warning: Used unknown variables:', ', '.join(unknown.keys()))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dlogging.hpp50 static void Warning(Event event, Args&& ...args) { in Warning() function in mbgl::Log
51 Record(EventSeverity::Warning, event, ::std::forward<Args>(args)...); in Warning()
H A Devent.hpp10 Warning, enumerator
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0005-pip-requirements-Don-t-install-requirements-with-pip.patch26 - echo 'Warning: Failed to install all requirements. Continue? y/N'
34 - echo "Warning test requirements wasn't installed, Note: normal operation should still work fin…
H A D0004-dev_setup.sh-Ignore-missing-package-manager.patch20 - echo 'Warning: Failed to install all dependencies. Continue? y/N'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A Dcross-compile.patch33 + echo "Warning: We can not run test on cross target. - ignoring ./chkshsgr || ( cat warn-shsgr; ex…
42 + echo "Warning: We can not run test on cross target. - ignoring env - /bin/sh rts.tests 2>&1 | cat…
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Derror.h12 extern void Warning(char *, ...);
H A Derror.c17 Warning(char *fmt, ...) in Warning() function
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dina3221.rst39 curr[123]_max Warning alert current(mA) setting, activates the
42 curr[123]_max_alarm Warning alert current limit exceeded
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch69 - fprintf(stderr, "*Warning* Max memory limit increased to %"PRIuMAX" MB to support %d CPUs\n",…
70 + fprintf(stderr, "*Warning* Max memory limit increased to %" PRIuMAX " MB to support %d CPUs\n…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D04_signed_request.diff12 debug(WvLog::Warning, "Self signed request failed");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dthread.cpp32 Log::Warning(Event::General, "Couldn't set thread scheduling policy"); in makeThreadLowPriority()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Devent.cpp9 { EventSeverity::Warning, "WARNING" },
/OK3568_Linux_fs/external/libmali/scripts/
H A Dnormalize.sh28 readelf -s $lib 2>&1 | grep -wq Warning && \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A Dfix_qa-issue_include.patch3 Warning was:
/OK3568_Linux_fs/buildroot/package/mbedtls/
H A DConfig.in27 Warning: TLS compression may make you vulnerable to the
/OK3568_Linux_fs/buildroot/package/dhrystone/
H A D0001-cmdline-nruns.patch17 /* Warning: With 16-Bit processors and Number_Of_Runs > 32000, */
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtout.py105 def Warning(msg): function
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch32 Common Var(warn_return_local_addr) Init(1) Warning
36 +Common Var(flag_poison_system_directories) Init(1) Warning
40 Common Var(warn_shadow) Warning
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch62 +NOT FOUND /\[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*/ in mysq…
65 +FOUND 1 /\[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*/ in mysqld…
126 +let SEARCH_PATTERN= \[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*;

12345678