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

  /external/opencv3/samples/cpp/
intelperc_capture.cpp 229 short lowValue = (short)capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE);
242 if ((lowValue == (*ptrSrc)) || (saturationValue == (*ptrSrc)))
277 if ((lowValue == (*ptrSrc)) || (saturationValue == (*ptrSrc)))
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 563 int lowValue = appParam[i + 1] & 0xff;
564 appParamValue.maxListCount = highValue * 256 + lowValue;
571 int lowValue = appParam[i + 1] & 0xff;
572 appParamValue.listStartOffset = highValue * 256 + lowValue;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 473 const char* lowValue; // !< lowValue^4 < maxValue
502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 475 const char* lowValue; // !< lowValue^4 < maxValue
504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 355 * <br>Note: If the format doesn?t have enough decimals, or lowValue ? highValue,
359 * @param lowValue low value in range
367 public final String formatMeasureRange(Measure lowValue, Measure highValue) {
368 MeasureUnit unit = lowValue.getUnit();
372 Number lowNumber = lowValue.getNumber();
426 // CurrencyAmount currencyLow = (CurrencyAmount) lowValue;
436 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 373 * <br>Note: If the format doesn?t have enough decimals, or lowValue ? highValue,
377 * @param lowValue low value in range
384 public final String formatMeasureRange(Measure lowValue, Measure highValue) {
385 MeasureUnit unit = lowValue.getUnit();
389 Number lowNumber = lowValue.getNumber();
443 // CurrencyAmount currencyLow = (CurrencyAmount) lowValue;
453 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal());
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 712 milliseconds