Home
last modified time | relevance | path

Searched refs:strlen (Results 5301 - 5325 of 9177) sorted by relevance

1...<<211212213214215216217218219220>>...368

/third_party/python/Objects/clinic/
H A Dmemoryobject.c.h181 if (strlen(order) != (size_t)order_length) { in memoryview_tobytes()
/third_party/python/Modules/clinic/
H A D_gdbmmodule.c.h291 if (strlen(flags) != (size_t)flags_length) { in dbmopen()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php58 $end = strlen($buffer);
/third_party/python/Modules/_io/clinic/
H A Dwinconsoleio.c.h80 if (strlen(mode) != (size_t)mode_length) { in _io__WindowsConsoleIO___init__()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler.cc221 absl::raw_logging_internal::SafeWriteToStderr(data, strlen(data)); in WriteToStderr()
/third_party/skia/gm/
H A Dtextblob.cpp91 size_t txtLen = strlen(fText);
H A Dhighcontrastfilter.cpp56 size_t len = strlen(labelBuffer); in draw_label()
H A Dcoloremoji.cpp95 size_t textLen = strlen(text);
H A Dlumafilter.cpp45 size_t len = strlen(label); in draw_label()
H A Dsavelayer.cpp168 auto blob = SkTextBlob::MakeFromText(text, strlen(text), font); in DEF_SIMPLE_GM()
/third_party/skia/include/core/
H A DSkTextBlob.h108 return MakeFromText(string, strlen(string), font, encoding); in MakeFromString()
H A DSkStringView.h41 : string_view(data, strlen(data)) {} in string_view()
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp68 builder->addText(gSpeach, strlen(gSpeach)); in buildParagraph()
/third_party/skia/modules/skottie/tests/
H A DKeyframe.cpp28 skjson::DOM json_dom(jprop, strlen(jprop)); in MockProperty()
/third_party/selinux/libselinux/src/
H A Dprocattr.c260 ret = write(fd, context2, strlen(context2) + 1); in setprocattrcon_raw()
H A Dlabel_media.c180 if (!strncmp(spec_arr[i].key, key, strlen(key) + 1)) in lookup()
/third_party/spirv-tools/source/
H A Dspirv_target_env.cpp161 return s && (0 == strncmp(s, b, strlen(b))); in spvParseTargetEnv()
/third_party/spirv-tools/test/
H A Dtest_fixture.h47 text = {textStr, strlen(textStr)}; in TextToBinaryTestBase()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL); in interfaceSelected()
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.c265 size_t len = strlen(str); in deStrdup()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL); in interfaceSelected()
/third_party/zlib/contrib/iostream2/
H A Dzstream.h278 val.byte = 255; val.word = ::strlen(x); in zstringlen()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_record_manager.cpp130 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 Dmultichannel_audio_renderer_sink.cpp1065 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 Dffmpeg_format_helper.cpp184 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()

Completed in 18 milliseconds

1...<<211212213214215216217218219220>>...368