Home
last modified time | relevance | path

Searched +defs:new +defs:name (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/python/cpython3/Lib/
Dwebbrowser.py22 def register(name, klass, instance=None, *, preferred=False): argument
71 def open(url, new=0, autoraise=True): argument
144 def __init__(self, name=""): argument
148 def open(self, url, new=0, autoraise=True): argument
162 def __init__(self, name): 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
[all …]
Dhashlib.py82 def __get_builtin_constructor(name): argument
126 def __get_openssl_constructor(name): argument
144 def __py_new(name, data=b'', **kwargs): argument
152 def __hash_new(name, data=b'', **kwargs): argument
171 new = __hash_new variable
176 new = __py_new variable
/external/python/cpython2/Lib/
Dwebbrowser.py20 def register(name, klass, instance=None, update_tryorder=1): argument
58 def open(url, new=0, autoraise=True): argument
143 def __init__(self, name=""): argument
147 def open(self, url, new=0, autoraise=True): argument
161 def __init__(self, name): 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
[all …]
Dhashlib.py72 def __get_builtin_constructor(name): argument
100 def __get_openssl_constructor(name): argument
112 def __py_new(name, string=''): argument
119 def __hash_new(name, string=''): argument
135 new = __hash_new variable
140 new = __py_new variable
/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
59 def maybe_demangle(name): 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
60 def maybe_demangle(name): argument
/external/dnsmasq/src/
Doption.c28 const char* name; member
370 char* name; member
586 static void add_txt(char* name, char* txt) { in add_txt()
655 struct dhcp_opt* new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local
1048 char* name = opt_string_alloc(arg); in one_opt() local
1049 struct resolvc* new, *list = daemon->resolv_files; in one_opt() local
1074 struct mx_srv_record* new; in one_opt() local
1075 char *name, *target = NULL; 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
[all …]
/external/blktrace/btt/
Dlist.h38 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
40 #define LIST_HEAD(name) \ argument
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/antlr/runtime/Ruby/lib/antlr3/
Dtoken.rb154 def name method
502 def self.new( tk_class = nil, &body ) singletonMethod in ANTLR3.TokenScheme
504 tk_class ||= Class.new( ::ANTLR3::CommonToken )
513 define_method( :token_scheme ) { scheme }
514 define_method( :token_names ) { scheme::TOKEN_NAMES }
515 define_method( :token_name ) do |type|
563 def define_token( name, value = nil ) argument
605 def register_name( type_value, name ) argument
Dtemplate.rb28 def define_template( name, source, &block ) argument
52 def fetch_template( name, values = {} ) argument
115 def self.new( &block ) singletonMethod in ANTLR3.Template.Group
122 def new( source, values = {} ) method in ANTLR3.Template.Group
131 def fetch( name, values = {} ) argument
139 def template_defined?( name ) argument
143 def define_template( name, source, parameters = nil, &block ) argument
217 attr_accessor :group, :name, :parameters accessor in Context
220 def define_alias( name ) argument
228 def define( group, name, parameters ) argument
[all …]
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h18 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
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()
/external/toybox/lib/
Ddirtree.c8 int isdotdot(char *name) in isdotdot()
28 struct dirtree *dirtree_add_node(struct dirtree *parent, char *name, int flags) in dirtree_add_node()
116 static struct dirtree *dirtree_handle_callback(struct dirtree *new, in dirtree_handle_callback()
144 struct dirtree *new, **ddt = &(node->child); in dirtree_recurse() local
Denv.c38 char *xsetenv(char *name, char *val) in xsetenv()
41 char *new; in xsetenv() local
86 void xunsetenv(char *name) in xunsetenv()
93 char *xpop_env(char *name) in xpop_env()
/external/dtc/
Dlivetree.c15 struct label *new; in add_label() local
39 struct property *build_property(char *name, struct data val, in build_property()
42 struct property *new = xmalloc(sizeof(*new)); in build_property() local
53 struct property *build_property_delete(char *name) in build_property_delete()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
91 struct node *new = xmalloc(sizeof(*new)); in build_node() local
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
119 struct node *name_node(struct node *node, char *name) in name_node()
234 char *name; in add_orphan_node() local
279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
[all …]
/external/skia/src/sksl/ir/
DSkSLExternalFunction.h23 ExternalFunction(const char* name, const Type& type) in ExternalFunction()
46 static void* operator new(const size_t size) { in new() function
/external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py66 def build(name, jobs): argument
77 def _run_cmd(name, scenario, fname): argument
84 def run(name, scenarios, loops): argument
113 def diff(scenarios, loops, old, new): argument
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py68 def build(name, jobs): argument
79 def _run_cmd(name, scenario, fname): argument
86 def run(name, scenarios, loops): argument
115 def diff(scenarios, loops, old, new): argument
/external/toybox/toys/pending/
Dstty.c72 char *name; member
210 char *name, int on) in set_flag()
229 static void set_option(struct termios *new, char *option) in set_option()
241 static void set_options(struct termios* new, ...) in set_options()
261 static int set_special_character(struct termios *new, int *i, char *char_name) in set_special_character()
333 struct termios new = old, tmp; in stty_main() local
/external/toybox/scripts/
Dconfig2help.c88 void dlist_add_nomalloc(struct double_list **list, struct double_list *new) in dlist_add_nomalloc()
102 struct double_list *new = xmalloc(sizeof(struct double_list)); in dlist_add() local
117 char *name, *depends; member
130 char *keyword(char *name, char *line) in keyword()
234 struct symbol *new = 0; in parse() local
346 char *this, *that, *cusage, *tusage, *name = 0; in main() local
383 char **new = xmalloc(sizeof(char *)*(clen+tlen)); in main() local
/external/rust/crates/bindgen/src/ir/
Dobjc.rs28 name: String, field
54 name: String, field
67 fn new(name: &str) -> ObjCInterface { in new() method
82 pub fn name(&self) -> &str { in name() method
131 let name = cursor.spelling(); in from_ty() localVariable
177 let name = c.spelling(); in from_ty() localVariable
186 let name = c.spelling(); in from_ty() localVariable
210 fn new( in new() method
229 pub fn name(&self) -> &str { in name() method
265 let name = &split_name[0]; in format_method_call() localVariable
[all …]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Ddbllist.h7 #define DBL_LIST_HEAD_INIT(name) { &(name), &(name) } argument
9 #define DBL_LIST_HEAD(name) struct list_head name = DBL_LIST_HEAD_INIT(name) argument
26 #define DBL_LIST_ADDH(new, head) DBL_LIST_ADD(new, head, (head)->pNext) argument
28 #define DBL_LIST_ADDT(new, head) DBL_LIST_ADD(new, (head)->pPrev, head) argument
/external/adhd/cros_alsa/src/
Dcontrol_primitive.rs185 pub fn new(iface: ElemIface, ctl_name: &str) -> Result<ElemId> { in new() method
197 let name = CString::new(ctl_name)?; in new() localVariable
215 pub fn name(&self) -> Result<&str> { in name() method
217 let name = unsafe { snd_ctl_elem_id_get_name(self.as_ptr()) }; in name() localVariable
249 pub fn new(id: &ElemId) -> Result<ElemValue> { in new() method
295 pub fn new(handle: &mut Ctl, id: &ElemId) -> Result<ElemInfo> { in new() method
364 pub fn new(card: &str) -> Result<Ctl> { in new() method
365 let name = CString::new(card)?; in new() localVariable
/external/crosvm/devices/src/virtio/input/
Devdev.rs30 fn new() -> evdev_buffer { in new() method
53 fn new() -> evdev_id { in new() method
77 fn new() -> evdev_abs_info { in new() method
136 pub fn name<T: AsRawDescriptor>(descriptor: &T) -> Result<Vec<u8>> { in name() function
137 let mut name = evdev_buffer::new(); in name() localVariable
/external/toybox/toys/posix/
Dgrep.c93 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline()
112 static void do_grep(int fd, char *name) in do_grep()
370 struct arg_list *al, *new, *list = NULL; in parse_regex() local
419 static int do_grep_r(struct dirtree *new) in do_grep_r()
422 char *name; in do_grep_r() local
/external/blktrace/iowatcher/
Dlist.h52 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
54 #define LIST_HEAD(name) \ argument
70 static inline void __list_add(struct list_head *new, in __list_add()
94 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
111 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
153 struct list_head *new) in list_replace()
162 struct list_head *new) in list_replace_init()

12345678910>>...12