HomeSort by relevance Sort by last modified time
    Searched defs:Fill (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/TableGen/
TableGenBackend.cpp 23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
31 OS << Fill;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 117 Fill(n); // out of elements?
121 public virtual void Fill(int n) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 136 Fill( n ); // out of elements?
140 public virtual void Fill( int n )
  /external/opencv/otherlibs/highgui/
image.cpp 248 void CvvImage::Fill( int color )
  /external/webkit/Source/WebCore/platform/graphics/win/
WKCAImageQueue.h 45 Fill = 1U << 1,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 327 Fill();
357 public virtual void Fill() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 374 Fill();
408 public virtual void Fill()
  /bionic/libc/kernel/arch-mips/asm/
cacheops.h 34 #define Fill 0x14
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/chromium/base/allocator/
allocator_unittests.cc 27 // Fill a buffer of the specified size with a predetermined pattern
28 static void Fill(unsigned char* buffer, int n) {
35 // generated by Fill()
361 Fill(ptr, size);
420 Fill(src, src_size);
424 Fill(dst, dst_size);
472 Fill(src, src_size);
476 Fill(dst, dst_size);
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 368 Fill(NULL, tree_model_->GetRoot());
394 void TreeAdapter::Fill(GtkTreeIter* parent_iter,
403 Fill(&iter, node);
445 Fill(&iter, tree_model_->GetChild(parent, start + i));
  /external/kernel-headers/original/asm-mips/
cacheops.h 35 #define Fill 0x14
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 162 // Extract the length and alignment and fill if they are constant.
183 // Extract the fill value and store.
184 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
185 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 139 Fill = 1,
141 FillAndStroke = Fill + Stroke
164 if (drawingStyle & Fill) {
175 // context to preserve things such as the fill rule and stroke width.
179 if (drawingStyle & Fill)
190 drawPathShadow(context, Fill);
322 // Do a rect fill of our endpoints. This ensures we always have the
807 // Cairo contexts can't hold separate fill and stroke colors
808 // so we set them just before we actually fill or stroke
813 // Cairo contexts can't hold separate fill and stroke color
    [all...]
  /external/webp/src/dsp/
enc.c 226 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
239 Fill(dst, 127, size);
251 Fill(dst, 129, size);
280 Fill(dst, 129, size);
305 Fill(dst, DC, size);
374 Fill(dst, dc >> 3, 4);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 721 /// Walk tree with depth-first-search and fill nodes buffer.
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
    [all...]

Completed in 604 milliseconds