/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceASanInstrumentation.cpp | 213 return Name.str(); in nextRzName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 246 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_logical_test.cc | 201 EXPECT_THAT(test::ToString(p->program(), ast_body), HasSubstr(ss.str())) in TEST_P()
|
H A D | function_var_test.cc | 35 return outs.str(); in Names()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 53 S.Value = Scalar.str(); in input()
|
H A D | MachineScheduler.h | 533 ReadyQueue(unsigned id, const Twine &name): ID(id), Name(name.str()) {} in ReadyQueue()
|
/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());
|