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

1 2 3

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
download.py 31 dots = [0]
39 new_dots = progress * 50 / file_size - dots[0]
41 dots[0] += new_dots
  /bionic/libc/dns/resolv/
res_query.c 231 u_int dots; local
240 dots = 0;
242 dots += (*cp == '.');
247 /* If there aren't any dots, it could be a user-level alias. */
248 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
252 * If there are enough dots in the name, let's just give it a
257 if (dots >= statp->ndots || trailing_dot) {
272 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
273 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
347 * unless RES_NOTLDQUERY is set and there were no dots
    [all...]
res_init.c 188 int dots; local
459 dots = 0;
461 dots += (*cp == '.');
465 if (dots < LOCALDOMAINPARTS)
469 dots--;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
runner.py 46 self.dots = verbosity == 1
67 elif self.dots:
75 elif self.dots:
83 elif self.dots:
91 elif self.dots:
99 elif self.dots:
107 elif self.dots:
112 if self.dots or self.showAll:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table.js 15 * dots:string,
78 if (current.dots === '6' &&
79 candidate.dots === '8' &&
84 current.dots === candidate.dots &&
braille_input_handler.js 95 * dots command, but we'll receive the command in parallel. To work around
208 if (event.command === cvox.BrailleKeyCommand.DOTS) {
261 * @param {number} dots The dot pattern of the cell.
266 cvox.BrailleInputHandler.prototype.onBrailleDots_ = function(dots) {
268 this.pendingCells_.push(dots);
280 this.cells_.push(dots);
423 this.onBrailleDots_(message['dots']);
  /external/chromium-libpac/test/js-unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
24 // Take care not to place multiple adjacent dots,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 146 `expr` can have pipes and dots to indicate data access and filtering.
155 dots = expr.split('.')
156 value = self.evaluate(dots[0])
157 for dot in dots[1:]:
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 245 @-webkit-keyframes dancing-dots-jump {
255 span.jumping-dots > span {
256 -webkit-animation: dancing-dots-jump 1800ms infinite;
261 span.jumping-dots > span:nth-child(2) {
265 span.jumping-dots > span:nth-child(3) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 303 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
304 dots=`echo "${sym_link}" |
307 then echo ${sym_link} '->' $dots$y ': Making local link' ; fi
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
362 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
364 dots=`echo "$file2" | sed -e 's@/[^/]*@../@g'`
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 319 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
320 dots=`echo "${sym_link}" |
323 then echo ${sym_link} '->' $dots$y ': Making local link' ; fi
325 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
378 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
380 dots=`echo "$file2" | sed -e 's@/[^/]*@../@g'`
382 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /external/chromium_org/chrome/browser/resources/login/
screen_container.css 107 #progress-dots {
116 .oobe-display #progress-dots.down {
165 #oobe.reset #progress-dots {
175 body:not(.oobe-display) #progress-dots {
  /external/lldb/test/unittest2/
runner.py 47 self.dots = verbosity == 1
72 elif self.dots:
107 if self.dots or self.showAll:
  /external/qemu/android/skin/
trackball.c 168 #define DOT_CELLS 2 /* number of random dots per cell */
169 #define DOT_MAX (6*DOT_GRID*DOT_GRID*DOT_CELLS) /* total number of dots */
175 Fix16VectorRec dots[ DOT_MAX ]; member in struct:SkinTrackBall
237 /* init dots */
293 ball->dots[nn][0] = FIX16_FROM_FLOAT(x*invlen);
294 ball->dots[nn][1] = FIX16_FROM_FLOAT(y*invlen);
295 ball->dots[nn][2] = FIX16_FROM_FLOAT(z*invlen);
506 d[0] = ball->dots[pp][0] - ax;
507 d[1] = ball->dots[pp][1] - ay;
508 d[2] = ball->dots[pp][2] - az
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1005 * lit.y = MAX(0, dots.x)
1006 * lit.z = SLT(0, dots.x)
1010 struct ureg dots )
1015 * dots.xyzw == dots.xxxx.
1018 /* MAX lit, id, dots;
1020 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots);
1023 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
1025 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots);
1040 struct ureg dots = get_temp(p); local
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1005 * lit.y = MAX(0, dots.x)
1006 * lit.z = SLT(0, dots.x)
1010 struct ureg dots )
1015 * dots.xyzw == dots.xxxx.
1018 /* MAX lit, id, dots;
1020 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots);
1023 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
1025 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots);
1040 struct ureg dots = get_temp(p); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 252 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
256 (t=dots).toLower("tr");
258 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
261 (t=dots).toLower("de");
263 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
273 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
277 (t=dots).toUpper("lt");
279 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
282 (t=dots).toUpper("de");
284 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"")
    [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 249 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
253 (t=dots).toLower("tr");
255 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
258 (t=dots).toLower("de");
260 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
270 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
274 (t=dots).toUpper("lt");
276 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
279 (t=dots).toUpper("de");
281 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"")
    [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 139 static SkBitmap* dots = NULL; local
140 if (!dots || last_color != color) {
144 delete dots;
146 dots = new SkBitmap;
147 dots->allocN32Pixels(col_pixels, row_pixels);
148 dots->eraseARGB(0, 0, 0, 0);
150 uint32_t* dot = dots->getAddr32(0, 0);
164 *dots, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode));
  /external/chromium_org/v8/test/mjsunit/harmony/
string-contains.js 127 var dots = Array(10000).join("."); variable
128 assertFalse(dots.contains("\x01", 10000));
129 assertFalse(dots.contains("\0", 10000));

Completed in 672 milliseconds

1 2 3