HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 1 - 25 of 601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
r6.s 3 new: maddf.s $f0,$f1,$f2 label
53 bc1eqz $f31,new
57 bc1nez $f31,new
61 bc2eqz $31,new
65 bc2nez $31,new
  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 3 // This header file pretends to be <new> from the system library, for the
6 void* operator new(unsigned long) {
9 void* operator new[](unsigned long) {
13 void* operator new(unsigned long, void *) {
17 void* operator new[](unsigned long, void *) {
  /external/clang/test/CXX/special/class.free/
p1.cpp 5 void *operator new(size_t) {
8 void *operator new[](size_t) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
new.cc 1 #include <new>
9 operator new (std::size_t sz, const std::nothrow_t&) throw()
21 operator new (std::size_t sz) throw (std::bad_alloc)
38 operator new[] (std::size_t sz) throw (std::bad_alloc)
40 return ::operator new(sz);
44 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw()
46 return ::operator new(sz, nothrow);
  /external/compiler-rt/lib/scudo/
scudo_new_delete.cpp 10 /// Interceptors for operators new and delete.
24 // Fake std::nothrow_t to avoid including <new>.
30 void *operator new(size_t size) {
34 void *operator new[](size_t size) {
38 void *operator new(size_t size, std::nothrow_t const&) {
42 void *operator new[](size_t size, std::nothrow_t const&) {
  /external/libchrome/base/allocator/
allocator_shim_override_cpp_symbols.h 10 // Preempt the default new/delete C++ symbols so they call the shim entry
14 #include <new>
18 SHIM_ALWAYS_EXPORT void* operator new(size_t size) {
26 SHIM_ALWAYS_EXPORT void* operator new[](size_t size) {
34 SHIM_ALWAYS_EXPORT void* operator new(size_t size,
39 SHIM_ALWAYS_EXPORT void* operator new[](size_t size,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable
  /external/boringssl/src/util/bot/go/
env.py 34 new = bootstrap.prepare_go_environ() variable
37 for key, value in sorted(new.iteritems()):
45 # Help Windows to find the executable in new PATH, do it only when
49 sys.exit(subprocess.call([exe] + sys.argv[2:], env=new))
  /external/clang/test/Sema/
arm-darwin-aapcs.cpp 10 void* operator new(size_t size)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_placement_new.h 13 // The file provides 'placement new'.
21 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigDialog.cpp 25 #define new DEBUG_NEW macro
  /external/python/cpython2/Lib/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable
  /external/tcpdump/
setsignal.c 72 struct sigaction old, new; local
74 memset(&new, 0, sizeof(new));
75 new.sa_handler = func;
77 new.sa_flags = SA_RESTART;
78 if (sigaction(sig, &new, &old) < 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 13 my $q = MiniCGI->new;
69 sub new { subroutine
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 13 my $q = MiniCGI->new;
69 sub new { subroutine
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
md5.py 11 new = md5 variable
sha.py 11 new = sha variable

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 91011>>