Searched defs:Fill (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, argument
30 OS << Fill; local
/external/skia/src/codec/
H A DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, function in class:SkSampler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs136 Fill( n ); // out of elements?
140 public virtual void Fill( int n ) method in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs117 Fill(n); // out of elements?
121 public virtual void Fill(int n) { method in class:Antlr.Runtime.Misc.LookaheadStream
/external/opencv/otherlibs/highgui/
H A Dimage.cpp248 void CvvImage::Fill( int color ) function in class:CvvImage
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dframe_dropper.cc69 void FrameDropper::Fill(size_t frameSizeBytes, bool deltaFrame) { function in class:webrtc::FrameDropper
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs327 Fill();
357 public virtual void Fill() { method in class:Antlr.Runtime.BufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs374 Fill();
408 public virtual void Fill() method in class:Antlr.Runtime.BufferedTokenStream
/external/webp/src/dsp/
H A Denc.c221 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) { function
234 Fill(dst, 127, size);
246 Fill(dst, 129, size);
275 Fill(dst, 129, size);
300 Fill(dst, DC, size);
370 Fill(dst, dc >> 3, 4);
H A Denc_sse2.c571 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) { function
609 Fill(dst, 127, size);
640 Fill(dst, 129, size);
688 Fill(dst, 129, size);
833 Fill(dst, dc >> 3, 4);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp187 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; local
188 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2074 procedure Fill(const K: Integer); virtual;
4555 Fill(1);
4586 procedure TUnBufferedTreeNodeStream.Fill(const K: Integer);
4687 Fill(K);

Completed in 372 milliseconds