/external/v8/test/mjsunit/tools/ |
tickprocessor-test.gc-state | 17 Note: percentage shows a share of a particular caller in the total
|
tickprocessor-test.func-info | 19 Note: percentage shows a share of a particular caller in the total
|
/external/jdiff/src/jdiff/ |
CompareClassPdiffs.java | 13 * Compare two class diffs by their percentage difference,
|
ComparePkgPdiffs.java | 13 * Compare two package diffs by their percentage difference,
|
PackageDiff.java | 28 /* The percentage difference for this package. */
|
HTMLStatistics.java | 105 h_.writeText("Percentage difference = 100 * (added + removed + 2*changed)"); 112 h_.writeText("added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>"); 118 h_.writeText("<dl><dt><a href=\"#packages\">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>"); 119 h_.writeText("<dt><a href=\"#classes\">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>"); 124 h_.writeText("<h2 class=\"pagecontenth2\">Changed Packages, Sorted by Percentage Difference</h2>"); 129 h_.writeText("<h2 class=\"pagecontenth2\">Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>"); 181 * Emit all packages sorted by percentage difference, and a histogram 189 h_.writeText("<TABLE summary=\"Packages sorted by percentage difference\" BORDER=\"1\" WIDTH=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"); 191 h_.writeText(" <TH>Percentage<br>Difference</TH>"); 219 h_.writeText("<TABLE summary=\"Histogram of the package percentage differences\" BORDER=\"1\" cellspacing=\"0\" cellpadding=\"0\">") [all...] |
APIDiff.java | 28 /* The overall percentage difference between the two APIs. */
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTimeManipulation.java | 20 * percentage values even in this draft if both of them represent a 21 * percentage. 37 * The percentage value of the simple acceleration of time for the 51 * The percentage value of the simple decelerate of time for the
|
/system/extras/timeinfo/ |
timeinfo.cpp | 17 /* Report realtime, uptime, awake percentage, and sleep percentage to stdout.
|
/external/webkit/WebCore/svg/ |
SVGAnimateElement.cpp | 88 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) 90 ASSERT(percentage >= 0.f && percentage <= 1.f); 93 percentage = 1.f; 106 double number = (m_toNumber - m_fromNumber) * percentage + m_fromNumber; 120 Color color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(m_fromColor); 130 if (percentage == 0) 132 else if (percentage == 1.f) 136 results->m_animatedPath = SVGPathSegList::createAnimated(m_fromPath.get(), m_toPath.get(), percentage); 141 results->m_animatedPath = ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || percentage == 1.0f) [all...] |
SVGAnimateMotionElement.h | 45 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement); 60 // Note: we do not support percentage values for to/from coords as the spec implies we should (opera doesn't either)
|
SVGAnimateMotionElement.cpp | 174 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) 191 float positionOnPath = path.length() * percentage; 207 transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_fromPoint.y());
|
SVGAnimateElement.h | 42 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement);
|
SVGAnimateTransformElement.h | 48 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement);
|
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 154 the following three formats: values from -100 to 100 ending with "%", indicating a percentage 155 relative to itself; values from -100 to 100 ending in "%p", indicating a percentage relative to its 161 <dd><em>Float or percentage</em>. Starting X offset. Expressed either: in pixels relative 162 to the normal position (such as {@code "5"}), in percentage relative to the element width (such as 163 {@code "5%"}), or in percentage relative to the parent width (such as {@code "5%p"}).</dd> 165 <dd><em>Float or percentage</em>. Ending X offset. Expressed either: in pixels relative 166 to the normal position (such as {@code "5"}), in percentage relative to the element width (such as 167 {@code "5%"}), or in percentage relative to the parent width (such as {@code "5%p"}).</dd> 169 <dd><em>Float or percentage</em>. Starting Y offset. Expressed either: in pixels relative 170 to the normal position (such as {@code "5"}), in percentage relative to the element height (such a [all...] |
/external/e2fsprogs/lib/e2p/ |
percent.c | 2 * percent.c - Take percentage of a number
|
/frameworks/base/core/java/android/net/ |
IConnectivityManager.aidl | 76 void reportInetCondition(int networkType, int percentage);
|
/frameworks/base/core/java/android/view/animation/ |
TranslateAnimation.java | 114 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise. 120 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise. 126 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise. 132 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
|
/frameworks/base/docs/html/sdk/api_diff/6/changes/ |
jdiff_statistics.html | 135 <h2>Changed Packages, Sorted by Percentage Difference</h2> 136 <TABLE summary="Packages sorted by percentage difference" WIDTH="100%"> 138 <TH WIDTH="10%">Percentage Difference*</TH> 161 <h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2> 162 <TABLE summary="Classes sorted by percentage difference" WIDTH="100%"> 164 <TH WIDTH="10%">Percentage<br>Difference*</TH> 194 Percentage difference = 100 * (added + removed + 2*changed)
|
/external/expat/tests/ |
minicheck.c | 151 double percentage = ((double) passed) / runner->nchecks; local 152 int display = (int) (percentage * 100);
|
/frameworks/base/docs/html/guide/developing/tools/ |
monkey.jd | 104 <td>Adjust percentage of touch events. 110 <td>Adjust percentage of motion events. 117 <td>Adjust percentage of trackball events. 123 <td>Adjust percentage of "basic" navigation events. 129 <td>Adjust percentage of "major" navigation events. 136 <td>Adjust percentage of "system" key events. 143 <td>Adjust percentage of activity launches. At random intervals, the Monkey will issue a startActivity() call, as a way of maximizing 149 <td>Adjust percentage of other types of events. This is a catch-all for all other types of events such as keypresses, other less-used
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/ |
SoftGemini.h | 64 UINT32 scanCompensationPercent; /* Percentage of increasing dwell time on each channel */ 66 UINT32 BSSLossCompensationPercent; /* Percentage of increasing value of Beacon loss parameter */
|
/external/webkit/WebKitTools/Scripts/ |
check-dom-results | 93 my $percentage = (sprintf "%.1f", ($successCount * 100.0 / $count)); 95 if ($percentage == 100) { 98 print "${name}: ${successCount} out of ${count} tests succeeded (${percentage}%)";
|
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
jdiff_statistics.html | 135 <h2>Changed Packages, Sorted by Percentage Difference</h2> 136 <TABLE summary="Packages sorted by percentage difference" WIDTH="100%"> 138 <TH WIDTH="10%">Percentage Difference*</TH> 189 <h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2> 190 <TABLE summary="Classes sorted by percentage difference" WIDTH="100%"> 192 <TH WIDTH="10%">Percentage<br>Difference*</TH> 307 Percentage difference = 100 * (added + removed + 2*changed)
|
/external/libvpx/vpx/ |
vpx_encoder.h | 338 * This threshold is described as a percentage of the target data buffer. 339 * When the data buffer falls below this percentage of fullness, a 358 * This threshold is described as a percentage of the target data buffer. 359 * When the data buffer rises above this percentage of fullness, the 367 * This threshold is described as a percentage of the target data buffer. 368 * When the data buffer falls below this percentage of fullness, the 434 * This value, expressed as a percentage of the target bitrate, describes 443 * This value, expressed as a percentage of the target bitrate, describes 505 * This value, expressed as a percentage of the target bitrate, indicates 513 * This value, expressed as a percentage of the target bitrate, indicate [all...] |