HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/compiler-rt/test/asan/TestCases/
alloca_loop_unpoisoning.cc 18 void *top, *bot; variable
28 bot = alloca(i);
29 assert(!(reinterpret_cast<uintptr_t>(bot) & 31L));
35 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot);
alloca_vla_interact.cc 21 char *top, *bot; local
29 if (i) assert(!__asan_region_is_poisoned(bot, 96));
35 bot = (char *)alloca(i) - RZ;
38 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot + 1);
  /external/skia/infra/bots/recipes/
test.py 27 def dm_flags(api, bot):
54 if 'Android' not in bot and 'MSAN' not in bot:
59 if '-x86-' in bot and not 'NexusPlayer' in bot:
63 if 'CPU' in bot and 'Nexus7' in bot:
66 if 'Chromecast' in bot:
70 if 'Test' in bot and 'DISCARDABLE' in bot
    [all...]
perf.py 30 def nanobench_flags(api, bot):
33 if 'GPU' in bot:
39 if 'iOS' in bot:
47 if '-arm-' not in bot:
51 if '-GCE-' in bot:
59 if 'Android' in bot or 'iOS' in bot:
63 if 'NVIDIA_Shield' not in bot:
68 if ('NexusPlayer' in bot or
69 'iOS' in bot o
    [all...]
  /external/skqp/infra/bots/recipes/
test.py 27 def dm_flags(api, bot):
54 if 'Android' not in bot and 'MSAN' not in bot:
59 if '-x86-' in bot and not 'NexusPlayer' in bot:
63 if 'CPU' in bot and 'Nexus7' in bot:
66 if 'Chromecast' in bot:
70 if 'Test' in bot and 'DISCARDABLE' in bot
    [all...]
perf.py 30 def nanobench_flags(api, bot):
33 if 'GPU' in bot:
39 if 'iOS' in bot:
47 if '-arm-' not in bot:
51 if '-GCE-' in bot:
59 if 'Android' in bot or 'iOS' in bot:
63 if 'NVIDIA_Shield' not in bot:
68 if ('NexusPlayer' in bot or
69 'iOS' in bot o
    [all...]
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 106 __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[0])
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 9 function testPingPong(test, bot) {
10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.');
12 bot.ping(gotAnswer);
15 test.log('bot > ' + answer);
  /external/boringssl/src/crypto/poly1305/
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...]
  /test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
home_bot_config.py 7 A copy of this file is downloaded to every swarming bot automatically.
11 - bot has eurtest_libs installed via: cipd install home_internal/eurtest_libs
15 - get_*() to return properties to describe this bot.
16 - on_*() as hooks based on events happening on the bot.
35 # each bot must be run in a virtualenv that has eurtest_libs in PYTHONPATH
47 # Unused argument 'bot' - pylint: disable=W0613
69 ### home-demo pool ### - enforced via bot name prefix
175 def get_dimensions(bot):
177 """Returns dict with the bot's dimensions.
178 The dimensions are what are used to select the bot that can run each task
    [all...]
  /test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
home_bot_config.py 7 A copy of this file is downloaded to every swarming bot automatically.
11 - bot has eurtest_libs installed via: cipd install home_internal/eurtest_libs
15 - get_*() to return properties to describe this bot.
16 - on_*() as hooks based on events happening on the bot.
35 # each bot must be run in a virtualenv that has eurtest_libs in PYTHONPATH
47 # Unused argument 'bot' - pylint: disable=W0613
69 ### home-demo pool ### - enforced via bot name prefix
175 def get_dimensions(bot):
177 """Returns dict with the bot's dimensions.
178 The dimensions are what are used to select the bot that can run each task
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
  /external/python/cpython2/Demo/tkinter/guido/
dialog.py 22 bot = Frame(w, relief=RAISED, borderwidth=1)
23 bot.pack(side=BOTTOM, fill=BOTH)
40 b = Button(bot, text=but, command=lambda v=var,i=i: v.set(i))
43 bd = Frame(bot, relief=SUNKEN, borderwidth=1)
  /external/syslinux/com32/cmenu/libmenu/
com32io.h 57 void scrollupwindow(char top, char left, char bot, char right, char attr, char numlines); //Scroll up given window
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 24 // TODO(andresp): There should be a way to control which bot was spawned
25 // and what bot instance it gets connected to.
47 console.log('Error: Type ' + botType + ' not supported by rtc-Bot!');
54 var bot = this.createBot_(name, botType, callback);
55 this.bots_.push(bot);
56 this.pendingConnections_.push(bot.onBotConnected.bind(bot));
64 this.app_.use('/bot/api.js',
66 __dirname + '/bot/api.js'));
68 this.app_.use('/bot/', Express.static(__dirname + '/bot'))
    [all...]
  /external/skia/src/core/
SkRegionPriv.h 185 int bot;
192 bot = *runs++;
193 SkASSERT(bot < SkRegion::kRunTypeSentinel);
239 bounds->fBottom = bot;
SkEdge.cpp 61 int bot = SkFDot6Round(y1); local
64 if (top == bot) {
68 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
78 fLastY = bot - 1;
102 int bot = SkFDot6Round(y1); local
107 if (top == bot)
119 fLastY = bot - 1;
213 int bot = SkFDot6Round(y2); local
216 if (top == bot)
387 int bot = SkFDot6Round(y3) local
    [all...]
SkEdge.h 115 int bot = SkFDot6Round(y1);
118 if (top == bot) {
128 fLastY = bot - 1;
  /external/skqp/src/core/
SkRegionPriv.h 185 int bot;
192 bot = *runs++;
193 SkASSERT(bot < SkRegion::kRunTypeSentinel);
239 bounds->fBottom = bot;
SkEdge.cpp 61 int bot = SkFDot6Round(y1); local
64 if (top == bot) {
68 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
78 fLastY = bot - 1;
102 int bot = SkFDot6Round(y1); local
107 if (top == bot)
119 fLastY = bot - 1;
213 int bot = SkFDot6Round(y2); local
216 if (top == bot)
387 int bot = SkFDot6Round(y3) local
    [all...]
  /external/syslinux/com32/include/
libansi.h 52 void clearwindow(const char top, const char left, const char bot,
  /external/skia/infra/bots/
update_meta_config.py 69 for bot in bots:
70 f.write('\tbuilder = %s\n' % bot)
  /external/skia/tests/
DetermineDomainModeTest.cpp 54 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot,
60 fTypes[kBot] = bot;
219 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); local
222 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
225 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
229 result->set(newR, left, top, right, bot, name);
279 static const char* name = "bot";
  /external/skqp/infra/bots/
update_meta_config.py 69 for bot in bots:
70 f.write('\tbuilder = %s\n' % bot)
  /external/skqp/tests/
DetermineDomainModeTest.cpp 54 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot,
60 fTypes[kBot] = bot;
219 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); local
222 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
225 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
229 result->set(newR, left, top, right, bot, name);
279 static const char* name = "bot";

Completed in 1720 milliseconds

1 2 3 4 5