Home
last modified time | relevance | path

Searched refs:str (Results 5201 - 5225 of 9142) sorted by relevance

1...<<201202203204205206207208209210>>...366

/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc300 SeqOneByteString str = SeqOneByteString::cast(name_or_url); in GetScriptName() local
301 return {reinterpret_cast<char*>(str.GetChars(no_gc)), in GetScriptName()
302 static_cast<size_t>(str.length())}; in GetScriptName()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc95 return s.str(); in SplitByChildren()
106 ReportError(s.str()); in CheckAmbiguity()
113 ReportError(s.str()); in CheckAmbiguity()
/third_party/mindspore/test/utils/
H A Dcommon.cpp444 std::vector<std::string> str; in TransCharArraysToStrVector() local
446 str.push_back(std::string(c[i])); in TransCharArraysToStrVector()
448 return str; in TransCharArraysToStrVector()
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp215 char *str = (char *) malloc(sizeof(ext)); in __glXGetClientGLExtensionString() local
217 memcpy(str, ext, sizeof(ext)); in __glXGetClientGLExtensionString()
218 return str; in __glXGetClientGLExtensionString()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs7 use std::str::FromStr;
228 fn from_str(mut s: &str) -> Result<Self> { in from_str()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs7 use std::str::FromStr;
228 fn from_str(mut s: &str) -> Result<Self> { in from_str()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs7 use std::str::FromStr;
228 fn from_str(mut s: &str) -> Result<Self> { in from_str()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs7 use std::str::FromStr;
228 fn from_str(mut s: &str) -> Result<Self> { in from_str()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs36 assert_eq!(version_needed, Vec::<&str>::new(), "Command {}: `ArgAction::Version` used without providing Command::version or Command::long_version"
369 fn duplicate_tip(cmd: &Command, first: &Arg, second: &Arg) -> &'static str { in duplicate_tip()
385 Command(String, &'a str),
386 Arg(String, &'a str),
420 fn detect_duplicate_flags(flags: &[Flag], short_or_long: &str) { in detect_duplicate_flags()
846 field: &'static str, in assert_defaults()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs7 use std::str::FromStr;
228 fn from_str(mut s: &str) -> Result<Self> { in from_str()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/third_party/rust/crates/clap/tests/builder/
H A Dflag_subcommands.rs499 static FLAG_SUBCOMMAND_HELP: &str = "\
547 static FLAG_SUBCOMMAND_NO_SHORT_HELP: &str = "\
599 static FLAG_SUBCOMMAND_NO_LONG_HELP: &str = "\
/third_party/python/Tools/i18n/
H A Dpygettext.py266 def containsAny(str, set):
267 """Check whether 'str' contains ANY of the chars in 'set'"""
268 return 1 in [c in str for c in set]
403 if isinstance(arg.value, str):
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py132 return "kind " + str(kind)
202 raise ValueError("Wrong number of elements in row '" + str(rows) + "'")
203 print("|", " | ".join(str(i) for i in row), "|")
/third_party/python/Lib/
H A Dsysconfig.py379 item = str(done[n])
396 item = str(done['PY_' + n])
435 if isinstance(v, str):
/third_party/python/Lib/test/
H A Dmultibytecodec_support.py59 self.assertTrue(type(result) is str, type(result))
351 self.assertEqual(str(csetch, self.encoding), unich)
362 self.assertTrue(type(result) is str, type(result))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp135 collection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
153 collection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
460 return tcu::TestStatus::fail(output.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp236 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
279 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
295 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp193 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
253 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
433 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp88 programCollection.glslSources.add(name) << glu::VertexSource(vert.str()); in initFullScreenQuadVertexProgram()
104 programCollection.glslSources.add(name) << glu::FragmentSource(frag.str()); in initBlueAndAtomicCounterFragmentProgram()
119 TCU_FAIL(msg.str()); in verifyValueInRange()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp160 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()) << buildOptions; in initPrograms()
355 return tcu::TestStatus::fail(msg.str()); in iterate()
358 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp301 programCollection.spirvAsmSources.add("compute") << src.str() in initPrograms()
326 return src.str(); in sparseImageOpString()
351 return src.str(); in sparseImageOpString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp236 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
279 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
295 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp193 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
253 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
433 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp34 std::vector<char> str(size, '\0'); in GetPlatformString()
36 str.data(), nullptr) == CL_SUCCESS) in GetPlatformString()
38 return std::string(str.data()); in GetPlatformString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp108 ExtName += ("_" + F->getName()).str(); in lookupFunction()
113 FnPtr = (*FuncNames)[("lle_X_" + F->getName()).str()]; in lookupFunction()
116 ("lle_X_" + F->getName()).str()); in lookupFunction()

Completed in 26 milliseconds

1...<<201202203204205206207208209210>>...366