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

1 2 3

  /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"
  /external/webkit/Tools/EWSTools/
start-queue.sh 54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
  /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);
  /packages/apps/Gallery2/jni_mosaic/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);
  /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;
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/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"
  /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/tools/
submit_try 138 for bot in self._bots:
139 yield bot
151 submit_try %s--bot <buildername> [<buildername> ...]
153 --bot Builder on which to run the try. Required.
176 elif arg == '--bot':
178 Error('--bot specified multiple times.')
180 Error('You must specify a builder with "--bot".')
183 bot = argv.pop(0)
184 if bot == ALL_BUILDERS:
190 if not bot in trybots
    [all...]
  /external/skia/legacy/src/core/
SkEdge.cpp 57 int bot = SkFDot6Round(y1); local
60 if (top == bot) {
64 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
73 fLastY = bot - 1;
97 int bot = SkFDot6Round(y1); local
102 if (top == bot)
113 fLastY = bot - 1;
203 int bot = SkFDot6Round(y2); local
206 if (top == bot)
349 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 229 SkScalar bot = SkIntToScalar(SK_MinS16); local
239 } else if (bot < pts[i].fY) {
240 bot = pts[i].fY;
246 } else if (bot < pts[0].fY) {
247 bot = pts[0].fY;
251 SkASSERT(top <= bot);
254 *ibot = SkScalarRound(bot);
282 int bot = SkMin32(pathBot, clipBot); local
284 if (top >= bot)
289 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
  /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 244 SkScalar bot = SkIntToScalar(SK_MinS16); local
254 } else if (bot < pts[i].fY) {
255 bot = pts[i].fY;
261 } else if (bot < pts[0].fY) {
262 bot = pts[0].fY;
266 SkASSERT(top <= bot);
269 *ibot = SkScalarRound(bot);
297 int bot = SkMin32(pathBot, clipBot); local
299 if (top >= bot)
304 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkEdge.h 121 int bot = SkFDot6Round(y1);
124 if (top == bot) {
134 fLastY = bot - 1;
  /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 519 milliseconds

1 2 3