HomeSort by relevance Sort by last modified time
    Searched refs:fill (Results 176 - 200 of 273) sorted by null

1 2 3 4 5 6 78 91011

  /dalvik/libcore/luni/src/main/java/java/util/
EnumMap.java 455 Arrays.fill(values, null);
456 Arrays.fill(hasMapping, false);
HugeEnumSet.java 176 Arrays.fill(bits, 0);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
InputStreamReaderTest.java 485 Arrays.fill(data, (byte) 116); // 116 = ISO-8859-1 value for 't'
720 Arrays.fill(bytes, (byte) ' ');
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 404 public void fill(Shape s) method in class:OverrideGraphics2D
406 graphics.fill(s);
  /external/skia/src/svg/
SkSVGPaintState.cpp 27 SVG_ATTRIBUTE(fill),
28 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
  /external/webkit/WebCore/css/
CSSPropertyNames.in 241 -webkit-text-fill-color
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java 334 Arrays.fill(logical2segment, levelPos, endLevelRun, runSegments.size()-1);
352 Arrays.fill(logical2segment, levelPos, endLevelRun, runSegments.size()-1);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 141 Arrays.fill(blob, value);
172 Arrays.fill(blob, value);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustring.cpp 216 fill (memblock::iterator(start), first, distance(first, last), n);
261 fill (memblock::iterator(first), i1, distance(i1, i2), n);
  /system/extras/tests/memtest/
memtest.cpp 79 " malloc [fill]\n"
593 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
605 if (fill) {
  /cts/tools/dasm/test/
all_opcodes.d 54 fill-array-data v11 I
59 fill-array-data-end
  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipInputStream.java 342 fill(); method
  /dalvik/libcore/text/src/main/java/java/text/
Bidi.java 410 Arrays.fill(text, 'a');
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 263 Arrays.fill(res, content_mac_length-1,
HandshakeProtocol.java 469 Arrays.fill(preMasterSecret, (byte)0);
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 343 filterLabelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 50 m_pixmap.fill(QColor(Qt::transparent));
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 72 maskBits.fill(0xff, (img->width() + 7) / 8 * img->height());
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 258 cairo_pattern_t* fill = cairo_pattern_create_rgba(0., 0., 0., 0.); local
259 cairo_set_source(crFill, fill);
267 cairo_pattern_destroy(fill);
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 494 SVGSMILElement::FillMode SVGSMILElement::fill() const function in class:WebCore::SVGSMILElement
823 return fill() == FillFreeze ? Frozen : Inactive;
830 // Animation does not contribute during the active time if it is past its repeating duration and has fill=remove.
831 return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 173 // Fill the formats in a set for faster access
716 boolean fill = ui_node.getDescriptor().hasChildren() &&
719 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT,
722 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT,
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBuilderTest.java 830 Arrays.fill(dst, '\0');
836 Arrays.fill(dst, '\0');
837 Arrays.fill(fixtureChars, '\0');
842 Arrays.fill(dst, '\0');
843 Arrays.fill(fixtureChars, '\0');
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 803 function sc_makeList(nbEls, fill) {
806 res = new sc_Pair(fill, res);
1299 var fill;
1301 fill = " ";
1303 fill = c;
1306 // every round doubles the size of fill.
1309 res = res.concat(fill);
1310 fill = fill.concat(fill);
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 797 function sc_makeList(nbEls, fill) {
800 res = new sc_Pair(fill, res);
1293 var fill;
1295 fill = " ";
1297 fill = c;
1300 // every round doubles the size of fill.
1303 res = res.concat(fill);
1304 fill = fill.concat(fill);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 139 // Initialize the FixedArray and fill it with holes. FixedArray length is not
151 // Fill the FixedArray with the hole value.
243 // Initialize the fixed array and fill it with holes. FixedArray length is not
272 // Fill the allocated FixedArray with the hole value if requested.
382 // Fill arguments as array elements. Copy from the top of the stack (last
582 // Fill all the in-object properties with undefined.
1285 Label fill; local
    [all...]

Completed in 411 milliseconds

1 2 3 4 5 6 78 91011