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

  /external/autotest/frontend/client/src/autotest/common/table/
JSONObjectComparator.java 18 int compareValue = 0;
22 compareValue = key0.compareTo(key1) * sortSpec.getDirectionMultiplier();
23 if (compareValue != 0) {
24 return compareValue;
  /frameworks/rs/api/
rs_atomic.spec 77 arg: int32_t compareValue, "Value to test *addr against."
81 If the value at addr matches compareValue then the newValue is written at addr,
82 i.e. <code>if (*addr == compareValue) { *addr = newValue; }</code>.
85 by rsAtomicCas() is compareValue.
93 arg: uint32_t compareValue
  /frameworks/rs/scriptc/
rs_atomic.rsh 85 * If the value at addr matches compareValue then the newValue is written at addr,
86 * i.e. if (*addr == compareValue) { *addr = newValue; }.
89 * by rsAtomicCas() is compareValue.
93 * compareValue: Value to test *addr against.
100 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
105 rsAtomicCas(volatile uint32_t* addr, uint32_t compareValue, uint32_t newValue);
  /prebuilts/sdk/renderscript/include/
rs_atomic.rsh 85 * If the value at addr matches compareValue then the newValue is written at addr,
86 * i.e. if (*addr == compareValue) { *addr = newValue; }.
89 * by rsAtomicCas() is compareValue.
93 * compareValue: Value to test *addr against.
100 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
105 rsAtomicCas(volatile uint32_t* addr, uint32_t compareValue, uint32_t newValue);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 645 String compareValue = "", currentValue;
654 compareValue = names.get(i).trim();
655 if (D) Log.d(TAG, "compareValue=" + compareValue);
660 if (currentValue.equals(compareValue)) {
673 compareValue = searchValue.trim().toLowerCase();
681 if (searchValue.isEmpty() || ((currentValue.toLowerCase()).startsWith(compareValue))) {
    [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 1343 milliseconds