/third_party/vixl/test/ |
H A D | test-api.cc | 348 std::string os_str = os.str(); in CPUFeaturesFormatHelper()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
H A D | CopySplitTests.cpp | 415 FAIL() << message.str(); in DoTest()
|
/third_party/python/Lib/ |
H A D | tracemalloc.py | 148 # frame is a tuple: (filename: str, lineno: int) 226 return str(self[0])
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 655 """Converts value to str if it is not.""" 659 if not isinstance(value, str):
|
/third_party/python/Lib/test/ |
H A D | test_bisect.py | 223 keyfunc = str.casefold
|
H A D | test_pdb.py | 633 ... self.attr2 = 'str' 657 o.attr2 = str 664 self.attr2 = str 1719 stdout, stderr = proc.communicate(str.encode(commands))
|
H A D | test_difflib.py | 431 # type of input content must be consistent: all str or all bytes 438 expect = "lines to compare must be str, not bytes (b'hello')" 444 expect = "all arguments must be bytes, not str ('hello')" 451 # cannot pass filenames as bytes if content is str (this may not be 459 "all arguments must be str, not: b'ol\\xe9.txt'", 469 "all arguments must be bytes, not str ('1 fév')", 473 # if input is str, non-ASCII dates are fine 481 self.assertEqual(msg, str(ctx.exception))
|
H A D | test_locale.py | 228 self._test_format_string("int %i float %.2f str %s", 229 (1000, 1000.0, 'str'), grouping=1, 230 out='int 1%s000 float 1%s000.00 str str' % 545 self.assertIsInstance(enc, str)
|
H A D | test_poplib.py | 71 line = str(line, 'ISO-8859-1')
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128_unittest.cc | 513 EXPECT_EQ(cases[i].rep, os.str()); in TEST()
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | mod.rs | 591 /// `&[u8]`. This includes, but is not limited to, `&str` and `&[u8]`. 1239 (&'static str, &'static str, Option<usize>, Option<usize>);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | status_test.cc | 32 EXPECT_EQ(oss.str(), absl::StatusCodeToString(code)); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg.h | 252 return str_format_internal::FormatConvertImpl(oss.str(), conv, out); in FormatConvertImpl()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | beta_distribution_test.cc | 136 << ss.str() << " " // in TYPED_TEST()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 879 char *str; member
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 668 s: &str, in from_hex_str()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | word_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction.h | 651 // Pretty-prints |inst| to |str| and returns |str|. 657 std::ostream& operator<<(std::ostream& str, const Instruction& inst);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFlushFinishTests.cpp | 449 throw CalibrationFailedException(msg.str());
|
H A D | es3fPixelBufferObjectTests.cpp | 263 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource.str())); in init()
|
H A D | es3fReadPixelsTests.cpp | 146 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSource, fragmentSource.str())); in render()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseBinding.cpp | 503 formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, format, useDeviceGroup)); in createImageSparseBindingTestsCommon()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 278 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSource.str())<< buildOptions; in initFrameBufferProgramsFrag()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 437 std::ostream& operator<< (std::ostream& str, const LogGradientFmt& fmt);
|