/external/python/mobly/ |
D | CHANGELOG.md | 6 ### 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/ |
D | CHANGELOG.md | 18 ### New subsection 33 ### New subsection 60 ### New subsection 71 ### New subsection 77 ### New subsection 152 ### New subsection
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.h | 170 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 …]
|
D | implicit_weak_message.h | 64 MessageLite* New() const override { return new ImplicitWeakMessage; } in New() function 65 MessageLite* New(Arena* arena) const override { in New() function
|
D | empty.pb.h | 138 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/ |
D | convert.go | 37 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/ |
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/tensorflow/tensorflow/lite/kernels/shim/ |
D | tf_tensor_view.cc | 87 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
|
D | tflite_tensor_view.cc | 158 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/ |
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/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/rust/crates/num-traits/tests/ |
D | cast.rs | 326 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/ |
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/libchrome/base/memory/ |
D | singleton.h | 46 static Type* New() { in New() function 105 static Type* New() { in New() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 105 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/ |
D | counter.h | 55 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/ |
D | BasicBlock.cpp | 419 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/ |
D | LinuxWindow.cpp | 21 OSWindow *OSWindow::New() in New() function in OSWindow
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 152 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/ |
D | WebAssemblyRegColoring.cpp | 155 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/ |
D | WebAssemblyRegColoring.cpp | 155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local 169 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
|
/external/ImageMagick/PerlMagick/ |
D | Magick.pm | 87 sub New subroutine
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm | 86 sub New subroutine
|
D | quantum.pm.in | 86 sub New subroutine
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Ability.lua | 10 function Ability.New() function
|