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

  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 131 // Extract the length and alignment and fill if they are constant.
154 // Extract the fill value and store.
155 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
156 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/enc/
dsp.c 234 static inline void Fill(uint8_t* dst, int value, int size) {
246 Fill(dst, 127, size);
257 Fill(dst, 129, size);
286 Fill(dst, 129, size);
311 Fill(dst, DC, size);
380 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...]
  /external/valgrind/tsan/
thread_sanitizer.cc 330 // fill the hash table
333 htable_[idx].Fill(a, b, v);
336 // fill the array
339 array_[array_pos_ % kArraySize].Fill(a, b, v);
369 void Fill(A a, B b, Ret v) {
    [all...]

Completed in 1454 milliseconds