Searched refs:Fill (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmemalign_unittest.cc110 // Fill a buffer of the specified size with a predetermined pattern
111 static void Fill(void* p, int n, char seed) { function
119 // generated by Fill()
138 Fill(ptr, s, 'x');
145 Fill(ptr, s, 'y');
160 Fill(p1, 1<<19, 'a');
161 Fill(p2, 1<<19, 'b');
162 Fill(p3, 1<<19, 'c');
200 Fill(p, s, 'v');
212 Fill(
[all...]
H A Drealloc_unittest.cc46 // Fill a buffer of the specified size with a predetermined pattern
47 static void Fill(unsigned char* buffer, int n) { function
54 // generated by Fill()
93 Fill(src, src_size);
96 Fill(dst, dst_size);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmemalign_unittest.cc110 // Fill a buffer of the specified size with a predetermined pattern
111 static void Fill(void* p, int n, char seed) { function
119 // generated by Fill()
138 Fill(ptr, s, 'x');
145 Fill(ptr, s, 'y');
160 Fill(p1, 1<<19, 'a');
161 Fill(p2, 1<<19, 'b');
162 Fill(p3, 1<<19, 'c');
200 Fill(p, s, 'v');
212 Fill(
[all...]
H A Drealloc_unittest.cc46 // Fill a buffer of the specified size with a predetermined pattern
47 static void Fill(unsigned char* buffer, int n) { function
54 // generated by Fill()
93 Fill(src, src_size);
96 Fill(dst, dst_size);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce2.asm2 .Fill resq 1 ; fill to 8 mod 16
8 .Fill resq 1 ; fill to 8 mod 16
H A Dsce3.asm46 .Fill resq 1 ; fill to 8 mod 16
52 .Fill resq 1 ; fill to 8 mod 16
/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/llvm/lib/TableGen/
H A DTableGenBackend.cpp23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, argument
31 OS << Fill; local
/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/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl40 my $Fill = Box_2 ($LastLine,$CFile);
41 print $Fill;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestFastLexer.cs73 tokens.Fill();
/external/kernel-headers/original/asm-mips/
H A Dcacheops.h35 #define Fill 0x14 macro
/external/chromium_org/ui/views/
H A Dpainter.cc185 static void Fill(gfx::Canvas* c,
268 Fill(canvas, images_[4], i4x, i4y, i4w, i4h);
270 Fill(canvas, images_[1], i0w, 0, w - i0w - i2w, i1h);
272 Fill(canvas, images_[3], 0, i0h, i3w, h - i0h - i6h);
273 Fill(canvas, images_[5], w - i5w, i2h, i5w, h - i2h - i8h);
275 Fill(canvas, images_[7], i6w, h - i7h, w - i6w - i8w, i7h);
280 void ImagePainter::Fill(gfx::Canvas* c, function in class:views::__anon15462::ImagePainter
/external/chromium/base/allocator/
H A Dallocator_unittests.cc27 // Fill a buffer of the specified size with a predetermined pattern
28 static void Fill(unsigned char* buffer, int n) { function in namespace:__anon1639
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_org/base/allocator/
H A Dallocator_unittests.cc26 // Fill a buffer of the specified size with a predetermined pattern
27 static void Fill(unsigned char* buffer, int n) { function in namespace:__anon3693
34 // generated by Fill()
360 Fill(ptr, size);
419 Fill(src, src_size);
423 Fill(dst, dst_size);
471 Fill(src, src_size);
475 Fill(dst, dst_size);
492 Fill(ptr, size);
504 Fill(ptr
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_tree.cc368 Fill(NULL, tree_model_->GetRoot());
394 void TreeAdapter::Fill(GtkTreeIter* parent_iter, function in class:gtk_tree::TreeAdapter
403 Fill(&iter, node);
445 Fill(&iter, tree_model_->GetChild(parent, start + i));
H A Dgtk_tree.h187 // 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/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_tree.cc370 Fill(NULL, tree_model_->GetRoot());
396 void TreeAdapter::Fill(GtkTreeIter* parent_iter, function in class:gtk_tree::TreeAdapter
405 Fill(&iter, node);
447 Fill(&iter, tree_model_->GetChild(parent, start + i));
H A Dgtk_tree.h189 // Fill the tree store values for a given node.
192 // Fill the tree store for a row and all its descendants.
193 void Fill(GtkTreeIter* parent_iter, ui::TreeModelNode* parent_node);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dvim.php24 * - Fill out list of zillion commands
/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
H A DTokenRewriteStream.cs363 Fill();
377 Fill();
382 Fill();
/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/chromium_org/chrome/test/functional/
H A Dautofill.py74 page.Fill(country_code=country_code)
97 page.Fill(phones=non_duplicates + duplicates)
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { argument
170 *CurBufferPtr++ = Fill;

Completed in 518 milliseconds

12