Searched refs:location2 (Results 1 - 14 of 14) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py58 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)
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLocationManagerTest.java396 Location location2 = new Location(GPS_PROVIDER);
397 location2.setTime(time + 1000);
400 shadowLocationManager.simulateLocation(location2);
414 Location location2 = new Location(GPS_PROVIDER);
415 location2.setLatitude(1.5);
416 location2.setLongitude(2.5);
417 location2.setTime(1000);
420 shadowLocationManager.simulateLocation(location2);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLocationManager.java444 private static float distanceBetween(Location location1, Location location2) { argument
446 double latDifference = Math.toRadians(location2.getLatitude() - location1.getLatitude());
447 double lonDifference = Math.toRadians(location2.getLongitude() - location1.getLongitude());
449 Math.cos(Math.toRadians(location1.getLatitude())) * Math.cos(Math.toRadians(location2.getLatitude())) *
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp927 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); variable
928 matrix.mapPoints(&location2, 1);
932 SkPoint3 location = SkPoint3::Make(location2.fX,
933 location2.fY,
984 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); variable
985 matrix.mapPoints(&location2, 1);
989 SkPoint3 location = SkPoint3::Make(location2.fX, location2.fY,
/external/skqp/src/effects/
H A DSkLightingImageFilter.cpp927 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); variable
928 matrix.mapPoints(&location2, 1);
932 SkPoint3 location = SkPoint3::Make(location2.fX,
933 location2.fY,
984 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); variable
985 matrix.mapPoints(&location2, 1);
989 SkPoint3 location = SkPoint3::Make(location2.fX, location2.fY,
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 201 milliseconds