Home
last modified time | relevance | path

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

12345

/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/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/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/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/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()
Dpcre2_substring.c483 uint16_t bot = 0; in pcre2_substring_nametable_scan() local
488 while (top > bot) in pcre2_substring_nametable_scan()
490 uint16_t mid = (top + bot) / 2; in pcre2_substring_nametable_scan()
516 if (c > 0) bot = mid + 1; else top = mid; in pcre2_substring_nametable_scan()
/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
Dautomated_testing.md105 [New Bot Request][new bot request].
128 [new bot request]:
162 on the bot before running the task. (For non-Kitchen tasks, the isolate also specifies the command
166 * CipdPackages: specifies the IDs of CIPD packages that will be placed on the bot before running the
169 tasks will be placed on the bot before running this task.
170 * Dimensions: specifies what kind of bot should run this task. Ask Infra team for how to set this.
/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/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go32 bot = flag.String("bot", "", "Name of the task.")
60 ctx = td.StartRun(projectId, taskId, bot, output, local)
420 if *bot != "" {
421 parts := strings.Split(*bot, "-")
459 if strings.Contains(*bot, "TSAN") {
/third_party/tzdata/
Dstrftime.c405 int bot; in _fmt() local
415 bot = ((yday + 11 - wday) % in _fmt()
421 top = bot - in _fmt()
431 if (yday >= bot) { in _fmt()
432 w = 1 + ((yday - bot) / in _fmt()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DREADME.md18 * `--bot-mode` enables multi-process execution and test batching
19 * `--debug-test-groups` dumps the test config categories when using `bot-mode`
51 The test runner has two main modes of operation: normal and *bot mode*.
61 During bot mode:
/third_party/skia/tests/graphite/
DIntersectionTreeTest.cpp45 rect.bot()})); in DEF_GRAPHITE_TEST()
59 rect.bot()})); in DEF_GRAPHITE_TEST()
/third_party/node/deps/v8/tools/
Dtry_perf.py104 cmd += ['-b %s' % bot for bot in options.bots]
/third_party/skia/experimental/graphite/src/geom/
DRect.h73 AI float bot() const { return -fVals.w(); } in bot() function
81 AI void setBot(float bot) { fVals.w() = -bot; } in setBot() argument
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Ditem-context.tests10 ../fonts/3105b51976b879032c66aa93a634b3b3672cd344.ttf;--bot;U+064E;[uni25CC=0+679|uni064E=0@-607,-2…
11 ../fonts/3105b51976b879032c66aa93a634b3b3672cd344.ttf;--bot --unicodes-before=0627;U+064E;[uni064E=…
/third_party/skia/third_party/externals/dawn/docs/
Dinfra.md12 …`no_clang`, `x64`, `x86`, `debug`, `release` which are used to specify the bot dimensions and buil…
36 3. Runs the `dawn_unittests` on that same bot.
41bot test dimensions like OS version and GPU vendor. The Tester configuration also specifies `test_…
43 …ps://source.chromium.org/search?q=file:chromium_dawn.py) which defines the bot specs for the build…
44 - The Tester bots set `parent_buildername` to be their respective Builder bot.
/third_party/skia/third_party/externals/angle2/third_party/r8/
DREADME.chromium38 * Find the latest successful run of the build bot:
40 * The bot autoruns every 6 hours. Ping a trooper to trigger it if you need it sooner.
60 * Submit these fixed patches and the bot will automatically retry.

12345