/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | atom.rs | 30 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 D | wrapper.rs | 1 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 D | double_require.rs | 3 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 D | atom.rs | 30 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 D | log_tls_dtors.rs | 7 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 D | makefreeze.py | 46 str = marshal.dumps(m.__code__) 47 size = len(str) 52 writecode(outfp, mangled, str)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar_visualizer.py | 22 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 D | names.rs | 42 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 D | versionpredicate.py | 41 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 D | a_utctm.c | 34 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 D | update_chrome_angle.py | 61 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 D | InfoLog.h | 42 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 D | json_validate.py | 59 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 D | ext_inst.glsl_test.cpp | 89 << 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 D | timer_test.cpp | 62 buf.str()); in TEST() 79 buf.str()); in TEST() 135 buf.str()); in TEST()
|
/third_party/skia/src/core/ |
H A D | SkStringUtils.cpp | 12 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 D | SkTSearch.cpp | 81 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 D | x509spki.c | 30 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 D | hlsl_resource_bindings.cpp | 78 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 D | msl_resource_bindings.cpp | 75 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 D | ext_inst.glsl_test.cpp | 89 << 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 D | timer_test.cpp | 62 buf.str()); in TEST() 79 buf.str()); in TEST() 135 buf.str()); in TEST()
|
/third_party/openssl/test/ |
H A D | cmp_status_test.c | 17 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.py | 47 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 D | member_accessor_expression_test.cc | 25 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()
|