Home
last modified time | relevance | path

Searched refs:str (Results 4851 - 4875 of 9023) sorted by relevance

1...<<191192193194195196197198199200>>...361

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp415 programCollection.glslSources.add(dest) << glu::VertexSource(vertShader.str()); in addSimpleVertexShader()
492 tcu::StringTemplate fragShaderTpl(fragShader.str()); in addShadersInternal()
520 tcu::StringTemplate vertShaderTpl(vertShader.str()); in addShadersInternal()
598 tcu::StringTemplate fragShaderTpl(fragShader.str()); in addShadersInternal()
626 tcu::StringTemplate vertShaderTpl(vertShader.str()); in addShadersInternal()
686 tcu::StringTemplate fragShaderTpl(fragShader.str()); in addShadersInternal()
767 tcu::StringTemplate fragShaderResolveTpl(fragShaderResolve.str()); in initPrograms()
1691 tcu::TestCaseGroup *subgr = new tcu::TestCaseGroup(testCtx, name.str().c_str(), desc.str().c_str()); in createRasterizationOrderAttachmentAccessTestVariations()
1752 createRasterizationOrderAttachmentAccessTestVariations(testCtx, formatGr, numName.str(), numDes in createRasterizationOrderAttachmentAccessFormatTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp346 programCollection.glslSources.add("compute_indirect_command") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
368 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
381 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
395 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
761 return name.str(); in makeDimensionsName()
842 TCU_THROW(NotSupportedError, errorMsg.str()); in checkSupport()
934 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
947 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
961 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1316 return name.str(); in makeDimensionsName()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglRobustnessTests.cpp200 << "EGL attrib list: { " << attribListString.str() << " }\n\n" in logAttribList()
830 return vertexShaderSource.str(); in genVertexShader()
871 return fragmentShaderSource.str(); in genFragmentShader()
887 return fragmentShaderSource.str(); in genFragmentShader()
913 return computeShaderSource.str(); in genComputeShader()
948 return glu::ProgramSources() << glu::VertexSource(genVertexShader(shaderDecl.str(), shaderBody.str())) in genNonComputeSource()
949 << glu::FragmentSource(genFragmentShader(shaderDecl.str(), shaderBody.str())); in genNonComputeSource()
987 return glu::ProgramSources() << glu::ComputeSource(genComputeShader(shaderDecl.str(), shaderBod in genComputeSource()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp374 mLog.str(""); in iterate()
386 m_testCtx.getLog() << tcu::TestLog::Message << mLog.str() << "Fail [positive tests]" in iterate()
399 mLog.str(""); in iterate()
410 m_testCtx.getLog() << tcu::TestLog::Message << mLog.str() << "Fail [positive tests]" in iterate()
903 m_testCtx.getLog() << tcu::TestLog::Message << mLog.str() << "Fail" << tcu::TestLog::EndMessage; in iterate()
990 TCU_FAIL(log.str().c_str()); in testSipmleQueries()
1097 mLog.str(""); in iterate()
1107 m_testCtx.getLog() << tcu::TestLog::Message << mLog.str() << "Fail" << tcu::TestLog::EndMessage; in iterate()
1124 mLog.str(""); in iterate()
1132 m_testCtx.getLog() << tcu::TestLog::Message << mLog.str() << "Fai in iterate()
[all...]
/third_party/python/Lib/test/
H A Dtest_configparser.py625 self.assertEqual(str(e), "Section 'Foo' already exists")
639 self.assertEqual(str(e), "While reading from '<foo-bar>' "
646 self.assertEqual(str(e), "While reading from '<dict>': option "
709 class mystr(str):
1146 self.assertEqual(str(err), "'int' object has no attribute 'lower'")
1555 str(dse.exception),
1567 str(dse.exception),
1578 str(dse.exception),
1588 str(dse.exception),
1604 self.assertEqual(str(erro
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py15 self.assertEqual(str(x), '')
24 self.assertEqual(str(tl), string)
52 rfc_dtext_chars = rfc_printable_ascii.translate(str.maketrans('','',r'\[]'))
2424 self.assertEqual([str(x) for x in address_list.mailboxes],
2425 [str(x) for x in address_list.addresses])
2441 self.assertEqual([str(x) for x in address_list.mailboxes],
2442 [str(x) for x in address_list.addresses])
2464 self.assertEqual([str(x) for x in address_list.mailboxes],
2465 [str(x) for x in address_list.addresses])
2494 self.assertEqual([str(
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py85 return (f.readlines() if str is bytes else # PY3
364 # MessageToString always returns a native str.
449 self.assertEqual('c: 123\n', str(message))
1053 message.my_string = 'str'
1075 'my_string: "str"\n'
1097 'my_string: "str"\n'
1181 str(message),
1190 str(message),
1232 message.message_set.Extensions[ext2].str = 'foo'
1239 ' str
[all...]
/third_party/python/Lib/
H A Dtyping.py9 All subscripted types like X[int], Union[int, str] are generic aliases.
163 if isinstance(arg, str):
173 special forms like Union are not valid, while Union[int, str] is OK, etc.
212 collections.abc.Callable[[int, int], str].__args__ == (int, int, str)
213 collections.abc.Callable[ParamSpec, str].__args__ == (ParamSpec, str)
375 ForwardRef(arg) if isinstance(arg, str) else arg
551 def int_or_str(arg: int | str) -> None:
556 case str()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2833 std::stringstream str; in createChildren() local
2834 str << "_" << area.x() << "_" << area.y(); in createChildren()
2855 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.str(), "", params)); in createChildren()
2857 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str.str(), "", params)); in createChildren()
2860 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.str(), "", params)); in createChildren()
2867 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + str.str(), "", param in createChildren()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Djrevdct_arm.S196 str r0, [lr, # 0]
197 str r0, [lr, # 4]
198 str r0, [lr, # 8]
199 str r0, [lr, #12]
/third_party/ffmpeg/libavfilter/
H A Davf_showvolume.c75 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
76 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
81 { "c", "set volume color expression", OFFSET(color), AV_OPT_TYPE_STRING, {.str="PEAK*255+floor((1-PEAK)*255)*256+0xff000000"}, 0, 0, FLAGS },
85 { "dmc","set color of the max value line", OFFSET(persistant_max_rgba), AV_OPT_TYPE_COLOR, {.str = "orange"}, 0, 0, FLAGS },
H A Daf_lv2.c356 char *str, *vstr; in config_output() local
370 str = arg; in config_output()
372 sym = lilv_new_string(s->world, str); in config_output()
376 av_log(s, AV_LOG_WARNING, "Unknown option: <%s>\n", str); in config_output()
H A Df_graphmonitor.c87 { "size", "set monitor size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, VF },
88 { "s", "set monitor size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, VF },
113 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, VF },
114 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, VF },
H A Davf_ahistogram.c71 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
72 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
73 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, FLAGS },
74 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, FLAGS },
H A Dvsrc_mandelbrot.c90 {"size", "set frame size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="640x480"}, 0, 0, FLAGS },
91 {"s", "set frame size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="640x480"}, 0, 0, FLAGS },
92 {"rate", "set frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
93 {"r", "set frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
/third_party/ffmpeg/libavformat/
H A Dmlvdec.c212 char str[32]; in scan_file() local
224 if (strftime(str, sizeof(str), "%Y-%m-%d %H:%M:%S", &time)) in scan_file()
225 av_dict_set(&avctx->metadata, "time", str, 0); in scan_file()
H A Drtpproto.c81 { "sources", "Source list", OFFSET(sources), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
82 { "block", "Block list", OFFSET(block), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
83 { "fec", "FEC", OFFSET(fec_options_str), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = E },
84 { "localaddr", "Local address", OFFSET(localaddr), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
/third_party/curl/src/
H A Dtool_urlglob.c338 static bool peek_ipv6(const char *str, size_t *skip) in peek_ipv6() argument
347 char *endbr = strchr(str, ']'); in peek_ipv6()
353 hlen = endbr - str + 1; in peek_ipv6()
361 memcpy(hostname, str, hlen); in peek_ipv6()
/third_party/backends/backend/
H A Dkvs40xx.c366 char str[16]; in sane_open() local
367 st = inquiry (s, str); in sane_open()
371 s->id = !strcmp (str, "KV-S4085CL") ? KV_S4085CL : KV_S4085CW; in sane_open()
373 s->id = !strcmp (str, "KV-S4065CL") ? KV_S4065CL : KV_S4065CW; in sane_open()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() argument
74 return N <= M && internal::PrefixOf(prefix, str); in StartsWith()
78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() argument
79 return N <= M && internal::PrefixOf(suffix, str + M - N); in EndsWith()
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py240 if ":" in str(attrs["start"]):
426 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path)
508 args.append(str(fieldref.start))
509 args.append(str(fieldref.end))
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_optimizer.cpp50 sfn_log << ss.str() << "\n\n"; in optimize()
114 sfn_log << ss.str() << "\n\n"; in dead_code_elimination()
308 sfn_log << ss.str() << "\n\n"; in copy_propagation_fwd()
329 sfn_log << ss.str() << "\n\n"; in copy_propagation_backward()
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js855 const str = JSON.stringify({ asd: true });
859 assert.strictEqual(JSON.stringify(body), str);
868 .end(str)
874 assert.strictEqual(body, str);
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py149 sys.stdout.write("error code " + str(rc) + " running clang-format.\n")
245 # Normalize '.' to check for it with str.startswith.
478 str = '(\%\s+(' + '|'.join(runtime_functions) + '))[\s\(]'
479 return re.compile(str)
580 lines.append(str(line))
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js557 function cleanString (str) {
558 return (!str || typeof (str) !== 'string') ? '' : str.trim()

Completed in 40 milliseconds

1...<<191192193194195196197198199200>>...361