Home
last modified time | relevance | path

Searched defs:location2 (Results 1 – 8 of 8) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DLocatedItemsTest.java23 MethodLocation location2 = new MethodLocation(null, 456, 2); in doTestMergeIntoKeepsOrderOfDebugItems() local
/external/libchrome/base/debug/
Dtask_annotator_unittest.cc140 const Location location2 = FROM_HERE; in TEST_F() local
284 const Location location2 = FROM_HERE; in TEST_F() local
351 OnceClosure task2) { in TEST_F()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java421 Location location2 = new Location(GPS_PROVIDER); in simulateLocation_shouldNotNotifyListenerIfLessThanFastestInterval() local
439 Location location2 = new Location(GPS_PROVIDER); in simulateLocation_shouldNotNotifyListenerIfLessThanMinimumDistance() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java470 private static float distanceBetween(Location location1, Location location2) { in distanceBetween()
/external/angle/src/tests/gl_tests/
DSimpleOperationTest.cpp644 const GLint location2 = glGetUniformLocation(program, "color2"); in TEST_P() local
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp930 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
981 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp929 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
986 SkPoint location2 = SkPoint::Make(fLocation.fX, fLocation.fY); in transform() local
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc1621 const SourceLocation location2{"file.cc", "SomeFunction", 456}; in TEST_F() local