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

  /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/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 381 * <br>Note: If the format doesn?t have enough decimals, or lowValue ? highValue,
385 * @param lowValue low value in range
392 public final String formatMeasureRange(Measure lowValue, Measure highValue) {
393 MeasureUnit unit = lowValue.getUnit();
397 Number lowNumber = lowValue.getNumber();
450 // CurrencyAmount currencyLow = (CurrencyAmount) lowValue;
459 Map<FormatWidth, QuantityFormatter> styleToCountToFormat = unitToStyleToCountToFormat.get(lowValue.getUnit());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 412 milliseconds