Home
last modified time | relevance | path

Searched refs:str (Results 9376 - 9400 of 10779) sorted by relevance

1...<<371372373374375376377378379380>>...432

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp339 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 DUTTest_softbus_connector.cpp740 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 Ddistributed_input_sink_manager.cpp1002 std::string str = screenMsg.dump(); in CallBackScreenInfoChange() local
1004 iter->OnResult(str); in CallBackScreenInfoChange()
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp850 std::string info = oss.str(); in ReportWindowAnimationAbnormalInfo()
1031 std::string info = oss.str(); in ReportWindowAnimationCallbackTimeout()
/third_party/ffmpeg/libavfilter/
H A Daf_sofalizer.c1060 { "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 Daf_dynaudnorm.c120 { "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 Dvf_dctdnoiz.c84 { "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 Dvf_histogram.c668 { "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 Dvf_scale_npp.c956 { "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 Dvf_signalstats.c82 {"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 Dmpeg.c915 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 Dtelnet.c780 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 DPp.cpp685 pushInput(new TokenizableIncludeFile(directiveLoc, prologue.str(), res, epilogue.str(), this)); in CPPinclude()
/third_party/ffmpeg/tests/fate/
H A Dvideo.mak239 fate-mdec-v3: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/psx-str/abc000_cut.str -an
/third_party/gn/src/gn/
H A Dxcode_object.cc90 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 DCollationDataBuilder.java1248 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 Dtzfmttst.cpp64 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 Dpcm.h663 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 DCharsTrieTest.java60 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 DCharsTrieTest.java57 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 DCollationDataBuilder.java1218 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 Dtranslit.cpp307 UnicodeString str(insertion); in transliterate()
308 _transliterate(text, index, &str, status); in transliterate()
/third_party/lzma/CPP/Common/
H A DMyString.cpp1798 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 Dnir_intrinsics.py61 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 Dx509_vfy.h636 const char *str,
727 const char *str, int len, X509_OBJECT *ret);

Completed in 50 milliseconds

1...<<371372373374375376377378379380>>...432