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

1 23 4 5

  /external/chromium_org/third_party/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/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 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...]
SkScan_Antihair.cpp 736 int bot = B >> 8;
737 int height = bot - top;
759 do_scanline(L, bot, R, B & 0xFF, blitter);
962 int bot = B >> 8;
963 int height = bot - top;
974 inner_scanline(L, bot, R, ~B & 0xFF, blitter);
  /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...]
SkScan_Antihair.cpp 736 int bot = B >> 8;
737 int height = bot - top;
759 do_scanline(L, bot, R, B & 0xFF, blitter);
962 int bot = B >> 8;
963 int height = bot - top;
974 inner_scanline(L, bot, R, ~B & 0xFF, blitter);
  /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.
failureinfo.js 163 // Otherwise, track only the lowest range for this bot (we only want
180 'each bot of retrieved data. so, if a test has been failing for a ' +
  /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/tools/
post_perf_builder_job.py 60 'bot': Name of builder bot which would be used.
72 if not url_params.get('bot'):
73 raise ValueError('Missing bot details. Please specify bot information.')
204 """Gets build bot URL based on the host and port of the builders.
229 bot_name: Name of the bot where the build information is scanned.
271 bot_name: Name of the bot where the build information is scanned.
313 if options.bot:
314 values['bot'] = options.bo
    [all...]
  /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);
  /external/chromium_org/
PRESUBMIT.py     [all...]
  /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...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
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/
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/third_party/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;
  /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;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 327 FT_Int dim, top, bot, delta; local
347 bot = zone[1].org_bottom;
348 delta = bot - top;
355 zone[1].org_bottom = bot - fuzz;
  /external/chromium_org/remoting/webapp/
plugin_settings.js 38 /** @type {string} XMPP JID for the remoting directory server bot. */
format_iq.js 624 var bot = remoting.settings.DIRECTORY_BOT_JID;
626 if (to && to != this.hostJid && to != bot) {
636 if (to == bot) {
637 action = action + " (to bot)";
644 if (from && from != this.hostJid && from != bot) {
650 if (from == bot) {
651 action = action + " (from bot)";
  /system/core/libpixelflinger/
trap.cpp 642 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)",
671 const GGLfixed* bot = p2; local
674 if (top[1] > bot[1]) {
675 swap(top, bot);
679 int y2 = bot[1] | 1;
695 const int dx = bot[0] - x1;
861 const GGLfixed* bot = p2; local
864 if (top[1] > bot[1])
865 swap(top, bot);
868 int y2 = bot[1]
    [all...]

Completed in 777 milliseconds

1 23 4 5