HomeSort by relevance Sort by last modified time
    Searched defs:compareValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 159 bool compareValue(T a, T b, MediaFeaturePrefix op)
175 return compareValue(width * static_cast<int>(value.denominator), height * static_cast<int>(value.numerator), op);
194 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
208 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
216 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
285 return compareValue(actualResolution, clampTo<float>(value.value), op);
299 return compareValue(
304 return compareValue(actualResolution, valueInDppx, op);
325 return compareValue(static_cast<int>(number), 0, op);
348 return computeLength(value, mediaValues, length) && compareValue(static_cast<int>(mediaValues.deviceHeight()), length, op)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 635 String compareValue = "", currentValue;
644 compareValue = names.get(i).trim();
645 if (D) Log.d(TAG, "compareValue=" + compareValue);
650 if (currentValue.equals(compareValue)) {
663 compareValue = searchValue.trim();
671 if (searchValue.isEmpty() || ((currentValue.toLowerCase()).equals(compareValue.toLowerCase()))) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 219 milliseconds