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

1 2 3 4

  /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):
36 if '-x86-' in bot and not 'NexusPlayer' in bot:
40 if 'Test' in bot and 'DISCARDABLE' in bot:
44 if 'Test-iOS' in bot:
53 if 'Android' in bot or 'iOS' in bot:
56 if 'NVIDIA_Shield' not in bot:
58 elif 'Intel' in bot
    [all...]
perf.py 29 def nanobench_flags(api, bot):
32 if 'GPU' in bot:
36 if 'Android' in bot and 'GPU' in bot:
41 if 'iOS' in bot:
46 if '-arm-' not in bot:
49 if '-GCE-' in bot:
54 if 'Android' in bot or 'iOS' in bot:
58 if 'NVIDIA_Shield' not in bot
    [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);
oneWayVideoStreamingWithDownloadingFile.js 9 // A unidirectional video and audio flowing test from bot 1 to bot 2,
109 function downloadFile(bot, name) {
110 bot.downloadFile("https://test.webrtc.org/test-download-file/9000KB.data",
  /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...]
  /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;
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int 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
tui.c 212 void drawbox(const char top, const char left, const char bot,
223 gotoxy(bot, left);
228 for (x = top + 1; x < bot; x++) {
  /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;
SkRegion_path.cpp 283 SkScalar bot = SkIntToScalar(SK_MinS16); local
293 } else if (bot < pts[i].fY) {
294 bot = pts[i].fY;
300 } else if (bot < pts[0].fY) {
301 bot = pts[0].fY;
309 SkASSERT(top <= bot);
311 *ibot = SkScalarRoundToInt(bot);
345 int bot = SkMin32(pathBot, clipBot); local
346 if (top >= bot) {
352 if (!builder.init(bot - top
    [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 59 for bot in bots:
60 f.write('\tbuilder = %s\n' % bot)
  /external/skia/tests/
DetermineDomainModeTest.cpp 72 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot,
78 fTypes[kBot] = bot;
239 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); local
242 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
245 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect,
249 result->set(newR, left, top, right, bot, name);
299 static const char* name = "bot";
  /external/syslinux/com32/lib/sys/
libansi.c 233 * @top, @left, @bot, @right: coordinates to fill
237 void clearwindow(const char top, const char left, const char bot,
241 for (x = top; x < bot + 1; x++) {
  /external/skia/bench/
check_bench_regressions.py 135 key_suffix: string of <Platform>-<Alg> containing the bot platform and the
144 # The platform for this bot, to pass to the dashboard plot.
208 bot = None
215 bot = value
229 if directory is None or bot is None or rev is None:
233 platform_and_alg = bot + '-' + rep
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 359 int bot; local
369 bot = ((yday + 11 - wday) %
375 top = bot -
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) /

Completed in 1771 milliseconds

1 2 3 4