Home
last modified time | relevance | path

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

12345678910>>...18

/external/libchrome/base/
Dlazy_instance.h64 static Type* New(void* instance) { in New() function
91 static Type* New(void* instance) { in New() function
115 static Type* New(void* instance) { in New() function
/external/protobuf/src/google/protobuf/
Dwrappers.pb.h76 inline DoubleValue* New() const { return New(NULL); } in New() function
167 inline FloatValue* New() const { return New(NULL); } in New() function
258 inline Int64Value* New() const { return New(NULL); } in New() function
349 inline UInt64Value* New() const { return New(NULL); } in New() function
440 inline Int32Value* New() const { return New(NULL); } in New() function
531 inline UInt32Value* New() const { return New(NULL); } in New() function
622 inline BoolValue* New() const { return New(NULL); } in New() function
713 inline StringValue* New() const { return New(NULL); } in New() function
812 inline BytesValue* New() const { return New(NULL); } in New() function
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in86 sub New subroutine
Dquantum.pm86 sub New subroutine
/external/ImageMagick/PerlMagick/
DMagick.pm87 sub New subroutine
/external/llvm/tools/llvm-c-test/
Dmodule.c28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
65 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/clang/include/clang/AST/
DUnresolvedSet.h93 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
102 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
104 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
/external/flatbuffers/tests/MyGame/Example/
DTest.lua10 function Test.New() function
DAbility.lua10 function Ability.New() function
DTestSimpleTableWithEnum.lua10 function TestSimpleTableWithEnum.New() function
DReferrable.lua10 function Referrable.New() function
DVec3.lua10 function Vec3.New() function
/external/flatbuffers/tests/MyGame/
DInParentNamespace.lua10 function InParentNamespace.New() function
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
/external/flatbuffers/tests/MyGame/Example2/
DMonster.lua10 function Monster.New() function
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.lua10 function StructInNestedNS.New() function
DTableInNestedNS.lua10 function TableInNestedNS.New() function
/external/libchrome/base/memory/
Dsingleton.h46 static Type* New() { in New() function
105 static Type* New() { in New() function
/external/boringssl/src/ssl/
Dinternal.h191 T *New(Args &&... args) { in New() function
/external/flatbuffers/samples/lua/MyGame/Sample/
DVec3.lua10 function Vec3.New() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp465 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() local
480 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() local
516 RangeSet New = getSymLTRange(St, Sym, Int, Adjustment); in assumeSymLT() local
552 RangeSet New = getSymGTRange(St, Sym, Int, Adjustment); in assumeSymGT() local
588 RangeSet New = getSymGERange(St, Sym, Int, Adjustment); in assumeSymGE() local
652 RangeSet New = getSymLERange(St, Sym, Int, Adjustment); in assumeSymLE() local
660 RangeSet New = getSymGERange(State, Sym, From, Adjustment); in assumeSymbolWithinInclusiveRange() local
673 RangeSet New(RangeLT.addRange(F, RangeGT)); in assumeSymbolOutOfInclusiveRange() local
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.lua10 function SecondTableInA.New() function
/external/flatbuffers/lua/flatbuffers/
Dbinaryarray.lua12 function m.New(sizeOrString) function
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.lua10 function TableInC.New() function

12345678910>>...18