Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/prebuilts/go/linux-x86/src/fmt/
Dstringer_test.go29 func (v TI) String() string { return Sprintf("I: %d", int(v)) } func
30 func (v TI8) String() string { return Sprintf("I8: %d", int8(v)) } func
31 func (v TI16) String() string { return Sprintf("I16: %d", int16(v)) } func
32 func (v TI32) String() string { return Sprintf("I32: %d", int32(v)) } func
33 func (v TI64) String() string { return Sprintf("I64: %d", int64(v)) } func
34 func (v TU) String() string { return Sprintf("U: %d", uint(v)) } func
35 func (v TU8) String() string { return Sprintf("U8: %d", uint8(v)) } func
36 func (v TU16) String() string { return Sprintf("U16: %d", uint16(v)) } func
37 func (v TU32) String() string { return Sprintf("U32: %d", uint32(v)) } func
38 func (v TU64) String() string { return Sprintf("U64: %d", uint64(v)) } func
[all …]
/prebuilts/go/linux-x86/src/crypto/x509/
Dparser.go112 func parseName(raw cryptobyte.String) (*pkix.RDNSequence, error) {
152 func parseAI(der cryptobyte.String) (pkix.AlgorithmIdentifier, error) {
170 func parseTime(der *cryptobyte.String) (time.Time, error) {
187 func parseValidity(der cryptobyte.String) (time.Time, time.Time, error) {
200 func parseExtension(der cryptobyte.String) (pkix.Extension, error) {
320 func parseKeyUsageExtension(der cryptobyte.String) (KeyUsage, error) {
335 func parseBasicConstraintsExtension(der cryptobyte.String) (bool, int, error) {
356 func forEachSAN(der cryptobyte.String, callback func(tag int, data []byte) error) error {
374 func parseSANExtension(der cryptobyte.String) (dnsNames, emailAddresses []string, ipAddresses []net…
439 func parseExtKeyUsageExtension(der cryptobyte.String) ([]ExtKeyUsage, []asn1.ObjectIdentifier, erro…
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs362 pub struct String { struct
366 /// A possible error value when converting a `String` from a UTF-8 byte vector. argument
424 impl String { impl
488 pub fn with_capacity(capacity: usize) -> String { in with_capacity()
501 pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError> { in try_with_capacity()
511 pub fn from_str(_: &str) -> String { in from_str()
573 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8()
681 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16()
721 pub fn from_utf16_lossy(v: &[u16]) -> String { in from_utf16_lossy()
749 pub fn from_utf16le(v: &[u8]) -> Result<String, FromUtf16Error> { in from_utf16le()
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs362 pub struct String { struct
366 /// A possible error value when converting a `String` from a UTF-8 byte vector. argument
424 impl String { implementation
488 pub fn with_capacity(capacity: usize) -> String { in with_capacity()
501 pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError> { in try_with_capacity()
511 pub fn from_str(_: &str) -> String { in from_str()
573 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8()
681 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16()
721 pub fn from_utf16_lossy(v: &[u16]) -> String { in from_utf16_lossy()
749 pub fn from_utf16le(v: &[u8]) -> Result<String, FromUtf16Error> { in from_utf16le()
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/
Dmain.rs257 fn type_to_dup_suffix(t: &str) -> String { in type_to_dup_suffix()
263 fn type_to_lane_suffix(t: &str) -> String { in type_to_lane_suffix()
339 fn type_to_lane_suffixes<'a>(out_t: &'a str, in_t: &'a str, re_to_out: bool) -> String { in type_to_lane_suffixes()
358 fn type_to_rot_suffix(c_name: &str, suf: &str) -> String { in type_to_rot_suffix()
368 fn type_to_signed(t: &str) -> String { in type_to_signed()
372 fn type_to_unsigned(t: &str) -> String { in type_to_unsigned()
379 fn type_to_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_suffixes()
393 fn type_to_double_n_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_n_suffixes()
408 fn type_to_noq_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_noq_double_suffixes()
575 fn attr(name: &str, value: impl fmt::Display) -> String { in attr()
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/
Dmain.rs257 fn type_to_dup_suffix(t: &str) -> String { in type_to_dup_suffix()
263 fn type_to_lane_suffix(t: &str) -> String { in type_to_lane_suffix()
339 fn type_to_lane_suffixes<'a>(out_t: &'a str, in_t: &'a str, re_to_out: bool) -> String { in type_to_lane_suffixes()
358 fn type_to_rot_suffix(c_name: &str, suf: &str) -> String { in type_to_rot_suffix()
368 fn type_to_signed(t: &str) -> String { in type_to_signed()
372 fn type_to_unsigned(t: &str) -> String { in type_to_unsigned()
379 fn type_to_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_suffixes()
393 fn type_to_double_n_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_n_suffixes()
408 fn type_to_noq_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_noq_double_suffixes()
575 fn attr(name: &str, value: impl fmt::Display) -> String { in attr()
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/
Dmain.rs257 fn type_to_dup_suffix(t: &str) -> String { in type_to_dup_suffix()
263 fn type_to_lane_suffix(t: &str) -> String { in type_to_lane_suffix()
339 fn type_to_lane_suffixes<'a>(out_t: &'a str, in_t: &'a str, re_to_out: bool) -> String { in type_to_lane_suffixes()
358 fn type_to_rot_suffix(c_name: &str, suf: &str) -> String { in type_to_rot_suffix()
368 fn type_to_signed(t: &str) -> String { in type_to_signed()
372 fn type_to_unsigned(t: &str) -> String { in type_to_unsigned()
379 fn type_to_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_suffixes()
393 fn type_to_double_n_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_n_suffixes()
408 fn type_to_noq_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_noq_double_suffixes()
575 fn attr(name: &str, value: impl fmt::Display) -> String { in attr()
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/
Dmain.rs257 fn type_to_dup_suffix(t: &str) -> String { in type_to_dup_suffix()
263 fn type_to_lane_suffix(t: &str) -> String { in type_to_lane_suffix()
339 fn type_to_lane_suffixes<'a>(out_t: &'a str, in_t: &'a str, re_to_out: bool) -> String { in type_to_lane_suffixes()
358 fn type_to_rot_suffix(c_name: &str, suf: &str) -> String { in type_to_rot_suffix()
368 fn type_to_signed(t: &str) -> String { in type_to_signed()
372 fn type_to_unsigned(t: &str) -> String { in type_to_unsigned()
379 fn type_to_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_suffixes()
393 fn type_to_double_n_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_double_n_suffixes()
408 fn type_to_noq_double_suffixes<'a>(out_t: &'a str, in_t: &'a str) -> String { in type_to_noq_double_suffixes()
575 fn attr(name: &str, value: impl fmt::Display) -> String { in attr()
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs362 pub struct String { struct
366 /// A possible error value when converting a `String` from a UTF-8 byte vector. argument
424 impl String { implementation
489 pub fn with_capacity(capacity: usize) -> String { in with_capacity()
502 pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError> { in try_with_capacity()
513 pub fn from_str(_: &str) -> String { in from_str()
576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8()
702 pub fn from_utf8_lossy_owned(v: Vec<u8>) -> String { in from_utf8_lossy_owned()
734 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16()
774 pub fn from_utf16_lossy(v: &[u16]) -> String { in from_utf16_lossy()
[all …]
Dstr.rs65 fn concat(slice: &Self) -> String { in concat()
75 fn join(slice: &Self, sep: &str) -> String { in join()
189 impl Borrow<str> for String { implementation
197 impl BorrowMut<str> for String { implementation
210 fn to_owned(&self) -> String { in to_owned()
215 fn clone_into(&self, target: &mut String) { in clone_into()
271 pub fn replace<P: Pattern>(&self, from: P, to: &str) -> String { in replace()
311 pub fn replacen<P: Pattern>(&self, pat: P, to: &str, count: usize) -> String { in replacen()
368 pub fn to_lowercase(&self) -> String { in to_lowercase()
455 pub fn to_uppercase(&self) -> String { in to_uppercase()
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs362 pub struct String { struct
366 /// A possible error value when converting a `String` from a UTF-8 byte vector. argument
424 impl String { impl
489 pub fn with_capacity(capacity: usize) -> String { in with_capacity()
502 pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError> { in try_with_capacity()
513 pub fn from_str(_: &str) -> String { in from_str()
576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8()
702 pub fn from_utf8_lossy_owned(v: Vec<u8>) -> String { in from_utf8_lossy_owned()
734 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16()
774 pub fn from_utf16_lossy(v: &[u16]) -> String { in from_utf16_lossy()
[all …]
Dstr.rs65 fn concat(slice: &Self) -> String { in concat()
75 fn join(slice: &Self, sep: &str) -> String { in join()
189 impl Borrow<str> for String { implementation
197 impl BorrowMut<str> for String { implementation
210 fn to_owned(&self) -> String { in to_owned()
215 fn clone_into(&self, target: &mut String) { in clone_into()
271 pub fn replace<P: Pattern>(&self, from: P, to: &str) -> String { in replace()
311 pub fn replacen<P: Pattern>(&self, pat: P, to: &str, count: usize) -> String { in replacen()
368 pub fn to_lowercase(&self) -> String { in to_lowercase()
455 pub fn to_uppercase(&self) -> String { in to_uppercase()
[all …]
/prebuilts/vndk/v30/arm/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v31/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v31/x86_64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v33/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v33/x86_64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v32/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v30/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v30/x86_64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v32/x86_64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v34/x86/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v34/arm/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v30/x86/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/prebuilts/vndk/v31/x86/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument

12345678910>>...36