Searched refs:str (Results 6001 - 6025 of 9141) sorted by relevance
1...<<241242243244245246247248249250>>...366
/third_party/protobuf/python/google/protobuf/ |
H A D | message_factory.py | 80 if str is bytes: # PY2
|
/third_party/python/Lib/ |
H A D | imghdr.py | 20 if isinstance(file, (str, PathLike)):
|
/third_party/python/Lib/encodings/ |
H A D | __init__.py | 56 encoding = str(encoding, "ascii")
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_next.py | 69 if "".join([str(n) for n in head]).strip() == '__builtin__':
|
/third_party/python/Lib/zoneinfo/ |
H A D | _tzpath.py | 10 if isinstance(tzpaths, (str, bytes)):
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/ |
H A D | main.rs | 183 fn run_test(line: &str) { in run_test()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | include.rs | 6 pub static HEADER: &str = include_str!("include/cxx.h");
|
/third_party/rust/crates/cxx/src/symbols/ |
H A D | rust_vec.rs | 91 rust_vec_shims!("str", &str);
|
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 24 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 D | generate_def_files.py | 62 'is_debug = {}'.format(str(is_debug).lower()),
|
H A D | roll_abseil.py | 32 new_revision = re.search('commit\\s(.{40})', str(stdout)).group(1)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | ssh.py | 86 self.ssh(str(name), *cmd)
|
/third_party/skia/infra/bots/ |
H A D | test_utils.py | 34 f.write(str(uuid.uuid4()))
|
/third_party/skia/gn/ |
H A D | gn_to_bp_utils.py | 32 return {str(p.lstrip('/')) for p in lst}
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | chromebook.py | 24 top_level = '/SRC' if 'Docker' in builder_name else str(api.vars.workdir)
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
H A D | main.rs | 97 code: &str, in render_location()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ignored_any.rs | 19 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 D | lifetime.rs | 39 pub fn new(symbol: &str, span: Span) -> Self { in new()
|
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/ |
H A D | parse.rs | 79 pub(crate) fn path_is_ident(&self, ident: &str) -> bool {
|
/third_party/rust/crates/quote/src/ |
H A D | to_tokens.rs | 115 impl ToTokens for str {
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impossible.rs | 45 /// # 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 D | clone.rs | 7 const CLONE_SRC: &str = "src/gen/clone.rs";
|
/third_party/rust/crates/unicode-ident/benches/ |
H A D | xid.rs | 49 fn bench(c: &mut Criterion, group_name: &str, string: String) { in bench()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | results.py | 91 (violation.include_path, str(violation.violated_rule)))
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | base64.rs | 37 pub fn decode_block(src: &str) -> Result<Vec<u8>, ErrorStack> { in decode_block()
|
Completed in 15 milliseconds
1...<<241242243244245246247248249250>>...366