Home
last modified time | relevance | path

Searched refs:str (Results 14101 - 14125 of 15574) sorted by relevance

1...<<561562563564565566567568569570>>...623

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1033 const char *default_value, char **str) in ebml_read_ascii()
1053 av_free(*str); in ebml_read_ascii()
1054 *str = res; in ebml_read_ascii()
2574 if (av_strstart(track->codec_id, ff_mkv_codec_tags[j].str, NULL)) { in matroska_parse_tracks()
3109 if (av_strstart(attachments[j].mime, mkv_image_mime_tags[i].str, NULL)) { in matroska_read_header()
3129 if (av_strstart(attachments[j].mime, mkv_mime_tags[i].str, NULL)) { in matroska_read_header()
4354 bprint.str[--bprint.len] = '\0'; in webm_dash_manifest_cues()
1032 ebml_read_ascii(AVIOContext *pb, int size, const char *default_value, char **str) ebml_read_ascii() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1403 UnicodeString str; in Test4139940() local
1405 df_full.format(mydate, str, pos); in Test4139940()
1410 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) { in Test4139940()
1414 str.indexOf(oda), str.indexOf(ocf)); in Test4139940()
1418 logln(UnicodeString("String is: ") + str ); in Test4139940()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2597 src_decompress << src.str(); in initPrograms()
2733 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
2734 programCollection.glslSources.add("decompress") << glu::ComputeSource(src_decompress.str()); in initPrograms()
2754 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2781 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2821 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2882 programCollection.glslSources.add("frag_verify") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1296 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initStdFrameBufferPrograms()
1320 programCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initStdFrameBufferPrograms()
1346 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1369 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1444 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initStdPrograms()
1478 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initStdPrograms()
1526 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initStdPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2583 src_decompress << src.str(); in initPrograms()
2719 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
2720 programCollection.glslSources.add("decompress") << glu::ComputeSource(src_decompress.str()); in initPrograms()
2740 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2767 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2807 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2868 programCollection.glslSources.add("frag_verify") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2229 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()
2769 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
2790 MemoryBuffer::getMemBufferCopy(OS.str(), "<instantiation>"); in handleMacroEntry()
5536 MemoryBuffer::getMemBufferCopy(OS.str(), "<instantiation>"); in instantiateMacroLikeBody()
5842 OutputConstraints.push_back(("=" + Constraint).str()); in parseMSInlineAsm()
5847 InputConstraints.push_back(Constraint.str()); in parseMSInlineAsm()
6020 AsmString = OS.str(); in parseMSInlineAsm()
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc84 printf("%s", ss.str().c_str()); \
86 if (std::string(EXP) != ss.str()) { \
91 ss.str().c_str(), \
131 printf("%s", ss.str().c_str()); \
133 if (std::string(EXP) != ss.str()) { \
138 ss.str().c_str(), \
212 printf("Found:\n%sExpected:\n%s", ss.str().c_str(), EXP); \
833 COMPARE_BOTH(Str(r0, MemOperand(r1, r8, Offset)), "str r0, [r1, r8]\n"); in TEST()
838 "str r0, [ip]\n"); in TEST()
842 "str r in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1296 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initStdFrameBufferPrograms()
1320 programCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initStdFrameBufferPrograms()
1346 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1369 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1444 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initStdPrograms()
1481 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initStdPrograms()
1529 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initStdPrograms()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp699 std::string reason = reasonStream.str(); in checkCanBeLValue()
976 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType()
3656 const std::string &reason = reasonStream.str(); in parseGlobalLayoutQualifier()
4686 std::string reason = reasonStream.str(); in checkIsBelowStructNestingLimit()
4912 std::string token = reasonStream.str(); in checkIndexLessThan()
5274 std::string reason = reasonStream.str(); in parseLocalSize()
6693 std::string token = tokenStream.str(); in checkSingleTextureOffset()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp430 timeStamp = std::regex_search(timeStamp, match, reg) ? match[1].str() : ""; in HitraceCapture()
/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp587 numToCurrency.insert(std::make_pair<std::string, std::string>(ss.str(), currentCurrency)); in ReadISO4217Ddatas()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp805 std::string stid = buf.str(); in GetThreadId()
/base/request/request/services/src/manage/
H A Dnotifier.rs71 bundle_name: &str,
/base/request/request/test/rustest/src/
H A Dlib.rs48 const SERVICE_TOKEN: &str = "OHOS.Download.RequestServiceInterface";
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h84 bool IsValidStringLength(std::u16string str);
H A Di_tel_ril_manager.h241 virtual int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp541 std::string configContent = contentStream.str(); in GetArkWebVersion()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp493 return ss.str(); in PrintCacheQueue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.cpp559 info->customInfo = oss.str(); in Dump()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp453 onChangeRating(ss.str()); in FireChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp652 path = cacheFilePath_ + ss.str(); in SaveData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp46 return ss.str(); in ReadString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp514 LOGI("%{public}s", ss.str().c_str()); in PrintWaterFlowItems()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h874 ErrCode WriteBigString(const std::string &str, MessageParcel &reply) const;
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h315 std::string GetOhmurl(std::string str);

Completed in 77 milliseconds

1...<<561562563564565566567568569570>>...623