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

  /external/webkit/Source/WebCore/html/
HTMLMeterElement.cpp 182 double highValue = high();
190 if (theValue <= highValue)
195 if (highValue < optimumValue) {
197 if (highValue <= theValue)
207 if (lowValue <= theValue && theValue <= highValue)
  /external/icu4c/common/
utrie2_builder.c 899 findHighStart(UNewTrie2 *trie, uint32_t highValue) {
913 if(highValue==initialValue) {
928 /* the index-2 block is the same as the previous one, and filled with highValue */
935 if(highValue!=initialValue) {
944 /* the block is the same as the previous one, and filled with highValue */
951 if(highValue!=initialValue) {
958 if(value!=highValue) {
    [all...]
utrie2.cpp 333 /* highValue and reserved values */
349 /* highValue and reserved values */
663 uint32_t highValue;
665 highValue=
670 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
672 value=enumValue(context, highValue);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 511 int highValue = appParam[i] & 0xff;
513 appParamValue.maxListCount = highValue * 256 + lowValue;
519 int highValue = appParam[i] & 0xff;
521 appParamValue.listStartOffset = highValue * 256 + lowValue;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1753 milliseconds