Searched refs:lead (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/format/ |
D | TimeFormatter.java | 495 int lead; in outputYear() local 500 lead = value / DIVISOR + trail / DIVISOR; in outputYear() 502 if (trail < 0 && lead > 0) { in outputYear() 504 --lead; in outputYear() 505 } else if (lead < 0 && trail > 0) { in outputYear() 507 ++lead; in outputYear() 510 if (lead == 0 && trail < 0) { in outputYear() 513 numberFormatter.format(getFormat(modifier, "%02d", "%2d", "%d", "%02d"), lead); in outputYear() local
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1608 # enabling this option may lead to badly anti-aliased labels on the edges of
|
/frameworks/native/docs/ |
D | Doxyfile | 1896 # enabling this option may lead to badly anti-aliased labels on the edges of
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2282 # Warning: Depending on the platform used, enabling this option may lead to
|
D | Doxyfile.orig | 2273 # Warning: Depending on the platform used, enabling this option may lead to
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2416 # Warning: Depending on the platform used, enabling this option may lead to
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 2464 # Warning: Depending on the platform used, enabling this option may lead to
|
D | Doxyfile | 2464 # Warning: Depending on the platform used, enabling this option may lead to
|