Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/flutter/skia/infra/bots/recipes/
Dtest.py41 def dm_flags(api, bot): argument
69 if 'Android' not in bot and 'MSAN' not in bot:
72 if 'Pixel3' in bot and 'Vulkan' in bot:
80 if '-x86-' in bot:
84 if 'Chromecast' in bot or 'MotoG4' in bot or 'Nexus7' in bot:
88 if 'Test' in bot and 'DISCARDABLE' in bot:
98 if 'Chromecast' in bot:
110 if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
124 if 'Android' in bot or 'iOS' in bot:
127 if 'NVIDIA_Shield' not in bot:
[all …]
Dperf.py46 def nanobench_flags(api, bot): argument
49 if 'GPU' in bot:
55 if 'iOS' in bot:
63 if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
72 if 'Nexus7' in bot:
80 if 'Android' in bot or 'iOS' in bot:
84 if 'NVIDIA_Shield' not in bot:
88 if ('iOS' in bot or
89 'Nexus7' in bot):
91 elif 'Intel' in bot:
[all …]
/third_party/flutter/skia/tools/
Dcompare_codereview.py134 bot = self._anchor_data.strip()
137 if bot:
139 self.statuses[bot] = stat
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].status != 'failure':
349 printer(0, '==%s==' % bot)
353 (control[bot].status, control_name, control[bot].url),
354 ( roll[bot].status, roll_name, roll[bot].url)]:
[all …]
/third_party/skia/tools/
Dcompare_codereview.py134 bot = self._anchor_data.strip()
137 if bot:
139 self.statuses[bot] = stat
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].status != 'failure':
349 printer(0, '==%s==' % bot)
353 (control[bot].status, control_name, control[bot].url),
354 ( roll[bot].status, roll_name, roll[bot].url)]:
[all …]
/third_party/skia/third_party/externals/angle2/infra/specs/
Dtest_suites.pyl20 '--bot-mode',
35 '--bot-mode',
73 '--bot-mode',
97 '--bot-mode',
115 '--bot-mode',
130 '--bot-mode',
168 '--bot-mode',
192 '--bot-mode',
207 '--bot-mode',
225 '--bot-mode',
[all …]
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re.hpp158 diff = cursor - s->bot; in count_backslash_newlines()
179 std::ptrdiff_t cnt = s->tok - s->bot; in fill()
184 memmove(s->bot, s->tok, s->lim - s->tok); in fill()
185 s->tok = s->cur = s->bot; in fill()
194 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BOOST_WAVE_BSIZE)*sizeof(uchar)); in fill()
207 s->ptr = &buf[s->ptr - s->bot]; in fill()
208 cursor = &buf[cursor - s->bot]; in fill()
209 s->lim = &buf[s->lim - s->bot]; in fill()
211 free(s->bot); in fill()
212 s->bot = buf; in fill()
[all …]
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_re.hpp146 diff = cursor - s->bot; in count_backslash_newlines()
173 std::ptrdiff_t cnt = s->tok - s->bot; in fill()
176 memcpy(s->bot, s->tok, s->lim - s->tok); in fill()
177 s->tok = s->bot; in fill()
186 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BOOST_WAVE_BSIZE)*sizeof(uchar)); in fill()
205 s->ptr = &buf[s->ptr - s->bot]; in fill()
206 cursor = &buf[cursor - s->bot]; in fill()
207 s->lim = &buf[s->lim - s->bot]; in fill()
209 free(s->bot); in fill()
210 s->bot = buf; in fill()
[all …]
/third_party/glib/glib/pcre/
Dpcre_get.c76 int top, bot; in pcre_get_stringnumber() local
100 bot = 0; in pcre_get_stringnumber()
101 while (top > bot) in pcre_get_stringnumber()
103 int mid = (top + bot) / 2; in pcre_get_stringnumber()
108 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber()
145 int top, bot; in pcre_get_stringtable_entries() local
170 bot = 0; in pcre_get_stringtable_entries()
171 while (top > bot) in pcre_get_stringtable_entries()
173 int mid = (top + bot) / 2; in pcre_get_stringtable_entries()
202 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringtable_entries()
/third_party/skia/src/core/
DSkEdge.cpp65 int bot = SkFDot6Round(y1); in setLine() local
68 if (top == bot) { in setLine()
72 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) { in setLine()
82 fLastY = bot - 1; in setLine()
106 int bot = SkFDot6Round(y1); in updateLine() local
111 if (top == bot) in updateLine()
123 fLastY = bot - 1; in updateLine()
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
217 if (top == bot) in setQuadraticWithoutUpdate()
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
[all …]
DSkRegion_path.cpp282 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local
292 } else if (bot < pts[i].fY) { in count_path_runtype_values()
293 bot = pts[i].fY; in count_path_runtype_values()
299 } else if (bot < pts[0].fY) { in count_path_runtype_values()
300 bot = pts[0].fY; in count_path_runtype_values()
308 SkASSERT(top <= bot); in count_path_runtype_values()
310 *ibot = SkScalarRoundToInt(bot); in count_path_runtype_values()
353 int bot = std::min(pathBot, clipBot); in setPath() local
354 if (top >= bot) { in setPath()
360 if (!builder.init(bot - top, in setPath()
DSkRegionPriv.h197 int bot; in computeRunBounds() local
204 bot = *runs++; in computeRunBounds()
205 SkASSERT(bot < SkRegion_kRunTypeSentinel); in computeRunBounds()
251 bounds->fBottom = bot; in computeRunBounds()
/third_party/flutter/skia/src/core/
DSkEdge.cpp65 int bot = SkFDot6Round(y1); in setLine() local
68 if (top == bot) { in setLine()
72 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) { in setLine()
82 fLastY = bot - 1; in setLine()
106 int bot = SkFDot6Round(y1); in updateLine() local
111 if (top == bot) in updateLine()
123 fLastY = bot - 1; in updateLine()
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
217 if (top == bot) in setQuadraticWithoutUpdate()
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
[all …]
DSkRegion_path.cpp282 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local
292 } else if (bot < pts[i].fY) { in count_path_runtype_values()
293 bot = pts[i].fY; in count_path_runtype_values()
299 } else if (bot < pts[0].fY) { in count_path_runtype_values()
300 bot = pts[0].fY; in count_path_runtype_values()
308 SkASSERT(top <= bot); in count_path_runtype_values()
310 *ibot = SkScalarRoundToInt(bot); in count_path_runtype_values()
354 int bot = SkMin32(pathBot, clipBot); in setPath() local
355 if (top >= bot) { in setPath()
361 if (!builder.init(bot - top, in setPath()
DSkRegionPriv.h197 int bot; in computeRunBounds() local
204 bot = *runs++; in computeRunBounds()
205 SkASSERT(bot < SkRegion_kRunTypeSentinel); in computeRunBounds()
251 bounds->fBottom = bot; in computeRunBounds()
/third_party/flutter/skia/tests/
DDetermineDomainModeTest.cpp63 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set() argument
69 fTypes[kBot] = bot; in set()
234 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset() local
237 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect, in generic_inset()
240 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect, in generic_inset()
244 result->set(newR, left, top, right, bot, name); in generic_inset()
/third_party/pixman/demos/
Dtrap-test.c28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000; in main()
29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000; in main()
30 trap.bot.y = pixman_int_to_fixed (150); in main()
/third_party/pixman/test/
Da1-trap-test.c28 trap.bot.l = pixman_double_to_fixed (0.5); in main()
29 trap.bot.r = pixman_double_to_fixed (1.5); in main()
30 trap.bot.y = pixman_double_to_fixed (1.5); in main()
/third_party/skia/experimental/sorttoy/
DFake.cpp65 SkColor4f bot = SkColor4f::FromColor(c1); in blend() local
68 t * bot.fR + (1.0f - t) * top.fR, in blend()
69 t * bot.fG + (1.0f - t) * top.fG, in blend()
70 t * bot.fB + (1.0f - t) * top.fB, in blend()
71 t * bot.fA + (1.0f - t) * top.fA in blend()
DCmds.cpp167 SkColor4f bot = SkColor4f::FromColor(*dstBM->getAddr32(x, y)); in rasterize() local
170 top.fA * top.fR + (1.0f - top.fA) * bot.fR, in rasterize()
171 top.fA * top.fG + (1.0f - top.fA) * bot.fG, in rasterize()
172 top.fA * top.fB + (1.0f - top.fA) * bot.fB, in rasterize()
173 top.fA + (1.0f - top.fA) * bot.fA in rasterize()
/third_party/pcre2/pcre2/src/
Dpcre2_script_run.c406 int bot = 1; in PRIV() local
410 if (top <= bot + 1) /* <= rather than == is paranoia */ in PRIV()
415 mid = (top + bot) / 2; in PRIV()
416 if (c <= PRIV(ucd_digit_sets)[mid]) top = mid; else bot = mid; in PRIV()
/third_party/ltp/tools/sparse/sparse-src/
Dflow.c846 static void remove_merging_phisrc(struct instruction *insn, struct basic_block *bot) in remove_merging_phisrc() argument
862 if (phisrc->bb == bot) { in remove_merging_phisrc()
893 static int merge_bb(struct basic_block *top, struct basic_block *bot) in merge_bb() argument
898 if (top == bot) in merge_bb()
901 top->children = bot->children; in merge_bb()
902 bot->children = NULL; in merge_bb()
903 bot->parents = NULL; in merge_bb()
906 replace_bb_in_list(&bb->parents, bot, top, 1); in merge_bb()
914 remove_merging_phisrc(insn, bot); in merge_bb()
918 FOR_EACH_PTR(bot->insns, insn) { in merge_bb()
[all …]
/third_party/pixman/pixman/
Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init() local
217 bot = &line->p2; in pixman_line_fixed_edge_init()
222 bot = &line->p1; in pixman_line_fixed_edge_init()
228 bot->x + x_off_fixed, in pixman_line_fixed_edge_init()
229 bot->y + y_off_fixed); in pixman_line_fixed_edge_init()
262 b = traps->bot.y + y_off_fixed; in pixman_add_traps()
273 traps->bot.l + x_off_fixed, in pixman_add_traps()
274 traps->bot.y + y_off_fixed); in pixman_add_traps()
279 traps->bot.r + x_off_fixed, in pixman_add_traps()
280 traps->bot.y + y_off_fixed); in pixman_add_traps()
/third_party/skia/bench/
Dcheck_bench_regressions.py212 bot = None
219 bot = value
233 if directory is None or bot is None or rev is None:
237 platform_and_alg = bot + '-' + rep
/third_party/flutter/skia/bench/
Dcheck_bench_regressions.py208 bot = None
215 bot = value
229 if directory is None or bot is None or rev is None:
233 platform_and_alg = bot + '-' + rep
/third_party/skia/site/docs/dev/testing/
Dswarmingbots.md29 If you need to make changes on a bot/device, please check with the Infra
36 - First determine the project for the bot:
43 - To log in to a Linux bot in GCE, use
47 - To log in to a Windows bot in GCE, first go to the VM's detail page and
49 how to log in as chrome-bot.) There are two options to connect:
77 directly on a swarming bot then you can use
83 If you need to make changes on a bot/device, please check with the Infra

1234567