Home
last modified time | relevance | path

Searched defs:Fill (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/boost/algorithm/string/
Dtrim_all.hpp133 … inline SequenceT trim_fill_copy_if(const SequenceT& Input, const RangeT& Fill, PredicateT IsSpace) in trim_fill_copy_if()
155 inline void trim_fill_if(SequenceT& Input, const RangeT& Fill, PredicateT IsSpace) in trim_fill_if()
178 …inline SequenceT trim_fill_copy(const SequenceT& Input, const RangeT& Fill, const std::locale& Loc… in trim_fill_copy()
197 … inline void trim_fill(SequenceT& Input, const RangeT& Fill, const std::locale& Loc =std::locale()) in trim_fill()
/third_party/mindspore/mindspore/core/ops/
Dfill.h33 Fill() : PrimitiveC(kNameFill) {} in Fill() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h31 char Fill; variable
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
DFormatCommon.h23 char Fill; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfill_impl.cu29 void Fill(const size_t &m, const size_t &n, const T *input, T *output, cudaStream_t stream) { in Fill() function
/third_party/skia/src/codec/
DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() function in SkSampler
/third_party/flutter/skia/src/codec/
DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() function in SkSampler
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anonf04270f20111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTableGenBackend.cpp21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon3015961d0111::RandenPoolEntry
241 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/third_party/boost/boost/hana/
Dfill.hpp30 using Fill = BOOST_HANA_DISPATCH_IF(fill_impl<S>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dfill.hpp30 using Fill = BOOST_HANA_DISPATCH_IF(fill_impl<S>, in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h153 Fill, enumerator
204 struct Fill : Chunk { struct
213 Fill() : Chunk(ChunkKind::Fill) {} in Fill() argument
215 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp135 GstWinRTMediaDescription::Fill(HString &source_id, in Fill() function in GstWinRTMediaDescription
260 GstWinRTMediaFrameSourceGroup::Fill in Fill() function in GstWinRTMediaFrameSourceGroup
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc160 TEST(FixedArrayExceptionSafety, Fill) { in TEST() argument
/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc160 TEST(FixedArrayExceptionSafety, Fill) { in TEST() argument
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py82 class Fill(TensorOperation): class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor.h293 Status Fill(const T &value) { in Fill() function
/third_party/ffmpeg/libavfilter/
Dvf_pseudocolor.c90 typedef struct Fill { struct
92 } Fill; typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc105 Fill::Fill(const MSTensor &fill_value) : data_(std::make_shared<Data>(fill_value)) {} in Fill() function in mindspore::dataset::transforms::Fill
/third_party/mindspore/tests/ut/cpp/dataset/
Dtensor_test.cc77 TEST_F(MindDataTestTensorDE, Fill) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp704 if (ELFYAML::Fill *Fill = NameToFill.lookup(SecName.Section)) { in getPhdrFragments() local
1311 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill()
DMachOEmitter.cpp196 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Ddata_utils.cc219 Status Fill(const std::shared_ptr<Tensor> input, std::shared_ptr<Tensor> *output, std::shared_ptr<T… in Fill() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc249 void CordRepRing::Fill(const CordRepRing* src, index_type head, in Fill() function in absl::cord_internal::CordRepRing

12