/external/libchrome/base/ |
D | lazy_instance.h | 64 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/ |
D | wrappers.pb.h | 76 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/ |
D | quantum.pm.in | 86 sub New subroutine
|
D | quantum.pm | 86 sub New subroutine
|
/external/ImageMagick/PerlMagick/ |
D | Magick.pm | 87 sub New subroutine
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 28 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/ |
D | module.c | 27 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/ |
D | UnresolvedSet.h | 93 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/ |
D | Test.lua | 10 function Test.New() function
|
D | Ability.lua | 10 function Ability.New() function
|
D | TestSimpleTableWithEnum.lua | 10 function TestSimpleTableWithEnum.New() function
|
D | Referrable.lua | 10 function Referrable.New() function
|
D | Vec3.lua | 10 function Vec3.New() function
|
/external/flatbuffers/tests/MyGame/ |
D | InParentNamespace.lua | 10 function InParentNamespace.New() function
|
/external/clang/test/PCH/ |
D | cxx-exprs.cpp | 14 class New { class
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.lua | 10 function Monster.New() function
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.lua | 10 function StructInNestedNS.New() function
|
D | TableInNestedNS.lua | 10 function TableInNestedNS.New() function
|
/external/libchrome/base/memory/ |
D | singleton.h | 46 static Type* New() { in New() function 105 static Type* New() { in New() function
|
/external/boringssl/src/ssl/ |
D | internal.h | 191 T *New(Args &&... args) { in New() function
|
/external/flatbuffers/samples/lua/MyGame/Sample/ |
D | Vec3.lua | 10 function Vec3.New() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 465 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/ |
D | SecondTableInA.lua | 10 function SecondTableInA.New() function
|
/external/flatbuffers/lua/flatbuffers/ |
D | binaryarray.lua | 12 function m.New(sizeOrString) function
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
D | TableInC.lua | 10 function TableInC.New() function
|