/third_party/python/Objects/clinic/ |
H A D | memoryobject.c.h | 181 if (strlen(order) != (size_t)order_length) { in memoryview_tobytes()
|
/third_party/python/Modules/clinic/ |
H A D | _gdbmmodule.c.h | 291 if (strlen(flags) != (size_t)flags_length) { in dbmopen()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedInputStream.php | 58 $end = strlen($buffer);
|
/third_party/python/Modules/_io/clinic/ |
H A D | winconsoleio.c.h | 80 if (strlen(mode) != (size_t)mode_length) { in _io__WindowsConsoleIO___init__()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler.cc | 221 absl::raw_logging_internal::SafeWriteToStderr(data, strlen(data)); in WriteToStderr()
|
/third_party/skia/gm/ |
H A D | textblob.cpp | 91 size_t txtLen = strlen(fText);
|
H A D | highcontrastfilter.cpp | 56 size_t len = strlen(labelBuffer); in draw_label()
|
H A D | coloremoji.cpp | 95 size_t textLen = strlen(text);
|
H A D | lumafilter.cpp | 45 size_t len = strlen(label); in draw_label()
|
H A D | savelayer.cpp | 168 auto blob = SkTextBlob::MakeFromText(text, strlen(text), font); in DEF_SIMPLE_GM()
|
/third_party/skia/include/core/ |
H A D | SkTextBlob.h | 108 return MakeFromText(string, strlen(string), font, encoding); in MakeFromString()
|
H A D | SkStringView.h | 41 : string_view(data, strlen(data)) {} in string_view()
|
/third_party/skia/modules/skparagraph/gm/ |
H A D | simple_gm.cpp | 68 builder->addText(gSpeach, strlen(gSpeach)); in buildParagraph()
|
/third_party/skia/modules/skottie/tests/ |
H A D | Keyframe.cpp | 28 skjson::DOM json_dom(jprop, strlen(jprop)); in MockProperty()
|
/third_party/selinux/libselinux/src/ |
H A D | procattr.c | 260 ret = write(fd, context2, strlen(context2) + 1); in setprocattrcon_raw()
|
H A D | label_media.c | 180 if (!strncmp(spec_arr[i].key, key, strlen(key) + 1)) in lookup()
|
/third_party/spirv-tools/source/ |
H A D | spirv_target_env.cpp | 161 return s && (0 == strncmp(s, b, strlen(b))); in spvParseTargetEnv()
|
/third_party/spirv-tools/test/ |
H A D | test_fixture.h | 47 text = {textStr, strlen(textStr)}; in TextToBinaryTestBase()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL); in interfaceSelected()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMemory.c | 265 size_t len = strlen(str); in deStrdup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL); in interfaceSelected()
|
/third_party/zlib/contrib/iostream2/ |
H A D | zstream.h | 278 val.byte = 255; val.word = ::strlen(x); in zstringlen()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_record_manager.cpp | 130 size_t len = strlen(bundleName); in IsLauncher() 132 size_t suffixLen = strlen(suffix); in IsLauncher() 272 if ((info == nullptr) || (info->bundleName == nullptr) || (strlen(info->bundleName) == 0)) { in StartAbility() 526 want.dataLength = strlen(excludedBundleName) + 1; in TerminateAll()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/ |
H A D | multichannel_audio_renderer_sink.cpp | 1065 std::string sampleRateStr = usbInfoStr.substr(sinkRate_begin + std::strlen("sink_rate:"), in UpdateUsbAttrs() 1066 sinkRate_end - sinkRate_begin - std::strlen("sink_rate:")); in UpdateUsbAttrs() 1069 std::string formatStr = usbInfoStr.substr(sinkFormat_begin + std::strlen("sink_format:"), in UpdateUsbAttrs() 1070 sinkFormat_end - sinkFormat_begin - std::strlen("sink_format:")); in UpdateUsbAttrs()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 184 int len = static_cast<int>(strlen(data)); in IsGBK() 387 if (strlen(valPtr->value) <= VALUE_PREFIX_LEN) { in ParseUserMeta() 798 if (strlen(valPtr->value) > VALUE_PREFIX_LEN) { in ParseInfoFromMetadata() 805 int inputLen = strlen(valPtr->value); in ParseInfoFromMetadata()
|