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

  /external/webrtc/src/system_wrappers/source/
atomic32.cc 75 WebRtc_Word32 compareValue)
77 return _impl.CompareExchange(newValue,compareValue);
atomic32_linux.h 38 WebRtc_Word32 compareValue);
108 WebRtc_Word32 compareValue)
110 return __sync_bool_compare_and_swap(_value,compareValue,newValue);
atomic32_mac.h 37 WebRtc_Word32 compareValue);
104 WebRtc_Word32 compareValue)
107 compareValue,
  /external/webrtc/src/system_wrappers/interface/
atomic32_wrapper.h 39 bool CompareExchange(WebRtc_Word32 newValue, WebRtc_Word32 compareValue);
  /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...]
  /frameworks/base/libs/rs/scriptc/
rs_atomic.rsh 222 * If the value at addr matches compareValue then newValue is written.
225 * @param compareValue The value to test addr[0] against.
231 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
236 * If the value at addr matches compareValue then newValue is written.
239 * @param compareValue The value to test addr[0] against.
245 rsAtomicCas(volatile uint32_t* addr, int32_t compareValue, int32_t newValue);
  /prebuilt/sdk/14/renderscript/include/
rs_atomic.rsh 221 * If the value at addr matches compareValue then newValue is written.
224 * @param compareValue The value to test addr[0] against.
230 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
235 * If the value at addr matches compareValue then newValue is written.
238 * @param compareValue The value to test addr[0] against.
244 rsAtomicCas(volatile uint32_t* addr, int32_t compareValue, int32_t newValue);
  /external/collada/src/dae/
daeElement.cpp 480 : compareValue(0),
535 result.compareValue = 0;
543 result.compareValue = strcmp(elt1.getElementName(), elt2.getElementName());
552 result.compareValue = strcmp(elt1.getAttribute(attr.c_str()).c_str(),
562 result.compareValue = strcmp(elt1.getCharData().c_str(),
574 result.compareValue = int(children1.getCount()) - int(children2.getCount());
597 if (result.compareValue != 0)
633 if (result.compareValue != 0)
642 return compareWithFullResult(elt1, elt2).compareValue;
  /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...]
  /external/collada/include/dae/
daeElement.h 505 int compareValue; // > 0 if elt1 > elt2,
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 653 SigValueDelta valueDelta = compareValue(from.getValue(), to.getValue());
    [all...]

Completed in 274 milliseconds