Home
last modified time | relevance | path

Searched refs:str (Results 9126 - 9150 of 12908) sorted by relevance

1...<<361362363364365366367368369370>>...517

/third_party/glslang/gtests/
H A DGlslMapIO.FromFile.cpp317 result.spirv += disassembly_stream.str(); in TEST_P()
332 checkEqAndUpdateIfRequested(expectedOutput, stream.str(), expectedOutputFname, in TEST_P()
/third_party/fsverity-utils/lib/
H A Dsign_digest.c26 static int print_openssl_err_cb(const char *str, in print_openssl_err_cb() argument
30 libfsverity_error_msg("%s", str); in print_openssl_err_cb()
/third_party/glslang/SPIRV/
H A DspvIR.h114 void addStringOperand(const char* str) in addStringOperand() argument
121 c = *(str++); in addStringOperand()
/third_party/curl/lib/
H A Dgetinfo.c102 const char *m = data->set.str[STRING_CUSTOMREQUEST]; in getinfo_char()
164 *param_charp = data->set.str[STRING_RTSP_SESSION_ID]; in getinfo_char()
/third_party/benchmark/test/
H A Doutput_test_helper.cc431 std::cerr << rep_test.err_stream.str(); in RunOutputTests()
432 std::cout << rep_test.out_stream.str(); in RunOutputTests()
/third_party/cups-filters/filter/
H A Durftopdf.cpp56 void die(const char * str) in die() argument
58 fprintf(stderr, "CRIT: (" PROGRAM ") die(%s) [%s]\n", str, strerror(errno)); in die()
/third_party/gn/src/gn/
H A Doperators_unittest.cc175 Token str(Location(), Token::STRING, str_str); in TEST()
176 node.set_right(std::make_unique<LiteralNode>(str)); in TEST()
/third_party/icu/icu4c/source/test/cintltst/
H A Duenumtst.c26 static char* quikU2C(const UChar* str, int32_t len) { in quikU2C() argument
27 u_UCharsToChars(str, quikBuf, len); in quikU2C()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp77 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) in failure() argument
81 escape(str,escaped); in failure()
82 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped); in failure()
/third_party/icu/icu4c/source/common/
H A Dcharacterproperties.cpp70 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
71 ((UnicodeSet *)set)->add(icu::UnicodeString((UBool)(length<0), str, length)); in _set_addString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBiDiConformanceTest.java277 private int intFromString(String str) { in intFromString() argument
279 return Integer.parseInt(str); in intFromString()
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py67 return representer.represent_scalar(cls.yaml_tag, str(native.x))
253 return str(data)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DBiDiConformanceTest.java280 private int intFromString(String str) { in intFromString() argument
282 return Integer.parseInt(str); in intFromString()
/third_party/libsnd/include/
H A Dsndfile.h643 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
687 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ;
/third_party/libsnd/programs/
H A Dcommon.c352 sfe_file_type_of_ext (const char *str, int format) in sfe_file_type_of_ext() argument
358 if ((cptr = strrchr (str, '.')) == NULL) in sfe_file_type_of_ext()
/third_party/libcoap/src/oscore/
H A Doscore_cbor.c316 oscore_cbor_get_string(const uint8_t **buffer, size_t *buf_len, char *str, size_t size) { in oscore_cbor_get_string() argument
319 *str++ = (char)get_byte_inc(buffer, buf_len); in oscore_cbor_get_string()
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c141 const char *str) in my_debug()
145 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
139 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
H A Dssl_test_lib.c24 const char *str) in my_debug()
36 basename, line, level, str); in my_debug()
22 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py47 suffix_exemptions = frozenset() #type: FrozenSet[str]
48 path_exemptions = None #type: Optional[Pattern[str]]
100 filename, ", ".join(str(x) for x in lines)
527 "-l", "--log_file", type=str, help="path to optional output log",
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h157 static void PutString( const std::string& str, std::ostream* stream );
189 const char* str; member
H A Dtinyxmlparser.cpp131 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity()
133 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity()
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py461 guard = str.replace(os.path.basename(xml_file), '.', '_').upper() + '_STRUCTS'
464 guard = str.replace(os.path.basename(xml_file), '.', '_').upper()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h767 * @param str - cipher controller list string
773 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str);
779 * @param str - cipher controller list string
785 int SSL_set_cipher_list(SSL *ssl, const char *str);
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode02.c217 int bd_arg(char *str) in bd_arg() argument
221 str); in bd_arg()
/third_party/node/lib/internal/per_context/
H A Dprimordials.js725 * @param {string} str
729 primordials.SafeStringPrototypeSearch = (str, regexp) => {
731 const match = RegExpPrototypeExec(regexp, str);

Completed in 27 milliseconds

1...<<361362363364365366367368369370>>...517