HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 326 - 350 of 2022) sorted by null

<<11121314151617181920>>

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h 51 bool SetVisibleToTotalLengthRatio(float ratio);
  /external/chromium_org/cc/quads/
render_pass_draw_quad.h 55 // content-to-target-space scale, and device pixel ratio.
  /external/chromium_org/chrome/browser/net/
client_hints.cc 36 // TODO(bengr): Observe the device pixel ratio in case it changes during
  /external/chromium_org/net/base/
net_string_util_icu.cc 27 // in UTF-8. Therefore, the expansion ratio is 3 at most. Add one for a
  /external/chromium_org/net/disk_cache/blockfile/
stats.cc 311 int64 ratio = GetCounter(hit) * 100; local
312 if (!ratio)
315 ratio /= (GetCounter(hit) + GetCounter(miss));
316 return static_cast<int>(ratio);
  /external/chromium_org/third_party/lzma_sdk/
Bra.h 15 in CALL instructions to increase the compression ratio.
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.h 27 // ratio is inferred from them.
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 101 // rectangles that optimizes a pleasant aspect ratio.
123 // yourself it's taking the larger of the x/y aspect ratio or the
124 // y/x aspect ratio. The additional magic fudge constant of 5
161 // on aspect ratio. In practice, changing split direction with this
  /external/chromium_org/tools/perf/metrics/
cpu_unittest.py 13 # The result computed is a ratio of cpu time used to time elapsed.
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 126 * @param topMarginRatio margin ratio from top
127 * @param leftMarginRatio margin ratio from left
128 * @param bottomMarginRatio margin ratio from bottom
129 * @param rightMarginRatio margin ratio from right
  /external/eigen/blas/testing/
dblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
sblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/libcxx/include/
chrono 40 template <class Rep, class Period = ratio<1>>
44 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio");
99 typedef duration< long, ratio< 60> > minutes;
100 typedef duration< long, ratio<3600> > hours;
263 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14
265 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14
281 #include <ratio>
295 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TYPE_VIS_ONLY duration;
410 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio");
439 typedef ratio<__mul<__n1, __d2, !value>::value
    [all...]
  /external/libcxx/test/utilities/time/
seconds.pass.cpp 26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
  /external/lzma/C/
Bra.h 15 in CALL instructions to increase the compression ratio.
  /frameworks/av/media/libstagefright/include/
avc_utils.h 39 // Optionally returns sample aspect ratio as well.
  /frameworks/base/core/java/android/widget/
RatingBar.java 274 final float ratio = getProgressPerStar(); local
275 if (ratio > 0) {
276 final float progressInStars = progress / ratio;
277 final int secondaryProgress = (int) (Math.ceil(progressInStars) * ratio);
  /frameworks/base/media/tests/EffectsTest/res/values/
strings.xml 11 <string name="rvb_param_4_name">Decay HF Ratio</string>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
contrast.cpp 17 // Native function to extract contrast ratio from image (handed down as ByteBuffer).
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
chrono 40 template <class Rep, class Period = ratio<1>>
44 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio");
99 typedef duration< long, ratio< 60> > minutes;
100 typedef duration< long, ratio<3600> > hours;
263 constexpr chrono::duration<unspecified , ratio<3600,1>> operator "" h(long double); // C++14
265 constexpr chrono::duration<unspecified , ratio<60,1>> operator "" min(long double); // C++14
281 #include <ratio>
295 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TYPE_VIS_ONLY duration;
410 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio");
439 typedef ratio<__mul<__n1, __d2, !value>::value
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
seconds.pass.cpp 26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
  /packages/apps/ContactsCommon/res/layout/
contact_tile_starred.xml 34 ex:ratio="1.0"
  /packages/apps/DeskClock/res/layout-land/
clock_fragment.xml 18 with a spacing ratio dependent on the number of clocks per row (phone has 1, tablet has 2). -->
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 180 float ratio = ((float) longerEdge) / iconSize; local
181 int newWidth = (int) (orgWidth / ratio);
182 int newHeight = (int) (orgHeight / ratio);
190 // It is sure ratio >= 1.0f in any case and thus the newly created Bitmap
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 78 // The ratio indicates how to reduce the source to match the View,
80 float ratio = mWidthTransformRatio > mHeightTransformRatio ?
82 mWidthTransformRatio = ratio;
83 mHeightTransformRatio = ratio;

Completed in 1355 milliseconds

<<11121314151617181920>>