Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 1706) sorted by relevance

12345678910>>...69

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c51 struct cil_list *new; in cil_copy_list() local
88 char *new = NULL; in cil_copy_node() local
106 struct cil_block *new; in cil_copy_block() local
119 struct cil_blockabstract *new = NULL; in cil_copy_blockabstract() local
133 struct cil_blockinherit *new = NULL; in cil_copy_blockinherit() local
153 struct cil_policycap *new; in cil_copy_policycap() local
171 struct cil_perm *new; in cil_copy_perm() local
181 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new) in cil_copy_classperms()
188 void cil_copy_classperms_set(struct cil_classperms_set *orig, struct cil_classperms_set **new) in cil_copy_classperms_set()
194 void cil_copy_classperms_list(struct cil_list *orig, struct cil_list **new) in cil_copy_classperms_list()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-objc-avoid-nsobject-new.m4 + (instancetype)new; class
43 + (instancetype)new; // Declare again to suppress warning. class
47 - (id)new; method
54 + (instancetype)new; class
76 + (instancetype)new { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h53 void *operator new(size_t s) { in new() function
73 void *operator new(size_t s) { in new() function
93 void *operator new(size_t s) { in new() function
114 void *operator new(size_t s) { in new() function
136 void *operator new(size_t s) { in new() function
161 void *operator new(size_t s) { in new() function
182 void *operator new(size_t s) { in new() function
214 void *operator new(size_t s) { in new() function
279 void *operator new(size_t s) { in new() function
/external/llvm/lib/IR/
DConstantsContext.h38 void *operator new(size_t s) { in new() function
55 void *operator new(size_t s) { in new() function
76 void *operator new(size_t s) { in new() function
97 void *operator new(size_t s) { in new() function
118 void *operator new(size_t s) { in new() function
140 void *operator new(size_t s) { in new() function
165 void *operator new(size_t s) { in new() function
197 void *operator new(size_t s) { in new() function
261 void *operator new(size_t s) { in new() function
/external/llvm-project/libcxx/utils/libcxx/sym_check/
Ddiff.py30 def added_symbols(old, new): argument
34 def removed_symbols(old, new): argument
38 def changed_symbols(old, new): argument
50 def diff(old, new): argument
/external/libcxx/utils/libcxx/sym_check/
Ddiff.py31 def added_symbols(old, new): argument
35 def removed_symbols(old, new): argument
39 def changed_symbols(old, new): argument
51 def diff(old, new): argument
/external/ipsec-tools/src/racoon/
Dremoteconf.c171 struct remoteconf *new; in newrmconf() local
231 struct remoteconf *new, *old; local
271 struct remoteconf *new; local
337 struct etypes *new; local
368 insrmconf(new) in insrmconf() argument
436 struct isakmpsa *new; in newisakmpsa() local
461 insisakmpsa(new, rmconf) in insisakmpsa() argument
623 struct idspec *new; in newidspec() local
Dsainfo.c166 struct sainfo *new; in newsainfo() local
201 inssainfo(new) in inssainfo() argument
235 struct sainfoalg *new; in newsainfoalg() local
257 inssainfoalg(head, new) in inssainfoalg() argument
Dproposal.c82 struct saprop *new; in newsaprop() local
94 struct saproto *new; in newsaproto() local
105 inssaprop(head, new) in inssaprop() argument
125 inssaproto(pp, new) in inssaproto() argument
143 inssaprotorev(pp, new) in inssaprotorev() argument
156 struct satrns *new; in newsatrns() local
167 inssatrns(pr, new) in inssatrns() argument
/external/dnsmasq/src/
Doption.c655 struct dhcp_opt* new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local
1049 struct resolvc* new, *list = daemon->resolv_files; in one_opt() local
1074 struct mx_srv_record* new; in one_opt() local
1118 struct hostsfile* new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local
1138 struct cond_domain* new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local
1184 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt() local
1199 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt() local
1229 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt() local
1429 struct dhcp_bridge* new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local
1459 struct dhcp_context* new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local
[all …]
/external/llvm-project/llvm/lib/IR/
DConstantsContext.h54 void *operator new(size_t s) { in new() function
82 void *operator new(size_t s) { in new() function
109 void *operator new(size_t s) { in new() function
137 void *operator new(size_t s) { in new() function
166 void *operator new(size_t s) { in new() function
203 void *operator new(size_t s) { return User::operator new(s, 2); } in new() function
229 void *operator new(size_t s) { in new() function
261 void *operator new(size_t s) { in new() function
326 void *operator new(size_t s) { in new() function
/external/llvm-project/clang/test/SemaObjC/
Dinfer-availability-from-init.m5 +(instancetype)new; class
19 +(instancetype)new; class
28 -(instancetype)new; method
37 +(instancetype)new; class
Darc-unsafe-assigns.m11 + (id)new; class
20 +(id)new { return 0; } class
/external/clang/test/SemaCXX/Inputs/
Dwarn-new-overaligned-3.h6 void* operator new(unsigned long) { in new() function
13 void* operator new(unsigned long, void *) { in new() function
/external/llvm-project/clang/test/SemaCXX/Inputs/
Dwarn-new-overaligned-3.h6 void* operator new(unsigned long) { in new() function
13 void* operator new(unsigned long, void *) { in new() function
/external/python/cpython2/Lib/
Dwebbrowser.py58 def open(url, new=0, autoraise=True): argument
147 def open(self, url, new=0, autoraise=True): argument
171 def open(self, url, new=0, autoraise=True): argument
188 def open(self, url, new=0, autoraise=True): argument
259 def open(self, url, new=0, autoraise=True): argument
350 def open(self, url, new=0, autoraise=True): argument
438 def open(self, url, new=0, autoraise=True): argument
540 def open(self, url, new=0, autoraise=True): argument
583 def open(self, url, new=0, autoraise=True): argument
620 def open(self, url, new=0, autoraise=True): argument
/external/python/cpython3/Lib/
Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
148 def open(self, url, new=0, autoraise=True): argument
172 def open(self, url, new=0, autoraise=True): argument
190 def open(self, url, new=0, autoraise=True): argument
257 def open(self, url, new=0, autoraise=True): argument
358 def open(self, url, new=0, autoraise=True): argument
442 def open(self, url, new=0, autoraise=True): argument
600 def open(self, url, new=0, autoraise=True): argument
630 def open(self, url, new=0, autoraise=True): argument
668 def open(self, url, new=0, autoraise=True): argument
/external/mesa3d/src/panfrost/midgard/
Dmir.c28 void mir_rewrite_index_src_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_src_single()
36 void mir_rewrite_index_dst_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_dst_single()
43 mir_rewrite_index_src_single_swizzle(midgard_instruction *ins, unsigned old, unsigned new, unsigned… in mir_rewrite_index_src_single_swizzle()
54 mir_rewrite_index_src(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_src()
62 mir_rewrite_index_src_swizzle(compiler_context *ctx, unsigned old, unsigned new, unsigned *swizzle) in mir_rewrite_index_src_swizzle()
70 mir_rewrite_index_dst(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_dst()
85 mir_rewrite_index(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index()
384 midgard_bundle new = mir_bundle_for_op(ctx, ins); in mir_insert_instruction_before_scheduled() local
410 midgard_bundle new = mir_bundle_for_op(ctx, ins); in mir_insert_instruction_after_scheduled() local
/external/antlr/runtime/Perl5/t/lib/My/Test/
DClass.pm14 sub new { method in My::Test::Class
/external/rust/crates/bstr/src/
Dcow.rs32 pub fn new<B: ?Sized + AsRef<[u8]>>(bytes: &'a B) -> CowBytes<'a> { in new() method
63 pub fn new(bytes: &'a [u8]) -> Imp<'a> { in new() method
68 pub fn new(bytes: &'a [u8]) -> Imp<'a> { in new() method
/external/skia/experimental/tskit/bindings/
Dpublic_api.d.ts13 new(): Extension; method
14 new(name: string): Extension; method
18 new(name: string): Something; method
/external/blktrace/btt/
Dlist.h55 static inline void __list_add(struct list_head *new, in __list_add()
73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
224 struct list_head *new) in list_replace()
233 struct list_head *new) in list_replace_init()
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body ) singletonMethod in ANTLR3.Scope
163 def initialize( #{ parameters } )
/external/kmod/libkmod/
Dlibkmod-list.c113 struct kmod_list *new; in kmod_list_append() local
128 struct kmod_list *new; in kmod_list_insert_after() local
146 struct kmod_list *new; in kmod_list_insert_before() local
177 struct kmod_list *new; in kmod_list_prepend() local
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
56 new = [0.0, 0.0, 0.0, 0.0] variable

12345678910>>...69