Home
last modified time | relevance | path

Searched refs:str (Results 2501 - 2525 of 11186) sorted by relevance

1...<<101102103104105106107108109110>>...448

/third_party/rust/crates/cxx/macro/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str()
60 impl AsRef<str> for Atom {
61 fn as_ref(&self) -> &str { in as_ref()
/third_party/rust/crates/humantime/src/
H A Dwrapper.rs1 use std::str::FromStr;
68 fn from_str(s: &str) -> Result<Duration, Self::Err> { in from_str()
98 fn from_str(s: &str) -> Result<Timestamp, Self::Err> { in from_str()
/third_party/rust/crates/clap/tests/builder/
H A Ddouble_require.rs3 static HELP: &str = "\
61 static ONLY_B_ERROR: &str = "\ in no_duplicate_error()
76 static ONLY_C_ERROR: &str = "\ in no_duplicate_error()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str()
60 impl AsRef<str> for Atom {
61 fn as_ref(&self) -> &str { in as_ref()
/third_party/rust/crates/env_logger/tests/
H A Dlog_tls_dtors.rs7 use std::str;
61 println!("--- stdout\n{}", str::from_utf8(&out.stdout).unwrap()); in main()
62 println!("--- stderr\n{}", str::from_utf8(&out.stderr).unwrap()); in main()
/third_party/python/Tools/freeze/
H A Dmakefreeze.py46 str = marshal.dumps(m.__code__)
47 size = len(str)
52 writecode(outfp, mangled, str)
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py22 def name(self, node: Rule) -> str:
31 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs42 pub fn parse(text: &str, span: Span) -> Result<Self> { in parse()
61 impl PartialEq<str> for ForeignName {
62 fn eq(&self, rhs: &str) -> bool { in eq()
/third_party/python/Lib/distutils/
H A Dversionpredicate.py41 The str() of a `VersionPredicate` provides a normalized
115 str = match.groups()[0]
116 self.pred = [splitUp(aPred) for aPred in str.split(",")]
125 seq = [cond + " " + str(ver) for cond, ver in self.pred]
/third_party/openssl/crypto/asn1/
H A Da_utctm.c34 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string() argument
39 t.length = strlen(str); in ASN1_UTCTIME_set_string()
40 t.data = (unsigned char *)str; in ASN1_UTCTIME_set_string()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_chrome_angle.py61 def is_chrome_bin(str):
62 chrome_file = os.path.join(chrome_folder, str)
63 return os.path.isdir(chrome_file) and all([char.isdigit() or char == '.' for char in str])
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DInfoLog.h42 if (mStream && !mStream->str().empty()) in ~StreamHelper()
72 std::string str() const { return mLazyStream ? mLazyStream->str() : ""; } in str() function in gl::InfoLog
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_validate.py59 print(base_schema_filename, "error: " + str(e))
66 print(vkpcc_schema_filename, "schema error: " + str(e))
77 for error in sorted(validator.iter_errors(jsonData), key=str):
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.glsl_test.cpp89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
90 << spvtest::WordVector(*binary).str(); in TEST_P()
103 EXPECT_EQ(spirv_header + spirv, output_text->str); in TEST_P()
H A Dtimer_test.cpp62 buf.str()); in TEST()
79 buf.str()); in TEST()
135 buf.str()); in TEST()
/third_party/skia/src/core/
H A DSkStringUtils.cpp12 void SkAppendScalar(SkString* str, SkScalar value, SkScalarAsStringType asType) { in SkAppendScalar() argument
15 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
23 str->append(tmp); in SkAppendScalar()
H A DSkTSearch.cpp81 SkAutoAsciiToLC::SkAutoAsciiToLC(const char str[], size_t len) in SkAutoAsciiToLC() argument
85 len = strlen(str); in SkAutoAsciiToLC()
102 int c = str[i]; in SkAutoAsciiToLC()
/third_party/openssl/crypto/x509/
H A Dx509spki.c30 NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len) in NETSCAPE_SPKI_b64_decode() argument
37 len = strlen(str); in NETSCAPE_SPKI_b64_decode()
42 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dhlsl_resource_bindings.cpp78 const char *str; in main() local
79 SPVC_CHECKED_CALL(spvc_compiler_compile(compiler, &str)); in main()
81 fprintf(stderr, "Output:\n%s\n", str); in main()
H A Dmsl_resource_bindings.cpp75 const char *str; in main() local
76 SPVC_CHECKED_CALL(spvc_compiler_compile(compiler, &str)); in main()
78 fprintf(stderr, "Output:\n%s\n", str); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.glsl_test.cpp89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
90 << spvtest::WordVector(*binary).str(); in TEST_P()
103 EXPECT_EQ(spirv_header + spirv, output_text->str); in TEST_P()
H A Dtimer_test.cpp62 buf.str()); in TEST()
79 buf.str()); in TEST()
135 buf.str()); in TEST()
/third_party/openssl/test/
H A Dcmp_status_test.c17 const char *str; /* Not freed by tear_down */ member
55 || !TEST_str_eq(fixture->str, ossl_cmp_PKIStatus_to_string(status))) in execute_PKISI_test()
84 fixture->str = "PKIStatus: revocation notification - a revocation of the cert has occurred"; in test_PKISI()
/third_party/python/Lib/
H A D_bootsubprocess.py47 elif isinstance(cmd, str):
53 if not isinstance(arg, str):
74 if not isinstance(cmd, str):
/third_party/skia/third_party/externals/tint/src/ast/
H A Dmember_accessor_expression_test.cc25 auto* str = Expr("structure"); in TEST_F() local
28 auto* stmt = create<MemberAccessorExpression>(str, mem); in TEST_F()
29 EXPECT_EQ(stmt->structure, str); in TEST_F()

Completed in 8 milliseconds

1...<<101102103104105106107108109110>>...448