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

  /external/clang/unittests/AST/
MatchVerifier.h 163 void expectLocation(unsigned Line, unsigned Column) {
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 81 private String expectLocation;
339 if (expectLocation != null) {
340 if (expectLocation.equals(newLocation)) {
341 expectLocation = null;
343 expectDetails.append("Location expected:"+expectLocation+
360 if ((expectLocation == null) && (expectPermanent == -1))
664 expectLocation = newLocation;
669 expectLocation = newLocation;
768 expectLocation = null;

Completed in 296 milliseconds