HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 351 - 375 of 504) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/hwui/
DeferredDisplayList.h 50 /** static void* operator new(size_t size); PURPOSELY OMITTED **/
51 static void* operator new(size_t size, LinearAllocator& allocator) {
126 return new (mAllocator) DeferredDisplayState();
Snapshot.h 46 /** static void* operator new(size_t size); PURPOSELY OMITTED, allocator only **/
47 static void* operator new(size_t size, LinearAllocator& allocator) {
91 * a new layer.
99 * Viewport has been modified to fit the new Fbo, and must be
111 * Modifies the current clip with the new clip rectangle and
119 * Modifies the current clip with the new clip rectangle and
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 18 #pragma push_macro("new")
19 #undef new macro
21 #include <new.h>
54 template<typename _X> _com_ptr_t(LPSTR str) { new(this) _com_ptr_t(static_cast<LPCSTR> (str),NULL); }
55 template<typename _X> _com_ptr_t(LPWSTR str) { new(this) _com_ptr_t(static_cast<LPCWSTR> (str),NULL); }
374 #pragma pop_macro("new")
comutil.h 28 #pragma push_macro("new")
29 #undef new macro
108 void *operator new(size_t sz);
130 inline _bstr_t::_bstr_t(const char *s) : m_Data(new Data_t(s)) {
134 inline _bstr_t::_bstr_t(const wchar_t *s) : m_Data(new Data_t(s)) {
138 inline _bstr_t::_bstr_t(BSTR bstr,bool fCopy) : m_Data(new Data_t(bstr,fCopy)) {
157 m_Data = new Data_t(s);
167 m_Data = new Data_t(s);
174 Data_t *newData = new Data_t(*this,s);
218 m_Data = new Data_t(s,TRUE)
    [all...]
  /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); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 23 def new(self, table, filename): member in class:SymbolTableFactory
34 obj = self.__memo[key] = self.new(table, filename)
211 """Returns true if name binding introduces new namespace.
218 objects, like an int or list, that does not introduce a new
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 23 def new(self, table, filename): member in class:SymbolTableFactory
34 obj = self.__memo[key] = self.new(table, filename)
211 """Returns true if name binding introduces new namespace.
218 objects, like an int or list, that does not introduce a new
  /system/core/libutils/
LinearAllocator.cpp 95 void* operator new(size_t /*size*/, void* buf) { return buf; }
200 return new (buf) Page();
  /system/core/toolbox/
mount.c 75 char *new; local
77 new = realloc(extra->str, newlen + 1); /* +1 for NUL */
78 if (!new)
81 extra->str = new;
  /external/clang/test/SemaCXX/
dllexport.cpp 207 __declspec(dllexport) void* operator new(__SIZE_TYPE__ n);
569 __declspec(dllexport) void* operator new(__SIZE_TYPE__);
570 __declspec(dllexport) void* operator new[](__SIZE_TYPE__);
574 void* ExportAlloc::operator new(__SIZE_TYPE__ n) { return malloc(n); }
575 void* ExportAlloc::operator new[](__SIZE_TYPE__ n) { return malloc(n); }
    [all...]
  /art/compiler/dex/
local_value_numbering.h 80 static void* operator new(size_t size, ScopedArenaAllocator* allocator) {
390 // New memory version for merge, kNoValue if all memory versions matched.
  /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/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 157 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize)
162 if(old[i]!=new[i]) break;
168 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos)
173 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
174 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
186 if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0) {
187 return search(I,old,oldsize,new,newsize,x,en,pos);
189 return search(I,old,oldsize,new,newsize,st,x,pos);
335 u_char *old,*new; local
371 ((new=malloc(newsize+1))==NULL) |
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 209 // Better define placement new in the class instead of relying on the
211 void* operator new(size_t, void* location) {
sandbox_nt_util.cc 162 // Create a new heap using default values for everything.
238 *out_name = new(NT_ALLOC) wchar_t[size/sizeof(wchar_t)];
344 new(NT_ALLOC) char[name_bytes]);
400 new(NT_ALLOC) char[buffer_bytes]);
456 char* str_buffer = new(NT_ALLOC) char[size_bytes + sizeof(UNICODE_STRING)];
546 void* operator new(size_t size, sandbox::AllocationType type,
585 void* __cdecl operator new(size_t size, void* buffer,
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 16 inline void* operator new(size_t, SkTLList<T>* list,
105 /** Adds a new element to the list before the location indicated by the iterator. If the
106 iterator refers to a NULL location then the new element is added at the tail */
111 /** Adds a new element to the list after the location indicated by the iterator. If the
112 iterator refers to a NULL location then the new element is added at the head */
230 // For use with operator new
336 // Support in-place initializing of objects inserted into the list via operator new.
337 friend void* operator new<T>(size_t,
343 // Helpers that insert the node and returns a pointer to where the new object should be init'ed.
369 void *operator new(size_t, SkTLList<T>* list
    [all...]
  /external/clang/test/Analysis/
inline.cpp 9 // This is the standard placement new.
10 inline void* operator new(size_t, void* __p) throw()
312 // use the proper region for operator new.
319 IntWrapper *obj = new IntWrapper(42);
327 IntWrapper *alias = new (obj) IntWrapper(42);
384 Grandchild *g = new (b) Grandchild();
  /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;

Completed in 1803 milliseconds

<<11121314151617181920>>