Home
last modified time | relevance | path

Searched refs:str (Results 8451 - 8475 of 12790) sorted by relevance

1...<<331332333334335336337338339340>>...512

/third_party/python/Lib/unittest/test/
H A Dtest_functiontestcase.py127 self.assertIsInstance(test.id(), str)
/third_party/protobuf/python/google/protobuf/
H A Dmessage_factory.py80 if str is bytes: # PY2
/third_party/python/Lib/
H A Dimghdr.py20 if isinstance(file, (str, PathLike)):
/third_party/python/Lib/encodings/
H A D__init__.py56 encoding = str(encoding, "ascii")
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_next.py69 if "".join([str(n) for n in head]).strip() == '__builtin__':
/third_party/python/Lib/zoneinfo/
H A D_tzpath.py10 if isinstance(tzpaths, (str, bytes)):
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs183 fn run_test(line: &str) { in run_test()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
/third_party/rust/crates/cxx/src/symbols/
H A Drust_vec.rs91 rust_vec_shims!("str", &str);
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs24 fn package_as_simulator_app(crate_name: &str, test_binary_path: &Path) { in package_as_simulator_app()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py62 'is_debug = {}'.format(str(is_debug).lower()),
H A Droll_abseil.py32 new_revision = re.search('commit\\s(.{40})', str(stdout)).group(1)
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dssh.py86 self.ssh(str(name), *cmd)
/third_party/skia/infra/bots/
H A Dtest_utils.py34 f.write(str(uuid.uuid4()))
/third_party/skia/gn/
H A Dgn_to_bp_utils.py32 return {str(p.lstrip('/')) for p in lst}
/third_party/skia/infra/bots/recipe_modules/build/
H A Dchromebook.py24 top_level = '/SRC' if 'Docker' in builder_name else str(api.vars.workdir)
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs97 code: &str, in render_location()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ignored_any.rs19 struct Enum(&'static str);
32 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
75 _fields: &'static [&'static str], in struct_variant()
/third_party/rust/crates/syn/src/
H A Dlifetime.rs39 pub fn new(symbol: &str, span: Span) -> Self { in new()
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dparse.rs79 pub(crate) fn path_is_ident(&self, ident: &str) -> bool {
/third_party/rust/crates/quote/src/
H A Dto_tokens.rs115 impl ToTokens for str {
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpossible.rs45 /// # bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 char str bytes none some
183 fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), Error> in serialize_field()
204 fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), Error> in serialize_field()
/third_party/rust/crates/syn/codegen/src/
H A Dclone.rs7 const CLONE_SRC: &str = "src/gen/clone.rs";
/third_party/rust/crates/unicode-ident/benches/
H A Dxid.rs49 fn bench(c: &mut Criterion, group_name: &str, string: String) { in bench()
/third_party/skia/buildtools/checkdeps/
H A Dresults.py91 (violation.include_path, str(violation.violated_rule)))

Completed in 12 milliseconds

1...<<331332333334335336337338339340>>...512