Searched refs:new (Results 1 - 25 of 2130) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/Inputs/
H A Dwarn-new-overaligned-3.h3 // 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/bison/lib/
H A Dstrndup.c29 char *new = malloc (len + 1); local
31 if (new == NULL)
34 new[len] = '\0';
35 return memcpy (new, s, len);
H A Dstrdup.c42 void *new = malloc (len); local
44 if (new == NULL)
47 return (char *) memcpy (new, s, len);
/external/valgrind/main/drd/tests/
H A Dtc08_hbl2.stdout.exp1 child: new value 6
2 child: new value 10
/external/valgrind/main/helgrind/tests/
H A Dtc08_hbl2.stdout.exp1 child: new value 6
2 child: new value 10
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatorFactory.h54 return adoptPtr(new SVGAnimatedAngleAnimator(animationElement, contextElement));
56 return adoptPtr(new SVGAnimatedBooleanAnimator(animationElement, contextElement));
58 return adoptPtr(new SVGAnimatedColorAnimator(animationElement, contextElement));
60 return adoptPtr(new SVGAnimatedEnumerationAnimator(animationElement, contextElement));
62 return adoptPtr(new SVGAnimatedIntegerAnimator(animationElement, contextElement));
64 return adoptPtr(new SVGAnimatedIntegerOptionalIntegerAnimator(animationElement, contextElement));
66 return adoptPtr(new SVGAnimatedLengthAnimator(animationElement, contextElement));
68 return adoptPtr(new SVGAnimatedLengthListAnimator(animationElement, contextElement));
70 return adoptPtr(new SVGAnimatedNumberAnimator(animationElement, contextElement));
72 return adoptPtr(new SVGAnimatedNumberListAnimato
[all...]
/external/tcpdump/tests/
H A Deapon1.sh6 ../tcpdump -t -N -r eapon1.pcap > eapon1.new
7 if diff eapon1.new eapon1.out
H A Desp1.sh6 ../tcpdump -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap >esp1.new
7 if diff esp1.new esp1.out
H A Desp2.sh6 ../tcpdump -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0xabcdabcd@192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043" -r 08-sunrise-sunset-esp2.pcap >esp2.new
7 if diff esp2.new esp2.out
H A Desp3.sh5 ../tcpdump -t -n -E "3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap >esp3.new
6 if diff esp3.new esp1.out
H A Desp4.sh6 ../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap >esp4.new
7 if diff esp4.new esp2.out
H A Desp5.sh6 ../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap > esp5.new
7 if diff esp5.new esp5.out
H A Despudp1.sh6 ../tcpdump -t -n -E "file esp-secrets.txt" -r espudp1.pcap >espudp1.new
7 if diff espudp1.new espudp1.out
H A Disakmp3.sh6 ../tcpdump -t -v -n -r isakmp-identification-segfault.pcap > isakmp3.new
7 if diff isakmp3.new isakmp3.out
H A Disakmp4.sh6 ../tcpdump -t -n -E "file esp-secrets.txt" -r isakmp4500.pcap >isakmp4.new
7 if diff isakmp4.new isakmp4.out
H A Dlmp.sh6 ../tcpdump -t -n -v -r lmp.pcap >lmp.new
7 if diff lmp.new lmp.out
H A Dospf-gmpls.sh6 ../tcpdump -t -n -v -r ospf-gmpls.pcap > ospf-gmpls.new
7 if diff ospf-gmpls.new ospf-gmpls.out
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastAllocBase.h32 // Provides customizable overrides of fastMalloc/fastFree and operator new/delete
56 void* operator new(size_t, void* p) { return p; } \
57 void* operator new[](size_t, void* p) { return p; } \
59 void* operator new(size_t size) \
69 void* operator new[](size_t size) \
78 void* operator new(size_t, NotNullTag, void* location) \
/external/stlport/stlport/
H A Dnew.h25 # include <new>
27 # include_next <new.h>
29 # include _STLP_NATIVE_OLD_STREAMS_HEADER(new.h)
32 # include _STLP_NATIVE_OLD_STREAMS_HEADER(new.h)
34 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(new.h)
/external/tcpdump/
H A Dsetsignal.c77 struct sigaction old, new; local
79 memset(&new, 0, sizeof(new));
80 new.sa_handler = func;
81 if (sigaction(sig, &new, &old) < 0)
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dcipherfactory.py35 """Create a new AES object.
51 return Cryptlib_AES.new(key, 2, IV)
53 return OpenSSL_AES.new(key, 2, IV)
55 return PyCrypto_AES.new(key, 2, IV)
57 return Python_AES.new(key, 2, IV)
61 """Create a new RC4 object.
79 return Cryptlib_RC4.new(key)
81 return OpenSSL_RC4.new(key)
83 return PyCrypto_RC4.new(key)
85 return Python_RC4.new(ke
[all...]
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwindowpickerfactory.h55 return new Win32WindowPicker();
57 return new MacWindowPicker();
59 return new LinuxWindowPicker();
/external/valgrind/main/tests/
H A Dfilter_libc21 s/(at.*)__builtin_new/$1...operator new.../;
22 s/(at.*)operator new\(unsigned(| int| long)\)/$1...operator new.../;
24 s/(at.*)__builtin_vec_new/$1...operator new.../;
25 s/(at.*)operator new\[\]\(unsigned(| int| long)\)/$1...operator new[].../;
/external/grub/docs/
H A Dsrc2texi15 ${dir}/${src} | expand > ${texi}.new
16 mv -f ${texi}.new ${dir}/${texi}

Completed in 490 milliseconds

1234567891011>>