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 138 for bot in self._bots:
139 yield bot
151 submit_try %s--bot <buildername> [<buildername> ...]
153 -b, --bot Builder(s) or Alias on which to run the try. Required.
188 elif arg == '-b' or arg == '--bot':
190 Error('--bot specified multiple times.')
192 Error('You must specify a builder with "--bot".')
195 for bot in argv.pop(0).split(','):
196 if bot in ALL_ALIASES:
199 '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);
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm_asm.S 170 # asm 1: vld1.8 {<y0=reg128#1%bot},[<input_1=int32#2]!
175 # asm 1: vld1.8 {>y12=reg128#2%bot->y12=reg128#2%top},[<input_1=int32#2]!
180 # asm 1: vld1.8 {>y34=reg128#3%bot->y34=reg128#3%top},[<input_1=int32#2]!
192 # asm 1: vld1.8 {<z0=reg128#4%bot},[<input_1=int32#2]!
197 # asm 1: vld1.8 {>z12=reg128#5%bot->z12=reg128#5%top},[<input_1=int32#2]!
202 # asm 1: vld1.8 {>z34=reg128#6%bot->z34=reg128#6%top},[<input_1=int32#2]!
217 # asm 1: vld1.8 {>x01=reg128#9%bot->x01=reg128#9%top},[<input_0=int32#1,: 128]!
222 # asm 1: vld1.8 {>x23=reg128#10%bot->x23=reg128#10%top},[<input_0=int32#1,: 128]!
227 # asm 1: vld1.8 {<x4=reg128#11%bot},[<input_0=int32#1,: 64]
319 # asm 1: vst1.8 {<u4=reg128#8%bot-<u4=reg128#8%top},[<ptr=int32#2,: 128
    [all...]
  /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."
52 _log.info("Bot started")
55 bot_thread.bot.post_new_commits()
64 _log.info("Disconnecting bot")
67 _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 274 SkScalar bot = SkIntToScalar(SK_MinS16); local
284 } else if (bot < pts[i].fY) {
285 bot = pts[i].fY;
291 } else if (bot < pts[0].fY) {
292 bot = pts[0].fY;
296 SkASSERT(top <= bot);
299 *ibot = SkScalarRound(bot);
327 int bot = SkMin32(pathBot, clipBot); local
329 if (top >= bot)
334 if (!builder.init(bot - top
    [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 274 SkScalar bot = SkIntToScalar(SK_MinS16); local
284 } else if (bot < pts[i].fY) {
285 bot = pts[i].fY;
291 } else if (bot < pts[0].fY) {
292 bot = pts[0].fY;
296 SkASSERT(top <= bot);
299 *ibot = SkScalarRound(bot);
327 int bot = SkMin32(pathBot, clipBot); local
329 if (top >= bot)
334 if (!builder.init(bot - top
    [all...]
  /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 909 milliseconds

1 2 3 4