/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1732 TEST_ASSERT_EQUAL_STRING_LEN(testString, testString, strlen(testString)); in testEqualStringsLen() 3374 TEST_ASSERT_EQUAL_INT(sizeof(UNITY_INT)*2, strlen(getBufferPutcharSpy())); in testHexPrintsUpToMaxNumberOfNibbles()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 1071 int operator()(const char* s) { return static_cast<int>(strlen(s)); } in operator ()() 2747 nested.emplace_back(s, s + strlen(s)); in TEST()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 307 path_len = 1 + strlen(path); in fs__capture_path() 1209 len = strlen(path); in fs__mktemp()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 193 char *soname = malloc(strlen(module) + 64); in fuse_load_so_module() 434 size_t len = strlen(name); in add_name()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 435 if (strlen(suffix) == 2 && suffix[1] == 'i') in get_new_volume_size() 437 else if (strlen(suffix) > 1) in get_new_volume_size()
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 1114 if (strlen(path) == 0) { in get_inherited_addr_from_env() 1240 auto envend = env + strlen(env); in get_inherited_quic_lingering_worker_process_from_env()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 169 path_len = 1 + strlen(path); in fs__capture_path() 1275 len = strlen(path); in fs__mktemp()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 1595 const size_t text_length = strlen(text); in replaceToken() 1596 const size_t token_length = strlen(token); in replaceToken()
|
H A D | gl3cTextureSwizzleTests.cpp | 2152 const size_t text_length = strlen(text); in replaceToken() 2153 const size_t token_length = strlen(token); in replaceToken()
|
H A D | gl4cGPUShaderFP64Tests.cpp | 1569 const size_t text_length = strlen(text); in replaceToken() 1570 const size_t token_length = strlen(token); in replaceToken() 15016 const glw::GLuint argument_definition_length = (glw::GLuint)strlen(argument_definition); in prepareVertexShaderCode() 15017 const glw::GLuint first_argument_length = (glw::GLuint)strlen(first_argument); in prepareVertexShaderCode() 15020 const glw::GLuint result_definition_length = (glw::GLuint)strlen(result_definition); in prepareVertexShaderCode()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 2221 buffer[63] = '\0'; // make sure buffer is null terminated before strlen 2223 if (strlen(buffer) != 21) 2317 buffer[63] = '\0'; // make sure buffer is null terminated before strlen 2319 if (strlen(buffer) != 21)
|
/third_party/backends/backend/ |
H A D | rts8891.c | 206 size = strlen (strings[i]) + 1; in max_string_size() 4143 sprintf (message + strlen (message), "0x%02x ", dev->regs[i]); in init_device() 4577 sprintf (message + strlen (message), "0x%02x ", dev->regs[i]); in detect_device() 4578 sprintf (message + strlen (message), "\n"); in detect_device()
|
/third_party/littlefs/ |
H A D | lfs.c | 2583 lfs_size_t nlen = strlen(path); in lfs_rawmkdir() 3053 lfs_size_t nlen = strlen(path); 3929 lfs_size_t nlen = strlen(newpath); 3987 {LFS_MKTAG(lfs_tag_type3(oldtag), newid, strlen(newpath)), newpath},
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 3524 const char* preview_text = (idx < IM_ARRAYSIZE(policies)) ? policies[idx].Name + (idx > 0 ? strlen("ImGuiTableFlags") : 0) : ""; in EditTableSizingFlags() 5963 name, 23 - (int)strlen(name), "", col.x, col.y, col.z, col.w); 6259 static char* Strdup(const char* s) { IM_ASSERT(s); size_t len = strlen(s) + 1; void* buf = malloc(len); IM_ASSERT(buf); return (char*)memcpy(buf, (const void*)s, len); } 6260 static void Strtrim(char* s) { char* str_end = s + strlen(s); while (str_end > s && str_end[-1] == ' ') str_end--; *str_end = 0; }
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 4324 REPORTER_ASSERT(reporter, data->size() == strlen(str)); in compare_dump() 4325 if (strlen(str) > 0) { in compare_dump() 4326 REPORTER_ASSERT(reporter, !memcmp(data->data(), str, strlen(str))); in compare_dump() 4328 REPORTER_ASSERT(reporter, data->data() == nullptr || !memcmp(data->data(), str, strlen(str))); in compare_dump()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 791 ctx->twopass_stats.sz = strlen(avctx->stats_in) * 3 / 4; in aom_init()
|
H A D | huffyuvenc.c | 981 p += strlen(p); in encode_frame()
|
H A D | proresenc_kostya.c | 1247 if (strlen(ctx->vendor) != 4) { in encode_init()
|
/third_party/eudev/src/shared/ |
H A D | hashmap.c | 278 siphash24((uint8_t*) &u, p, strlen(p), hash_key); in string_hash_func()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 693 len = strlen(rename); in get_rename_from_user()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 628 len = strlen(s->text); in shape_text()
|
/third_party/ffmpeg/libavformat/ |
H A D | wtvdec.c | 479 if (!strlen(buf)) { in get_tag()
|
H A D | sbgdec.c | 853 lctx = strlen(ctx); in parse_script()
|
H A D | asfdec_o.c | 713 if (rfc1766 && strlen(rfc1766) > 1) { in set_language()
|
H A D | asfdec_f.c | 836 if (rfc1766 && strlen(rfc1766) > 1) { in asf_read_header()
|