Home
last modified time | relevance | path

Searched refs:str (Results 9776 - 9800 of 10897) sorted by relevance

1...<<391392393394395396397398399400>>...436

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp970 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1001 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1031 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1155 spec.source = source.str(); in createTestShaders()
1881 addFunctionCaseWithPrograms(oneToOneGroup.get(), testName.str(), "", checkSupport, createTestShaders, textureConversionTest, config); in buildTests()
/third_party/backends/backend/
H A Davision.c3574 get_and_parse_nvram (Avision_Scanner* s, char* str, size_t n) in get_and_parse_nvram() argument
3584 i += (size_t) snprintf (str+i, n-i, "Vendor: %.8s", in get_and_parse_nvram()
3586 i += (size_t) snprintf (str+i, n-i, "\nModel: %.16s", in get_and_parse_nvram()
3588 i += (size_t) snprintf (str+i, n-i, "\nFirmware: %.4s", in get_and_parse_nvram()
3599 i += (size_t) snprintf (str+i, n-i, "\nSerial: %.24s", in get_and_parse_nvram()
3603 i += (size_t) snprintf (str+i, n-i, "\nManufacturing date: %d-%d-%d", in get_and_parse_nvram()
3608 i += (size_t) snprintf (str+i, n-i, "\nFirst scan date: %d-%d-%d", in get_and_parse_nvram()
3615 i += (size_t) snprintf (str+i, n-i, "\nFlatbed scans: %d", x); in get_and_parse_nvram()
3618 i += (size_t) snprintf (str+i, n-i, "\nPad scans: %d", x); in get_and_parse_nvram()
3621 i += (size_t) snprintf (str in get_and_parse_nvram()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp955 return ss.str(); in GenSource()
1134 return ss.str(); in GenSource()
1305 return ss.str(); in GenSource()
1496 return ss.str(); in GenSource()
1698 return ss.str(); in GenSource()
2055 return ss.str(); in GenSource()
3575 return ss.str(); in GenSource()
3737 return ss.str(); in GenSource()
4302 return ss.str(); in GenGLSL()
5312 std::string glsl_cs = ss.str(); in CheckOmittedDimensions()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp147 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& str) in GetValueAsString() argument
158 str.append(1, DOM_PICKER_SPLIT_ARRAY); in GetValueAsString()
166 str.append(valStr); in GetValueAsString()
173 str.append(1, DOM_PICKER_SPLIT_ITEM); in GetValueAsString()
178 str.append(subItemStr); in GetValueAsString()
1144 bool ParseResourceStringParam(const char* paramName, const std::map<std::string, std::string>& params, std::string& str) in ParseResourceStringParam() argument
1149 str = iter->second; in ParseResourceStringParam()
/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()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp264 return o.str(); in SourceInfo()
/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h64 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string &str) override;
/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);
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h150 std::string GetEncryptStr(const std::string &str);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h482 static bool CheckString(const std::string& str);

Completed in 103 milliseconds

1...<<391392393394395396397398399400>>...436