Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
H A DFill.java13 public class Fill class
55 public Fill() in Fill() method in Fill
59 public Fill(int color) in Fill() method in Fill
66 public Fill(int startColor, int endColor) in Fill() method in Fill
72 public Fill(@NonNull int[] gradientColors) in Fill() method in Fill
78 public Fill(@NonNull int[] gradientColors, @NonNull float[] gradientPositions) in Fill() method in Fill
85 public Fill(@NonNull Drawable drawable) in Fill() method in Fill
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/
H A Drng.rs314 pub trait Fill { trait
322 impl Fill for [$t] { impl
339 impl Fill for [u8] { impl
348 impl Fill for [$t] { impl
366 impl Fill for [Wrapping<$t>] { impl
397 impl<T, const N: usize> Fill for [T; N] impl
409 impl<T> Fill for [T; $n] where [T]: Fill { impl
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/
Drng.rs314 pub trait Fill { trait
322 impl Fill for [$t] { impl
339 impl Fill for [u8] { impl
348 impl Fill for [$t] { impl
366 impl Fill for [Wrapping<$t>] { impl
397 impl<T, const N: usize> Fill for [T; N] impl
409 impl<T> Fill for [T; $n] where [T]: Fill { impl
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/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()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.cc355 static void Fill(const int64_t* data, size_t n, TensorProto* proto) { in Fill() function
370 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill() function
385 static void Fill(const ResourceHandle* data, size_t n, TensorProto* proto) { in Fill() function
403 static void Fill(const Variant* data, size_t n, TensorProto* proto) { in Fill() function
423 static void Fill(const complex64* data, size_t n, TensorProto* proto) { in Fill() function
439 static void Fill(const complex128* data, size_t n, TensorProto* proto) { in Fill() function
455 static void Fill(const qint32* data, size_t n, TensorProto* proto) { in Fill() function
464 static void Fill(const bfloat16* data, size_t n, TensorProto* proto) { in Fill() function
475 static void Fill(const Eigen::half* data, size_t n, TensorProto* proto) { in Fill() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstateless_random_ops.cc107 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anona65489430111::StatelessRandomOp
123 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anona65489430111::StatelessRandomUniformIntOp
160 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anona65489430111::StatelessRandomUniformFullIntOp
181 void Fill(OpKernelContext* ctx, random::PhiloxRandom random, in Fill() function in tensorflow::__anona65489430111::StatelessRandomPoissonOp
H A Dstateless_random_ops_v2.cc87 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonb4a3310a0111::StatelessRandomOp
111 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonb4a3310a0111::StatelessRandomUniformIntOp
155 void Fill(OpKernelContext* ctx, Algorithm alg, const Tensor& key, in Fill() function in tensorflow::__anonb4a3310a0111::StatelessRandomUniformFullIntOp
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h210 Fill = SpecialChunksStart, enumerator
284 struct Fill : Chunk { struct
288 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
290 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/aosp_15_r20/external/openthread/src/core/common/
H A Drandom.hpp186 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill() function
232 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h235 Fill = SpecialChunksStart, enumerator
309 struct Fill : Chunk { struct
313 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() function
315 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h223 Fill = SpecialChunksStart, enumerator
297 struct Fill : Chunk { struct
301 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
303 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h235 Fill = SpecialChunksStart, enumerator
309 struct Fill : Chunk { struct
313 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
315 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h235 Fill = SpecialChunksStart, enumerator
309 struct Fill : Chunk { struct
313 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
315 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DFormatAdapters.h32 char Fill; variable
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DFormatAdapters.h30 char Fill; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatAdapters.h31 char Fill; variable
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DFormatAdapters.h30 char Fill; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DFormatAdapters.h30 char Fill; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DFormatAdapters.h30 char Fill; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon47b826600111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/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::__anon29a8e9c50111::RandenPoolEntry
240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool

123456789