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

1 2

  /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 )
  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 73 tokens.Fill();
  /external/kernel-headers/original/asm-mips/
cacheops.h 35 #define Fill 0x14
  /external/webkit/Source/WebCore/platform/graphics/win/
WKCAImageQueue.h 45 Fill = 1U << 1,
MediaPlayerPrivateQuickTimeVisualContext.cpp 889 m_imageQueue->setFlags(WKCAImageQueue::Fill, WKCAImageQueue::Fill);
    [all...]
  /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/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/resources/net_internals/
dnsview.js 67 // Fill in the basic cache information.
73 // Fill in the cache contents table.
  /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));
gtk_tree.h 63 // Should fill in the column and row.
187 // Fill the tree store values for a given node.
190 // Fill the tree store for a row and all its descendants.
191 void Fill(GtkTreeIter* parent_iter, ui::TreeModelNode* parent_node);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 327 Fill();
357 public virtual void Fill() {
TokenRewriteStream.cs 363 Fill();
377 Fill();
382 Fill();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 374 Fill();
408 public virtual void Fill()
TokenRewriteStream.cs 420 Fill();
437 Fill();
443 Fill();
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) {
170 *CurBufferPtr++ = Fill;
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 33 // Fill it with values.
regress-1708.js 37 // Fill heap to increase old-space size and trigger lazy sweeping on
  /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/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/opencv/otherlibs/highgui/
highgui.h 375 virtual void Fill( int color );
image.cpp 248 void CvvImage::Fill( int color )

Completed in 684 milliseconds

1 2