Home
last modified time | relevance | path

Searched refs:str (Results 8851 - 8875 of 11167) sorted by relevance

1...<<351352353354355356357358359360>>...447

/third_party/python/Lib/distutils/
H A Dfilelist.py300 if isinstance(pattern, str):
/third_party/python/Lib/
H A Dimp.py266 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 Dmessage_lite.h158 PROTOBUF_EXPORT size_t StringSpaceUsedExcludingSelfLong(const std::string& str);
/third_party/python/Lib/test/test_email/
H A Dtest_generator.py225 typ = str
H A Dtest_defect_handling.py87 self.assertIsInstance(msg.get_payload(), str)
/third_party/python/Lib/test/
H A Dtest_largefile.py258 'test requires %s bytes and a long time to run' % str(size))
H A Dtest_list.py255 str(other)
H A Dtest_type_comments.py50 # 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 Dtest_shelve.py188 x = shelve.open(self.base_path + str(self.counter), **self._args)
H A Dtest_epoll.py69 raise AssertionError(str(e))
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dlog_severity_test.cc41 return stream.str(); in StreamHelper()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_join_internal.h88 strm_->str(out); in operator ()()
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs92 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 Dapi.rs123 fn inner(s: &str) -> usize { in capture_index_lifetime()
/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs337 pub fn with_lifetime_bound(generics: &syn::Generics, lifetime: &str) -> syn::Generics { in with_lifetime_bound()
/third_party/selinux/libselinux/include/selinux/
H A Dselinux.h534 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 Dhash.rs88 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 Dlib.rs175 pub use self::core::{iter, num, ptr, str};
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dscript_extension.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
H A Dscript.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
/third_party/rust/crates/syn/src/
H A Dparse.rs80 //! # 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 Dfunction.h211 // 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 Dreducer_test.cpp229 DumpShader(binary, ss.str().c_str()); in InterestingWhileOpcodeExists()
/third_party/spirv-tools/test/
H A Dtext_to_binary.mode_setting_test.cpp148 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
/third_party/spirv-tools/test/val/
H A Dval_adjacency_test.cpp135 return ss.str(); in GenerateShaderCode()

Completed in 21 milliseconds

1...<<351352353354355356357358359360>>...447