/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | utd_ndk_test.cpp | 21 #include <string>
1262 napi_create_int32(env, strcmp(result, "openharmony.styled-string") == PARAM_0, &returnCode);
in OH_Utd_Create_0139()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | main.cpp | 20 #include <string.h>
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 17 #include <string>
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 45 static std::string g_compName = "";
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 37 #include <string.h>
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_unscaled.c | 22 #include <string.h>
|
H A D | output.c | 24 #include <string.h>
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 38 #include <string.h> 828 fprintf(stderr, _("Unable to parse channel map string: %s\n"), optarg); 982 return -1; /* magic string fail */ 3079 * specifiers in the format string. 3083 * s - destination string 3085 * userformat - format string 3089 * Returns: number of bytes written to the string s 3101 /* if mystrftime is called with userformat = NULL we return a zero length string */ 3113 case '\0': // end of string
|
/third_party/backends/backend/ |
H A D | artec.c | 63 #include <string.h> 309 /* make temp copy of input string (only hold 1024 for now) */ in artec_str_list_to_word_list() 1984 * string set to 8 spaces and the product to "Flatbed Scanner ". So, in attach() 2005 * The Plustek 19200S is actually a rebadged AM12S, with the vendor string in attach() 2019 * Check to see if they have forced a vendor and/or model string and in attach() 2027 * 1) copy the vendor string to our temp variable in attach() 2029 * 3) copy our fudged vendor string into the inquiry result. in attach() 2039 * 1) copy the model string to our temp variable in attach() 2041 * 3) copy our fudged model string into the inquiry result. in attach() 2107 /* for some reason, the firmware revision is in the model info string o in attach() [all...] |
H A D | plustek.c | 143 #include <string.h> 367 /** return the len of the largest string in the array 1113 /** Function to retrieve the vendor and product id from a given string 1114 * @param src - string, that should be investigated 1115 * @param dest - pointer to a string to receive the USB ID 1167 * @param src - pointer to the source string to check 1168 * @param opt - string that keeps the option name to check src for 1181 /* skip the option string */ in decodeVal() 1236 /** function to retrieve the device name of a given string 1237 * @param src - string tha [all...] |
H A D | hp-option.c | 71 #include <string.h>
|
H A D | pie.c | 78 #include <string.h>
3279 /* string options: */
in sane_control_option()
|
H A D | teco2.c | 81 #include <string.h> 496 /* Returns the length of the longest string, including the terminating 516 /* Lookup a string list from one array and return its index. */ 2716 /* string options */ in sane_control_option()
|
H A D | test.c | 54 #include <string.h> 238 /* initial values. Initial string values are set in sane_init() */ 1165 od->name = "string"; in init_options() 1183 od->name = "string-constraint-string-list"; in init_options() 1184 od->title = SANE_I18N ("(2/3) String constraint string list"); in init_options() 1185 od->desc = SANE_I18N ("(2/3) String test option with string list " in init_options() 1203 od->name = "string-constraint-long-string-list"; in init_options() 1204 od->title = SANE_I18N ("(3/3) String constraint long string lis in init_options() [all...] |
H A D | kodakaio.c | 201 #include <string.h> 652 /* returns the length of the longest string in an array of strings */ in max_string_size() 821 /* returns a printable string version of the first 8 bytes assuming they are a kodakaio command*/ in kodakaio_com_str() 2553 /* remove the "net" sub string */ in attach_one_config()
|
H A D | pieusb_specific.c | 56 #include <string.h> 319 /* Create 0-terminated string without trailing spaces for vendor */ in pieusb_initialize_device_definition() 329 /* Create 0-terminated string without trailing spaces for model */ in pieusb_initialize_device_definition()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 8 #include <string.h> 237 TEST_IGNORE_MESSAGE("This is an expected TEST_IGNORE_MESSAGE string!"); in testIgnoreMessage()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 39 #include <string.h> 69 * cups/string-private.h, cups/string.c. 175 size_t /* O - Length of string */ 176 strlcpy(char *dst, /* O - Destination string */ in strlcpy() 177 const char *src, /* I - Source string */ in strlcpy() 178 size_t size) /* I - Size of destination string buffer */ in strlcpy() 180 size_t srclen; /* Length of source string */ in strlcpy() 209 char * /* O - Pointer to end of string */ 211 char *bufend, /* I - End of string buffe in _cupsStrFormatd() [all...] |
/third_party/cups-filters/filter/ |
H A D | imagetoraster.c | 40 #include <string.h>
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 24 #include <string.h> 284 log_err("FAIL: Bad version string was returned by ucal_getTZDataVersion\n"); in TestCalendar() 2557 // string length: 157 + 1 + 100 = 258 in TestUcalOpenBufferRead()
|
H A D | cucdtst.c | 14 * Madhu Katragadda Ported for C API, added tests for string functions 21 #include <string.h> 391 break; /* done with code points, got a string or -1 */ in showADiffB() 1693 /* should not be called with an empty string or invalid length */ in enumCharNamesFn() 1754 log_err("u_enumCharName(0x%lx - Ext) should not be an empty string\n", code); in enumExtCharNamesFn() 2230 * Fill in the test string and the runStarts array. in TestUScriptRunAPI() 3310 break; /* done with code points, got a string or -1 */ in TestConsistency()
|
H A D | nccbtst.c | 21 #include <string.h>
|
/third_party/libsnd/src/ |
H A D | sndfile.c | 22 #include <string.h> 130 { SFE_RDWR_BAD_HEADER , "Error : Cannot open file in read/write mode due to string data in header." }, 133 { SFE_STR_NO_SUPPORT , "Error : File type does not support string data." }, 134 { SFE_STR_NOT_WRITE , "Error : Trying to set a string when file is not in write mode." }, 135 { SFE_STR_MAX_DATA , "Error : Maximum string data storage reached." }, 136 { SFE_STR_MAX_COUNT , "Error : Maximum string data count reached." }, 137 { SFE_STR_BAD_TYPE , "Error : Bad string data type." }, 139 { SFE_STR_BAD_STRING , "Error : bad string." }, 140 { SFE_STR_WEIRD , "Error : Weird string error." },
|
/third_party/mbedtls/library/ |
H A D | aes.c | 18 #include <string.h>
|
H A D | ssl_msg.c | 28 #include <string.h>
|