Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 131) sorted by relevance

123456

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttbdf.c55 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 DInputFormat.cc26 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 DPRJ0041.mak9 $(IntDir)\strings.h \
18 $(IntDir)\strings.h \
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c407 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 Dstring_util.h75 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 Dproject.pbxproj11 …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 Dbdfdrivr.c207 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 Dafblue.hin5 /* 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 Dafblue.dat3 // 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 Dafblue.cin5 /* Auto-fitter data for blue strings (body). */
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md4 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 Decho.c109 ALIOS_CLI_CMD_REGISTER(echo_main, echo, echo strings);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt4 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 DBUILD46 "@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 DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DMakefile71 CFLAGS += -Wwrite-strings
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h119 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 Ds_write.dfa25 # This is not strictly necessary, but without it the message strings in the API
A Dsimple.dfa26 # This is not strictly necessary, but without it the message strings in the API
A Ds_read.dfa27 # 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 Dmakefile.beos38 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
A Dmakefile.32sunu45 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
A Dmakefile.hpgcc51 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \

Completed in 20 milliseconds

123456