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

  /external/clang/unittests/AST/
SourceLocationTest.cpp 33 Verifier.expectLocation(1, 1);
39 Verifier.expectLocation(1, 1);
45 Verifier.expectLocation(1, 1);
51 Verifier.expectLocation(1, 1);
82 Verifier.expectLocation(1, 8);
MatchVerifier.h 120 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 108 milliseconds