HomeSort by relevance Sort by last modified time
    Searched refs:expectLocation (Results 1 - 4 of 4) 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);
312 Verifier.expectLocation(2, 13);
330 Verifier.expectLocation(2, 12);
348 Verifier.expectLocation(2, 8);
366 Verifier.expectLocation(3, 8);
386 Verifier.expectLocation(3, 8)
    [all...]
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;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]

Completed in 147 milliseconds