/external/webkit/Source/WebCore/css/ |
ShadowValue.h | 38 PassRefPtr<CSSPrimitiveValue> spread, 42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color)); 50 RefPtr<CSSPrimitiveValue> spread; member in class:WebCore::ShadowValue 58 PassRefPtr<CSSPrimitiveValue> spread,
|
ShadowValue.cpp | 38 , spread(_spread) 65 if (spread) { 68 text += spread->cssText();
|
/bionic/libm/src/ |
s_fma.c | 61 int spread; local 76 spread = ex + ey - ez; 83 if (spread > DBL_MANT_DIG * 2) { 118 if (spread < -DBL_MANT_DIG) { 165 zs = ldexp(zs, -spread); 170 spread = ex + ey; 171 if (spread + ilogb(r) > -1023) { 179 p = ldexp(copysign(0x1p-1022, r), -spread); 186 return (ldexp(r, spread));
|
s_fmal.c | 56 int spread; local 71 spread = ex + ey - ez; 78 if (spread > LDBL_MANT_DIG * 2) { 113 if (spread < -LDBL_MANT_DIG) { 160 zs = ldexpl(zs, -spread); 165 spread = ex + ey; 166 if (spread + ilogbl(r) > -16383) { 174 p = ldexpl(copysignl(0x1p-16382L, r), -spread); 181 return (ldexpl(r, spread));
|
/external/webkit/Source/WebCore/rendering/style/ |
ShadowData.h | 53 ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) 57 , m_spread(spread) 77 int spread() const { return m_spread; } function in class:WebCore::ShadowData
|
ShadowData.cpp | 62 int blurAndSpread = shadow->blur() + shadow->spread() + additionalOutlineSize;
|
/external/iptables/extensions/ |
libxt_cpu.man | 5 multiqueue NICs to spread network traffic on different queues.
|
/external/webkit/Source/WebCore/svg/ |
SVGGradientElement.idl | 36 // Spread Method Types
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
fall.rs | 71 float spread; 129 gDrops[ct].spread = 1; 138 gDrops[ct].spread += 30.f * g_DT; 139 gDrops[ct].ampE = gDrops[ct].ampS / gDrops[ct].spread; 153 gDrops[iMin].spread = 0; 168 *(v++) = d->spread;
|
/external/chromium/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 66 // Always spread out the dictionary fetches, so that they don't steal 67 // bandwidth from the actual page load. Create delayed tasks to spread out
|
/external/skia/include/effects/ |
SkGradientShader.h | 46 @param mapper May be NULL. Callback to modify the spread of the colors. 68 @param mapper May be NULL. Callback to modify the spread of the colors. 93 @param mapper May be NULL. Callback to modify the spread of the colors. 117 @param mapper May be NULL. Callback to modify the spread of the colors.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
linecnt.inp | 37 Spread on bare earth,
|
linecnt.good | 74 Spread on bare earth,
|
/external/srec/srec/cfront/ |
spec_anl.c | 322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread) 329 /* Convert to FFT taps. Mark adjacent taps as well as taps within spread */ 337 lo = (((freq[ii] - spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate; 338 hi = (((freq[ii] + spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate; 348 while (((jj+1)*freq_step)>>12 <= freq[ii]-spread[ii]) 350 while (((jj-1)*freq_step>>12) < freq[ii]+spread[ii]){
|
/external/chromium/net/url_request/ |
url_request_throttler_entry_interface.h | 32 // the method are taken into account, in order to make sure they are spread
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
neighbour.h | 70 * spread over multiple messages to avoid running into message
|
/external/webkit/Source/WebCore/rendering/ |
RenderFrameSet.cpp | 301 // Our first priority is to spread if over the percentage columns. The remaining 302 // space is spread evenly, for example: if we have a space of 100px, the columns 317 // Our last priority is to spread the remaining space over the fixed columns. 334 // a division. We cannot spread it evenly anymore. If we have any percentage 335 // columns/rows simply spread the remainder equally over all available percentage columns, 350 // If we don't have any percentage columns/rows we only have fixed columns. Spread 366 // spread it evenly or equally.
|
/external/chromium/chrome/browser/sync/engine/ |
download_updates_command_unittest.cc | 46 SCOPED_TRACE("Several enabled datatypes, spread out across groups.");
|
/external/chromium/net/base/ |
backoff_entry.h | 33 // Fuzzing percentage. ex: 10% will spread requests randomly
|
/external/chromium/net/data/filter_unittests/ |
google.txt | 5 As a first step to fulfilling that mission, Google's founders Larry Page and Sergey Brin developed a new approach to online search that took root in a Stanford University dorm room and quickly spread to information seekers around the globe. Google is now widely recognized as the world's largest search engine -- an easy-to-use free service that usually returns relevant results in a fraction of a second.
|
/external/iproute2/include/linux/ |
neighbour.h | 69 * spread over multiple messages to avoid running into message
|
/external/iproute2/man/man8/ |
tc-sfq.8 | 48 The compile time maximum length of the SFQ is 128 packets, which can be spread over
|
/external/kernel-headers/original/linux/ |
neighbour.h | 72 * spread over multiple messages to avoid running into message
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementnormalize.java | 36 * This child contains a block of text that is spread
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
normalize01.java | 39 * This child contains a block of text that is spread
|