Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 191) sorted by relevance

12345678

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c43 #define UPDATE_FIRST(First, New) \ in __llvm_profile_register_function() argument
50 #define UPDATE_LAST(Last, New) \ in __llvm_profile_register_function() argument
/external/chromium_org/base/
Dlazy_instance.h63 static Type* New(void* instance) { in New() function
97 static Type* New(void* instance) { in New() function
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
/external/chromium_org/base/memory/
Dsingleton_objc.h42 static Type* New() { in New() function
Dsingleton.h51 static Type* New() { in New() function
112 static Type* New() { in New() function
Dmemory_pressure_listener.cc19 New(void* instance) { in New() function
/external/clang/include/clang/AST/
DUnresolvedSet.h126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
135 void replace(iterator I, NamedDecl *New) { in replace()
139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
/external/chromium_org/v8/src/
Dtypes.h577 static TypeImpl* New(bitset bits) { in New() function
581 static TypeHandle New(bitset bits, Region* region) { in New() function
677 static TypeHandle New(Tag tag, int length, Region* region) { in New() function
694 static UnionHandle New(int length, Region* region) { in New() function
724 static ClassHandle New(i::Handle<i::Map> map, Region* region) { in New() function
752 static ConstantHandle New(i::Handle<i::Object> value, Region* region) { in New() function
779 static RangeHandle New( in New() function
790 static RangeHandle New(Limits lim, Region* region) { in New() function
811 static ContextHandle New(TypeHandle outer, Region* region) { in New() function
833 static ArrayHandle New(TypeHandle element, Region* region) { in New() function
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() local
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() local
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLT() local
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGT() local
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGE() local
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLE() local
/external/chromium_org/content/test/plugin/
Dplugin_new_fails_test.cc13 NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[], in New() function in NPAPIClient::NewFailsTest
Dplugin_private_test.cc17 NPError PrivateTest::New(uint16 mode, int16 argc, in New() function in NPAPIClient::PrivateTest
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap_allocator.h61 T* New() { in New() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap_allocator.h63 T* New() { in New() function
/external/chromium_org/tools/telemetry/telemetry/core/
Dtab_list.py8 def New(self, timeout=None): member in TabList
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Drepeated_field.cc76 string* StringTypeHandlerBase::New() { in New() function in google::protobuf::internal::StringTypeHandlerBase
/external/chromium_org/third_party/leveldatabase/src/db/
Dsnapshot.h41 const SnapshotImpl* New(SequenceNumber seq) { in New() function
/external/chromium_org/chrome/browser/metrics/
Dthread_watcher_android.cc46 static base::android::ApplicationStatusListener* New(void* instance) { in New() function
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_tab_list_backend.py15 def New(self, timeout=None): member in WebDriverTabListBackend
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp14 namespace New { namespace
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dvectorbuffer.cpp41 TNodeBuffer::TNode* TNodeBuffer::TNode::New(TNode* aPred, const TDesC8& aData) in New() function in TNodeBuffer::TNode
/external/protobuf/src/google/protobuf/
Drepeated_field.cc84 string* StringTypeHandlerBase::New() { in New() function in google::protobuf::internal::StringTypeHandlerBase
/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h259 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
271 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp240 Value* New = RetVals[0]; in PropagateConstantReturn() local
264 Value *New = RetVals[index]; in PropagateConstantReturn() local
/external/chromium_org/net/quic/crypto/
Dcurve25519_key_exchange.cc22 Curve25519KeyExchange* Curve25519KeyExchange::New( in New() function in net::Curve25519KeyExchange
/external/llvm/tools/bugpoint/
DExtractFunction.cpp126 Module *New = runPassesOn(Clone, Passes); in deleteInstructionFromProgram() local
152 Module *New = runPassesOn(M, CleanupPasses); in performFinalCleanups() local
306 Module *New = CloneModule(M, NewVMap); in SplitFunctionsOutOfModule() local

12345678