Searched refs:bot (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/tools/
H A Dnanobench_flags.py11 Write extra flags to outfile for nanobench based on the bot name:
29 def get_args(bot):
37 if ('GalaxyS4' not in bot and
38 'NexusPlayer' not in bot):
39 if 'Android' in bot:
46 if 'Valgrind' in bot:
51 if 'HD2000' in bot:
56 if 'Android' in bot:
61 if 'HD2000' in bot:
63 if 'Nexus7' in bot
[all...]
H A Ddm_flags.py11 Write extra flags to outfile for DM based on the bot name:
29 def get_args(bot):
34 if 'Android' not in bot:
38 if '-GCE-' in bot:
41 if 'TegraK1' in bot or 'GTX550Ti' in bot or 'GTX660' in bot or 'GT610' in bot:
42 if 'Android' in bot:
49 if ('GalaxyS4' not in bot an
[all...]
H A Dcompare_codereview.py133 # the bot name.
134 bot = self._anchor_data.strip()
137 if bot:
139 self.statuses[bot] = stat
140 # Reset state to search for the next bot.
340 for bot in sorted(all_bots):
341 if (roll[bot].status == 'success'):
343 printer(0, '==%s==' % bot)
347 if control[bot].status != 'failure' and roll[bot]
[all...]
/external/libmpeg2/common/x86/
H A Dideint_cac_ssse3.c106 __m128i bot[4]; local
121 bot[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_bot));
126 bot[i] = _mm_unpacklo_epi8(bot[i], zero);
130 sum_b[i] = _mm_sad_epu8(bot[i], zero);
177 avg1 = _mm_avg_epu8(bot[0], bot[1]);
178 avg2 = _mm_avg_epu8(bot[2], bot[3]);
210 avg1 = _mm_avg_epu8(top[0], bot[
[all...]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S173 # asm 1: vld1.8 {<y0=reg128#1%bot},[<input_1=int32#2]!
178 # asm 1: vld1.8 {>y12=reg128#2%bot->y12=reg128#2%top},[<input_1=int32#2]!
183 # asm 1: vld1.8 {>y34=reg128#3%bot->y34=reg128#3%top},[<input_1=int32#2]!
195 # asm 1: vld1.8 {<z0=reg128#4%bot},[<input_1=int32#2]!
200 # asm 1: vld1.8 {>z12=reg128#5%bot->z12=reg128#5%top},[<input_1=int32#2]!
205 # asm 1: vld1.8 {>z34=reg128#6%bot->z34=reg128#6%top},[<input_1=int32#2]!
220 # asm 1: vld1.8 {>x01=reg128#9%bot->x01=reg128#9%top},[<input_0=int32#1,: 128]!
225 # asm 1: vld1.8 {>x23=reg128#10%bot->x23=reg128#10%top},[<input_0=int32#1,: 128]!
230 # asm 1: vld1.8 {<x4=reg128#11%bot},[<input_0=int32#1,: 64]
322 # asm 1: vst1.8 {<u4=reg128#8%bot
[all...]
/external/libvncserver/x11vnc/
H A Dmacosx_opengl.c150 int top = 0, bot = h - 1, rowlen = w * macosx_opengl_bpp/8; local
160 while (top < bot) {
162 pbot = dest + bot * rowlen;
167 bot--;
/external/skia/src/core/
H A DSkRegionPriv.h174 int bot;
181 bot = *runs++;
182 SkASSERT(bot < SkRegion::kRunTypeSentinel);
228 bounds->fBottom = bot;
H A DSkEdge.cpp62 int bot = SkFDot6Round(y1); local
65 if (top == bot) {
69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
79 fLastY = bot - 1;
103 int bot = SkFDot6Round(y1); local
108 if (top == bot)
120 fLastY = bot - 1;
209 int bot = SkFDot6Round(y2); local
212 if (top == bot)
372 int bot local
[all...]
H A DSkEdge.h114 int bot = SkFDot6Round(y1);
117 if (top == bot) {
127 fLastY = bot - 1;
H A DSkRegion_path.cpp279 SkScalar bot = SkIntToScalar(SK_MinS16); local
289 } else if (bot < pts[i].fY) {
290 bot = pts[i].fY;
296 } else if (bot < pts[0].fY) {
297 bot = pts[0].fY;
305 SkASSERT(top <= bot);
307 *ibot = SkScalarRoundToInt(bot);
341 int bot = SkMin32(pathBot, clipBot); local
342 if (top >= bot) {
348 if (!builder.init(bot
[all...]
H A DSkRegion.cpp253 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...]
H A DSkAAClip.cpp819 int bot = r.fBottom - offsetY; local
820 SkASSERT(bot >= prevBot);
821 if (bot > prevBot) {
836 currY->fY = bot - 1;
839 prevBot = bot;
1586 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1587 if (bot == botA) {
1613 int top, bot; local
1619 bot = botA;
1621 bot
[all...]
H A DSkScan_Antihair.cpp665 int bot = B >> 8;
666 int height = bot - top;
688 do_scanline(L, bot, R, B & 0xFF, blitter);
890 int bot = B >> 8;
891 int height = bot - top;
902 inner_scanline(L, bot, R, ~B & 0xFF, blitter);
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; local
115 insn = 0UL | bot | (top << 18UL);
/external/pcre/dist/
H A Dpcre_get.c81 int top, bot; local
115 bot = 0;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top = mid;
164 int top, bot; local
199 bot = 0;
200 while (top > bot)
202 int mid = (top + bot) / 2;
234 if (c > 0) bot
[all...]
H A Dpcre_compile.c1496 int i, bot, top; local
1538 bot = 0;
1541 while (bot < top)
1544 i = (bot + top) >> 1;
1552 if (r > 0) bot = i + 1; else top = i;
/external/skia/bench/
H A Dcheck_bench_regressions.py135 key_suffix: string of <Platform>-<Alg> containing the bot platform and the
144 # The platform for this bot, to pass to the dashboard plot.
208 bot = None
215 bot = value
229 if directory is None or bot is None or rev is None:
233 platform_and_alg = bot + '-' + rep
/external/harfbuzz_ng/util/
H A Doptions.hh178 bot = eot = preserve_default_ignorables = false;
202 (bot ? HB_BUFFER_FLAG_BOT : 0) |
260 hb_bool_t bot; member in struct:shape_options_t
H A Doptions.cc290 {"bot", 0, 0, G_OPTION_ARG_NONE, &this->bot, "Treat text as beginning-of-paragraph", NULL},
/external/freetype/src/pshinter/
H A Dpshglob.c319 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/third_party/freetype/src/pshinter/
H A Dpshglob.c319 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c2662 IRTemp bot = newTemp(ty); local
2668 assign(bot, binop(mkOR(ty),
2677 binop(mkAND(ty), mkexpr(bot), mkU(ty, tmask))));
/external/bison/build-aux/
H A Dtexinfo.tex189 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 767 milliseconds

12