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

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
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);
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...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
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);
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...]
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
31 OS << Fill;
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
frame_dropper.cc 78 FrameDropper::Fill(uint32_t frameSizeBytes, bool deltaFrame)
  /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/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()
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 139 void BaseContext::Fill(const v8::FunctionCallbackInfo<Value>& args) {
180 "Invalid fill style format length."));
189 info.GetIsolate(), "Invalid fill style format."));
280 ADD_METHOD("fill", Fill);
  /external/chromium_org/ui/gfx/
nine_image_painter.cc 36 void Fill(Canvas* c,
140 Fill(canvas, images_[4], i4x, i4y, i4w, i4h, paint);
143 Fill(canvas, images_[1], i0w, 0, scaled_width - i0w - i2w, i1h, paint);
146 Fill(canvas, images_[3], 0, i0h, i3w, scaled_height - i0h - i6h, paint);
147 Fill(canvas, images_[5], scaled_width - i5w, i2h, i5w,
151 Fill(canvas, images_[7], i6w, scaled_height - i7h, scaled_width - i6w - i8w,
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 139 void BaseContext::Fill(const v8::FunctionCallbackInfo<Value>& args) {
180 "Invalid fill style format length."));
189 info.GetIsolate(), "Invalid fill style format."));
280 ADD_METHOD("fill", Fill);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/chromium_org/base/allocator/
allocator_unittest.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()
359 Fill(ptr, size);
418 Fill(src, src_size);
422 Fill(dst, dst_size);
470 Fill(src, src_size);
474 Fill(dst, dst_size);
491 Fill(ptr, size);
503 Fill(ptr2, size)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 61 void Fill()
  /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-12/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14

Completed in 1641 milliseconds

1 2