Home
last modified time | relevance | path

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

123456

/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/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/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/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/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()
DSkRegion.cpp933 int top, bot SK_INIT_TO_AVOID_WARNING; in operate()
943 bot = a_bot; in operate()
946 bot = a_top = b_top; in operate()
952 bot = b_bot; in operate()
955 bot = b_top = a_top; in operate()
962 bot = b_top = a_bot; in operate()
966 bot = a_top = b_bot; in operate()
974 oper.addSpan(bot, run0, run1); in operate()
999 prevBot = bot; in operate()
1585 int32_t bot = *p++; in VisitSpans() local
[all …]
DSkEdge.h118 int bot = SkFDot6Round(y1); in setLine() local
121 if (top == bot) { in setLine()
131 fLastY = bot - 1; in setLine()
/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()
DSkAAClip.cpp608 auto advanceIter = [](Iter& iter, int& iterTop, int& iterBot, int bot) { in operateY() argument
609 if (bot == iterBot) { in operateY()
626 int top, bot; in operateY() local
632 bot = botA; in operateY()
634 bot = topA = topB; in operateY()
641 bot = botB; in operateY()
643 bot = topB = topA; in operateY()
647 bot = topA = topB = std::min(botA, botB); in operateY()
656 if (bot > fBounds.fBottom) { in operateY()
657 bot = fBounds.fBottom; in operateY()
[all …]
DSkRegion.cpp932 int top, bot SK_INIT_TO_AVOID_WARNING; in operate()
942 bot = a_bot; in operate()
945 bot = a_top = b_top; in operate()
951 bot = b_bot; in operate()
954 bot = b_top = a_top; in operate()
961 bot = b_top = a_bot; in operate()
965 bot = a_top = b_bot; in operate()
973 oper.addSpan(bot, run0, run1); in operate()
998 prevBot = bot; in operate()
1583 int32_t bot = *p++; in VisitSpans() local
[all …]
DSkEdge.h118 int bot = SkFDot6Round(y1); in setLine() local
121 if (top == bot) { in setLine()
131 fLastY = bot - 1; in setLine()
/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/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.c310 int bot = 1; in PRIV() local
314 if (top <= bot + 1) /* <= rather than == is paranoia */ in PRIV()
319 mid = (top + bot) / 2; in PRIV()
320 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/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
/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/node/deps/npm/node_modules/request/
DCHANGELOG.md25 …t/request/pull/2635) chore(package): update aws-sign2 to version 0.7.0 (#2635) (@greenkeeperio-bot)
30 …tps://github.com/request/request/pull/2598) Update codecov to version 2.0.2 �� (@greenkeeperio-bot)
49 …s://github.com/request/request/pull/2524) Update caseless to version 0.12.0 �� (@greenkeeperio-bot)
59 …https://github.com/request/request/pull/2459) Update taper to version 0.5.0 �� (@greenkeeperio-bot)
67 …//github.com/request/request/pull/2442) ���� Node.js 0.10 is unmaintained ���� (@greenkeeperio-bot)
74 …t/pull/2431) Improve timeouts accuracy and node v6.8.0+ compatibility (@mscdex, @greenkeeperio-bot)
75 …8](https://github.com/request/request/pull/2428) Update qs to version 6.3.0 �� (@greenkeeperio-bot)
79 …(https://github.com/request/request/pull/2402) form-data@2.1.1 breaks build �� (@greenkeeperio-bot)
80 …s://github.com/request/request/pull/2393) Update form-data to version 2.1.0 �� (@greenkeeperio-bot)
84 …s://github.com/request/request/pull/2377) Update form-data to version 2.0.0 �� (@greenkeeperio-bot)
[all …]

123456