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

  /external/clang/test/Analysis/
temporaries.cpp 38 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {}
39 int anotherValue;
45 obj.anotherValue = -42;
53 clang_analyzer_eval(obj.anotherValue == -42); // expected-warning{{TRUE}}
56 clang_analyzer_eval(getTrivialSub().anotherValue == -42); // expected-warning{{TRUE}}
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 290 final int anotherValue = initialValue == 1 ? 0 : 1;
292 Settings.System.VIBRATE_WHEN_RINGING, anotherValue);
296 Settings.System.VIBRATE_WHEN_RINGING, anotherValue);

Completed in 76 milliseconds