/external/skia/tools/ |
D | dm_flags.py | 29 def get_args(bot): argument 34 if 'Android' not in bot: 38 if '-GCE-' in bot: 43 if '-TSAN' not in bot: 44 if ('TegraK1' in bot or 45 'GTX550Ti' in bot or 46 'GTX660' in bot or 47 'GT610' in bot): 48 if 'Android' in bot: 55 if ('GalaxyS4' not in bot and [all …]
|
D | nanobench_flags.py | 29 def get_args(bot): argument 32 if 'GPU' in bot: 36 if 'Android' in bot and 'GPU' in bot: 39 if 'Appurify' not in bot: 42 if 'iOS' in bot: 45 if 'Appurify' not in bot: 49 if ('GalaxyS4' not in bot and 50 'NexusPlayer' not in bot): 51 if 'Android' in bot: 58 if 'Valgrind' in bot: [all …]
|
D | compare_codereview.py | 134 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 …]
|
/external/boringssl/src/util/bot/ |
D | DEPS | 20 'boringssl/util/bot/gyp': 33 '-s', 'boringssl/util/bot/cmake-linux64.tar.gz.sha1', 44 '-s', 'boringssl/util/bot/cmake-mac.tar.gz.sha1', 55 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1', 66 '-s', 'boringssl/util/bot/perl-win32.zip.sha1', 77 '-s', 'boringssl/util/bot/yasm-win32.exe.sha1', 84 'boringssl/util/bot/vs_toolchain.py', 92 'boringssl/util/bot/update_clang.py', 101 'boringssl/util/bot/extract.py', 102 'boringssl/util/bot/cmake-linux64.tar.gz', [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 173 # 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-<u4=reg128#8%top},[<ptr=int32#2,: 128] [all …]
|
/external/libmpeg2/common/x86/ |
D | ideint_cac_ssse3.c | 106 __m128i bot[4]; in ideint_cac_8x8_ssse3() local 121 bot[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_bot)); in ideint_cac_8x8_ssse3() 126 bot[i] = _mm_unpacklo_epi8(bot[i], zero); in ideint_cac_8x8_ssse3() 130 sum_b[i] = _mm_sad_epu8(bot[i], zero); in ideint_cac_8x8_ssse3() 177 avg1 = _mm_avg_epu8(bot[0], bot[1]); in ideint_cac_8x8_ssse3() 178 avg2 = _mm_avg_epu8(bot[2], bot[3]); in ideint_cac_8x8_ssse3() 210 avg1 = _mm_avg_epu8(top[0], bot[0]); in ideint_cac_8x8_ssse3() 211 avg2 = _mm_avg_epu8(top[2], bot[2]); in ideint_cac_8x8_ssse3() 214 avg1 = _mm_avg_epu8(top[1], bot[1]); in ideint_cac_8x8_ssse3() 215 avg2 = _mm_avg_epu8(top[3], bot[3]); in ideint_cac_8x8_ssse3()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | utils_test.py | 83 bot = graph_data.Bot(parent=master, id='b').put() 85 graph_data.Test(id='a', parent=bot, internal_only=False).put(), 86 graph_data.Test(id='b', parent=bot, internal_only=False).put(), 87 graph_data.Test(id='c', parent=bot, internal_only=False).put(), 88 graph_data.Test(id='d', parent=bot, internal_only=False).put(), 95 bot = graph_data.Bot(parent=master, id='b').put() 97 graph_data.Test(id='ax', parent=bot, internal_only=True).put(), 98 graph_data.Test(id='a', parent=bot, internal_only=False).put(), 99 graph_data.Test(id='b', parent=bot, internal_only=False).put(), 100 graph_data.Test(id='bx', parent=bot, internal_only=True).put(), [all …]
|
D | change_internal_only_test.py | 71 for bot in bots: 72 path = bot.key.parent().string_id() + '/' + bot.key.string_id() 74 self.assertTrue(bot.internal_only) 76 self.assertFalse(bot.internal_only) 130 for bot in bots: 131 self.assertFalse(bot.internal_only)
|
D | change_internal_only.py | 35 for bot in bots: 36 master_name = bot.key.parent().string_id() 37 bot_name = bot.key.string_id() 41 'internal_only': bot.internal_only, 110 master, bot = bot_name.split('/') 111 bot_key = ndb.Key('Master', master, 'Bot', bot)
|
D | graph_csv_test.py | 31 bot = graph_data.Bot(id=name, parent=master).put() 32 bots.append(bot) 33 test = graph_data.Test(id='dromaeo', parent=bot).put() 44 bot = graph_data.Bot(id=name, parent=master, internal_only=True).put() 45 bots.append(bot) 46 test = graph_data.Test(id='dromaeo', parent=bot, internal_only=True).put()
|
D | start_try_job.py | 146 bot=bisect_bot, 179 bot=self.request.get('bisect_bot'), 376 return sorted({bot for _, bot in platform_bot_pairs}) 610 assert bisect_job.bot and bisect_job.config 625 bot = bisect_job.bot 667 trypatch_success = server.TryPatch(master, issue_id, patchset_id, bot) 711 assert perf_job.bot and perf_job.config 716 bot = perf_job.bot 746 trypatch_success = server.TryPatch(master, issue_id, patchset_id, bot) 846 def GetBisectDirectorForTester(bot): argument [all …]
|
D | edit_anomaly_configs_test.py | 85 bot = graph_data.Bot(id='TheBot', parent=master).put() 86 suite1 = graph_data.Test(id='Suite1', parent=bot).put() 87 suite2 = graph_data.Test(id='Suite2', parent=bot).put() 148 bot = graph_data.Bot(id='TheBot', parent=master).put() 150 id='one', parent=bot, overridden_anomaly_config=anomaly_config_key, 153 id='two', parent=bot, overridden_anomaly_config=anomaly_config_key,
|
/external/compiler-rt/test/asan/TestCases/ |
D | alloca_loop_unpoisoning.cc | 18 void *top, *bot; variable 28 bot = alloca(i); in foo() 29 assert(!(reinterpret_cast<uintptr_t>(bot) & 31L)); in foo() 35 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot); in main()
|
D | alloca_vla_interact.cc | 21 char *top, *bot; in foo() local 29 if (i) assert(!__asan_region_is_poisoned(bot, 96)); in foo() 35 bot = (char *)alloca(i) - RZ; in foo() 38 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot + 1); in foo()
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_RANGE_RESPONSE_1 | 16 "name": "Commit bot", 17 "email": "commit-bot@chromium.org", 34 "name": "Commit bot", 35 "email": "commit-bot@chromium.org", 52 "name": "Commit bot", 53 "email": "commit-bot@chromium.org", 70 "name": "Commit bot", 71 "email": "commit-bot@chromium.org", 88 "name": "Commit bot", 89 "email": "commit-bot@chromium.org", [all …]
|
D | MOCK_RANGE_RESPONSE_2_PAGE_2 | 16 "name": "Commit bot", 17 "email": "commit-bot@chromium.org", 34 "name": "Commit bot", 35 "email": "commit-bot@chromium.org",
|
/external/autotest/site_utils/chromeos_proxy/ |
D | bot_config.py | 43 def get_dimensions(bot=None): argument 72 def get_state(bot=None): argument 92 def on_before_task(bot): argument 102 work_dir = os.path.join(bot.base_dir, 'work') 120 def setup_bot(bot): argument
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
D | ping_pong.js | 9 function testPingPong(test, bot) { argument 10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.'); 12 bot.ping(gotAnswer);
|
/external/skia/infra/bots/ |
D | compile_skia.py | 17 bot = common.BotInfo(sys.argv[1], 'fake-slave', sys.argv[2]) 18 for t in bot.build_targets: 19 bot.flavor.compile(t)
|
/external/skia/src/core/ |
D | SkEdge.cpp | 62 int bot = SkFDot6Round(y1); in setLine() local 65 if (top == bot) { in setLine() 69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) { in setLine() 79 fLastY = bot - 1; in setLine() 103 int bot = SkFDot6Round(y1); in updateLine() local 108 if (top == bot) in updateLine() 120 fLastY = bot - 1; in updateLine() 209 int bot = SkFDot6Round(y2); in setQuadratic() local 212 if (top == bot) in setQuadratic() 372 int bot = SkFDot6Round(y3); in setCubic() local [all …]
|
D | SkRegion_path.cpp | 280 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local 290 } else if (bot < pts[i].fY) { in count_path_runtype_values() 291 bot = pts[i].fY; in count_path_runtype_values() 297 } else if (bot < pts[0].fY) { in count_path_runtype_values() 298 bot = pts[0].fY; in count_path_runtype_values() 306 SkASSERT(top <= bot); in count_path_runtype_values() 308 *ibot = SkScalarRoundToInt(bot); in count_path_runtype_values() 342 int bot = SkMin32(pathBot, clipBot); in setPath() local 343 if (top >= bot) { in setPath() 349 if (!builder.init(bot - top, in setPath()
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
D | try_job.py | 25 bot = ndb.StringProperty() variable in TryJob 83 bisect_stats.UpdateBisectStats(self.bot, 'failed') 91 bisect_stats.UpdateBisectStats(self.bot, 'failed') 98 bisect_stats.UpdateBisectStats(self.bot, 'completed')
|
/external/chromium-trace/catapult/dashboard/docs/ |
D | data-format.md | 16 "bot": "linux-release", 32 * `bot` (string): Buildbot builder name, or another string that 35 * path after master/bot. Can contain slashes. 40 displayed on the dashboard. Used to describe bot hardware, OS, 101 "bot": "platform-type", 111 * `master` (string), `bot` (string), `test` (string): These three 113 bot are supposed to be the Buildbot master name and slave `perf_id`, 116 (note master and bot names can't contain slashes, and none of these 129 "bot": "linux-release", 145 "bot": "linux-release",
|
/external/pcre/dist/ |
D | pcre_get.c | 81 int top, bot; in pcre_get_stringnumber() local 115 bot = 0; in pcre_get_stringnumber() 116 while (top > bot) in pcre_get_stringnumber() 118 int mid = (top + bot) / 2; in pcre_get_stringnumber() 123 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber() 164 int top, bot; in pcre_get_stringtable_entries() local 199 bot = 0; in pcre_get_stringtable_entries() 200 while (top > bot) in pcre_get_stringtable_entries() 202 int mid = (top + bot) / 2; in pcre_get_stringtable_entries() 234 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringtable_entries()
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | botmanager.js | 54 var bot = this.createBot_(name, botType, callback); 55 this.bots_.push(bot); 56 this.pendingConnections_.push(bot.onBotConnected.bind(bot));
|