HomeSort by relevance Sort by last modified time
    Searched defs:dots (Results 1 - 13 of 13) 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 221 int dots; local
562 dots = 0;
564 dots += (*cp == '.');
568 if (dots < LOCALDOMAINPARTS)
572 dots--;
  /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 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/strace/
process.c 1614 int dots = len > max; local
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 2262 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...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 833 String dots = ".."; local
    [all...]
  /external/libxml2/
trio.c 1182 int dots; /* Count number of dots in modifier part */ local
1240 dots = 0;
1287 if (dots == 0) /* Precision */
1289 dots++;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 277 milliseconds