Searched defs:fill (Results 1 - 25 of 197) sorted by relevance

12345678

/external/libpcap/Win32/Include/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/llvm/test/MC/Mips/
H A Dxgot.s22 .globl fill
24 .type fill,@function
26 .ent fill
27 fill: # @fill label
56 .end fill
58 .size fill, ($tmp0)-fill
/external/tcpdump/missing/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/oprofile/libutil++/
H A Dstream_util.h21 * save the stream flags, precision and fill char.
36 char fill; member in class:io_state
H A Dgrowable_vector.h88 /// fill container with given value
89 void fill(size_type size, T const & value) { function in class:growable_vector
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java22 protected void fill() { method in class:HitPointPool
H A DGameComponentPool.java25 fill();
31 fill();
35 protected void fill() { method in class:GameComponentPool
H A DVectorPool.java29 protected void fill() { method in class:VectorPool
H A DObjectPool.java22 * This class is abstract; derivations need to implement the fill() function to fill the pool, and
67 fill();
70 protected abstract void fill(); method in class:ObjectPool
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImageSliceValue.cpp33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill) argument
36 , m_fill(fill)
45 // Now the fill keywords if it is present.
47 return text + " fill";
H A DCSSBorderImageSliceValue.h37 static PassRefPtrWillBeRawPtr<CSSBorderImageSliceValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill) argument
39 return adoptRefWillBeNoop(new CSSBorderImageSliceValue(slices, fill));
56 CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill);
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c7 void foo(long long fill) { argument
8 __m64 vfill = _mm_cvtsi64_m64(fill);
/external/chromium_org/ash/accelerators/
H A Ddebug_commands.cc19 gfx::ImageSkia CreateWallpaperImage(SkColor fill, SkColor rect) { argument
25 canvas.DrawColor(fill);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DNinePieceImage.cpp44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule) argument
51 m_data.access()->fill = fill;
57 : fill(false)
69 , fill(other.fill)
83 && fill == other.fill
/external/pixman/test/
H A Dregion-test.c27 pixman_image_t *image, *fill; local
86 fill = pixman_image_create_solid_fill (&white);
110 fill, NULL, image,
122 pixman_image_unref (fill);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c138 int fill = PIPE_POLYGON_MODE_FILL; local
146 fill = PIPE_POLYGON_MODE_FILL;
151 fill = fill_front;
156 fill = fill_back;
163 * front/back fill modes:
170 fill = fill_front;
183 if (fill != PIPE_POLYGON_MODE_FILL &&
189 fill = PIPE_POLYGON_MODE_FILL;
197 if (fill == PIPE_POLYGON_MODE_LINE &&
200 fill
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c138 int fill = PIPE_POLYGON_MODE_FILL; local
146 fill = PIPE_POLYGON_MODE_FILL;
151 fill = fill_front;
156 fill = fill_back;
163 * front/back fill modes:
170 fill = fill_front;
183 if (fill != PIPE_POLYGON_MODE_FILL &&
189 fill = PIPE_POLYGON_MODE_FILL;
197 if (fill == PIPE_POLYGON_MODE_LINE &&
200 fill
[all...]
/external/pixman/demos/
H A Dcheckerboard.c44 pixman_image_t *fill; local
51 fill = pixman_image_create_solid_fill (c);
53 pixman_image_composite (PIXMAN_OP_SRC, fill, NULL, checkerboard,
/external/smack/src/org/jivesoftware/smack/proxy/
H A DSocks5ProxySocketFactory.java137 fill(in, buf, 2);
198 fill(in, buf, 2);
298 fill(in, buf, 4);
317 fill(in, buf, 6);
321 fill(in, buf, 1);
323 fill(in, buf, (buf[0]&0xff)+2);
327 fill(in, buf, 18);
360 private void fill(InputStream in, byte[] buf, int len) method in class:Socks5ProxySocketFactory
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h88 if ( n > 0 ) fill(n); // out of elements?
92 public void fill(int n) { function in class:FastQueue
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c125 BOOLEAN fill = FALSE; local
138 if (k > 0 || fill)
141 fill = TRUE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResources.h66 RenderSVGResourceContainer* fill() const { return m_fillStrokeData ? m_fillStrokeData->fill : 0; } function in class:blink::SVGResources
156 // fill: 'shapes' and 'text content elements'
163 : fill(0)
173 RenderSVGResourceContainer* fill; member in struct:blink::SVGResources::FillStrokeData
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h246 BOOL stroke, BOOL fill,
251 BOOL stroke, BOOL fill, member in class:SkXPSDevice
274 BOOL stroke, BOOL fill, const SkPath& path);
308 BOOL* fill, BOOL* stroke);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
H A Dscanner.c21 #define YYFILL(n) {cursor = fill(s, cursor);}
25 static unsigned char *fill(Scanner*, unsigned char*);
38 fill(Scanner *s, unsigned char *cursor) function
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dscanner.c21 #define YYFILL(n) {cursor = fill(s, cursor);}
25 static unsigned char *fill(Scanner*, unsigned char*);
38 fill(Scanner *s, unsigned char *cursor) function

Completed in 6903 milliseconds

12345678