Searched refs:strlen (Results 5251 - 5275 of 8172) sorted by relevance
1...<<211212213214215216217218219220>>...327
/third_party/skia/src/xml/ |
H A D | SkDOM.cpp | 175 parser->text(elem, SkToInt(strlen(elem))); in walk_dom()
|
/third_party/skia/tests/ |
H A D | PDFDocumentTest.cpp | 143 size_t len = strlen(expectation); in contains()
|
H A D | SerialProcsTest.cpp | 47 if (length != strlen(state->fStr)+1 || 0 != memcmp(data, state->fStr, length)) { in DEF_TEST()
|
H A D | FontHostTest.cpp | 236 size_t textLen = strlen(txt); in test_advances()
|
/third_party/skia/src/utils/ |
H A D | SkJSONWriter.h | 93 this->write(name, strlen(name)); in appendName()
|
H A D | SkJSON.h | 295 // 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 D | test_utils_posix.cpp | 484 if (strncmp(argv[i], kSkipFileHookingArg, strlen(kSkipFileHookingArg)) == 0) in InitMetalFileAPIHooking()
|
/third_party/optimized-routines/networking/test/ |
H A D | chksum.c | 239 char c = optarg[strlen(optarg) - 1]; in main()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_log.c | 236 n = strlen(str); in slg_puts()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-debug.hh | 101 unsigned int func_len = strlen (func); in _hb_print_func()
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 287 size_t strlen(const RangeCheckedBytePtr &src) { in strlen() function
|
/third_party/python/Modules/_io/ |
H A D | _iomodule.c | 233 for (i = 0; i < strlen(mode); i++) { in _io_open_impl()
|
/third_party/python/Modules/_io/clinic/ |
H A D | fileio.c.h | 81 if (strlen(mode) != (size_t)mode_length) { in _io_FileIO___init__()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.c | 115 k = strlen(state->lvalue); in parse_line()
|
H A D | sndfile-util.c | 441 if (strncasecmp(name, fi.name, strlen(name)) == 0) in pa_sndfile_format_from_string()
|
/third_party/python/Modules/_multiprocessing/clinic/ |
H A D | semaphore.c.h | 199 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 D | VFABIDemangling.cpp | 32 MangledName = MangledName.drop_front(strlen(VFABI::_LLVM_)); in tryParseISA()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | cli.cc | 287 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
|
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 98 size += strlen(value.as_string) + 1; in addTraceEvent()
|
/third_party/skia/tools/viewer/ |
H A D | SkSLSlide.cpp | 272 canvas->drawSimpleText("Hello World", strlen("Hello World"), SkTextEncoding::kUTF8, 0, in draw()
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 176 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 239 strlen(TT.iface))) perror_exit("setsockopt"); in arping_main()
|
H A D | crontab.c | 341 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 354 size_t error_length = strlen(expected_error); \
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBWire.php | 380 $size = strlen($value);
|
Completed in 19 milliseconds
1...<<211212213214215216217218219220>>...327