/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 339 auto str = std::get<std::string>(value);
in CompareDetails() local 340 ASSERT_EQ(str, "udmf_value");
in CompareDetails()
|
/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_connector.cpp | 740 std::string str = softbusConnector->GetDeviceUdidByUdidHash(udidHash); in HWTEST_F() local 741 EXPECT_EQ(str.empty(), true); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 1002 std::string str = screenMsg.dump(); in CallBackScreenInfoChange() local 1004 iter->OnResult(str); in CallBackScreenInfoChange()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 850 std::string info = oss.str(); in ReportWindowAnimationAbnormalInfo() 1031 std::string info = oss.str(); in ReportWindowAnimationCallbackTimeout()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_sofalizer.c | 1060 { "sofa", "sofa filename", OFFSET(filename), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS }, 1068 { "speakers", "set speaker custom positions", OFFSET(speakers_pos), AV_OPT_TYPE_STRING, {.str=0}, 0, 0, .flags = FLAGS },
|
H A D | af_dynaudnorm.c | 120 { "channels", "set channels to filter", OFFSET(channels_to_filter),AV_OPT_TYPE_STRING, {.str="all"}, 0, 0, FLAGS }, 121 { "h", "set channels to filter", OFFSET(channels_to_filter),AV_OPT_TYPE_STRING, {.str="all"}, 0, 0, FLAGS },
|
H A D | vf_dctdnoiz.c | 84 { "expr", "set coefficient factor expression", OFFSET(expr_str), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS }, 85 { "e", "set coefficient factor expression", OFFSET(expr_str), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
|
H A D | vf_histogram.c | 668 { "ecolor", "set envelope color", OFFSET(envelope_rgba), AV_OPT_TYPE_COLOR, {.str="gold"}, 0, 0, FLAGS }, 669 { "ec", "set envelope color", OFFSET(envelope_rgba), AV_OPT_TYPE_COLOR, {.str="gold"}, 0, 0, FLAGS },
|
H A D | vf_scale_npp.c | 956 { "format", "Output pixel format", OFFSET(format_str), AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS }, 957 { "s", "Output video size", OFFSET(size_str), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = FLAGS },
|
H A D | vf_signalstats.c | 82 {"c", "set highlight color", OFFSET(rgba_color), AV_OPT_TYPE_COLOR, {.str="yellow"}, .flags=FLAGS}, 83 {"color", "set highlight color", OFFSET(rgba_color), AV_OPT_TYPE_COLOR, {.str="yellow"}, .flags=FLAGS},
|
/third_party/ffmpeg/libavformat/ |
H A D | mpeg.c | 915 memcpy(par->extradata, header.str, header.len); in vobsub_read_header() 1034 { "sub_name", "URI for .sub file", offsetof(VobSubDemuxContext, sub_name), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, AV_OPT_FLAG_DECODING_PARAM },
|
/third_party/curl/lib/ |
H A D | telnet.c | 780 static bool str_is_nonascii(const char *str) in str_is_nonascii() argument 783 while((c = *str++)) in str_is_nonascii()
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 685 pushInput(new TokenizableIncludeFile(directiveLoc, prologue.str(), res, epilogue.str(), this)); in CPPinclude()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 239 fate-mdec-v3: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/psx-str/abc000_cut.str -an
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 90 return buffer.str(); in EncodeString() 1119 return buffer.str(); in Name()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 1248 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs() argument 1255 s = str; in fetchCEs()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzfmttst.cpp | 64 static UBool contains(const char** list, const char* str) { in contains() argument 66 if (uprv_strcmp(list[i], str) == 0) { in contains() 250 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 255 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 264 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 284 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 289 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 333 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip() 341 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 663 unsigned int snd_pcm_chmap_from_string(const char *str); 664 snd_pcm_chmap_t *snd_pcm_chmap_parse_string(const char *str);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CharsTrieTest.java | 60 public StringAndValue(String str, int val) { in StringAndValue() argument 61 s=str; in StringAndValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CharsTrieTest.java | 57 public StringAndValue(String str, int val) { in StringAndValue() argument 58 s=str; in StringAndValue()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 1218 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs() argument 1225 s = str; in fetchCEs()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | translit.cpp | 307 UnicodeString str(insertion); in transliterate() 308 _transliterate(text, index, &str, status); in transliterate()
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 1798 bool CStringFinder::FindWord_In_LowCaseAsciiList_NoCase(const char *p, const wchar_t *str)
in FindWord_In_LowCaseAsciiList_NoCase() argument 1803 const wchar_t c = *str++;
in FindWord_In_LowCaseAsciiList_NoCase()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_intrinsics.py | 61 assert isinstance(name, str) 71 assert isinstance(flags[0], str)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 636 const char *str, 727 const char *str, int len, X509_OBJECT *ret);
|