Searched defs:New (Results 1 - 25 of 188) sorted by relevance

12345678

/external/clang/test/CXX/temp/temp.type/
H A Dp1-0x.cpp14 namespace New { namespace
/external/clang/test/PCH/
H A Dcxx-exprs.cpp14 class New { class
15 New(const New&);
18 New *clone() {
19 return new New(*this);
25 New<int> *clone_new(New<int> *n) {
/external/chromium/base/memory/
H A Dsingleton_objc.h23 // static Foo* New() {
43 static Type* New() { function in struct:DefaultSingletonObjCTraits
/external/chromium_org/base/memory/
H A Dsingleton_objc.h23 // static Foo* New() {
42 static Type* New() { function in struct:DefaultSingletonObjCTraits
H A Dmemory_pressure_listener.cc18 New(void* instance) { function in struct:__anon3781::LeakyLazyObserverListTraits
21 ObserverListThreadSafe<base::MemoryPressureListener> >::New(
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dtab_list.py8 def New(self, timeout=None): member in class:TabList
9 return self._tab_list_backend.New(timeout)
/external/chromium_org/v8/src/
H A Dallocation-inl.h37 void* PreallocatedStorageAllocationPolicy::New(size_t size) { function in class:v8::internal::PreallocatedStorageAllocationPolicy
H A Dzone-inl.h42 inline void* Zone::New(int size) { function in class:v8::internal::Zone
72 return static_cast<T*>(New(length * sizeof(T)));
97 return zone->New(static_cast<int>(size));
100 inline void* ZoneAllocationPolicy::New(size_t size) { function in class:v8::internal::ZoneAllocationPolicy
102 return zone_->New(static_cast<int>(size));
108 return zone->New(static_cast<int>(size));
114 return zone->New(static_cast<int>(size));
/external/v8/src/
H A Dallocation-inl.h37 void* PreallocatedStorage::New(size_t size) { function in class:v8::internal::PreallocatedStorage
/external/chromium_org/content/test/plugin/
H A Dplugin_new_fails_test.cc13 NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[], function in class:NPAPIClient::NewFailsTest
H A Dplugin_arguments_test.cc20 NPError PluginArgumentsTest::New(uint16 mode, int16 argc, function in class:NPAPIClient::PluginArgumentsTest
61 return PluginTest::New(mode, argc, argn, argv, saved);
H A Dplugin_private_test.cc17 NPError PrivateTest::New(uint16 mode, int16 argc, function in class:NPAPIClient::PrivateTest
20 PluginTest::New(mode, argc, argn, argv, saved);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dsnapshot.h41 const SnapshotImpl* New(SequenceNumber seq) { function in class:leveldb::SnapshotList
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc76 string* StringTypeHandlerBase::New() { function in class:google::protobuf::internal::StringTypeHandlerBase
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap_allocator.h60 Delete(New());
63 T* New() { function in class:tcmalloc::PageHeapAllocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h58 Delete(New());
61 T* New() { function in class:tcmalloc::PageHeapAllocator
/external/chromium_org/v8/test/cctest/
H A Dtest-list.cc38 void* New(size_t size) { function in class:ZeroingAllocationPolicy
/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); local
37 New->setDataLayout(M->getDataLayout());
38 New->setTargetTriple(M->getTargetTriple());
39 New->setModuleInlineAsm(M->getModuleInlineAsm());
47 GlobalVariable *GV = new GlobalVariable(*New,
62 I->getLinkage(), I->getName(), New);
71 I->getName(), NULL, New);
116 NamedMDNode *NewNMD = New->getOrInsertNamedMetadata(NMD.getName());
121 return New;
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc84 string* StringTypeHandlerBase::New() { function in class:google::protobuf::internal::StringTypeHandlerBase
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp41 TNodeBuffer::TNode* TNodeBuffer::TNode::New(TNode* aPred, const TDesC8& aData) function in class:TNodeBuffer::TNode
/external/v8/test/cctest/
H A Dtest-list.cc38 static void* New(size_t size) { function in class:ZeroingAllocationPolicy
/external/chromium_org/base/android/
H A Dbuild_info.cc30 static BuildInfo* New() { function in struct:base::android::BuildInfoSingletonTraits
/external/chromium_org/net/quic/crypto/
H A Dcurve25519_key_exchange.cc21 Curve25519KeyExchange* Curve25519KeyExchange::New( function in class:net::Curve25519KeyExchange
59 return Curve25519KeyExchange::New(private_value);
H A Dp256_key_exchange_openssl.cc26 P256KeyExchange* P256KeyExchange::New(StringPiece key) { function in class:net::P256KeyExchange
78 return P256KeyExchange::New(private_value);
/external/chromium/base/
H A Dlazy_instance.h53 static Type* New(void* instance) { function in struct:base::DefaultLazyInstanceTraits
68 static Type* New(void* instance) { function in struct:base::LeakyLazyInstanceTraits
69 return DefaultLazyInstanceTraits<Type>::New(instance);
138 instance_ = Traits::New(buf_);
146 // We suggest dynamic race detection tool that "Traits::New" above

Completed in 1557 milliseconds

12345678