Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/format/
DTimeFormatter.java300 int bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3; in handleToken() local
302 int top = bot - (len % DAYSPERWEEK); in handleToken()
312 if (yday >= bot) { in handleToken()
313 w = 1 + ((yday - bot) / DAYSPERWEEK); in handleToken()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto324 // Name of the user (an engineer or a build bot) that built the image. For
325 // production builds, this is from the build bot but some OEMs might use a
/frameworks/native/opengl/libagl/
Degl.cpp316 const int32_t bot = min(lhs.bottom, rhs.bottom); in subtract() local
317 if (top < bot) { in subtract()
322 storage->bottom = bot; in subtract()
329 storage->bottom = bot; in subtract()
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp782 <string name="bot" product="default">yes</string>)"; in TEST_F()