Searched refs:loc2 (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | TextFormatParseLocationTest.java | 78 TextFormatParseLocation loc2 = TextFormatParseLocation.create(2, 2); in testEquals() local 83 assertNotSame(loc0, loc2); in testEquals() 84 assertNotSame(loc1, loc2); in testEquals()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSAnimator.java | 161 int[] loc2 = new int[2]; in updateAnimators() local 194 getRelativePosition(loc2, tileIcon, view); in updateAnimators() 195 final int xDiff = loc2[0] - loc1[0]; in updateAnimators() 196 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() 232 getRelativePosition(loc2, tileIcon, view); in updateAnimators() 233 final int xDiff = loc2[0] - loc1[0]; in updateAnimators() 234 final int yDiff = loc2[1] - loc1[1]; in updateAnimators()
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationManagerTest.java | 96 String loc2 = Location.convert(-80.085, Location.FORMAT_DEGREES); in testLocationConversions() local 97 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc2); in testLocationConversions() 98 assertEquals("-80.085", loc2); in testLocationConversions()
|
/frameworks/native/docs/ |
D | Doxyfile | 1322 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ... 1650 # TAGFILES = file1=loc1 "file2 = loc2" ... 1651 # where "loc1" and "loc2" can be relative or absolute paths
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1397 # TAGFILES = file1=loc1 "file2 = loc2" ... 1398 # where "loc1" and "loc2" can be relative or absolute paths or
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1540 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 1977 # TAGFILES = file1=loc1 "file2 = loc2" ... 1978 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
D | Doxyfile.orig | 1531 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 1968 # TAGFILES = file1=loc1 "file2 = loc2" ... 1969 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1657 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2132 # TAGFILES = file1=loc1 "file2 = loc2" ... 2133 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
D | Doxyfile | 1657 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2132 # TAGFILES = file1=loc1 "file2 = loc2" ... 2133 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1607 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2091 # TAGFILES = file1=loc1 "file2 = loc2" ... 2092 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|