/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.c | 51 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/valgrind/memcheck/tests/vbit-test/ |
D | vbits.c | 109 vbits_t new = { .num_bits = num_bits }; in undefined_vbits() local 139 vbits_t new = { .num_bits = v.num_bits }; in undefined_vbits_BxE() local 166 vbits_t new = { .num_bits = v.num_bits }; in undefined_vbits_BxE_rotate() local 209 vbits_t new = { .num_bits = v.num_bits }; in undefined_vbits_128_even_element() local 236 vbits_t new = { .num_bits = v.num_bits }; in undefined_vbits_64x2_transpose() local 268 vbits_t new = { .num_bits = src1_v.num_bits }; in undefined_vbits_Narrow256_AtoB() local 408 vbits_t new = { .num_bits = num_bits }; in defined_vbits() local 463 vbits_t new = { .num_bits = num_bits }; in truncate_vbits() local 527 vbits_t new = { .num_bits = num_bits }; in left_vbits() local 656 vbits_t new = { .num_bits = v1.num_bits }; in or_vbits() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 36 void *operator new(size_t s) { in new() function 52 void *operator new(size_t s) { in new() function 72 void *operator new(size_t s) { in new() function 92 void *operator new(size_t s) { in new() function 112 void *operator new(size_t s) { in new() function 133 void *operator new(size_t s) { in new() function 157 void *operator new(size_t s) { in new() function 182 void *operator new(size_t s) { in new() function 227 void *operator new(size_t s) { in new() function
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | list.c | 15 void __list_add(struct list_head *new, in __list_add() 30 void list_add(struct list_head *new, struct list_head *head) in list_add() 35 void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 47 void list_replace(struct list_head *old, struct list_head *new) in list_replace()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 38 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/libcxx/utils/libcxx/sym_check/ |
D | diff.py | 31 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/clang/test/SemaCXX/Inputs/ |
D | warn-new-overaligned-3.h | 6 void* operator new(unsigned long) { in new() function 13 void* operator new(unsigned long, void *) { in new() function
|
/external/ipsec-tools/src/racoon/ |
D | remoteconf.c | 171 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
|
D | sainfo.c | 166 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
|
D | proposal.c | 82 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/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/ |
D | Class.pm | 14 sub new { method in My::Test::Class
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | list.h | 47 static inline void __list_add ( struct list_head *new, in __list_add() 65 static inline void list_add ( struct list_head *new, struct list_head *head ) { in list_add() 68 #define list_add( new, head ) do { \ argument 83 static inline void list_add_tail ( struct list_head *new, in list_add_tail() 87 #define list_add_tail( new, head ) do { \ argument
|
/external/dnsmasq/src/ |
D | option.c | 641 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local 1123 struct resolvc *new, *list = daemon->resolv_files; in one_opt() local 1153 struct mx_srv_record *new; in one_opt() local 1200 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local 1223 struct cond_domain *new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local 1274 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1289 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1324 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1559 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local 1591 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local [all …]
|
/external/libchrome/base/allocator/ |
D | allocator_shim_override_cpp_symbols.h | 18 SHIM_ALWAYS_EXPORT void* operator new(size_t size) { in new() function 34 SHIM_ALWAYS_EXPORT void* operator new(size_t size, in new() function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 145 def self.new( *declarations, &body ) singletonMethod in ANTLR3.Scope 163 def initialize( #{ parameters } )
|
/external/valgrind/none/tests/s390x/ |
D | lpr.c | 4 int lpr(int org, int *new) in lpr() 17 int lpgr(unsigned long org, unsigned long *new) in lpgr() 31 int lpgfr(unsigned long org, unsigned long *new) in lpgfr()
|
/external/clang/test/SemaObjC/ |
D | arc-unsafe-assigns.m | 11 + (id)new; class 20 +(id)new { return 0; } class
|
/external/python/cpython2/Lib/ |
D | webbrowser.py | 58 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 351 def open(self, url, new=0, autoraise=True): argument 439 def open(self, url, new=0, autoraise=True): argument 541 def open(self, url, new=0, autoraise=True): argument 584 def open(self, url, new=0, autoraise=True): argument 621 def open(self, url, new=0, autoraise=True): argument
|
/external/python/cpython3/Lib/ |
D | webbrowser.py | 57 def open(url, new=0, autoraise=True): argument 114 def open(self, url, new=0, autoraise=True): argument 138 def open(self, url, new=0, autoraise=True): argument 155 def open(self, url, new=0, autoraise=True): argument 221 def open(self, url, new=0, autoraise=True): argument 322 def open(self, url, new=0, autoraise=True): argument 405 def open(self, url, new=0, autoraise=True): argument 511 def open(self, url, new=0, autoraise=True): argument 554 def open(self, url, new=0, autoraise=True): argument 591 def open(self, url, new=0, autoraise=True): argument
|
/external/clang/test/CodeGenObjC/ |
D | optimize-ivar-offset-load.m | 11 + (SampleClass*) new; class 37 + (SampleClass*) new { return 0; } class
|
/external/blktrace/btt/ |
D | list.h | 55 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/kmod/libkmod/ |
D | libkmod-list.c | 113 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/syslinux/gpxe/src/util/Option/ |
D | ROM.pm | 217 sub new { subroutine 383 sub new { subroutine 434 sub new { subroutine
|
/external/toybox/scripts/ |
D | mkflags.c | 35 char *n, *new, c; in mark_gaps() local 90 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local 124 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 34 static __inline__ void __list_add(struct list_head * new, in __list_add() 47 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add() 55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
|