Home
last modified time | relevance | path

Searched refs:str (Results 9926 - 9950 of 10916) sorted by relevance

1...<<391392393394395396397398399400>>...437

/third_party/python/Lib/test/
H A Dtest_difflib.py431 # 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 Dtest_locale.py228 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 Dtest_poplib.py71 line = str(line, 'ISO-8859-1')
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs591 /// `&[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 Dstatus_test.cc32 EXPECT_EQ(oss.str(), absl::StatusCodeToString(code)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.h252 return str_format_internal::FormatConvertImpl(oss.str(), conv, out); in FormatConvertImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc136 << ss.str() << " " // in TYPED_TEST()
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h879 char *str; member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs668 s: &str, in from_hex_str()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dword_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
/third_party/spirv-tools/source/opt/
H A Dinstruction.h651 // 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 Des3fFlushFinishTests.cpp449 throw CalibrationFailedException(msg.str());
H A Des3fPixelBufferObjectTests.cpp263 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource.str())); in init()
H A Des3fReadPixelsTests.cpp146 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSource, fragmentSource.str())); in render()
H A Des3fDefaultVertexAttributeTests.cpp439 return buf.str(); in genVertexSource()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py211 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 DvktSparseResourcesImageSparseBinding.cpp503 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 DvktSubgroupsVoteTests.cpp278 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSource.str())<< buildOptions; in initFrameBufferProgramsFrag()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp437 std::ostream& operator<< (std::ostream& str, const LogGradientFmt& fmt);
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp267 checkCallReturn(m_eglTestCtx, call.str().c_str(), image, noImageVal, expectError); in checkCreate()
H A DteglMakeCurrentPerfTests.cpp148 return name.str(); in toName()
H A DteglPreservingSwapTests.cpp573 return stream.str(); in generateTestName()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp362 return buf.str(); in genVertexSource()
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py191 assert all(isinstance(value, str) for value in extra_env.values())
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java1415 void printchars(String str) { in printchars() argument
1416 char[] chars = str.toCharArray(); in printchars()
1443 public boolean equals(CharBuffer buf, String str) { in equals() argument
1444 return equals(buf, str.toCharArray()); in equals()
1446 public boolean equals(CharBuffer buf, CharBuffer str) { in equals() argument
1447 if (buf.limit() != str.limit()) in equals()
1451 if (buf.get(i) != str.get(i)) in equals()
1455 public boolean equals(CharBuffer buf, CharBuffer str, int limit) { in equals() argument
1456 if (limit > buf.limit() || limit > str.limit()) in equals()
1459 if (buf.get(i) != str in equals()
[all...]

Completed in 34 milliseconds

1...<<391392393394395396397398399400>>...437