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

  /external/collada/include/dae/
daeElement.h 505 int compareValue; // > 0 if elt1 > elt2,
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.cpp 197 bool compareValue(T a, T b, MediaFeaturePrefix op)
225 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
235 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
266 return v != 0 && compareValue(width * v, height * h, op);
282 return v != 0 && compareValue(static_cast<int>(sg.width()) * v, static_cast<int>(sg.height()) * h, op);
294 return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_cast<CSSPrimitiveValue*>(value)->getFloatValue(), op);
305 return compareValue(static_cast<int>(number), 0, op);
314 return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.height()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
326 return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.width()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
339 return value->isPrimitiveValue() && compareValue(view->layoutHeight(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), (…)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 597 String compareValue = "", currentValue;
606 compareValue = names.get(i).trim();
607 if (D) Log.d(TAG, "compareValue=" + compareValue);
612 if (currentValue.startsWith(compareValue)) {
624 compareValue = searchValue.trim();
630 if (searchValue == null || currentValue.startsWith(compareValue)) {
    [all...]

Completed in 209 milliseconds