Home
last modified time | relevance | path

Searched refs:strlen (Results 5251 - 5275 of 8172) sorted by relevance

1...<<211212213214215216217218219220>>...327

/third_party/skia/src/xml/
H A DSkDOM.cpp175 parser->text(elem, SkToInt(strlen(elem))); in walk_dom()
/third_party/skia/tests/
H A DPDFDocumentTest.cpp143 size_t len = strlen(expectation); in contains()
H A DSerialProcsTest.cpp47 if (length != strlen(state->fStr)+1 || 0 != memcmp(data, state->fStr, length)) { in DEF_TEST()
H A DFontHostTest.cpp236 size_t textLen = strlen(txt); in test_advances()
/third_party/skia/src/utils/
H A DSkJSONWriter.h93 this->write(name, strlen(name)); in appendName()
H A DSkJSON.h295 // that strlen is fast in this case. If this becomes problematic, we in size()
298 return strlen(this->cast<char>()); in size()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp484 if (strncmp(argv[i], kSkipFileHookingArg, strlen(kSkipFileHookingArg)) == 0) in InitMetalFileAPIHooking()
/third_party/optimized-routines/networking/test/
H A Dchksum.c239 char c = optarg[strlen(optarg) - 1]; in main()
/third_party/openssl/crypto/bio/
H A Dbss_log.c236 n = strlen(str); in slg_puts()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-debug.hh101 unsigned int func_len = strlen (func); in _hb_print_func()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc287 size_t strlen(const RangeCheckedBytePtr &src) { in strlen() function
/third_party/python/Modules/_io/
H A D_iomodule.c233 for (i = 0; i < strlen(mode); i++) { in _io_open_impl()
/third_party/python/Modules/_io/clinic/
H A Dfileio.c.h81 if (strlen(mode) != (size_t)mode_length) { in _io_FileIO___init__()
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c115 k = strlen(state->lvalue); in parse_line()
H A Dsndfile-util.c441 if (strncasecmp(name, fi.name, strlen(name)) == 0) in pa_sndfile_format_from_string()
/third_party/python/Modules/_multiprocessing/clinic/
H A Dsemaphore.c.h199 if (strlen(name) != (size_t)name_length) { in _multiprocessing_SemLock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVFABIDemangling.cpp32 MangledName = MangledName.drop_front(strlen(VFABI::_LLVM_)); in tryParseISA()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dcli.cc287 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp98 size += strlen(value.as_string) + 1; in addTraceEvent()
/third_party/skia/tools/viewer/
H A DSkSLSlide.cpp272 canvas->drawSimpleText("Hello World", strlen("Hello World"), SkTextEncoding::kUTF8, 0, in draw()
/third_party/toybox/kconfig/lxdialog/
H A Dchecklist.c176 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
/third_party/toybox/toys/pending/
H A Darping.c239 strlen(TT.iface))) perror_exit("setsockopt"); in arping_main()
H A Dcrontab.c341 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.h354 size_t error_length = strlen(expected_error); \
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php380 $size = strlen($value);

Completed in 19 milliseconds

1...<<211212213214215216217218219220>>...327