HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 626 - 650 of 2123) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 202 # Fill in domClass datastructure
230 # Fill in known parts of the domClass datastructure now...
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 274 // If there is a non-blur shadow and both the fill color and shadow color
484 // If there is a non-blur shadow and both the fill color and shadow color
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.cpp 293 ts << " [fill={";
298 writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO);
  /external/wpa_supplicant/
md5.c 164 * will fill a supplied 16-byte array with the digest.
275 /* Now fill the next block with 56 bytes */
os.h 249 * os_memset - Fill memory with a constant byte
252 * @n: Number of bytes started from s to fill with c
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 164 * will fill a supplied 16-byte array with the digest.
275 /* Now fill the next block with 56 bytes */
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 249 * os_memset - Fill memory with a constant byte
252 * @n: Number of bytes started from s to fill with c
  /external/zlib/contrib/iostream3/
zfstream.cc 181 // Fill get area from gzipped file
195 // Attempt to fill internal buffer from gzipped file
  /frameworks/base/awt/java/awt/
Graphics2D.java 217 public abstract void fill(Shape s); method in class:Graphics2D
397 * draw or fill methods.
  /frameworks/base/awt/java/awt/image/
BandCombineOp.java 328 // Fill offsets if there's a child raster
542 // Fill offsets if there's a child raster
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 141 Arrays.fill(blob, value);
172 Arrays.fill(blob, value);
  /frameworks/base/include/media/
AudioTrack.h 218 * and will fill up buffers until the pool is exhausted.
230 * and will fill up buffers until the pool is exhausted.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uspecial.h 179 static inline tuple<N,T> min (void) { tuple<N,T> v; fill (v, value_limits::min()); return (v); }
180 static inline tuple<N,T> max (void) { tuple<N,T> v; fill (v, value_limits::max()); return (v); }
ustring.cpp 216 fill (memblock::iterator(start), first, distance(first, last), n);
261 fill (memblock::iterator(first), i1, distance(i1, i2), n);
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 522 /* Allocate progressively smaller objects to fill up the entire heap.
570 /* "Allocate" progressively smaller chunks to "fill up" the entire heap.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 310 of the allocator of this structure to fill in this value. Since
312 function will fill in this value. */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 387 Arrays.fill(mWordWidth, 0);
388 Arrays.fill(mWordX, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 180 * @param resultPadding the result padding array to fill.
351 * @param nodes the nodes to fill the map with.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 98 data.horizontalAlignment = GridData.FILL;
99 data.verticalAlignment = GridData.FILL;
  /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...]
  /bionic/libc/include/
netdb.h 163 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */
  /bootable/recovery/
install.c 75 // fill up the next <frac> part of of the progress bar
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 88 * @param slots Which slots to fill with buttons.
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 68 @ToBeFixed(bug = "1695243", explanation = "Incorrect javadoc for apply. FILL gravities also" +

Completed in 183 milliseconds

<<21222324252627282930>>