HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer_unittest.py 28 from webkitpy.tool.bot.commitannouncer import CommitAnnouncer
35 bot = CommitAnnouncer(tool, "test_password")
39 bot._format_commit_detail("""\
59 bot._format_commit_detail("""\
76 bot._format_commit_detail("""\
93 bot._format_commit_detail("""\
106 bot._format_commit_detail("""\
128 bot._format_commit_detail("""\
149 bot._format_commit_detail("""\
170 bot._format_commit_detail("""
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
scanio.c 2 unsigned cnt = s->tok - s->bot;
7 memcpy(s->bot, s->tok, len);
8 s->eot = &s->bot[len];
14 memcpy(s->bot, s->tok, s->lim - s->tok);
18 s->tok = s->bot;
22 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + 512)*sizeof(uchar));
23 memcpy(buf, s->bot, s->lim - s->bot);
25 s->ptr = &buf[s->ptr - s->bot];
27 s->eot = &buf[s->eot - s->bot];
    [all...]
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 16 for bot, proc in bot_process_map:
20 print 'Error running the bot script with id="%s"' % bot, err
27 (bot, subprocess.Popen(
28 [os.path.join(BUILDBOT_DIR, 'bb_run_bot.py'), '--bot-id', bot,
30 for bot in bb_run_bot.GetBotStepMap()]
  /external/skia/tools/
submit_try 145 for bot in self._bots:
146 yield bot
158 submit_try %s--bot <buildername> [<buildername> ...]
160 -b, --bot Builder(s) or Alias on which to run the try. Required.
195 elif arg == '-b' or arg == '--bot':
197 Error('--bot specified multiple times.')
199 Error('You must specify a builder with "--bot".')
202 for bot in argv.pop(0).split(','):
203 if bot in ALL_ALIASES:
206 'aliases.' % bot)
    [all...]
  /external/pixman/demos/
trap-test.c 28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000;
29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000;
30 trap.bot.y = pixman_int_to_fixed (150);
  /external/pixman/test/
a1-trap-test.c 28 trap.bot.l = pixman_double_to_fixed (0.5);
29 trap.bot.r = pixman_double_to_fixed (1.5);
30 trap.bot.y = pixman_double_to_fixed (1.5);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Geometry.h 36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c 31 s->bot = s->tok = s->ptr = s->cur = s->pos = s->lim = s->top =
41 unsigned int cnt = s->tok - s->bot;
43 memcpy(s->bot, s->tok, s->lim - s->tok);
44 s->tok = s->bot;
51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE));
54 s->ptr = &buf[s->ptr - s->bot];
55 cursor = &buf[cursor - s->bot];
56 s->pos = &buf[s->pos - s->bot];
57 s->lim = &buf[s->lim - s->bot];
59 if (s->bot)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.c 31 s->bot = s->tok = s->ptr = s->cur = s->pos = s->lim = s->top =
41 unsigned int cnt = s->tok - s->bot;
43 memcpy(s->bot, s->tok, s->lim - s->tok);
44 s->tok = s->bot;
51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE) + 1);
54 s->ptr = &buf[s->ptr - s->bot];
55 cursor = &buf[cursor - s->bot];
56 s->pos = &buf[s->pos - s->bot];
57 s->lim = &buf[s->lim - s->bot];
59 if (s->bot)
    [all...]
scanner.h 9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-token.re 101 size_t cnt = s->tok - s->bot;
103 memmove(s->bot, s->tok, (size_t)(s->lim - s->tok));
104 s->tok = s->bot;
109 if (!s->bot)
112 YYCTYPE *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE);
115 s->ptr = &buf[s->ptr - s->bot];
116 cursor = &buf[cursor - s->bot];
117 s->lim = &buf[s->lim - s->bot];
119 if (s->bot)
120 yasm_xfree(s->bot);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 32 from webkitpy.tool.bot.commitannouncer import CommitAnnouncer, CommitAnnouncerThread
40 help_text = "Start an IRC bot for announcing new git commits."
51 _log.info("Bot started")
54 bot_thread.bot.post_new_commits()
63 _log.info("Disconnecting bot")
66 _log.info("Bot offline")
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 63 int bot = SkFDot6Round(y1); local
66 if (top == bot) {
70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1); local
109 if (top == bot)
121 fLastY = bot - 1;
211 int bot = SkFDot6Round(y2); local
214 if (top == bot)
376 int bot = SkFDot6Round(y3) local
    [all...]
SkRegionPriv.h 171 int bot;
178 bot = *runs++;
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
225 bounds->fBottom = bot;
SkRegion_path.cpp 255 SkScalar bot = SkIntToScalar(SK_MinS16); local
265 } else if (bot < pts[i].fY) {
266 bot = pts[i].fY;
272 } else if (bot < pts[0].fY) {
273 bot = pts[0].fY;
277 SkASSERT(top <= bot);
280 *ibot = SkScalarRound(bot);
308 int bot = SkMin32(pathBot, clipBot); local
310 if (top >= bot)
315 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkEdge.h 116 int bot = SkFDot6Round(y1);
119 if (top == bot) {
129 fLastY = bot - 1;
  /external/skia/src/core/
SkEdge.cpp 63 int bot = SkFDot6Round(y1); local
66 if (top == bot) {
70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1); local
109 if (top == bot)
121 fLastY = bot - 1;
211 int bot = SkFDot6Round(y2); local
214 if (top == bot)
376 int bot = SkFDot6Round(y3) local
    [all...]
SkRegionPriv.h 171 int bot;
178 bot = *runs++;
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
225 bounds->fBottom = bot;
SkRegion_path.cpp 255 SkScalar bot = SkIntToScalar(SK_MinS16); local
265 } else if (bot < pts[i].fY) {
266 bot = pts[i].fY;
272 } else if (bot < pts[0].fY) {
273 bot = pts[0].fY;
277 SkASSERT(top <= bot);
280 *ibot = SkScalarRound(bot);
308 int bot = SkMin32(pathBot, clipBot); local
310 if (top >= bot)
315 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkEdge.h 116 int bot = SkFDot6Round(y1);
119 if (top == bot) {
129 fLastY = bot - 1;
  /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/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);

Completed in 1096 milliseconds

1 2 3 4