/third_party/python/Lib/distutils/ |
H A D | filelist.py | 300 if isinstance(pattern, str):
|
/third_party/python/Lib/ |
H A D | imp.py | 266 if not isinstance(name, str): 267 raise TypeError("'name' must be a str, not {}".format(type(name)))
|
/third_party/protobuf/src/google/protobuf/ |
H A D | message_lite.h | 158 PROTOBUF_EXPORT size_t StringSpaceUsedExcludingSelfLong(const std::string& str);
|
/third_party/python/Lib/test/test_email/ |
H A D | test_generator.py | 225 typ = str
|
H A D | test_defect_handling.py | 87 self.assertIsInstance(msg.get_payload(), str)
|
/third_party/python/Lib/test/ |
H A D | test_largefile.py | 258 'test requires %s bytes and a long time to run' % str(size))
|
H A D | test_list.py | 255 str(other)
|
H A D | test_type_comments.py | 50 # type: () -> str 238 raise SyntaxError(str(err) + f" feature_version={feature_version}") 389 tree = parse_func_type_input("(int) -> List[str]") 394 self.assertEqual(tree.returns.slice.id, "str") 396 tree = parse_func_type_input("(int, *str, **Any) -> float") 398 self.assertEqual(tree.argtypes[1].id, "str") 406 tree = parse_func_type_input("(*int, **str) -> None") 408 self.assertEqual(tree.argtypes[1].id, "str") 411 tree = parse_func_type_input("(int, *str, *Any) -> float") 414 tree = parse_func_type_input("(int, **str, An [all...] |
H A D | test_shelve.py | 188 x = shelve.open(self.base_path + str(self.counter), **self._args)
|
H A D | test_epoll.py | 69 raise AssertionError(str(e))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | log_severity_test.cc | 41 return stream.str(); in StreamHelper()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_join_internal.h | 88 strm_->str(out); in operator ()()
|
/third_party/rust/crates/proc-macro-error/test-crate/ |
H A D | lib.rs | 92 let none_note: Option<&'static str> = None; in abort_notes() 122 let none_note: Option<&'static str> = None; in emit_notes()
|
/third_party/rust/crates/regex/tests/ |
H A D | api.rs | 123 fn inner(s: &str) -> usize { in capture_index_lifetime()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 337 pub fn with_lifetime_bound(generics: &syn::Generics, lifetime: &str) -> syn::Generics { in with_lifetime_bound()
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | selinux.h | 534 The 'str' is used as a prefix for any warning messages. */ 535 extern void matchpathcon_checkmatches(char *str);
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | hash.rs | 88 pub fn from_name(name: &str) -> Option<MessageDigest> { in from_name() 470 fn hash_test(hashtype: MessageDigest, hashtest: &(&str, &str)) { in hash_test() 476 fn hash_xof_test(hashtype: MessageDigest, hashtest: &(&str, &str)) { in hash_xof_test() 488 fn hash_recycle_test(h: &mut Hasher, hashtest: &(&str, &str)) { in hash_recycle_test() 495 const MD5_TESTS: [(&str, &str); 13] = [
|
/third_party/rust/crates/serde/serde/src/ |
H A D | lib.rs | 175 pub use self::core::{iter, num, ptr, str};
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | script_extension.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
|
H A D | script.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
|
/third_party/rust/crates/syn/src/ |
H A D | parse.rs | 80 //! # const IGNORE: &str = stringify! { 201 use std::str::FromStr; 1265 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() 1336 /// # const IGNORE: &str = stringify! {
|
/third_party/spirv-tools/source/opt/ |
H A D | function.h | 211 // Pretty-prints |func| to |str|. Returns |str|. 212 std::ostream& operator<<(std::ostream& str, const Function& func);
|
/third_party/spirv-tools/test/reduce/ |
H A D | reducer_test.cpp | 229 DumpShader(binary, ss.str().c_str()); in InterestingWhileOpcodeExists()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.mode_setting_test.cpp | 148 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
|
/third_party/spirv-tools/test/val/ |
H A D | val_adjacency_test.cpp | 135 return ss.str(); in GenerateShaderCode()
|