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

  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
location_test.cpp 13 void expectLocation(int count,
36 expectLocation(1, &str, NULL, loc);
45 expectLocation(1, &str, NULL, loc);
54 expectLocation(2, str, NULL, loc);
63 expectLocation(2, str, NULL, loc);
72 expectLocation(1, &str, NULL, loc);
97 expectLocation(2, str, NULL, loc);
106 expectLocation(3, str, NULL, loc);
170 expectLocation(1, &str, NULL, loc);
180 expectLocation(1, &str, NULL, loc)
    [all...]
  /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);
268 Verifier.expectLocation(2, 13);
286 Verifier.expectLocation(2, 8);
304 Verifier.expectLocation(3, 8);
324 Verifier.expectLocation(4, 8);
MatchVerifier.h 149 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 2279 milliseconds