Home
last modified time | relevance | path

Searched refs:str (Results 4926 - 4950 of 9273) sorted by relevance

1...<<191192193194195196197198199200>>...371

/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl177 str $h2,[$ctx,#16]
273 str w12,[$ctx,#16*0] // r0
275 str w13,[$ctx,#16*1] // r1
277 str w12,[$ctx,#16*2] // s1
278 str w14,[$ctx,#16*3] // r2
280 str w13,[$ctx,#16*4] // s2
281 str w15,[$ctx,#16*5] // r3
283 str w14,[$ctx,#16*6] // s3
284 str w16,[$ctx,#16*7] // r4
285 str w1
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv8.S120 str x6,[x0,#16]
204 str w12,[x0,#16*0] // r0
206 str w13,[x0,#16*1] // r1
208 str w12,[x0,#16*2] // s1
209 str w14,[x0,#16*3] // r2
211 str w13,[x0,#16*4] // s2
212 str w15,[x0,#16*5] // r3
214 str w14,[x0,#16*6] // s3
215 str w16,[x0,#16*7] // r4
216 str w1
[all...]
/third_party/python/Lib/
H A Ddoctest.py207 elif isinstance(module, str):
534 assert not isinstance(examples, str), \
535 "DocTest no longer accepts str; use DocTestParser instead"
1020 if not isinstance(valname, str):
1025 inspect.ismodule(val) or isinstance(val, str)):
1056 if isinstance(obj, str):
1064 if not isinstance(docstring, str):
1065 docstring = str(docstring)
1473 s = str(s.encode(encoding, 'backslashreplace'), encoding)
1595 return str(
[all...]
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/python/Lib/test/support/
H A D__init__.py282 err_string = str(e)
320 min_version_txt = '.'.join(map(str, min_version))
376 min_version_txt = '.'.join(map(str, min_version))
439 if "CERTIFICATE_VERIFY_FAILED" in str(e):
1110 errors = [(str(tc), exc_str) for tc, exc_str in result.errors]
1111 failures = [(str(tc), exc_str) for tc, exc_str in result.failures]
1211 if isinstance(cls, str):
1215 raise ValueError("str arguments must be keys in sys.modules")
1433 elif type(dv) is not str or k not in self._partial_matches:
1609 elif isinstance(name_of_module, str)
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl177 str $h2,[$ctx,#16]
273 str w12,[$ctx,#16*0] // r0
275 str w13,[$ctx,#16*1] // r1
277 str w12,[$ctx,#16*2] // s1
278 str w14,[$ctx,#16*3] // r2
280 str w13,[$ctx,#16*4] // s2
281 str w15,[$ctx,#16*5] // r3
283 str w14,[$ctx,#16*6] // s3
284 str w16,[$ctx,#16*7] // r4
285 str w1
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmStreamer.cpp410 ExplicitCommentToEmit.append(c.slice(2, c.size()).str()); in addExplicitComment()
418 ExplicitCommentToEmit.append(c.slice(p, newp).str()); in addExplicitComment()
426 ExplicitCommentToEmit.append(c.str()); in addExplicitComment()
431 ExplicitCommentToEmit.append(c.slice(1, c.size()).str()); in addExplicitComment()
476 StringRef str = MCLOHIdToName(Kind); in EmitLOHDirective() local
481 assert(str != "" && "Invalid LOH name"); in EmitLOHDirective()
484 OS << "\t" << MCLOHDirectiveName() << " " << str << "\t"; in EmitLOHDirective()
1268 TS->emitDwarfFileDirective(OS1.str());
1270 EmitRawText(OS1.str());
1294 TS->emitDwarfFileDirective(OS1.str());
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp258 * @param [in,out] str string to be edited
262 void CullDistance::Utilities::replaceAll(std::string& str, const std::string& from, const std::string& to) in replaceAll() argument
264 for (size_t start_pos = str.find(from, 0); start_pos != std::string::npos; start_pos = str.find(from, start_pos)) in replaceAll()
266 str.replace(start_pos, from.length(), to); in replaceAll()
286 return temp_sstream.str(); in intToString()
1680 array_setters = static_array_setters_sstream.str(); in buildPO()
2973 return stream.str(); in getTestDescription()
3078 n_gl_clipdistance_array_items_string = temp_sstream.str(); in iterate()
3086 n_gl_culldistance_array_items_string = temp_sstream.str(); in iterate()
[all...]
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/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/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/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...]
/test/ostest/wukong/report/src/
H A Dformat_json.cpp47 target = ss.str(); in FormatDetail()
/test/xts/dcts/common/
H A Dshm_utils.h56 char* Int2String(int num, char* str);
/test/xts/hats/hdf/location/agnss/
H A Dagnss_callback_impl.h45 std::string Str16ToStr8(std::u16string str);
/third_party/backends/backend/escl/
H A Descl_reset.c33 write_callback(void __sane_unused__*str, in write_callback()
/third_party/benchmark/src/
H A Dbenchmark_name.cc55 std::string BenchmarkName::str() const { in str() function in benchmark::BenchmarkName
/third_party/PyYAML/tests/lib/
H A Dtest_mark.py22 assert isinstance(snippet, str), type(snippet)
/third_party/icu/icu4c/source/i18n/
H A Dstring_segment.h31 StringSegment(const UnicodeString& str, bool ignoreCase);
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlava_log_hints.py20 def detect_failure(self, new_lines: list[dict[str, Any]]):

Completed in 43 milliseconds

1...<<191192193194195196197198199200>>...371