Searched defs:fill (Results 76 - 100 of 197) sorted by relevance

12345678

/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc283 int fill = 'o'; local
284 char *s1 = MallocAndMemsetString(size, fill);
285 char *s2 = MallocAndMemsetString(size, fill);
301 s1[size - 1] = fill;
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h322 EIGEN_STRONG_INLINE void DenseBase<Derived>::fill(const Scalar& val) function in class:Eigen::DenseBase
329 * \sa fill(), setConstant(Index,const Scalar&), setConstant(Index,Index,const Scalar&), setZero(), setOnes(), Constant(), class CwiseNullaryOp, setZero(), setOnes()
396 * The function fill *this with equally spaced values in the closed interval [low,high].
/external/elfutils/0.153/libelf/
H A Delf32_updatefile.c212 we have to write fill bytes, if necessary. */
217 fill the gaps with the prescribed fill byte. */
343 /* If there is a gap, fill it. */
399 header) changed we might have to fill the gap. */
465 /* Size of the buffer we use to generate the blocks of fill bytes. */
474 /* Helper function to write out fill bytes. */
476 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp) function
584 && unlikely (fill (elf->fildes, ehdr->e_ehsize,
633 we have to write fill byte
[all...]
/external/libogg/include/ogg/
H A Dogg.h56 long body_fill; /* elements stored; fill mark */
57 long body_returned; /* elements of fill returned */
108 int fill; member in struct:__anon24530
/external/lldb/test/pexpect-2.4/
H A Dscreen.py85 def fill (self, ch=SPACE): member in class:screen
356 self.fill ()
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp925 bool SNaN, bool Negative, uint64_t fill) {
926 APInt apfill(64, fill);
924 nanbits(const fltSemantics &Sem, bool SNaN, bool Negative, uint64_t fill) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp293 void BitSet::fill(uint32_t val) function in class:nv50_ir::BitSet
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt.cpp197 FX_DWORD left, fill; local
202 fill = 64 - left;
207 if( left && length >= fill ) {
208 FXSYS_memcpy32( (void *) (ctx->buffer + left), (void *) input, fill );
210 length -= fill;
211 input += fill;
/external/pixman/test/
H A Dcomposite.c389 pixman_color_t fill; local
392 compute_pixman_color (info->color, &fill);
406 solid = pixman_image_create_solid_fill (&fill);
419 info->image = pixman_image_create_solid_fill (&fill);
/external/qemu/android/base/
H A DString.cpp51 String::String(size_t count, char fill) : mStr(mStorage), mSize(0) { argument
52 this->assign(count, fill);
91 String& String::assign(size_t count, char fill) { argument
93 ::memset(mStr, fill, count);
/external/qemu/distrib/libsparse/src/
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon29347
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
287 /* Queues a fill block of memory to be written to the specified data blocks */
299 bb->fill.val = fill_val;
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectCollisionSystem.java302 protected void fill() { method in class:GameObjectCollisionSystem.CollisionVolumeRecordPool
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygons_Test.cpp391 bool fill, SkPath& out) {
393 simplify(path, fill, out);
390 simplify(const char* functionName, const SkPath& path, bool fill, SkPath& out) argument
/external/skia/gm/
H A Dpoly2poly.cpp26 void fill();
61 void SkJSCanvas::fill() { function in class:SkJSCanvas
H A Dstrokes.cpp240 SkPath fill; local
241 strokePaint.getFillPath(orig, &fill);
242 canvas->drawPath(fill, fillPaint);
/external/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp95 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath); local
99 if (fill) {
H A DSkPDFUtils.cpp193 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPath::FillType fill, argument
204 NOT_IMPLEMENTED(fill == SkPath::kInverseEvenOdd_FillType, false);
205 NOT_IMPLEMENTED(fill == SkPath::kInverseWinding_FillType, false);
206 if (fill == SkPath::kEvenOdd_FillType) {
/external/stlport/stlport/stl/
H A D_algobase.h406 // fill and fill_n
449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { function
457 inline void fill(unsigned char* __first, unsigned char* __last, function
463 inline void fill(signed char* __first, signed char* __last, function
469 inline void fill(char* __first, char* __last, const char& __val) { function
489 _STLP_STD::fill(__first, __first + __n, __val);
496 _STLP_STD::fill(__first, __first + __n, __val);
503 _STLP_STD::fill(__first, __first + __n, __val);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc526 // Don't fill the password form, just navigate away. Shouldn't prompt.
546 std::string fill = local
555 ASSERT_TRUE(content::ExecuteScript(RenderViewHost(), fill));
1037 std::string fill = local
1040 ASSERT_TRUE(content::ExecuteScript(RenderViewHost(), fill));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResources.cpp324 if (RenderSVGResourceContainer* fill = m_fillStrokeData->fill)
325 fill->layoutIfNeeded();
366 if (m_fillStrokeData->fill)
367 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
418 if (m_fillStrokeData->fill == resource) {
419 m_fillStrokeData->fill->removeAllClientsFromCache();
420 m_fillStrokeData->fill = 0;
480 if (m_fillStrokeData->fill)
481 set.add(m_fillStrokeData->fill);
613 setFill(RenderSVGResourceContainer* fill) argument
[all...]
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp198 SkPaint::Style style, SkPath::FillType fill,
200 path.setFillType(fill);
327 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills]; local
343 fill.fFill, SK_Scalar1*6);
362 canvas->drawText(fill.fName,
363 strlen(fill.fName),
196 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp271 SkPath fill; local
276 p.getFillPath(path, &fill);
279 canvas->drawPath(fill, paint);
280 draw_points(canvas, fill, WIREFRAME_COLOR, false);
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp129 bool fill = false; local
139 fill = walking->f_fill.equals("none") == false;
145 return stroke && fill;
/external/chromium_org/v8/src/
H A Darray.js1019 // Copy defined elements from the end to fill in all holes and undefineds
1480 fill: true,
/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c360 deSemaphore fill; member in struct:TestBuffer_s
395 deSemaphore_increment(buffer->fill);
410 deSemaphore_decrement(buffer->fill);
448 testBuffer.fill = deSemaphore_create(0, DE_NULL);
450 DE_TEST_ASSERT(testBuffer.empty && testBuffer.fill);

Completed in 394 milliseconds

12345678