/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttbdf.c | 55 bdf->strings = NULL; in tt_face_free_bdf_props() 87 FT_ULong strings = FT_NEXT_ULONG ( p ); in tt_face_load_bdf_props() local 93 strings < 8 || in tt_face_load_bdf_props() 94 ( strings - 8 ) / 4 < num_strikes || in tt_face_load_bdf_props() 95 strings + 1 > length ) in tt_face_load_bdf_props() 101 bdf->strings = bdf->table + strings; in tt_face_load_bdf_props() 102 bdf->strings_size = length - strings; in tt_face_load_bdf_props() 122 if ( strike > bdf->strings ) in tt_face_load_bdf_props() 205 (const char*)bdf->strings + name_offset, in tt_face_find_bdf_prop() 214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) ) in tt_face_find_bdf_prop() [all …]
|
/AliOS-Things-master/components/oss/src/model/ |
A D | InputFormat.cc | 26 static const std::string strings[] = { in CSVHeader_Str() local 29 return strings[num]; in CSVHeader_Str() 34 static const std::string strings[] = { in CompressionType_Str() local 38 return strings[num]; in CompressionType_Str() 43 static const std::string strings[] = { in JsonType_Str() local 47 return strings[num]; in JsonType_Str()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/ |
A D | PRJ0041.mak | 9 $(IntDir)\strings.h \ 18 $(IntDir)\strings.h \
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 407 FT_String* strings = 0; in pcf_get_properties() local 499 if ( FT_NEW_ARRAY( strings, string_size + 1 ) ) in pcf_get_properties() 559 FT_FREE( strings ); in pcf_get_properties() 1017 strings[1] = (char*)"Bold"; in pcf_interpret_style() 1024 strings[3] = (char*)( prop->value.atom ); in pcf_interpret_style() 1030 strings[0] = (char*)( prop->value.atom ); in pcf_interpret_style() 1035 if ( strings[nn] ) in pcf_interpret_style() 1037 lengths[nn] = ft_strlen( strings[nn] ); in pcf_interpret_style() 1044 strings[0] = (char*)"Regular"; in pcf_interpret_style() 1045 lengths[0] = ft_strlen( strings[0] ); in pcf_interpret_style() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | string_util.h | 75 void AddJoinedString(const std::vector<StringRef>& strings, char separator); 76 void AddJoinedString(const std::vector<StringRef>& strings,
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/showimage.xcodeproj/ |
A D | project.pbxproj | 11 …002004B6283 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0C… 20 …ncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPli… 107 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, 186 BE1FA82E07AF9002004B6283 /* InfoPlist.strings in Resources */, 205 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { 210 name = InfoPlist.strings;
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 207 char* strings[4] = { NULL, NULL, NULL, NULL }; in bdf_interpret_style() local 220 strings[2] = ( *(prop->value.atom) == 'O' || *(prop->value.atom) == 'o' ) in bdf_interpret_style() 231 strings[1] = (char *)"Bold"; in bdf_interpret_style() 238 strings[3] = (char *)(prop->value.atom); in bdf_interpret_style() 244 strings[0] = (char *)(prop->value.atom); in bdf_interpret_style() 249 if ( strings[nn] ) in bdf_interpret_style() 251 lengths[nn] = ft_strlen( strings[nn] ); in bdf_interpret_style() 258 strings[0] = (char *)"Regular"; in bdf_interpret_style() 259 lengths[0] = ft_strlen( strings[0] ); in bdf_interpret_style() 274 char* src = strings[nn]; in bdf_interpret_style()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.hin | 5 /* Auto-fitter data for blue strings (specification). */ 64 /* At the bottommost level, we define strings for finding blue zones. */ 93 /* The next level is to group blue strings into style-specific sets. */
|
A D | afblue.dat | 3 // Auto-fitter data for blue strings. 37 // string. If there are multiple strings (in multiple lines), they are 41 // corresponding strings. 50 // A section can contain either strings only or data blocks only.
|
A D | afblue.cin | 5 /* Auto-fitter data for blue strings (body). */
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 4 This directory contains source code and tools to rework the Mbedtls error strings for 15 shorter error strings. 42 - To include `mbedtls_strerror` error strings define `MBEDTLS_ERROR_C` in the build.
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | echo.c | 109 ALIOS_CLI_CMD_REGISTER(echo_main, echo, echo strings);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in 21 Duplicated strings are found using a hash table. All input strings of 24 strings in the chain are compared with the current input string, and 27 The hash chains are searched starting with the most recent strings, to 52 modes (level parameter 1 to 3). For these fast modes, new strings
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | BUILD | 46 "@com_google_absl//absl/strings", 193 "@com_google_absl//absl/strings",
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/ |
A D | Makefile.emx | 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
A D | Makefile.dj2 | 33 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | Makefile.emx | 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | Makefile | 71 CFLAGS += -Wwrite-strings
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_cjson.h | 119 lite_cjson_item_t *lite_cjson_create_stringArray(const char **strings,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/ |
A D | s_write.dfa | 25 # This is not strictly necessary, but without it the message strings in the API
|
A D | simple.dfa | 26 # This is not strictly necessary, but without it the message strings in the API
|
A D | s_read.dfa | 27 # This is not strictly necessary, but without it the message strings in the API
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | makefile.beos | 38 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
|
A D | makefile.32sunu | 45 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
|
A D | makefile.hpgcc | 51 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
|