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

1 2 3

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
memalign_unittest.cc 110 // Fill a buffer of the specified size with a predetermined pattern
111 static void Fill(void* p, int n, char seed) {
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(p, alloc_needed, 'x')
    [all...]
realloc_unittest.cc 46 // Fill a buffer of the specified size with a predetermined pattern
47 static void Fill(unsigned char* buffer, int n) {
54 // generated by Fill()
93 Fill(src, src_size);
96 Fill(dst, dst_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
memalign_unittest.cc 110 // Fill a buffer of the specified size with a predetermined pattern
111 static void Fill(void* p, int n, char seed) {
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(p, alloc_needed, 'x')
    [all...]
realloc_unittest.cc 46 // Fill a buffer of the specified size with a predetermined pattern
47 static void Fill(unsigned char* buffer, int n) {
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/
sce2.asm 2 .Fill resq 1 ; fill to 8 mod 16
8 .Fill resq 1 ; fill to 8 mod 16
sce3.asm 46 .Fill resq 1 ; fill to 8 mod 16
52 .Fill resq 1 ; fill to 8 mod 16
  /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/chromium_org/ui/views/
painter.cc 115 static void Fill(gfx::Canvas* c,
198 Fill(canvas, images_[4], i4x, i4y, i4w, i4h);
200 Fill(canvas, images_[1], i0w, 0, w - i0w - i2w, i1h);
202 Fill(canvas, images_[3], 0, i0h, i3w, h - i0h - i6h);
203 Fill(canvas, images_[5], w - i5w, i2h, i5w, h - i2h - i8h);
205 Fill(canvas, images_[7], i6w, h - i7h, w - i6w - i8w, i7h);
210 void ImagePainter::Fill(gfx::Canvas* c,
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 40 my $Fill = Box_2 ($LastLine,$CFile);
41 print $Fill;
95 # fill bounding box
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 40 my $Fill = Box_2 ($LastLine,$CFile);
41 print $Fill;
95 # fill bounding box
  /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
  /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
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-9/arch-mips/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_org/base/allocator/
allocator_unittests.cc 26 // Fill a buffer of the specified size with a predetermined pattern
27 static void Fill(unsigned char* buffer, int n) {
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(ptr2, size)
    [all...]
  /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));

Completed in 1348 milliseconds

1 2 3