Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTableGenBackend.cpp19 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
/external/webkit/Source/WebCore/platform/graphics/win/
DWKCAImageQueue.h45 Fill = 1U << 1, enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs121 public virtual void Fill(int n) { in Fill() method in Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs140 public virtual void Fill( int n ) in Fill() method in Antlr.Runtime.Misc.LookaheadStream
/external/kernel-headers/original/asm-mips/
Dcacheops.h35 #define Fill 0x14 macro
/external/opencv/otherlibs/highgui/
Dimage.cpp248 void CvvImage::Fill( int color ) in Fill() function in CvvImage
/external/llvm/include/llvm/CodeGen/
DJITCodeEmitter.h160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { in emitAlignmentWithFill()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs357 public virtual void Fill() { in Fill() method in Antlr.Runtime.BufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs408 public virtual void Fill() in Fill() method in Antlr.Runtime.BufferedTokenStream
/external/chromium/base/allocator/
Dallocator_unittests.cc28 static void Fill(unsigned char* buffer, int n) { in Fill() function
/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc394 void TreeAdapter::Fill(GtkTreeIter* parent_iter, in Fill() function in gtk_tree::TreeAdapter
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp153 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyMemSet() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp139 Fill = 1, enumerator
/external/webp/src/dsp/
Denc.c246 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) { in Fill() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas4586 procedure TUnBufferedTreeNodeStream.Fill(const K: Integer); procedure
/external/valgrind/tsan/
Dthread_sanitizer.cc369 void Fill(A a, B b, Ret v) { in Fill() function