Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1515 unsigned char *printed = NULL; in print() local
1536 printed = (unsigned char *)hooks->reallocate(buffer->buffer, in print()
1538 if (printed == NULL) { in print()
1543 printed = (unsigned char *)hooks->allocate(buffer->offset + 1); in print()
1544 if (printed == NULL) { in print()
1547 memcpy(printed, buffer->buffer, in print()
1549 printed[buffer->offset] = '\0'; /* just to be sure */ in print()
1555 return printed; in print()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1091 unsigned char *printed = NULL; in print() local
1115 printed = (unsigned char*) hooks->reallocate(buffer->buffer, buffer->offset + 1); in print()
1116 if (printed == NULL) { in print()
1123 printed = (unsigned char*) hooks->allocate(buffer->offset + 1); in print()
1124 if (printed == NULL) in print()
1128 memcpy(printed, buffer->buffer, cjson_min(buffer->length, buffer->offset + 1)); in print()
1129 printed[buffer->offset] = '\0'; /* just to be sure */ in print()
1135 return printed; in print()
1143 if (printed != NULL) in print()
1145 hooks->deallocate(printed); in print()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig57 printed only once per allocation.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-7456.patch31 (A) In the case of (1), the defined transfer table should be printed
38 (B) In the case of (2), the transfer table should be printed at its
A DChangeLog7067 passcount set FALSE can be printed (such as TIFFTAG_SOFTWARE).
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/
A DLICENSE.txt186 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/
A DLICENSE.txt186 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/
A DLICENSE187 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/
A DLICENSE.txt187 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DLICENSE187 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/amp/
A DLICENSE186 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/
A DLICENSE.txt186 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/mbedtls/
A Dapache-2.0.txt187 same "printed page" as the copyright notice for easier
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst326 reference. A warning is printed if the names differ.
670 A warning is printed by default if ``option modules`` is set on some other symbol.
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst326 reference. A warning is printed if the names differ.
670 A warning is printed by default if ``option modules`` is set on some other symbol.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt239 or -debug Also, version information is printed at startup.
390 or -debug Also, version information is printed at startup.
A Dlibjpeg.txt1367 routines will cause a message to be printed on stderr, followed by exit().
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME285 -short ................. condense printed message
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt4493 information is printed to the "stderr" file, unless another file
4503 the message, "message" is the formatted string to be printed,
4522 having level = 0 will be printed. There aren't any such statements in
4523 this version of libpng, but if you insert some they will be printed.
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m42251 # It is most probably a Windows format PATH printed by
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.09093 # It is most probably a Windows format PATH printed by
A Doutput.19093 # It is most probably a Windows format PATH printed by

Completed in 83 milliseconds