HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
webrtc_video_streaming.js 9 // A unidirectional video and audio flowing test from bot 1 to bot 2.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 254 #define reverse(bot, top) { \
259 tmp = *bot; *bot++ = *s; *s++ = tmp; \
262 } while(bot < s); \
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
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
826 int b = (int) ((vcrect.bot - rect.top));
835 if (vcrect.bot == brect.bot)
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
919 if (vcrect.bot == brect.bot)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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
806 int b = (int) ((vcrect.bot - rect.top));
815 if (vcrect.bot == brect.bot)
890 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
899 if (vcrect.bot == brect.bot)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 36 bot = os.getenv('BUILDBOT_BUILDERNAME', '')
37 return '-sdk-multi' in bot or '-sdk-bionic-multi' in bot
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 75 # Bot commands.
194 self.bot = CommitAnnouncer(tool, irc_password)
197 self.bot.start()
200 self.bot.stop()
  /bionic/libc/tzcode/
strftime.c 452 int bot; local
462 bot = ((yday + 11 - wday) %
468 top = bot -
478 if (yday >= bot) {
479 w = 1 + ((yday - bot) /
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 362 int bot; local
372 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
376 top = bot - (len % DAYSPERWEEK);
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) / DAYSPERWEEK);
  /external/skia/tools/
roll_deps.py 95 # Split and remove empty strigns from the bot list.
96 self.cl_bot_list = [bot for bot in options.bots.split(',') if bot]
371 git_try.extend([arg for bot in config.cl_bot_list for arg in ('-b', bot)])
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 253 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
859 int top, bot SK_INIT_TO_AVOID_WARNING;
869 bot = a_bot;
872 bot = a_top = b_top;
878 bot = b_bot;
881 bot = b_top = a_top;
888 bot = b_top = a_bot;
892 bot = a_top = b_bot;
900 oper.addSpan(bot, run0, run1);
925 prevBot = bot;
    [all...]
SkAAClip.cpp 819 int bot = r.fBottom - offsetY; local
820 SkASSERT(bot >= prevBot);
821 if (bot > prevBot) {
836 currY->fY = bot - 1;
839 prevBot = bot;
1613 int top, bot; local
    [all...]
  /external/skia/src/core/
SkRegion.cpp 253 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
859 int top, bot SK_INIT_TO_AVOID_WARNING;
869 bot = a_bot;
872 bot = a_top = b_top;
878 bot = b_bot;
881 bot = b_top = a_top;
888 bot = b_top = a_bot;
892 bot = a_top = b_bot;
900 oper.addSpan(bot, run0, run1);
925 prevBot = bot;
    [all...]
SkAAClip.cpp 751 int bot = r.fBottom - offsetY; local
752 SkASSERT(bot >= prevBot);
753 if (bot > prevBot) {
768 currY->fY = bot - 1;
771 prevBot = bot;
1545 int top, bot; local
    [all...]
  /external/harfbuzz_ng/util/
options.hh 179 bot = eot = preserve_default_ignorables = false;
203 (bot ? HB_BUFFER_FLAG_BOT : 0) |
261 hb_bool_t bot; member in struct:shape_options_t
  /external/chromium_org/tools/sheriffing/
waterfallinfo.js 11 // Create a table cell that acts as a header for its bot section.
71 // Prepare the bot info.
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 299 int bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3; local
301 int top = bot - (len % DAYSPERWEEK);
311 if (yday >= bot) {
312 w = 1 + ((yday - bot) / DAYSPERWEEK);
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/
api.js 9 // This file exposes the api for the bot to connect to the host script
  /external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
trybot_browser_finder_unittest.py 166 bot = '%s_perf_bisect' % name.replace('trybot-', '').replace('-', '_')
187 (['git', 'cl', 'try', '-m', 'tryserver.chromium.perf', '-b', bot],
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
mat.h 101 __isl_take isl_mat *bot);
103 __isl_take isl_vec *bot);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
mat.h 101 __isl_take isl_mat *bot);
103 __isl_take isl_vec *bot);
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 133 global_rect.lft = global_rect.bot = 2e30; // min values
208 fullRect.top = (int) floor(global_rect.bot); // min-y
808 int b = (int) ((vcrect.bot - rect.top));
817 if (vcrect.bot == brect.bot)
892 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
901 if (vcrect.bot == brect.bot)
    [all...]
  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 253 # If at least one given bot is in all_platforms, use list of valid args.bots.
256 for bot in bots:
257 if bot in all_platforms: # Filters platforms with given bot list.
258 platforms.append(bot)
  /external/chromium_org/
PRESUBMIT_test.py 758 for bot in bots:
759 self.assertEqual(master, PRESUBMIT.GetTryServerMasterForBot(bot),
760 'bot=%s: expected %s, computed %s' % (
761 bot, master, PRESUBMIT.GetTryServerMasterForBot(bot)))

Completed in 1654 milliseconds

1 23 4 5