Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 66) sorted by relevance

123

/AliOS-Things-master/components/py_engine/engine/tools/
A Dmetrics.py147 warn = ""
157 warn += " %+u(data)" % data[1]
162 warn += " %+u(data)" % data[1]
164 warn += " %+u(bss)" % data[2]
165 if warn:
166 warn = "[incl%s]" % warn
167 print("%11s: %+5u %+.3f%% %s%s" % (name, delta, percent, board, warn))
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dsensor.h147 uint32_t drv_sensor_vd_get_warn(drv_sensor_warn_t warn);
162 uint32_t drv_sensor_td_get_warn(drv_sensor_warn_t warn);
177 uint32_t drv_sensor_fd_get_warn(drv_sensor_warn_t warn);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dgradlew36 warn ( ) { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzutil.h183 #pragma warn -8004
184 #pragma warn -8008
185 #pragma warn -8066
A Dconfigure88 warn=0
138 -w* | --warn) warn=1; shift ;;
195 if test "$warn" -eq 1; then
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzutil.h157 #pragma warn -8004
158 #pragma warn -8008
159 #pragma warn -8066
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/webview/
A Dwebview.js6 console.warn(decodeURIComponent(query.address))
/AliOS-Things-master/solutions/javascript_demo/common/
A Dulog_demo.js66 ulog.warn('ulog test demo warn log output count ' + log_count/3);
/AliOS-Things-master/components/jsoncpp/example/
A DREADME.md12 are annotated with the abi_tag attribute, allowing the compiler to warn about potential ABI incompa…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmaktjpeg.st20 .C[-wsig] ; warn if significant digits may be lost
A Dmakcjpeg.st20 .C[-wsig] ; warn if significant digits may be lost
A Dmakdjpeg.st20 .C[-wsig] ; warn if significant digits may be lost
A Dmakljpeg.st19 .C[-wsig] ; warn if significant digits may be lost
A Dltmain.sh1701 --no-warnings|--no-warning|--no-warn)
2361 --no-warnings|--no-warning|--no-warn)
3469 elif test warn = "$need_locks"; then
3520 if test warn = "$need_locks" &&
3569 if test warn = "$need_locks" &&
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtrain.py320 tf.compat.v1.logging.warn('Confusion Matrix:\n %s' % (total_conf_matrix))
321 tf.compat.v1.logging.warn('Final test accuracy = %.1f%% (N=%d)' %
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmultilink.c321 warn("link entry already exists in tdb"); in make_bundle_links()
330 warn("bundle link list not found"); in make_bundle_links()
A Dipv6cp.c1206 warn("Local LL address changed to %s",
1209 warn("Remote LL address changed to %s",
1216 warn("sif6addr failed");
A Dupap.c426 warn("calling number %q is not authorized", remote_number); in upap_rauthreq()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.bzl18 # TensorFlow is C++14 at the moment. This flag ensures that we warn
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME251 warn and continue. Similar problems are found in format 3 subtables
281 properties to glyphs. Apple font tools warn about this error;
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrutil.c298 png_read_buffer(png_structrp png_ptr, png_alloc_size_t new_size, int warn) in png_read_buffer() argument
322 else if (warn < 2) /* else silent */ in png_read_buffer()
324 if (warn != 0) in png_read_buffer()
A Dltmain.sh1701 --no-warnings|--no-warning|--no-warn)
2361 --no-warnings|--no-warning|--no-warn)
3469 elif test warn = "$need_locks"; then
3520 if test warn = "$need_locks" &&
3569 if test warn = "$need_locks" &&
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh1701 --no-warnings|--no-warning|--no-warn)
2361 --no-warnings|--no-warning|--no-warn)
3469 elif test warn = "$need_locks"; then
3520 if test warn = "$need_locks" &&
3569 if test warn = "$need_locks" &&
/AliOS-Things-master/components/SDL2/
A Dlibtool1559 --no-warning|--no-warn)
2592 elif test "$need_locks" = warn; then
2643 if test "$need_locks" = warn &&
2692 if test "$need_locks" = warn &&
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh1120 --no-warning|--no-warn)
2153 elif test "$need_locks" = warn; then
2204 if test "$need_locks" = warn &&
2253 if test "$need_locks" = warn &&

Completed in 118 milliseconds

123