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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 166 double highValue = high();
174 if (theValue <= highValue)
179 if (highValue < optimumValue) {
181 if (highValue <= theValue)
191 if (lowValue <= theValue && theValue <= highValue)
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PODIntervalTree.h 48 PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue)
51 , m_highValue(highValue)
56 const T& highValue() const { return m_highValue; }
180 if (!(adapter.highValue() < node->data().low()))
  /external/chromium_org/third_party/icu/source/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);
  /external/icu4c/common/
utrie2_builder.cpp 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 337 /* highValue and reserved values */
353 /* highValue and reserved values */
669 uint32_t highValue;
671 highValue=
676 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
678 value=enumValue(context, highValue);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 240 const LayoutUnit& highValue() const { return m_offset; }
RenderBlock.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 513 int highValue = appParam[i] & 0xff;
515 appParamValue.maxListCount = highValue * 256 + lowValue;
521 int highValue = appParam[i] & 0xff;
523 appParamValue.listStartOffset = highValue * 256 + lowValue;
    [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/misc/common/icu4j/
icu4j.jar 

Completed in 1011 milliseconds