HomeSort by relevance Sort by last modified time
    Searched refs:Fill (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormatCommon.h 24 char Fill;
27 char Fill = ' ')
28 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {}
53 fill(S, PadAmount);
57 fill(S, X);
59 fill(S, PadAmount - X);
63 fill(S, PadAmount);
70 void fill(llvm::raw_ostream &S, uint32_t Count) { function in struct:llvm::FmtAlign
72 S << Fill;
    [all...]
FormatAdapters.h 32 char Fill;
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill)
37 Fill(Fill) {}
41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style);
87 char Fill = ' ') {
88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
  /external/webrtc/webrtc/modules/video_coding/utility/mock/
mock_frame_dropper.h 26 MOCK_METHOD2(Fill, void(size_t frameSizeBytes, bool deltaFrame));
  /external/skia/src/codec/
SkSampler.h 48 * Fill the remainder of the destination with 0.
55 * Contains the color type of the rows to fill.
56 * Contains the pixel width of the destination rows to fill
57 * Contains the number of rows that we need to fill.
60 * The destination row to fill.
68 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
  /external/skqp/src/codec/
SkSampler.h 48 * Fill the remainder of the destination with 0.
55 * Contains the color type of the rows to fill.
56 * Contains the pixel width of the destination rows to fill
57 * Contains the number of rows that we need to fill.
60 * The destination row to fill.
68 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
Zeros.java 32 * <pre>{@code ops.fill(ops.constant(new long[]{2, 2}), ops.constant(0.0f))</pre>
55 return new Zeros<T>(Fill.create(childScope, dims, zero));
60 return fill.asOutput();
63 private final Fill<T> fill; field in class:Zeros
65 private Zeros(Fill<T> fill) {
66 this.fill = fill;
  /external/v4l2_codec2/vda/
vp9_bool_decoder.h 53 bool Fill();
63 // Need to fill at least |count_to_fill_| bits. Negative value means extra
vp9_bool_decoder.cc 66 // Fill at least |count_to_fill_| bits and prefill remain bits of |bool_value_|
68 bool Vp9BoolDecoder::Fill() {
95 if (!Fill())
113 // Need to fill |count| bits next time in order to make |bool_range_| >=
143 // should have enough bits to fill bool range, this should never happen.
144 DVLOG(2) << "not enough bits in bitstream to fill bool range";
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
30 OS << Fill;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TableGenBackend.cpp 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
30 OS << Fill;
  /external/tensorflow/tensorflow/core/lib/gtl/
flatset_test.cc 53 // Fill entries with keys [start,limit).
54 void Fill(NumSet* set, int64 start, int64 limit) {
90 Fill(&set, 0, 100);
176 Fill(&set, 1, 11);
188 Fill(&set, 1, 11);
206 Fill(&set, 0, num);
228 Fill(&set, 0, 100);
238 Fill(&set, 0, 100);
249 Fill(&src, 0, n);
263 Fill(&src, 0, n)
    [all...]
flatmap_test.cc 57 // Fill entries with keys [start,limit).
58 void Fill(NumMap* map, int64 start, int64 limit) {
108 Fill(&map, 0, 100);
231 Fill(&map, 1, 11);
243 Fill(&map, 1, 11);
261 Fill(&map, 0, num);
297 Fill(&map, 0, 100);
307 Fill(&map, 0, 100);
318 Fill(&src, 0, n);
332 Fill(&src, 0, n)
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
PreprocessorTests.cs 49 tokenStream.Fill();
TestFastLexer.cs 73 tokens.Fill();
  /external/pdfium/xfa/fxfa/parser/
cxfa_arc.cpp 15 {XFA_Element::Fill, 1, 0},
cxfa_font.cpp 16 const CXFA_Node::PropertyData kPropertyData[] = {{XFA_Element::Fill, 1, 0},
128 JSObject()->GetOrCreateProperty<CXFA_Fill>(0, XFA_Element::Fill);
136 CXFA_Fill* fill = GetChild<CXFA_Fill>(0, XFA_Element::Fill, false); local
137 return fill ? fill->GetColor(true) : 0xFF000000;
cxfa_border.cpp 16 {XFA_Element::Corner, 4, 0}, {XFA_Element::Fill, 1, 0},
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.h 52 virtual void Fill(size_t frameSizeBytes, bool deltaFrame);
  /frameworks/av/media/bufferpool/1.0/vts/
allocator.h 42 static bool Fill(const native_handle_t *handle, const unsigned char val);
  /frameworks/av/media/bufferpool/2.0/tests/
allocator.h 42 static bool Fill(const native_handle_t *handle, const unsigned char val);
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 117 Fill(n); // out of elements?
121 public virtual void Fill(int n) {
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 71 void Fill(T* data, size_t n, TensorProto* t);
98 inline void Fill(const TYPE* data, size_t n, TensorProto* t) { \
107 inline void Fill(const TYPE* data, size_t n, TensorProto* t) { \
144 inline void Fill(const qint32* data, size_t n, TensorProto* t) {
171 inline void Fill(const Eigen::half* data, size_t n, TensorProto* t) {
204 inline void Fill(const string* data, size_t n, TensorProto* t) {
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopScreen.c 112 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Fill;
149 Fill.Red = 0x7f;
150 Fill.Green = 0x7F;
151 Fill.Blue = 0x7f;
154 &Fill,
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 146 Fill( n ); // out of elements?
150 public virtual void Fill( int n )
  /external/tensorflow/tensorflow/compiler/xla/tests/
pad_test.cc 155 expected->Fill(1.5);
175 expected->Fill(pad_value);
217 expected_array.Fill(pad_value);
252 input_array.Fill(pad_value);
263 expected_array.Fill(pad_value);
284 expected->Fill(35);
306 zeros->Fill(0);
307 ones->Fill(1);
311 expected->Fill(0);
325 ones->Fill(1.0f)
    [all...]

Completed in 336 milliseconds

1 2 3 4 5 6