/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 300 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 D | earley-parser.cc | 95 return s.str(); in SplitByChildren() 106 ReportError(s.str()); in CheckAmbiguity() 113 ReportError(s.str()); in CheckAmbiguity()
|
/third_party/mindspore/test/utils/ |
H A D | common.cpp | 444 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 D | clientinfo_unittest.cpp | 215 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 D | discriminant.rs | 7 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 D | discriminant.rs | 7 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 D | discriminant.rs | 7 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 D | discriminant.rs | 7 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 D | debug_asserts.rs | 36 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 D | discriminant.rs | 7 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 D | flag_subcommands.rs | 499 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 D | pygettext.py | 266 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 D | summarize_stats.py | 132 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 D | sysconfig.py | 379 item = str(done[n]) 396 item = str(done['PY_' + n]) 435 if isinstance(v, str):
|
/third_party/python/Lib/test/ |
H A D | multibytecodec_support.py | 59 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 D | vktDrawSampleAttributeTests.cpp | 135 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 D | vktFragmentOperationsScissorMultiViewportTests.cpp | 236 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 D | vktMeshShaderProvokingVertexTestsEXT.cpp | 193 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 D | vktPipelineExtendedDynamicStateMiscTests.cpp | 88 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 D | vktRayQueryNonUniformArgsTests.cpp | 160 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 D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 301 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 D | vktFragmentOperationsScissorMultiViewportTests.cpp | 236 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 D | vktMeshShaderProvokingVertexTestsEXT.cpp | 193 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 D | CLPlatformCL.cpp | 34 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 D | ExternalFunctions.cpp | 108 ExtName += ("_" + F->getName()).str(); in lookupFunction() 113 FnPtr = (*FuncNames)[("lle_X_" + F->getName()).str()]; in lookupFunction() 116 ("lle_X_" + F->getName()).str()); in lookupFunction()
|