Home
last modified time | relevance | path

Searched refs:strlen (Results 3976 - 4000 of 9105) sorted by relevance

1...<<151152153154155156157158159160>>...365

/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddiagnostic.cpp31 size_t length = strlen(message) + 1; in spvDiagnosticCreate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_replacement_pass.h42 sprintf(&name_[strlen(name_)], "%d", max_num_elements_); in ScalarReplacementPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.cpp31 size_t length = strlen(message) + 1; in spvDiagnosticCreate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_replacement_pass.h42 sprintf(&name_[strlen(name_)], "%d", max_num_elements_); in ScalarReplacementPass()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Diccfrompng.c113 len = strlen(filename); in extract_one_file()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dexample_util.c116 assert(strlen(cur) != 0); in ExUtilInitCommandLineArguments()
H A Dunicode.h88 #define WSTRLEN(FILENAME) strlen(FILENAME)
/third_party/skia/third_party/externals/icu/source/io/
H A Dlocbund.cpp84 len = (int32_t)strlen(loc); in u_locbund_init()
114 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1);
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsimplepost.c53 MHD_create_response_from_buffer (strlen (page), (void *) page, in send_page()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark_https.c180 response = MHD_create_response_from_buffer (strlen (PAGE), in main()
H A Dfileserver_example_dirs.c120 response = MHD_create_response_from_buffer (strlen (emsg), in ahc_echo()
H A Dfileserver_example_external_select.c79 response = MHD_create_response_from_buffer (strlen (PAGE), in ahc_echo()
H A Dspdy_response_with_callback.c135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_session_info.c81 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in query_session_ahc()
/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp46 const char* end = utf8path + strlen(utf8path); in fopen_win()
/third_party/skia/tests/
H A DMD5Test.cpp21 size_t len = strlen(string); in md5_test()
/third_party/openssl/test/
H A Dhexstr_test.c130 && TEST_size_t_eq(strlen(out), 0); in test_hexstr_ex_to_from()
/third_party/openssl/crypto/ct/
H A Dct_b64.c26 size_t inlen = strlen(in); in ct_base64_decode()
/third_party/python/Modules/_multiprocessing/clinic/
H A Dmultiprocessing.c.h130 if (strlen(name) != (size_t)name_length) { in _multiprocessing_sem_unlink()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h36 StringView(const char *Str) : First(Str), Last(Str + std::strlen(Str)) {} in StringView()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceMangling.cpp159 if (ItemsParsed == 2 && BaseLength <= strlen(NameBase.data()) && in mangleName()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dcli.cc58 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
/third_party/skia/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
/third_party/spirv-tools/source/
H A Ddiagnostic.cpp31 size_t length = strlen(message) + 1; in spvDiagnosticCreate()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcstring.h37 #define uprv_strlen(str) U_STANDARD_CPP_NAMESPACE strlen(str)

Completed in 40 milliseconds

1...<<151152153154155156157158159160>>...365