HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/chromium_org/third_party/skia/src/core/
SkRegion_path.cpp 272 SkScalar bot = SkIntToScalar(SK_MinS16); local
282 } else if (bot < pts[i].fY) {
283 bot = pts[i].fY;
289 } else if (bot < pts[0].fY) {
290 bot = pts[0].fY;
294 SkASSERT(top <= bot);
297 *ibot = SkScalarRoundToInt(bot);
325 int bot = SkMin32(pathBot, clipBot); local
327 if (top >= bot)
332 if (!builder.init(bot - top
    [all...]
  /external/skia/src/core/
SkRegion_path.cpp 279 SkScalar bot = SkIntToScalar(SK_MinS16); local
289 } else if (bot < pts[i].fY) {
290 bot = pts[i].fY;
296 } else if (bot < pts[0].fY) {
297 bot = pts[0].fY;
301 SkASSERT(top <= bot);
304 *ibot = SkScalarRoundToInt(bot);
332 int bot = SkMin32(pathBot, clipBot); local
334 if (top >= bot)
339 if (!builder.init(bot - top
    [all...]
  /external/chromium_org/tools/sheriffing/
botinfo.js 5 /** Information about a particular bot. */
29 /** Update info about the bot, including info about the builder's builds. */
36 // Check if an offline bot is still offline.
135 // Running builds throw heuristics out of whack. Keep the bot visible.
153 /** Creates HTML elements to display info about this bot. */
157 // Insert a cell for the bot category.
162 // Insert a cell for the bot name.
170 nameCell.className = 'bot-name' + (this.inFlight > 0 ? ' in-flight' : '');
180 // Create a cell to indicate what the bot is currently doing.
195 // The bot's supposedly offline. Waits a few updates since a bot can b
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 9 // Interval at which to reload the non-CL bot status.
202 function addBotStatusRow(bot, className) {
206 (bot.id != "" ? "." + bot.id : "");
217 labelAnchor.id = "link_" + bot.id;
218 labelAnchor.textContent = bot.label;
248 closerBots.forEach(function(bot) {
249 addBotStatusRow(bot, "closer-status-row");
252 otherBots.forEach(function(bot) {
253 addBotStatusRow(bot, "other-status-row")
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 333 long bot = (x & 0xffffffffl) + ((top % radix) << 32); local
335 while ((bot > 0) || (top > 0)) {
336 buf[--i] = Character.forDigit((int) (bot % radix), radix);
337 bot = (bot / radix) + ((top % radix) << 32);
  /external/chromium_org/third_party/skia/tools/
submit_try 131 for bot in self._bots:
132 yield bot
144 submit_try %s--bot <buildername> [<buildername> ...]
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
183 elif arg == '-b' or arg == '--bot':
185 Error('--bot specified multiple times.')
187 Error('You must specify a builder with "--bot".')
190 for bot in argv.pop(0).split(','):
191 if bot in ALL_ALIASES:
194 'aliases.' % bot)
    [all...]
  /external/skia/tools/
submit_try 131 for bot in self._bots:
132 yield bot
144 submit_try %s--bot <buildername> [<buildername> ...]
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
183 elif arg == '-b' or arg == '--bot':
185 Error('--bot specified multiple times.')
187 Error('You must specify a builder with "--bot".')
190 for bot in argv.pop(0).split(','):
191 if bot in ALL_ALIASES:
194 'aliases.' % bot)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
  /external/chromium_org/third_party/skia/bench/
check_bench_regressions.py 135 key_suffix: string of <Platform>-<Alg> containing the bot platform and the
144 # The platform for this bot, to pass to the dashboard plot.
208 bot = None
215 bot = value
229 if directory is None or bot is None or rev is None:
233 platform_and_alg = bot + '-' + rep
  /external/skia/bench/
check_bench_regressions.py 135 key_suffix: string of <Platform>-<Alg> containing the bot platform and the
144 # The platform for this bot, to pass to the dashboard plot.
208 bot = None
215 bot = value
229 if directory is None or bot is None or rev is None:
233 platform_and_alg = bot + '-' + rep
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
  /external/pixman/pixman/
pixman-trap.c 212 const pixman_point_fixed_t *top, *bot; local
217 bot = &line->p2;
222 bot = &line->p1;
228 bot->x + x_off_fixed,
229 bot->y + y_off_fixed);
262 b = traps->bot.y + y_off_fixed;
273 traps->bot.l + x_off_fixed,
274 traps->bot.y + y_off_fixed);
279 traps->bot.r + x_off_fixed,
280 traps->bot.y + y_off_fixed)
    [all...]
  /system/keymaster/
ocb.c 166 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) {
169 __m128i lshift = _mm_cvtsi32_si128(bot);
170 __m128i rshift = _mm_cvtsi32_si128(64 - bot);
194 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
199 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot));
200 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot));
205 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
210 if (bot < 32)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 254 #define reverse(bot, top) { \
259 tmp = *bot; *bot++ = *s; *s++ = tmp; \
262 } while(bot < s); \
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 36 bot = os.getenv('BUILDBOT_BUILDERNAME', '')
37 return '-sdk-multi' in bot or '-sdk-bionic-multi' in bot
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 75 # Bot commands.
194 self.bot = CommitAnnouncer(tool, irc_password)
197 self.bot.start()
200 self.bot.stop()
  /bionic/libc/tzcode/
strftime.c 452 int bot; local
462 bot = ((yday + 11 - wday) %
468 top = bot -
478 if (yday >= bot) {
479 w = 1 + ((yday - bot) /
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 362 int bot; local
372 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
376 top = bot - (len % DAYSPERWEEK);
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) / DAYSPERWEEK);

Completed in 411 milliseconds

12 3 4 5