Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Dbazel_to_cmake.py58 for replacement in replacements:
59 result = result.replace(replacement[0], replacement[1])
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2177 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 Dutf8.txt27 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 DJamfile17 # define FT2_AUTOFIT2 to enable experimental latin hinter replacement
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c413 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 DcJSON.h239 …N_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSON * replacement);
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c1511 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 DREADME114 replacement routines for the standard "TIFFOpen()" "TIFFFdOpen",
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamodes.m143 /* 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 DREADME81 replacement for fread() and fwrite(), if you are so inclined.
A Dlibpng-manual.txt4223 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 DCHANGES2247 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 DSDL_config.h.cmake200 /* We may need some replacement for stdarg.h here */
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt515 monitor are candidates for replacement by a surrounding application.
/AliOS-Things-master/components/mbedtls/
A DChangeLog996 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 Dconfig.h.bak461 * replacement functions implement arithmetic for the given group and 0
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg3021 # (C#) Warning is given if doing tab-to-\t replacement and we have found one
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile1697 # string, for the replacement values of the other commands the user is referred
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.0142 # 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 Doutput.1142 # 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 Doutput.2142 # 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 DDoxyfile-AOS1997 # 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 DChangeLog4912 replacement module.
7262 * libtiff/tif_dir.c: removed the auto replacement of

Completed in 88 milliseconds