Home
last modified time | relevance | path

Searched refs:str (Results 10326 - 10350 of 11029) sorted by relevance

1...<<411412413414415416417418419420>>...442

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTessellation.cpp923 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getTCCode()
2549 tf_varying_string = tf_varying_stream.str(); in initProgramObjects()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_atomics_test.cpp92 return ss.str(); in GenerateShaderCodeImpl()
220 return ss.str(); in GenerateKernelCode()
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp204 return cacheInfoStream.str(); in cacheInfo()
246 return cacheInfoComparison.str(); in cacheInfoComparison()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp509 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
517 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp509 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
517 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_atomics_test.cpp92 return ss.str(); in GenerateShaderCodeImpl()
220 return ss.str(); in GenerateKernelCode()
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py819 self.assertEqual(str(cm.exception), '2 (of 4) futures unfinished')
875 self.executor.map(str, [2] * (self.worker_count + 1))
H A Dtest_httpservers.py546 str(len(self.data)))
1198 self.assertIsInstance(self.handler.requestline, str)
H A Dtest_random.py165 self.gen.sample(str('abcdefghijklmnopqrst'), 2)
1331 f.write(str(val))
H A Dtest_asyncgen.py146 res.append(str(type(ex)))
167 res.append(str(type(ex)))
H A Dtest_coroutines.py2127 self.assertIn("was never awaited", str(cm.unraisable.exc_value))
2352 self.assertEqual(msg, str(cm.warning))
H A Dtest_bigmem.py271 if isinstance(s, (str, bytes)):
343 if isinstance(s, (str, bytes)):
652 # str % (...) uses a Py_UCS4 intermediate representation
741 # correct size estimate: str.translate() uses an intermediate Py_UCS4
H A Dtest_urllib.py657 str(len(self.image)))
929 # Safe expressed as bytes rather than str
940 # Same as above, but using a bytes rather than str
1350 expect = "sequence=%s" % urllib.parse.quote_plus(str(['1', '2', '3']))
H A Dtest_embed.py187 self.assertEqual(sub.id, str(mainid + i + 1))
711 if value and isinstance(value, str):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h749 StringRef Str = Buffer.str(); in yamlize()
769 StringRef Str = Buffer.str(); in yamlize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp508 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
934 ResponseFile.append(curr_dir.str()); in ExpandResponseFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp1645 T.Value = Str.str().str(); in scanBlockScalar()
1852 return "tag:yaml.org,2002:str"; in getVerbatimTag()
2413 // TODO: Properly handle tags. "[!!str ]" should resolve to !!str "", not in parseBlockNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp957 std::string NewName = (TheFn->getName() + "$merged").str(); in trySingleImplDevirt()
1246 return OS.str(); in getGlobalName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1035 AI->hasName() ? AI->getName().str() : "alloca." + itostr(N); in instrumentStack()
1447 ThunkName += ("." + P.first->getName()).str(); in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc40 EXPECT_TRUE(result) << this->Diagnostics().str(); in Build()
43 EXPECT_EQ(expected_error, this->Diagnostics().str()); in Build()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1866 void MessageDifferencer::StreamReporter::Print(const std::string& str) { in Print() argument
1867 printer_->Print(str.c_str()); in Print()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc466 EXPECT_EQ("foo", message2.str()); in TEST()
573 .str()); in TEST()
/third_party/python/Lib/xml/etree/
H A DElementTree.py414 if not isinstance(tag, str) and tag is not None:
847 elif isinstance(tag, str):
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c73 pn->str = po->str; in cil_copy_list()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de.rs2070 test(Rc::<str>::from("s"), &[Token::Str("s")]); in test_rc_dst()
2083 test(Arc::<str>::from("s"), &[Token::Str("s")]); in test_arc_dst()

Completed in 81 milliseconds

1...<<411412413414415416417418419420>>...442