Searched defs:dots (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dstring-contains.js127 var dots = Array(10000).join("."); variable
128 assertFalse(dots.contains("\x01", 10000));
129 assertFalse(dots.contains("\0", 10000));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrcase.cpp249 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
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp249 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
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c741 int dots = 0; local
757 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
803 ++dots;
817 * there must be at least two dots after the star.
820 || dots < 2)
/external/chromium_org/ui/gfx/
H A Dcanvas.cc142 static SkBitmap* dots = NULL; local
143 if (!dots || last_color != color) {
147 delete dots;
149 dots = new SkBitmap;
150 dots->allocN32Pixels(col_pixels, row_pixels);
151 dots->eraseARGB(0, 0, 0, 0);
153 uint32_t* dot = dots->getAddr32(0, 0);
167 *dots, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode));
/external/qemu/android/skin/
H A Dtrackball.c168 #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[p
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c1005 * 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/dnsmasq/src/
H A Doption.c670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
742 dots = 0;
763 dots++;
791 if (!is_addr || dots == 0)
/external/iputils/
H A Dping6.c514 int dots, fqdn = niquery_options[index].data; local
563 dots = 0;
567 dots++;
572 fqdn = dots ? 1 : -1;
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1005 * 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/libxml/src/
H A Dtrio.c1182 int dots; /* Count number of dots in modifier part */ local
1240 dots = 0;
1287 if (dots == 0) /* Precision */
1289 dots++;
1336 else if (dots == 1) /* Base */
1338 dots++;
/external/libxml2/
H A Dtrio.c1186 int dots; /* Count number of dots in modifier part */ local
1244 dots = 0;
1291 if (dots == 0) /* Precision */
1293 dots++;
1340 else if (dots == 1) /* Base */
1342 dots++;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 347 milliseconds