Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 81) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS4 support, issue #398)
12 * big-endian fix for alpha decoding (issue #393)
13 * gif2webp fix for loop count=65535 transcode (issue #382)
68 * miscellaneous build related fixes (issue #306, #313)
69 * miscellaneous documentation improvements (issue #225)
80 are present (issue #294)
111 * rescaling out-of-bounds read fix (issue #254)
114 * gif2webp transparency fix (issue #245)
119 * lossless decode fix (issue #239 -- since 0.4.0)
121 * multi-threading fix (issue #234)
[all …]
/AliOS-Things-master/components/littlevgl/docs/
A DCONTRIBUTING.md20 We use the [Forum](https://forum.littlevgl.com/) to ask and answer questions and [GitHub's issue tr…
24 - Speak about one thing in one issue/topic.
25 - Give feedback and close the issue or mark the topic as solved if your question is answered.
27 - If possible send an absolute minimal code example in order to reproduce the issue
40 - If you are not sure about your fix or feature it's better to open an issue first and discuss the …
72 click the *"Edit on GitHub"* button in the top right corner and fix the issue by sending a Pull Req…
102 …directly. However, for more complex bugs it's better to open an issue first. In the issue, you sho…
/AliOS-Things-master/components/ucloud_ai/src/model/
A Docr.cc93 string startDate, issue, endDate; in recognizeIdentityCardBackSide() local
108 cout << "issue: " << outcome.result().getData().backResult.issue << endl; in recognizeIdentityCardBackSide()
111 issue = outcome.result().getData().backResult.issue; in recognizeIdentityCardBackSide()
114 result.identity.back.issue = (char *)issue.c_str(); in recognizeIdentityCardBackSide()
/AliOS-Things-master/components/ai_agent/example/
A Daiagent_example.c234 char *issue = NULL; in recognize_identity_card_back_side_callback() local
247 issue = result->ocr.identity.back.issue; in recognize_identity_card_back_side_callback()
248 if (issue && strlen(issue) > 0) in recognize_identity_card_back_side_callback()
249 LOG("issue: %s\n", issue); in recognize_identity_card_back_side_callback()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/
A Drelease_note.txt17 1. Fix a bug of adverstising report release issue for mesh.
47 1. Fix a hardfault issue that application calling bte_deinit when creating connection.
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c362 char *issue = NULL; in recognize_identity_card_back_side_callback() local
375 issue = result->ocr.identity.back.issue; in recognize_identity_card_back_side_callback()
376 if (issue && strlen(issue) > 0) { in recognize_identity_card_back_side_callback()
377 ugraphics_draw_string(issue, 20, 40); in recognize_identity_card_back_side_callback()
/AliOS-Things-master/components/ucloud_ai/include/model/
A Docr.h29 char *issue; member
/AliOS-Things-master/components/SDL2/
A DBUGS.txt6 You may report bugs there, and search to see if a given issue has already
A DSDL2.spec86 - Fixed changelog date issue and docs filenames
A DSDL2.spec.in86 - Fixed changelog date issue and docs filenames
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/
A DChangeLog.txt6 20170724 v2.0.3 (1) Fix other baudrate except 1.5Mbps can not download issue
28 (2) Fix closing serial port causes exception issue.
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt6 20170724 v2.0.3 (1) Fix other baudrate except 1.5Mbps can not download issue
28 (2) Fix closing serial port causes exception issue.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/
A DRecognizeIdentityCardResult.h78 std::string issue; member
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A DCMakeLists.txt23 # another way to solve issue #90
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl33 # TODO(b/186563810): Enable after resolving tensorflow_addons dep issue
89 # bug or issue.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/
A DRecognizeIdentityCardResult.cc95 data_.backResult.issue = backResultNode["Issue"].asString(); in parse()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A DREADME27 of the tiff distributed package. Let me know of any issue.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dreadme.txt35 issue the command:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.bzl73 # heavy spillage in the AVX512 kernels results in stack frames > 50k. This issue does not exist
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Dcpu.cmake112 # Do one more check for Clang to circumvent CMake issue 13194.
/AliOS-Things-master/components/mbedtls/
A DChangeLog255 * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if
624 Nick Wilson on issue #355
819 * Fix an issue in the cipher decryption with the mode
935 The issue could only happen client-side with renegotiation enabled.
1012 * Fixed issue in the Threading module that prevented mutexes from
1030 loop. The issue can be triggered remotely. Found by Greg Zaverucha,
1044 traversing a chain of trusted CA. The issue would cause both flags,
1105 issue cannot be triggered remotely. Found by Jethro Beekman.
1127 * Fix dependency issue in Makefile to allow parallel builds.
1197 * Fix issue in Makefile that prevented building using armar. #386
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog20 value >0 (issue report contributed by Douglas)
89 * fixed edge issue on interpolated rotozoom modes
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md45 You need to run tests manually only if you are troubleshooting an issue.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DREADME31 issue of Dr. Dobb's Journal; a copy of the article is available at
/AliOS-Things-master/components/SDL2/src/image/
A DCHANGES.txt51 * Fixed image colorspace issue on iOS and Mac OS X

Completed in 21 milliseconds

1234