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

1 2

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriffircbot_unittest.py 33 from webkitpy.tool.bot.sheriff import Sheriff
34 from webkitpy.tool.bot.sheriffircbot import SheriffIRCBot
35 from webkitpy.tool.bot.sheriff_unittest import MockSheriffBot
42 bot = SheriffIRCBot(tool, Sheriff(tool, MockSheriffBot()))
43 bot._message_queue.post(["mock_nick", message])
44 bot.process_pending_messages()
botinfo_unittest.py 31 from webkitpy.tool.bot.botinfo import BotInfo
40 self.assertEqual(BotInfo(tool).summary_text(), "Bot: MockBotId Port: MockPort Platform: MockPlatform 1.0")
irc_command_unittest.py 31 from webkitpy.tool.bot.irc_command import *
sheriff_unittest.py 35 from webkitpy.tool.bot.sheriff import Sheriff
40 name = "mock-sheriff-bot"
expectedfailures_unittest.py 31 from webkitpy.tool.bot.expectedfailures import ExpectedFailures
feeders_unittest.py 34 from webkitpy.tool.bot.feeders import *
sheriffircbot.py 29 from webkitpy.tool.bot import irc_command
  /external/webkit/Tools/EWSTools/
start-queue.sh 54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
  /external/pcre/
pcre_get.c 73 int top, bot; local
85 bot = 0;
86 while (top > bot)
88 int mid = (top + bot) / 2;
92 if (c > 0) bot = mid + 1; else top = mid;
123 int top, bot; local
136 bot = 0;
137 while (top > bot)
139 int mid = (top + bot) / 2;
160 if (c > 0) bot = mid + 1; else top = mid
    [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;
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) {
Blend.cpp 138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
775 int b = (int) ((vcrect.bot - rect.top));
784 if (vcrect.bot == brect.bot)
859 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
868 if (vcrect.bot == brect.bot)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
bugfortest.py 30 from webkitpy.tool.bot.flakytestreporter import FlakyTestReporter
sheriffbot.py 33 from webkitpy.tool.bot.sheriff import Sheriff
34 from webkitpy.tool.bot.sheriffircbot import SheriffIRCBot
40 name = "sheriff-bot"
stepsequence.py 34 from webkitpy.tool.bot.queueengine import QueueEngine
queues.py 47 from webkitpy.tool.bot.botinfo import BotInfo
48 from webkitpy.tool.bot.commitqueuetask import CommitQueueTask, CommitQueueTaskDelegate
49 from webkitpy.tool.bot.feeders import CommitQueueFeeder, EWSFeeder
50 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate
51 from webkitpy.tool.bot.flakytestreporter import FlakyTestReporter
89 webkit_patch_args += ["--bot-id=%s" % self._tool.status_server.bot_id]
265 bot_id = self._tool.status_server.bot_id or "bot"
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy.py 45 bot = self._irc_bot(self._message_queue, self._irc_delegate)
46 bot.start()
  /external/skia/src/core/
SkEdge.cpp 64 int bot = SkFDot6Round(y1); local
67 if (top == bot) {
71 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1); local
109 if (top == bot)
120 fLastY = bot - 1;
210 int bot = SkFDot6Round(y2); local
213 if (top == bot)
356 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 237 SkScalar bot = SkIntToScalar(SK_MinS16); local
247 } else if (bot < pts[i].fY) {
248 bot = pts[i].fY;
254 } else if (bot < pts[0].fY) {
255 bot = pts[0].fY;
259 SkASSERT(top <= bot);
262 *ibot = SkScalarRound(bot);
290 int bot = SkMin32(pathBot, clipBot); local
292 if (top >= bot)
297 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkRegion.cpp 64 int bot;
68 bot = *runs++;
82 bounds->fBottom = bot;
268 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
818 int top, bot SK_INIT_TO_AVOID_WARNING;
832 bot = a_bot;
836 bot = a_top = b_top;
845 bot = b_bot;
849 bot = b_top = a_top;
859 bot = b_top = a_bot
    [all...]
  /bionic/libc/tzcode/
strftime.c 474 int bot; local
484 bot = ((yday + 11 - wday) %
490 top = bot -
500 if (yday >= bot) {
501 w = 1 + ((yday - bot) /
  /system/core/libcutils/
tzstrftime.c 424 int bot; local
434 bot = ((yday + 11 - wday) %
440 top = bot -
450 if (yday >= bot) {
451 w = 1 + ((yday - bot) /
  /external/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;

Completed in 902 milliseconds

1 2