/third_party/python/Lib/distutils/ |
H A D | util.py | 201 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.py | 201 def quote(str): 208 return str.replace('\\', '\\\\').replace('"', '\\"')
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 508 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 D | multicall.py | 337 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 D | pkgutil.py | 122 elif isinstance(path, str): 560 if not isinstance(dir, str):
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 46 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 D | vktPipelineInputAttributeOffsetTests.cpp | 320 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 338 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
|
H A D | vktPipelineMultisampleBaseResolve.cpp | 432 << tcu::TestLog::Section(imageName.str(), imageName.str()) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBarycentricCoordinatesTests.cpp | 140 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 D | vktSubgroupsBuiltinMaskVarTests.cpp | 181 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 D | vktSynchronizationImageLayoutTransitionTests.cpp | 364 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 D | vktApiMaintenance3Check.cpp | 466 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 D | OutputTree.cpp | 16 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 D | DIASession.cpp | 38 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 D | ExecutionEngineBindings.cpp | 365 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 D | OrcMCJITReplacement.h | 274 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 D | es31cFramebufferNoAttachmentsTests.cpp | 51 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 D | mustpass.py | 250 os = str(config.os), 251 useForFirstEGLConfig = str(package.useforfirsteglconfig)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIntegerMixTests.cpp | 578 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 D | reflow.py | 11 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 D | type_parser.cc | 164 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 D | function.cpp | 388 *reason = ss_reason.str(); 412 *reason = ss_reason.str();
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | cpp_interface_test.cpp | 195 return os.str(); in MakeModuleHavingStruct() 220 os.str(), in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
H A D | opt.cpp | 59 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 D | DrawBaseVertexBaseInstanceTest.cpp | 87 return ss.str(); in operator ()() 212 return shader.str(); in vertexShaderSource300()
|