HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 107 m_globalScopeChain.set(*m_globalData, this, new (m_globalData.get()) ScopeChainNode(0, this, m_globalData.get(), this, thisValue));
172 m_functionPrototype.set(exec->globalData(), this, new (exec) FunctionPrototype(exec, this, FunctionPrototype::createStructure(exec->globalData(), jsNull()))); // The real prototype will be set once ObjectPrototype is created.
180 m_objectPrototype.set(exec->globalData(), this, new (exec) ObjectPrototype(exec, this, ObjectPrototype::createStructure(exec->globalData(), jsNull()), m_functionStructure.get()));
190 m_arrayPrototype.set(exec->globalData(), this, new (exec) ArrayPrototype(this, ArrayPrototype::createStructure(exec->globalData(), m_objectPrototype.get())));
194 m_stringPrototype.set(exec->globalData(), this, new (exec) StringPrototype(exec, this, StringPrototype::createStructure(exec->globalData(), m_objectPrototype.get())));
197 m_booleanPrototype.set(exec->globalData(), this, new (exec) BooleanPrototype(exec, this, BooleanPrototype::createStructure(exec->globalData(), m_objectPrototype.get()), m_functionStructure.get()));
200 m_numberPrototype.set(exec->globalData(), this, new (exec) NumberPrototype(exec, this, NumberPrototype::createStructure(exec->globalData(), m_objectPrototype.get()), m_functionStructure.get()));
203 m_datePrototype.set(exec->globalData(), this, new (exec) DatePrototype(exec, this, DatePrototype::createStructure(exec->globalData(), m_objectPrototype.get())));
206 m_regExpPrototype.set(exec->globalData(), this, new (exec) RegExpPrototype(exec, this, RegExpPrototype::createStructure(exec->globalData(), m_objectPrototype.get()), m_functionStructure.get()));
211 ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, this, ErrorPrototype::createStructure(exec->globalData(), m_objectProt (…)
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 68 sub new subroutine
281 # FIXME: This method will go away once all SVG animated properties are converted to the new scheme.
    [all...]
  /external/yaffs2/yaffs2/
devextras.h 29 #define new newHack macro
70 * Insert a new entry between two known consecutive entries.
75 static __inline__ void __list_add(struct list_head *new,
79 next->prev = new;
80 new->next = next;
81 new->prev = prev;
82 prev->next = new;
86 * list_add - add a new entry
87 * @new: new entry to be adde
266 #undef new macro
    [all...]
  /frameworks/native/libs/utils/
LinearAllocator.cpp 95 void* operator new(size_t size, void* buf) { return buf; }
200 return new (buf) Page();
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /ndk/sources/host-tools/make-3.81/
implicit.c 867 /* enter_file uses dep->name _if_ we created a new file. */
916 /* Always allocate new storage, since STEM might be
952 struct dep *new = alloc_dep ();
955 new->name = p = (char *) xmalloc (rule->lens[i] + fullstemlen + 1);
963 new->file = enter_file (new->name);
964 new->next = file->also_make;
969 new->file->precious = 1;
974 new->file->is_target = 1;
976 file->also_make = new;
950 struct dep *new = alloc_dep (); local
    [all...]
vpath.c 61 register struct vpath *new = 0;
69 old->next = new;
70 new = old;
73 vpaths = new;
94 /* Empty `vpaths' so the new one will have no next, and `vpaths'
126 /* Empty `vpaths' so the new one will have no next, and `vpaths'
157 the structure as well. The new entry will be at the head of the
477 capability that already exists for files: that is, have a new struct
60 register struct vpath *new = 0; local
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /system/core/liblinenoise/
linenoise.c 301 /* Show the new entry */
432 char **new; local
438 new = malloc(sizeof(char*)*len);
439 if (new == NULL) return 0;
441 memcpy(new,history+(history_max_len-tocopy), sizeof(char*)*tocopy);
443 history = new;
  /system/core/toolbox/
mount.c 74 char *new; local
76 new = realloc(extra->str, newlen + 1); /* +1 for NUL */
77 if (!new)
80 extra->str = new;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 418 void *operator new(__sanitizer::uptr size) {
421 void *operator new[](__sanitizer::uptr size) {
424 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) {
427 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) {
    [all...]
  /external/bison/lib/
hash.c 559 /* Allocate and return a new hash table, or NULL upon failure. The initial
747 /* Get a new hash entry for a bucket overflow, possibly by recycling a
748 previously freed one. If this is not possible, allocate a new one. */
753 struct hash_entry *new; local
757 new = table->free_entry_list;
758 table->free_entry_list = new->next;
763 new = obstack_alloc (&table->entry_stack, sizeof *new);
765 new = malloc (sizeof *new);
    [all...]
  /external/clang/test/Analysis/
inline.cpp 9 // This is the standard placement new.
10 inline void* operator new(size_t, void* __p) throw()
281 // use the proper region for operator new.
288 IntWrapper *obj = new IntWrapper(42);
295 IntWrapper *alias = new (obj) IntWrapper(42);
352 Grandchild *g = new (b) Grandchild();
353 // FIXME: We actually now have perfect type info because of 'new'.
  /external/dnsmasq/src/
dhcp.c 146 /* Very new Linux kernels return the actual size needed,
668 int count, new; local
709 (new = memcmp_masked(conf_addr->hwaddr, hwaddr, hw_len, conf_addr->wildcard_mask)) > count)
711 count = new;
network.c 394 * to create just a single new listener dynamically when our interface
397 * iface - input of the new interface details to listen on
398 * listeners - output. Creates a new struct listener and inserts at head of the list
409 struct listener *new = safe_malloc(sizeof(struct listener)); local
410 new->family = iface->addr.sa.sa_family;
411 new->iface = iface;
412 new->next = *listeners;
413 new->tftpfd = -1;
414 new->tcpfd = -1;
415 new->fd = -1
817 struct server *new, *tmp, *ret = NULL; local
    [all...]
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 709 struct myaddrs *new; local
711 new = dupmyaddr(p);
712 new->udp_encap = 1;
763 struct myaddrs *new; local
765 new = racoon_calloc(1, sizeof(*new));
766 if (new == NULL) {
772 new->next = NULL;
773 new->addr = NULL;
775 return new;
781 struct myaddrs *new; local
    [all...]
handler.c 255 * create new isakmp Phase 1 status record to handle isakmp in Phase1
262 /* create new iph1 */
281 * delete new isakmp Phase 1 status record to handle isakmp in Phase1
382 * create new isakmp Phase 1 status record to handle isakmp in Phase1
572 * create new isakmp Phase 2 status record to handle isakmp in Phase2
579 /* create new iph2 */
648 * delete new isakmp Phase 2 status record to handle isakmp in Phase2
682 * create new isakmp Phase 2 status record to handle isakmp in Phase2
811 * create new isakmp Phase 2 status record to handle isakmp in Phase2
817 struct contacted *new; local
936 struct recvdpkt *new = NULL; local
    [all...]
sockmisc.c 840 struct sockaddr *new; local
842 if ((new = racoon_calloc(1, len)) == NULL) {
850 new->sa_family = AF_INET6;
852 new->sa_family = AF_INET;
855 new->sa_len = len;
858 return new;
  /external/iptables/iptables/
iptables-xml.c 78 /* global new argv and argc */
535 unsigned int new = 0; local
539 while (new < newargc && old < oldargc) {
540 if (isTarget(oldargv[old]) && isTarget(newargv[new])) {
556 // break when old!=new
557 if (strcmp(oldargv[old], newargv[new]) != 0) {
563 new++;
689 /* New table */
704 /* New chain. */
718 DEBUGP("Creating new chain '%s'\n", chain)
    [all...]
  /external/linux-tools-perf/
builtin-help.c 142 char *new = strdup(path); local
143 char *dest = strrchr(new, '/');
147 path = new;
197 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); local
199 strncpy(new->name, name, len);
200 new->info = strdup(value);
201 new->next = man_viewer_info_list;
202 man_viewer_info_list = new;
  /external/linux-tools-perf/util/
map.c 409 * Now check if we need to create new maps for areas not
410 * overlapped by the new map:
464 struct map *new = map__clone(map); local
465 if (new == NULL)
467 map_groups__insert(self, new);
  /external/llvm/include/llvm/IR/
Constants.h 52 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
58 void *operator new(size_t s) {
59 return User::operator new(s, 0);
236 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
243 void *operator new(size_t s) {
244 return User::operator new(s, 0);
299 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
306 void *operator new(size_t s) {
307 return User::operator new(s, 0);
485 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION
    [all...]

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>