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

  /bionic/libc/netbsd/resolv/
res_query.c 230 u_int dots; local
239 dots = 0;
241 dots += (*cp == '.');
246 /* If there aren't any dots, it could be a user-level alias. */
247 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
251 * If there are enough dots in the name, let's just give it a
256 if (dots >= statp->ndots || trailing_dot) {
271 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
272 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
337 * unless RES_NOTLDQUERY is set and there were no dots
    [all...]
res_init.c 219 int dots; local
560 dots = 0;
562 dots += (*cp == '.');
566 if (dots < LOCALDOMAINPARTS)
570 dots--;
  /external/chromium/third_party/icu/source/test/intltest/
strcase.cpp 250 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
254 (t=dots).toLower("tr");
256 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
259 (t=dots).toLower("de");
261 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
271 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
275 (t=dots).toUpper("lt");
277 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
280 (t=dots).toUpper("de");
282 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"")
    [all...]
  /external/icu4c/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/qemu/android/skin/
trackball.c 167 #define DOT_CELLS 2 /* number of random dots per cell */
168 #define DOT_MAX (6*DOT_GRID*DOT_GRID*DOT_CELLS) /* total number of dots */
174 Fix16VectorRec dots[ DOT_MAX ]; member in struct:SkinTrackBall
236 /* init dots */
292 ball->dots[nn][0] = FIX16_FROM_FLOAT(x*invlen);
293 ball->dots[nn][1] = FIX16_FROM_FLOAT(y*invlen);
294 ball->dots[nn][2] = FIX16_FROM_FLOAT(z*invlen);
505 d[0] = ball->dots[pp][0] - ax;
506 d[1] = ball->dots[pp][1] - ay;
507 d[2] = ball->dots[pp][2] - az
    [all...]
  /external/strace/
process.c 1608 int dots = len > max; local
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 2038 u_int dots; local
    [all...]
  /external/dnsmasq/src/
option.c 670 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)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 924 String dots = ".."; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 826 String dots = ".."; local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 692 milliseconds