HomeSort by relevance Sort by last modified time
    Searched full:location2 (Results 1 - 9 of 9) sorted by null

  /sdk/manifmerger/src/com/android/manifmerger/
MergerLog.java 69 @NonNull FileAndLine location2,
78 location2,
85 location2,
92 location2,
109 * @param filePath2 An optional file path to override in location2 (for conflicts).
134 @NonNull FileAndLine location2,
143 location2 = new FileAndLine(filePath2[0], location2.getLine());
146 parentLog.conflict(severity, location1, location2, message, msgParams);
IMergerLog.java 68 * @param location2 A file and line location of where the error was detected.
69 * By convention, location2 is generally a library location.
76 @NonNull FileAndLine location2,
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LocationTest.java 28 File file2 = new File("parent/location2");
33 Location location2 = Location.create(file2); local
42 location1.setSecondary(location2);
43 assertSame(location2, Location.reverse(location1));
44 assertFalse(containsCycle(location2));
45 assertSame(location1, location2.getSecondary());
48 location1.setSecondary(location2);
49 location2.setSecondary(location3);
52 assertSame(location2, location3.getSecondary());
53 assertSame(location1, location2.getSecondary())
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 58 location2 = SourceLocation.from_position(tu, file, 1, 5)
59 assert location == location2
61 assert location2 != location3
87 location2 = SourceLocation.from_position(tu, file, 1, 8)
89 range1 = SourceRange.from_locations(location1, location2)
90 range2 = SourceRange.from_locations(location1, location2)
  /cts/tests/tests/location2/
AndroidManifest.xml 19 package="com.android.cts.location2">
31 android:targetPackage="com.android.cts.location2"
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
LintCliXmlParserTest.java 111 Location location2 = handle.resolve(); local
113 assertNotNull(location2.getStart());
114 assertNotNull(location2.getEnd());
115 assertEquals(6, location2.getStart().getLine());
116 assertEquals(10, location2.getEnd().getLine());
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 87 SourceLocation Location2 = Context.getLocation(ID, 4, 4);
88 Replacement Replace2(createReplacement(Location2, 1, "f"));
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 17 package android.location2.cts;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 319 milliseconds