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

  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LocationTest.java 29 File file3 = new File("parent/location3");
34 Location location3 = Location.create(file3); local
49 location2.setSecondary(location3);
50 assertSame(location3, Location.reverse(location1));
51 assertFalse(containsCycle(location3));
52 assertSame(location2, location3.getSecondary());
57 location2.setSecondary(location3);
58 location3.setSecondary(location4);
61 assertSame(location3, location4.getSecondary());
62 assertSame(location2, location3.getSecondary())
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 60 location3 = SourceLocation.from_position(tu, file, 1, 4)
61 assert location2 != location3
93 location3 = SourceLocation.from_position(tu, file, 1, 6)
94 range3 = SourceRange.from_locations(location1, location3)

Completed in 51 milliseconds