/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/ |
A D | bazel_to_cmake.py | 58 for replacement in replacements: 59 result = result.replace(replacement[0], replacement[1])
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 2177 if (replacement == item) in cJSON_ReplaceItemViaPointer() 2182 replacement->next = item->next; in cJSON_ReplaceItemViaPointer() 2183 replacement->prev = item->prev; in cJSON_ReplaceItemViaPointer() 2185 if (replacement->next != NULL) in cJSON_ReplaceItemViaPointer() 2187 replacement->next->prev = replacement; in cJSON_ReplaceItemViaPointer() 2189 if (replacement->prev != NULL) in cJSON_ReplaceItemViaPointer() 2191 replacement->prev->next = replacement; in cJSON_ReplaceItemViaPointer() 2195 parent->child = replacement; in cJSON_ReplaceItemViaPointer() 2223 if (!(replacement->type & cJSON_StringIsConst) && (replacement->string != NULL)) in replace_item_in_object() 2225 cJSON_free(replacement->string); in replace_item_in_object() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 27 replacement character (U+FFFD), which looks a bit like an inverted 37 all, (2) represented by exactly one single replacement character (or 52 malformed sequences is replaced by a single replacement character. 57 sequence by a replacement character. If you follow this strategy in 165 malformed sequence, i.e., you should see only a single replacement | 219 a replacement character. If you see a slash below, you do not have a |
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | Jamfile | 17 # define FT2_AUTOFIT2 to enable experimental latin hinter replacement
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 413 char *replacement = (char *) SDL_malloc(len); in add_audio_device() local 414 if (!replacement) { in add_audio_device() 422 SDL_snprintf(replacement, len, "%s (%d)", name, dupenum + 1); in add_audio_device() 424 item->name = replacement; in add_audio_device()
|
/AliOS-Things-master/components/cjson/include/ |
A D | cJSON.h | 239 …N_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSON * replacement);
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1511 const char *replacement; in SDL_CreateJoystickName() member 1594 size_t replacementlen = SDL_strlen(replacements[i].replacement); in SDL_CreateJoystickName() 1595 SDL_memcpy(name, replacements[i].replacement, replacementlen); in SDL_CreateJoystickName()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | README | 114 replacement routines for the standard "TIFFOpen()" "TIFFFdOpen",
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 143 /* This API is deprecated in 10.11 with no good replacement (as of 10.15). */ 301 /* This API is deprecated in 10.9 with no good replacement (as of 10.15). */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 81 replacement for fread() and fwrite(), if you are so inclined.
|
A D | libpng-manual.txt | 4223 Your replacement memory functions must have prototypes as follows: 4232 system memory allocator or from your replacement malloc_fn(). 4256 The replacement I/O functions must have prototypes as follows: 4292 It is also possible to redirect errors and warnings to your own replacement 4301 problem is encountered. The replacement error functions should have 4778 This also applies to the prototype for the user replacement malloc_fn().
|
A D | CHANGES | 2247 or supply their own flush_fn() replacement. 2718 Removed replacement error handlers from contrib/gregbook. Because of 4903 Allow an easy replacement of the default pre-built configuration
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_config.h.cmake | 200 /* We may need some replacement for stdarg.h here */
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 515 monitor are candidates for replacement by a surrounding application.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 996 replacement support for enabling the extension of the interface. 1510 (Thanks to Mansour Moufid for helping with the replacement.)
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 461 * replacement functions implement arithmetic for the given group and 0
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 3021 # (C#) Warning is given if doing tab-to-\t replacement and we have found one
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 1697 # string, for the replacement values of the other commands the user is referred
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 142 # Preserve -v and -x to the replacement shell. 243 # Preserve -v and -x to the replacement shell. 14784 # Neutralize special characters interpreted by sed in replacement strings.
|
A D | output.1 | 142 # Preserve -v and -x to the replacement shell. 243 # Preserve -v and -x to the replacement shell. 14784 # Neutralize special characters interpreted by sed in replacement strings.
|
A D | output.2 | 142 # Preserve -v and -x to the replacement shell. 251 # Preserve -v and -x to the replacement shell. 15807 # Neutralize special characters interpreted by sed in replacement strings.
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 1997 # string, for the replacement values of the other commands the user is referred
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4912 replacement module. 7262 * libtiff/tif_dir.c: removed the auto replacement of
|