| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | asn1.rs | 304 fn new() -> Result<Asn1Time, ErrorStack> { in fmt() functions [all...] |
| H A D | symm.rs | 493 pub fn new( in new() functions [all...] |
| H A D | bn.rs | 105 pub fn new() -> Result<BigNumContext, ErrorStack> { in new() functions 933 pub fn new() -> Result<BigNum, ErrorStack> { new() functions [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
| H A D | mod.rs | 1269 pub fn new() -> Self { stateless() functions [all...] |
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | fallback.rs | 56 pub fn new() -> Self { in new() functions 124 pub fn new() -> Self { in new() functions 680 pub fn new(delimiter: Delimiter, stream: TokenStream) -> Self { new() functions [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | translate.rs | 29 pub fn new() -> TranslatorBuilder { in new() functions 116 pub fn new() -> Translator { in new() functions 591 fn new(trans: &'t Translator, pattern: &'p str) -> TranslatorI<'t, 'p> { new() functions [all...] |
| H A D | mod.rs | 846 pub fn new<I>(ranges: I) -> ClassUnicode new() functions 1056 pub fn new(start: char, end: char) -> ClassUnicodeRange { new() functions 1089 pub fn new<I>(ranges: I) -> ClassBytes new() functions 1243 pub fn new(start: u8, end: u8) -> ClassBytesRange { new() functions 1507 fn new() -> HirInfo { new() functions [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
| H A D | mod.rs | 203 let mut new = self.to_empty(); in trim_suffix() variables 229 let mut new = self.to_empty(); unambiguous_prefixes() variables 850 pub fn new(bytes: Vec<u8>) -> Literal { fmt() functions [all...] |
| /third_party/rust/crates/regex/src/ |
| H A D | re_unicode.rs | 63 fn new(haystack: &'t str, start: usize, end: usize) -> Match<'t> { in as_str() functions 174 pub fn new(re: &str) -> Result<Regex, Error> { in new() functions 554 let mut new = String::with_capacity(text.len()); replace() variables 574 let mut new = String::with_capacity(text.len()); global() variables [all...] |
| H A D | dfa.rs | 414 pub fn new(prog: &Program) -> Self { in new() functions 1608 fn new(num_byte_classes: usize) -> StateMap { new() functions 1644 fn new(num_byte_classes: usize) -> Transitions { new() functions [all...] |
| /third_party/rust/crates/os_str_bytes/src/ |
| H A D | raw_str.rs | 137 pub fn new(string: &OsStr) -> Cow<'_, Self> { in new() functions 1007 pub fn new(string: OsString) -> Self { new() functions [all...] |
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 389 pub fn new() -> Self { in new() functions 526 pub fn new(group: net::Ipv4Addr, interface: Option<net::Ipv4Addr>) in new() functions [all...] |
| /third_party/rust/crates/nix/src/sys/ |
| H A D | signal.rs | 672 pub fn new(handler: SigHandler, flags: SaFlags, mask: SigSet) -> SigAction { in new() functions 1059 pub fn new(sigev_notify: SigevNotify) -> SigEvent { in new() functions [all...] |
| /third_party/rust/crates/serde/serde/src/private/ |
| H A D | ser.rs | 351 pub fn new(map: M, name: &'static str, len: usize) -> Self { in new() functions 391 pub fn new(map: M, name: &'static str, len: usize) -> Self { in new() functions 558 pub fn new() -> Self { in new() functions 1276 fn new(map: &'a mut M) -> Self { new() functions 1321 fn new(map: &'a mut M, name: &'static str) -> FlatMapSerializeStructVariantAsMapValue<'a, M> { new() functions [all...] |
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_cil_copy_ast.c | 1203 struct cil_ipaddr *new; in test_cil_copy_fill_ipaddr() local
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | topology.c | 2332 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, struct sched_domain_attr *new, int idx_new) in dattrs_equal() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/ipc/ |
| H A D | sem.c | 1953 struct sem_undo *un, *new;
in find_alloc_undo() local [all...] |
| H A D | shm.c | 550 static int shm_set_policy(struct vm_area_struct *vma, struct mempolicy *new)
in shm_set_policy() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_js.c | 382 struct rb_node **new = &(queue->runnable_tree.rb_node), *parent = NULL; in jsctx_tree_add() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | jpeg2000dec.c | 951 void *new; in get_ppm() local 976 void *new; in get_ppt() local 1212 void *new = av_realloc(cblk->data, new_size); in jpeg2000_decode_packet() local 1259 void *new = av_realloc(cblk->data, new_size); jpeg2000_decode_packet() local [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | f2fs.h | 53 static inline void __list_add(struct list_head *new, in __list_add() argument 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument
|
| H A D | fsck.c | 1403 char new[F2FS_PRINT_NAMELEN]; in print_dentry() local 1468 char new[F2FS_PRINT_NAMELEN]; in f2fs_check_hash_code() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_drawtext.c | 910 DrawTextContext *new = NULL; in command() local [all...] |
| H A D | vf_paletteuse.c | 93 int new; member
|
| /third_party/backends/backend/ |
| H A D | hp-scl.c | 496 HpScsi new; in sanei_hp_nonscsi_new() local 573 HpScsi new; sanei_hp_scsi_new() local [all...] |