HomeSort by relevance Sort by last modified time
    Searched defs:bot (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.h 9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
code.c 530 Span *bot = &g->span[0], *top = &g->span[g->nSpans-1]; local
532 if(bot[0].to == top[0].to){
533 util = (top[-1].ub - bot[0].ub)/(g->nSpans - 2);
535 if(bot[0].ub > (top[0].ub - top[-1].ub)){
536 util = (top[0].ub - bot[0].ub)/(g->nSpans - 1);
  /cts/apps/CtsVerifier/
Android.mk 46 notification-bot := $(call intermediates-dir-for,APPS,NotificationBot)/package.apk
52 && adb install -r $(notification-bot) \
88 $(verifier-zip) : $(notification-bot)
92 $(ACP) -fp $(notification-bot) $(verifier-dir)/NotificationBot.apk
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 39 unsigned char *bot; /**< Bottom of scan buffer */ member in struct:yasm_scanner
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 333 long bot = (x & 0xffffffffl) + ((top % radix) << 32); local
335 while ((bot > 0) || (top > 0)) {
336 buf[--i] = Character.forDigit((int) (bot % radix), radix);
337 bot = (bot / radix) + ((top % radix) << 32);
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; local
115 insn = 0UL | bot | (top << 18UL);
  /bionic/libc/tzcode/
strftime.c 452 int bot; local
462 bot = ((yday + 11 - wday) %
468 top = bot -
478 if (yday >= bot) {
479 w = 1 + ((yday - bot) /
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 362 int bot; local
372 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
376 top = bot - (len % DAYSPERWEEK);
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) / DAYSPERWEEK);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 62 int bot = SkFDot6Round(y1); local
65 if (top == bot) {
69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
79 fLastY = bot - 1;
103 int bot = SkFDot6Round(y1); local
108 if (top == bot)
120 fLastY = bot - 1;
209 int bot = SkFDot6Round(y2); local
212 if (top == bot)
373 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 279 SkScalar bot = SkIntToScalar(SK_MinS16); local
289 } else if (bot < pts[i].fY) {
290 bot = pts[i].fY;
296 } else if (bot < pts[0].fY) {
297 bot = pts[0].fY;
301 SkASSERT(top <= bot);
304 *ibot = SkScalarRoundToInt(bot);
332 int bot = SkMin32(pathBot, clipBot); local
334 if (top >= bot)
339 if (!builder.init(bot - top
    [all...]
SkAAClip.cpp 819 int bot = r.fBottom - offsetY; local
820 SkASSERT(bot >= prevBot);
821 if (bot > prevBot) {
836 currY->fY = bot - 1;
839 prevBot = bot;
1613 int top, bot; local
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;
  /external/harfbuzz_ng/util/
options.hh 179 bot = eot = preserve_default_ignorables = false;
203 (bot ? HB_BUFFER_FLAG_BOT : 0) |
261 hb_bool_t bot; member in struct:shape_options_t
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 598 milliseconds