/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 1033 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 D | loctest.cpp | 1403 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 D | vktImageCompressionTranscodingSupport.cpp | 2597 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 D | vktSubgroupsTestsUtils.cpp | 1296 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 D | vktImageCompressionTranscodingSupport.cpp | 2583 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 D | AsmParser.cpp | 2229 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 D | test-disasm-a32.cc | 84 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 D | vktSubgroupsTestsUtils.cpp | 1296 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 D | ParseContext.cpp | 699 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 D | event_log_task.cpp | 430 timeStamp = std::regex_search(timeStamp, match, reg) ? match[1].str() : ""; in HitraceCapture()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | number_format.cpp | 587 numToCurrency.insert(std::make_pair<std::string, std::string>(ss.str(), currentCurrency)); in ReadISO4217Ddatas()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_runner.cpp | 805 std::string stid = buf.str(); in GetThreadId()
|
/base/request/request/services/src/manage/ |
H A D | notifier.rs | 71 bundle_name: &str,
|
/base/request/request/test/rustest/src/ |
H A D | lib.rs | 48 const SERVICE_TOKEN: &str = "OHOS.Download.RequestServiceInterface";
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_proxy.h | 84 bool IsValidStringLength(std::u16string str);
|
H A D | i_tel_ril_manager.h | 241 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 D | ohos_resource_adapter_impl.cpp | 541 std::string configContent = contentStream.str(); in GetArkWebVersion()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | cache_process_manager.cpp | 493 return ss.str(); in PrintCacheQueue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | click_recognizer.cpp | 559 info->customInfo = oss.str(); in Dump()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 453 onChangeRating(ss.str()); in FireChangeEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
H A D | camera.cpp | 652 path = cacheFilePath_ + ss.str(); in SaveData()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | tlv_util.cpp | 46 return ss.str(); in ReadString()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_info.cpp | 514 LOGI("%{public}s", ss.str().c_str()); in PrintWaterFlowItems()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_host.h | 874 ErrCode WriteBigString(const std::string &str, MessageParcel &reply) const;
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 315 std::string GetOhmurl(std::string str);
|