HomeSort by relevance Sort by last modified time
    Searched refs:compValue (Results 1 - 7 of 7) sorted by null

  /external/aac/libSBRenc/src/
mh_det.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 169 int compValue = comp.compare(item, bestSoFar);
170 if (compValue < 0) {
177 int compValue = comp.compare(item, bestSoFar);
178 if (compValue > 0) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 168 int compValue = comp.compare(item, bestSoFar);
169 if (compValue < 0) {
176 int compValue = comp.compare(item, bestSoFar);
177 if (compValue > 0) {
  /packages/apps/Camera2/src/com/android/camera/widget/
IndicatorIconController.java 257 int compValue = mController.getSettingsManager().getInteger(
259 int comp = Math.round(compValue * buttonManager.getExposureCompensationStep());
  /packages/apps/Camera2/src/com/android/camera/
ButtonManager.java 585 int compValue =
587 cb.setExposure(compValue);
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 324 milliseconds