HomeSort by relevance Sort by last modified time
    Searched refs:ratio (Results 76 - 97 of 97) sorted by null

1 2 34

  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1315 float ratio = (float) w \/ h; local
    [all...]
  /dalvik/tests/057-iteration-performance/src/
Main.java 85 (norm == Normalization.NONE) ? "(usec)" : "(ratio)");
177 double ratio = timings[x][y] / timings[0][0]; local
178 if (ratio > expected[y][x]) {
181 (char) (x + 'A'), y, ratio, expected[y][x]);
  /device/samsung/crespo/libaudio2/
AudioHardware.cpp 1618 size_t ratio; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
ttobjs.c 443 tt_metrics->ratio = 0x10000L;
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 1863 float ratio = (((float)Power.BRIGHTNESS_DIM)\/preferredBrightness); local
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 89 static int valid_unit_divide(SkScalar numer, SkScalar denom, SkScalar* ratio)
91 SkASSERT(ratio);
109 *ratio = r;
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
psy_main.c 531 tdata = L_mpy_ls(*data0++, hPsyConfLong->ratio);
712 tdata = L_mpy_ls(*data1++, hPsyConfShort->ratio);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 417 // Then compute the ratio of time spent at each speed
420 double ratio = (double) cpuSpeedStepTimes[step] / totalTimeAtSpeeds; local
421 processPower += ratio * tmpCpuTime * powerCpuNormal[step];
  /packages/apps/Camera/src/com/android/camera/
Camera.java 1719 double ratio = (double) size.width \/ size.height; local
    [all...]
  /external/blktrace/
blkparse.c 1776 double ratio; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 268 * <li>The {@code -webkit-device-pixel-ratio} CSS media query. Use this to specify the screen
273 * &lt;link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio:1.5)" href="hdpi.css" /&gt;</pre>
275 * which is the high density pixel ratio.</p>
296 * -webkit-device-pixel-ratio} CSS media query and/or the {@code
2325 float ratio = scale * mInvActualScale; \/\/ old inverse local
3728 float ratio = (float) interval \/ ZOOM_ANIMATION_LENGTH; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1360 ratio function
    [all...]
  /bionic/libc/stdlib/
strtod.c 1257 ratio function
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 985 static double ratio(const BigInt& a, const BigInt& b) function in namespace:WTF
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1399 ratio
    [all...]
  /external/blktrace/btt/doc/
btt.tex 217 issued requests (D) and the resultant ratio. We also provide values
223 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
    [all...]
  /external/sqlite/dist/
sqlite3.c 46080 int ratio = nDestPagesize\/nSrcPagesize; local
    [all...]
sqlite3.c.orig     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 790 milliseconds

1 2 34