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

12 3 4 5

  /external/skia/src/core/
SkRegionPriv.h 171 int bot;
178 bot = *runs++;
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
225 bounds->fBottom = bot;
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/ltrace/sysdeps/linux-gnu/ia64/
trace.c 101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; local
115 insn = 0UL | bot | (top << 18UL);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 58 s->bot = NULL;
70 if (s->bot) {
71 yasm_xfree(s->bot);
72 s->bot = NULL;
88 cnt = s->tok - s->bot;
90 memmove(s->bot, s->tok, (size_t)(s->lim - s->tok));
91 s->tok = s->bot;
96 if (!s->bot)
99 unsigned char *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE);
102 s->ptr = &buf[s->ptr - s->bot];
    [all...]
  /external/chromium_org/third_party/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...]
SkEdge.h 115 int bot = SkFDot6Round(y1);
118 if (top == bot) {
128 fLastY = bot - 1;
  /external/pcre/dist/
pcre_get.c 81 int top, bot; local
115 bot = 0;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top = mid;
164 int top, bot; local
199 bot = 0;
200 while (top > bot)
202 int mid = (top + bot) / 2;
234 if (c > 0) bot = mid + 1; else top = mid
    [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/chromium_org/third_party/skia/tools/
roll_deps.py 88 # Split and remove empty strigns from the bot list.
89 self.cl_bot_list = [bot for bot in options.bots.split(',') if bot]
183 git_try.extend([arg for bot in bots_to_run for arg in ('-b', bot)])
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/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/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);
  /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);
  /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...]
  /external/chromium_org/
PRESUBMIT.py     [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...]

Completed in 1619 milliseconds

12 3 4 5