Home
last modified time | relevance | path

Searched refs:str (Results 10551 - 10575 of 14838) sorted by relevance

1...<<421422423424425426427428429430>>...594

/third_party/python/Lib/distutils/
H A Dutil.py201 return str(local_vars[var_name])
216 # but nowadays str(exception) produces good messages.
217 return prefix + str(exc)
/third_party/python/Lib/email/
H A D_parseaddr.py201 def quote(str):
208 return str.replace('\\', '\\\\').replace('"', '\\"')
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py508 class MockPattern(str):
509 """A regex based str with a fuzzy __eq__.
518 return bool(re.search(str(self), other, re.S))
/third_party/python/Lib/idlelib/
H A Dmulticall.py337 if type(sequence) is str and len(sequence) > 2 and \
353 if type(sequence) is str and len(sequence) > 2 and \
/third_party/python/Lib/
H A Dpkgutil.py122 elif isinstance(path, str):
560 if not isinstance(dir, str):
/third_party/openssl/apps/lib/
H A Dhttp_server.c46 static int print_syslog(const char *str, size_t len, void *levPtr) in print_syslog() argument
51 syslog(level, "%.*s", ilen, str); in print_syslog()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp320 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
338 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
H A DvktPipelineMultisampleBaseResolve.cpp432 << tcu::TestLog::Section(imageName.str(), imageName.str()) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp140 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(comp.str())) << buildOptions; in initPrograms()
360 TCU_FAIL(msg.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp181 return bdy.str(); in subgroupMask()
1162 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp364 programCollection.glslSources.add("vert1") << glu::VertexSource(vertexSrc.str()); in initPrograms()
365 programCollection.glslSources.add("frag1") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMaintenance3Check.cpp466 return combStr.str(); in getBindingsDescription()
679 return tcu::TestStatus::fail(msg.str()); in iterate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp16 void OutputFunction(TInfoSinkBase &out, const char *str, const TFunction *func) in OutputFunction() argument
20 out << str << internal << ": " << func->name() << " (symbol id " << func->uniqueId().get() in OutputFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp38 MessageStorage = formatv(Str, std::forward<Ts>(Args)...).str(); in ErrorFromHResult()
60 return make_error<DIAError>(dia_error_code::unspecified, OS.str()); in ErrorFromHResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp365 SectionName.str().c_str()); in allocateCodeSection()
372 SectionName.str().c_str(), in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h274 std::string NewCtorName = ("__ORCstatic_ctor." + Twine(CtorId++)).str();
281 std::string NewDtorName = ("__ORCstatic_dtor." + Twine(DtorId++)).str();
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
53 throw glu::Error(err, msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dmustpass.py250 os = str(config.os),
251 useForFirstEGLConfig = str(package.useforfirsteglconfig)
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp578 addChild(new ShaderIntegerMixRenderCase(m_context, name.str().c_str(), description.str().c_str(), m_glslVersion, in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py11 Usage: `reflow.py [-noflow] [-tagvu] [-nextvu #] [-overwrite] [-out dir] [-suffix str] files`
258 self.visitVUID(str(self.nextvu), tagLine)
474 outFilename = str(outDir / (os.path.basename(filename) + args.suffix))
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc164 const char* str = data.c_str() + cur_pos + 1; in ProcessChunk() local
166 uint64_t val = static_cast<uint64_t>(std::strtol(str, &next_str, 10)); in ProcessChunk()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp388 *reason = ss_reason.str();
412 *reason = ss_reason.str();
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp195 return os.str(); in MakeModuleHavingStruct()
220 os.str(), in TEST()
/third_party/skia/third_party/externals/spirv-tools/tools/opt/
H A Dopt.cpp59 return ss.str(); in GetListOfPassesAsString()
671 return canonical_arg.str(); in CanonicalizeFlag()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexBaseInstanceTest.cpp87 return ss.str(); in operator ()()
212 return shader.str(); in vertexShaderSource300()

Completed in 32 milliseconds

1...<<421422423424425426427428429430>>...594