Home
last modified time | relevance | path

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

12345678910>>...17

/external/python/mobly/
DCHANGELOG.md6 ### New subsection
25 ### New subsection
43 ### New subsection
60 ### New subsection
92 ### New subsection
129 ### New subsection
169 ### New subsection
182 ### New subsection
195 ### New subsection
208 ### New subsection
[all …]
/external/rust/crates/log/
DCHANGELOG.md18 ### New subsection
33 ### New subsection
60 ### New subsection
71 ### New subsection
77 ### New subsection
152 ### New subsection
/external/protobuf/src/google/protobuf/
Dwrappers.pb.h170 inline DoubleValue* New() const final { in New() function
174 DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
324 inline FloatValue* New() const final { in New() function
328 FloatValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
478 inline Int64Value* New() const final { in New() function
482 Int64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
632 inline UInt64Value* New() const final { in New() function
636 UInt64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
786 inline Int32Value* New() const final { in New() function
790 Int32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
[all …]
Dimplicit_weak_message.h64 MessageLite* New() const override { return new ImplicitWeakMessage; } in New() function
65 MessageLite* New(Arena* arena) const override { in New() function
Dempty.pb.h138 inline Empty* New() const final { in New() function
142 Empty* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
/external/golang-protobuf/internal/impl/
Dconvert.go37 New() pref.Value methodSpec
167 func (c *boolConverter) New() pref.Value { return c.def } func
191 func (c *int32Converter) New() pref.Value { return c.def } func
215 func (c *int64Converter) New() pref.Value { return c.def } func
239 func (c *uint32Converter) New() pref.Value { return c.def } func
263 func (c *uint64Converter) New() pref.Value { return c.def } func
287 func (c *float32Converter) New() pref.Value { return c.def } func
311 func (c *float64Converter) New() pref.Value { return c.def } func
341 func (c *stringConverter) New() pref.Value { return c.def } func
368 func (c *bytesConverter) New() pref.Value { return c.def } func
[all …]
/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/tensorflow/tensorflow/lite/kernels/shim/
Dtf_tensor_view.cc87 absl::StatusOr<TfTensorView> TensorView::New<::tensorflow::Tensor>( in New() function in tflite::shim::TensorView
93 absl::StatusOr<const TfTensorView> TensorView::New<const ::tensorflow::Tensor>( in New() function in tflite::shim::TensorView
Dtflite_tensor_view.cc158 absl::StatusOr<TfLiteTensorView> TensorView::New<::TfLiteTensor>( in New() function in tflite::shim::TensorView
164 absl::StatusOr<const TfLiteTensorView> TensorView::New<const ::TfLiteTensor>( in New() function in tflite::shim::TensorView
/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/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/rust/crates/num-traits/tests/
Dcast.rs326 struct New<T>(T); in newtype_from_primitive() struct
329 impl<T: FromPrimitive> FromPrimitive for New<T> { in newtype_from_primitive() implementation
364 struct New<T>(T); in newtype_to_primitive() struct
367 impl<T: ToPrimitive> ToPrimitive for New<T> { in newtype_to_primitive() implementation
/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/libchrome/base/memory/
Dsingleton.h46 static Type* New() { in New() function
105 static Type* New() { in New() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
238 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter.h55 static Counter* New(MetricDefArgs&&... metric_def_args) { in New() function
206 Counter<NumLabels>* Counter<NumLabels>::New( in New() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp419 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local
441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
453 BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
464 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
/external/angle/util/linux/
DLinuxWindow.cpp21 OSWindow *OSWindow::New() in New() function in OSWindow
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h152 inline Version* New() const final { in New() function
156 Version* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
322 inline CodeGeneratorRequest* New() const final { in New() function
326 CodeGeneratorRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
510 inline CodeGeneratorResponse_File* New() const final { in New() function
514 CodeGeneratorResponse_File* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
684 inline CodeGeneratorResponse* New() const final { in New() function
688 CodeGeneratorResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local
170 unsigned New = SlotMapping[i]; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local
169 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
/external/ImageMagick/PerlMagick/
DMagick.pm87 sub New subroutine
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm86 sub New subroutine
Dquantum.pm.in86 sub New subroutine
/external/flatbuffers/tests/MyGame/Example/
DAbility.lua10 function Ability.New() function

12345678910>>...17