HomeSort by relevance Sort by last modified time
    Searched refs:dots (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /external/boringssl/src/crypto/x509v3/
v3_utl.c 841 int dots = 0; local
855 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
878 ++dots;
890 * there must be at least two dots after the star.
892 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2)
    [all...]
  /external/f2fs-tools/fsck/
fsck.h 51 u8 dots; member in struct:child_info
fsck.c 889 if (child.dots < 2 &&
891 ASSERT_MSG("ino: 0x%x dots: %u",
892 nid, child.dots);
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 2286 u_int dots; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1790 u_int dots; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 318 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
322 (t=dots).toLower("tr");
324 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
327 (t=dots).toLower("de");
329 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
339 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
343 (t=dots).toUpper("lt");
345 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
348 (t=dots).toUpper("de");
350 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 798 String dots = ".."; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URI.java 2357 int dots = 0; \/\/ Number of dots found (0, 1, or 2) local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 25 ndots int // number of dots in name to trigger absolute lookup
dnsmsg.go 330 // split at the dots. They end with a zero-length string.
353 // Emit sequence of counted strings, chopping at dots.
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 25 ndots int // number of dots in name to trigger absolute lookup
dnsmsg.go 330 // split at the dots. They end with a zero-length string.
353 // Emit sequence of counted strings, chopping at dots.
  /external/iputils/
ping6.c 514 int dots, fqdn = niquery_options[index].data; local
563 dots = 0;
567 dots++;
572 fqdn = dots ? 1 : -1;
    [all...]
  /external/blktrace/btt/doc/
btt.tex 588 and blue dots are somewhat similar below about 192 blocks per IO going
    [all...]
  /toolchain/binutils/binutils-2.27/etc/
texi2pod.pl 204 s/\@dots\{\}/.../g;
  /build/make/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 197 // and then number of path separators (dots) from the last
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 197 // and then number of path separators (dots) from the last
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
InsertionMethodProcessorTest.kt 372 val dots = if (pair.second in setOf(Type.INSERT_ID_LIST, Type.INSERT_ID_ARRAY,
381 abstract public ${pair.first} foo(User$dots user);
  /external/dnsmasq/src/
option.c 643 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
715 dots = 0;
736 dots++;
764 if (!is_addr || dots == 0)
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 181 {"dots", "{{.x . .2 .x.y.z}}", []item{
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 25 // shown separated by dots; for example, the domain name "www.example.com" is
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 181 {"dots", "{{.x . .2 .x.y.z}}", []item{
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 25 // shown separated by dots; for example, the domain name "www.example.com" is
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 13 * **dots per inch (dpi)**. The number of pixels encompassed by a linear
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 204 const dots = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " +
206 const n = uint(len(dots))
211 fmt.Print(dots)
213 fmt.Print(dots[0:i])
    [all...]

Completed in 1785 milliseconds

1 23 4 5 6 7