Home
last modified time | relevance | path

Searched refs:str (Results 9276 - 9300 of 14584) sorted by relevance

1...<<371372373374375376377378379380>>...584

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dlib.rs114 output_path: Option<&str>, in test_bindgen()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dout.rs98 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
141 fn write(&mut self, b: &str) { in write()
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
/third_party/rust/crates/cxx/gen/src/
H A Dout.rs98 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
141 fn write(&mut self, b: &str) { in write()
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
/third_party/rust/crates/clang-sys/build/
H A Dstatic.rs16 const CLANG_LIBRARIES: &[&str] = &[
/third_party/rust/crates/codespan/codespan/src/
H A Dindex.rs260 pub fn from_str_len(value: &str) -> ByteOffset { in from_str_len()
/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs7 const TARGET_DIR: Option<&'static str> = option_env!("CARGO_TARGET_DIR");
8 const TARGET_TMPDIR: Option<&'static str> = option_env!("CARGO_TARGET_TMPDIR");
272 const LIBPATH: &str = "Msftedit.dll"; in library_open_already_loaded()
/third_party/rust/crates/clap/src/builder/
H A Dresettable.rs15 /// `&str` into `OsStr`) as well as `None` to reset it to the default. This is needed to
114 impl IntoResettable<StyledStr> for Option<&'static str> {
123 impl IntoResettable<OsStr> for Option<&'static str> {
132 impl IntoResettable<Str> for Option<&'static str> {
/third_party/rust/crates/clap/tests/derive/
H A Dnon_literal_attributes.rs128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex()
H A Dgroups.rs47 const OUTPUT: &str = "\ in implicit_struct_group()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs98 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
141 fn write(&mut self, b: &str) { in write()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py24 if isinstance(known, str):
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dcommon.py35 if isinstance(stderr, str) and stderr.lower() == 'stdout':
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py44 equivalent_chars = collections.defaultdict(str)
H A Dpep384_macrocheck.py139 print(fname + ":" + str(nr), file=f)
H A Dparse_html5_entities.py60 # uppercase chars come first) and then sort with key=str.lower.
64 keys = sorted(keys, key=str.lower)
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs98 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
141 fn write(&mut self, b: &str) { in write()
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_match.c124 arguments.str = subject + start_offset; in pcre2_jit_match()
/third_party/pulseaudio/src/pulse/
H A Dformat.h144 pa_format_info* pa_format_info_from_string(const char *str);
/third_party/python/Lib/
H A D_threading_local.py154 self.key = '_threading_local._localimpl.' + str(id(self))
H A Dgetpass.py135 prompt = str(prompt)
/third_party/python/Lib/re/
H A D_constants.py43 if isinstance(pattern, str):
/third_party/python/Lib/asyncio/
H A Dtimeouts.py76 def __repr__(self) -> str:

Completed in 15 milliseconds

1...<<371372373374375376377378379380>>...584