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

1 2 3 4 5

  /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")
38 bot._format_commit_detail("""\
57 bot._format_commit_detail("""\
73 bot._format_commit_detail("""\
89 bot._format_commit_detail("""\
101 bot._format_commit_detail("""\
122 bot._format_commit_detail("""\
142 bot._format_commit_detail("""\
162 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/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/Camera2/src/com/android/camera/ui/
FocusOverlay.java 265 float bot = mFocusDebugCornersRect.bottom; local
269 canvas.drawLines(new float[]{left, bot - delta, left, bot, left, bot, left + delta, bot}, mDebugCornersPaint);
270 canvas.drawLines(new float[]{right, bot - delta, right, bot, right, bot, right - delta, bot}, mDebugCornersPaint);
274 canvas.drawText(mDebugMessage, left - 4, bot + 44, mDebugTextPaint)
    [all...]
  /development/perftests/panorama/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/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/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/skia/experimental/benchtools/
greenify.py 60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
61 commit_msg = """Greenify bench bot %s at build %s
66 NOTRY=true""" % (bot, build)
74 filename = 'bench_expectations_%s.txt' % bot
101 def widen_bench_ranges(url, bot, repo_dir, exp_dir):
102 fname = 'bench_expectations_%s.txt' % bot
105 print 'This bot has no expectations! %s' % bot
184 bot = path[4]
192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir)
    [all...]
  /external/skia/experimental/benchtools/
greenify.py 60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
61 commit_msg = """Greenify bench bot %s at build %s
66 NOTRY=true""" % (bot, build)
74 filename = 'bench_expectations_%s.txt' % bot
101 def widen_bench_ranges(url, bot, repo_dir, exp_dir):
102 fname = 'bench_expectations_%s.txt' % bot
105 print 'This bot has no expectations! %s' % bot
184 bot = path[4]
192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir)
    [all...]
  /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 55 int bot = SkFDot6Round(y1); local
58 if (top == bot) {
62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
72 fLastY = bot - 1;
96 int bot = SkFDot6Round(y1); local
101 if (top == bot)
113 fLastY = bot - 1;
193 int bot = SkFDot6Round(y2); local
196 if (top == bot)
346 int bot = SkFDot6Round(y3) local
    [all...]
SkEdge.h 108 int bot = SkFDot6Round(y1);
111 if (top == bot) {
121 fLastY = bot - 1;
SkRegionPriv.h 171 int bot;
178 bot = *runs++;
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
225 bounds->fBottom = bot;
  /external/skia/src/core/
SkEdge.cpp 55 int bot = SkFDot6Round(y1); local
58 if (top == bot) {
62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
72 fLastY = bot - 1;
96 int bot = SkFDot6Round(y1); local
101 if (top == bot)
113 fLastY = bot - 1;
193 int bot = SkFDot6Round(y2); local
196 if (top == bot)
346 int bot = SkFDot6Round(y3) local
    [all...]
SkEdge.h 108 int bot = SkFDot6Round(y1);
111 if (top == bot) {
121 fLastY = bot - 1;
SkRegionPriv.h 171 int bot;
178 bot = *runs++;
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
225 bounds->fBottom = bot;
  /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...]

Completed in 960 milliseconds

1 2 3 4 5