Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 100) sorted by relevance

1234

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.c588 errors = 0; in Ymodem_Transmit()
628 errors++; in Ymodem_Transmit()
634 return errors; in Ymodem_Transmit()
650 errors = 0; in Ymodem_Transmit()
696 errors++; in Ymodem_Transmit()
709 errors = 0; in Ymodem_Transmit()
721 errors++; in Ymodem_Transmit()
727 return errors; in Ymodem_Transmit()
733 errors = 0; in Ymodem_Transmit()
765 errors++; in Ymodem_Transmit()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dverifygitlog.py33 errors = []
40 errors.append(error_text(err))
55 return errors, warnings
78 return errors, warnings
86 errors, warnings = verify(sha)
87 has_errors |= any(errors)
89 for err in errors:
/AliOS-Things-master/components/SDL2/test/
A Dtesticonv.c50 int errors = 0; in main() local
76 ++errors; in main()
87 return (errors ? errors + 1 : 0); in main()
A Dacinclude.m4254 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
264 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
325 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
327 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dpkg.m449 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
122 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
124 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dpkg.m449 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
122 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
124 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
/AliOS-Things-master/components/SDL2/acinclude/
A Dpkg_config.m428 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
38 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
99 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
101 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO20 - test all DynBuf memory errors
21 - test all js_realloc memory errors
22 - bignum: handle memory errors
74 Test262o: 0/11262 errors, 463 excluded
77 Test262: 30/71095 errors, 870 excluded, 549 skipped
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dflash_program_ll.py26 print(line.decode('UTF-8',errors='ignore'))
29 print(line.decode('UTF-8',errors='ignore'))
49 print(line.decode('UTF-8',errors='ignore'))
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dflash_program_ll.py26 print(line.decode('UTF-8',errors='ignore'))
29 print(line.decode('UTF-8',errors='ignore'))
49 print(line.decode('UTF-8',errors='ignore'))
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dtest-driver47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
69 --enable-hard-errors) enable_hard_errors=$2; shift;;
/AliOS-Things-master/components/freetype/src/base/
A Dftrfork.c381 FT_Error *errors ) in FT_Raccess_Guess() argument
390 errors[i] = FT_Stream_Seek( stream, 0 ); in FT_Raccess_Guess()
392 errors[i] = FT_Err_Ok; in FT_Raccess_Guess()
394 if ( errors[i] ) in FT_Raccess_Guess()
397 errors[i] = (FT_RACCESS_GUESS_TABLE_GET[i].func)( library, in FT_Raccess_Guess()
846 FT_Error *errors ) in FT_Raccess_Guess() argument
859 errors[i] = FT_ERR( Unimplemented_Feature ); in FT_Raccess_Guess()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.cc40 return errors::InvalidArgument( in ProcessLatestResults()
47 return errors::InvalidArgument( in ProcessLatestResults()
A Daccuracy_utils.cc31 return tensorflow::errors::NotFound("Ground truth file '", file_name, in ReadGroundTruthFile()
43 return tensorflow::errors::InvalidArgument( in ReadGroundTruthFile()
A Dlabel_wav.cc45 return tensorflow::errors::NotFound("Failed to load compute graph at '", in LoadGraph()
61 return tensorflow::errors::NotFound("Labels file ", file_name, in ReadLabelsFile()
A Dtest_streaming_accuracy.cc104 return tensorflow::errors::NotFound("Failed to load compute graph at '", in LoadGraph()
120 return tensorflow::errors::NotFound("Labels file '", file_name, in ReadLabelsFile()
/AliOS-Things-master/components/SDL2/src/main/winrt/
A DSDL_winrt_main_NonXAML.cpp30 #error SDL_winrt_main_NonXAML.cpp must be compiled with /ZW, otherwise build errors due to missing …
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A DREADME32 --error-count <cnt> Introduce <cnt> single-byte errors into the
35 introduce that many errors into the erroneous
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/
A Dmain.cpp142 Json::String errors; in parseAndSaveValueTree() local
144 reader->parse(input.data(), input.data() + input.size(), root, &errors); in parseAndSaveValueTree()
148 << errors << std::endl; in parseAndSaveValueTree()
/AliOS-Things-master/components/freetype/include/internal/
A Dftrfork.h159 FT_Error* errors );
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTPacket.h36 enum errors enum
/AliOS-Things-master/components/linkkit/mqtt/impl/
A DMQTTPacket.h36 enum errors { enum
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c87 int errors; member
170 if (data->errors) { in GL_ClearErrors()
172 for (i = 0; i < data->errors; ++i) { in GL_ClearErrors()
177 data->errors = 0; in GL_ClearErrors()
198 if (data->errors) { in GL_CheckAllErrors()
200 for (i = 0; i < data->errors; ++i) { in GL_CheckAllErrors()
275 int errors = data->errors + 1; in GL_HandleDebugMessage() local
276 … char **error_messages = SDL_realloc(data->error_messages, errors * sizeof(*data->error_messages)); in GL_HandleDebugMessage()
278 data->errors = errors; in GL_HandleDebugMessage()
280 data->error_messages[data->errors-1] = SDL_strdup(message); in GL_HandleDebugMessage()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc33 using tensorflow::errors::Internal;
34 using tensorflow::errors::InvalidArgument;

Completed in 32 milliseconds

1234