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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 140 double highValue = high();
148 if (theValue <= highValue)
153 if (highValue < optimumValue) {
155 if (highValue <= theValue)
165 if (lowValue <= theValue && theValue <= highValue)
  /external/chromium_org/third_party/WebKit/Source/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/icu/icu4c/source/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 */
698 uint32_t highValue;
700 highValue=
705 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
707 value=enumValue(context, highValue);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 170 const LayoutUnit& highValue() const { return m_offset; }
FloatingObjects.cpp 118 int highValue() const { return m_lineBottom; }
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 552 int highValue = appParam[i] & 0xff;
554 appParamValue.maxListCount = highValue * 256 + lowValue;
560 int highValue = appParam[i] & 0xff;
562 appParamValue.listStartOffset = highValue * 256 + lowValue;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 470 const char* highValue; // !< highValue < maxValue
499 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 472 const char* highValue; // !< highValue < maxValue
501 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
    [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 1026 milliseconds