Searched refs:loc1 (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 | 68 TextFormatParseLocation loc1 = TextFormatParseLocation.create(2, 1); in testHashCode() local 70 assertEquals(loc0.hashCode(), loc1.hashCode()); in testHashCode() 77 TextFormatParseLocation loc1 = TextFormatParseLocation.create(1, 2); in testEquals() local 82 assertNotSame(loc0, loc1); in testEquals() 84 assertNotSame(loc1, loc2); in testEquals()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSAnimator.java | 160 int[] loc1 = new int[2]; in updateAnimators() local 192 lastX = loc1[0]; in updateAnimators() 193 getRelativePosition(loc1, quickTileView.getIcon().getIconView(), view); in updateAnimators() 195 final int xDiff = loc2[0] - loc1[0]; in updateAnimators() 196 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() 197 lastXDiff = loc1[0] - lastX; in updateAnimators() 231 loc1[0] += lastXDiff; in updateAnimators() 233 final int xDiff = loc2[0] - loc1[0]; in updateAnimators() 234 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() 305 private void getRelativePosition(int[] loc1, View view, View parent) { in getRelativePosition() argument [all …]
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationManagerTest.java | 88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES); in testLocationConversions() local 89 Log.i(LOG_TAG, "Input = " + (-80.075) + ", output = " + loc1); in testLocationConversions() 90 assertEquals("-80.075", loc1); 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
|