/external/skia/tools/ |
skdiff_main.cpp | 604 "\nIf no sort is specified, it will sort by fraction of pixels mismatching."
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imaadpcm.c | 309 /* calculate sample number fraction from msecs */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_imaadpcm.c | 309 /* calculate sample number fraction from msecs */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imaadpcm.c | 309 /* calculate sample number fraction from msecs */
|
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 1270 bool fraction = !division_by_zero && !overflow && (x % y != 0); local 1379 bool fraction = !division_by_zero && !division_overflow && ((x % y) != 0); local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dec_lag3.cpp | 92 Extract the integer and fraction parts of the pitch lag from
|
dec_lag6.cpp | 88 Extract the integer and fraction parts of the pitch lag from
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
enc_lag6.cpp | 200 /* encode pitch delay (with fraction) */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pred_lt4.cpp | 165 int16 frac, /* input : fraction of lag */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
pred_lt4_1_opt.s | 20 @ Word16 frac, /* input : fraction of lag */
|
/frameworks/av/services/audioflinger/ |
AudioResamplerDyn.cpp | 392 // try to preserve as much of the phase fraction as possible for on-the-fly changes
|
/frameworks/base/core/java/android/animation/ |
Animator.java | 187 * The time interpolator used in calculating the elapsed fraction of the
|
/frameworks/base/core/java/android/content/res/ |
Resources.java | 709 * @param base The base value of this fraction. In other words, a 710 * standard fraction is multiplied by this value. 711 * @param pbase The parent base value of this fraction. In other 712 * words, a parent fraction (nn%p) is multiplied by this [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 60 // The recent lux must have changed by at least this fraction relative to the
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 530 dst[0] = 0; // fraction
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 484 // Always use 23p0 if there is no fraction, just to make
|
/frameworks/support/design/src/android/support/design/widget/ |
CollapsingToolbarLayout.java | [all...] |
/libcore/libart/src/main/java/java/lang/ |
Object.java | 448 * the fraction of a millisecond to wait, specified in
|
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 772 with 16 bits of integer part and 16 bits of fraction part.
|
/ndk/tests/device/test-gnustl-full/unit/ |
money_facets_test.cpp | 276 // of digits in fraction. I.e. '9' should be printed as '0.09',
|
/ndk/tests/device/test-stlport/unit/ |
money_facets_test.cpp | 276 // of digits in fraction. I.e. '9' should be printed as '0.09',
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchFragment.java | 484 // a fraction of a second. [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFullScreenFragment.java | 551 // a fraction of a second. [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
KeyMaps.java | 467 // Translate numbers for fraction display, but not
|