/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/ |
A D | ymodem.c | 588 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 D | verifygitlog.py | 33 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 D | testiconv.c | 50 int errors = 0; in main() local 76 ++errors; in main() 87 return (errors ? errors + 1 : 0); in main()
|
A D | acinclude.m4 | 254 # 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 D | pkg.m4 | 49 # 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 D | pkg.m4 | 49 # 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 D | pkg_config.m4 | 28 # 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 D | TODO | 20 - 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 D | flash_program_ll.py | 26 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 D | flash_program_ll.py | 26 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 D | test-driver | 47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT 69 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftrfork.c | 381 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 D | test-driver | 47 [--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 D | recognize_commands.cc | 40 return errors::InvalidArgument( in ProcessLatestResults() 47 return errors::InvalidArgument( in ProcessLatestResults()
|
A D | accuracy_utils.cc | 31 return tensorflow::errors::NotFound("Ground truth file '", file_name, in ReadGroundTruthFile() 43 return tensorflow::errors::InvalidArgument( in ReadGroundTruthFile()
|
A D | label_wav.cc | 45 return tensorflow::errors::NotFound("Failed to load compute graph at '", in LoadGraph() 61 return tensorflow::errors::NotFound("Labels file ", file_name, in ReadLabelsFile()
|
A D | test_streaming_accuracy.cc | 104 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 D | SDL_winrt_main_NonXAML.cpp | 30 #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 D | README | 32 --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 D | main.cpp | 142 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 D | ftrfork.h | 159 FT_Error* errors );
|
/AliOS-Things-master/components/mqtt/MQTTPacket/ |
A D | MQTTPacket.h | 36 enum errors enum
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | MQTTPacket.h | 36 enum errors { enum
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 87 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 D | audio_microfrontend_op.cc | 33 using tensorflow::errors::Internal; 34 using tensorflow::errors::InvalidArgument;
|