/external/icu/icu4c/source/data/translit/ |
D | Latin_ConjoiningJamo.txt | 82 $sep = \-; 83 $sep $sep ↔ $sep; 84 $sep ← $latinMedialEnd s {} $SSi; 85 $sep ← a {} [$E $EO $EU]; 86 $sep ← [^aow] e {} [$O $OE]; 87 $sep ← [^aowy] e {} [$U $UI]; 88 $sep ← [^ey] o {} [$E $EO $EU]; 89 $sep ← [^y] u {} [$I]; 90 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE]; 91 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U]; [all …]
|
/external/ant-glob/src/org/apache/tools/ant/util/ |
D | FileUtils.java | 121 char sep = File.separatorChar; in isAbsolutePath() local 122 filename = filename.replace('/', sep).replace('\\', sep); in isAbsolutePath() 125 return (c == sep); in isAbsolutePath() 127 if (c == sep) { in isAbsolutePath() 129 if (!(ON_DOS && len > 4 && filename.charAt(1) == sep)) { in isAbsolutePath() 133 int nextsep = filename.indexOf(sep, 2); in isAbsolutePath() 138 && filename.length() > 2 && filename.charAt(2) == sep) in isAbsolutePath() 150 char sep = File.separatorChar; in dissect() local 151 path = path.replace('/', sep).replace('\\', sep); in dissect() 164 root += sep; in dissect() [all …]
|
/external/elfutils/libebl/ |
D | eblwstrtab.c | 195 searchstring (struct Ebl_WStrent **sep, struct Ebl_WStrent *newstr) in searchstring() argument 200 if (*sep == NULL) in searchstring() 202 *sep = newstr; in searchstring() 203 return sep; in searchstring() 207 cmpres = wmemcmp ((*sep)->reverse, newstr->reverse, in searchstring() 208 MIN ((*sep)->len, newstr->len) - 1); in searchstring() 211 return sep; in searchstring() 213 return searchstring (&(*sep)->left, newstr); in searchstring() 215 return searchstring (&(*sep)->right, newstr); in searchstring() 224 struct Ebl_WStrent **sep; in ebl_wstrtabadd() local [all …]
|
D | eblgstrtab.c | 195 searchstring (struct Ebl_GStrent **sep, struct Ebl_GStrent *newstr) in searchstring() argument 200 if (*sep == NULL) in searchstring() 202 *sep = newstr; in searchstring() 203 return sep; in searchstring() 207 cmpres = memcmp ((*sep)->reverse, newstr->reverse, in searchstring() 208 (MIN ((*sep)->len, newstr->len) - 1) * (*sep)->width); in searchstring() 211 return sep; in searchstring() 213 return searchstring (&(*sep)->left, newstr); in searchstring() 215 return searchstring (&(*sep)->right, newstr); in searchstring() 224 struct Ebl_GStrent **sep; in ebl_gstrtabadd() local [all …]
|
D | eblstrtab.c | 194 searchstring (struct Ebl_Strent **sep, struct Ebl_Strent *newstr) in searchstring() argument 197 if (*sep == NULL) in searchstring() 199 *sep = newstr; in searchstring() 200 return sep; in searchstring() 204 int cmpres = memcmp ((*sep)->reverse, newstr->reverse, in searchstring() 205 MIN ((*sep)->len, newstr->len) - 1); in searchstring() 208 return sep; in searchstring() 210 return searchstring (&(*sep)->left, newstr); in searchstring() 212 return searchstring (&(*sep)->right, newstr); in searchstring() 237 struct Ebl_Strent **sep = searchstring (&st->root, newstr); in ebl_strtabadd() local [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub_unittest.py | 36 os.path.join(os.path.sep, 'path', 'to', 'success.wpr'), 37 os.path.join(os.path.sep, 'path', 'to', 'wrong_hash.wpr'), 38 os.path.join(os.path.sep, 'path', 'to', 'preset_public_file.wpr'), 39 os.path.join(os.path.sep, 'path', 'to', 'preset_partner_file.wpr'), 40 os.path.join(os.path.sep, 'path', 'to', 'preset_internal_file.wpr')] 42 os.path.join(os.path.sep, 'path', 'to', 'success.wpr'): 44 os.path.join(os.path.sep, 'path', 'to', 'wrong_hash.wpr'): 46 os.path.join(os.path.sep, 'path', 'to', 'preset_public_file.wpr'): 48 os.path.join(os.path.sep, 'path', 'to', 'preset_partner_file.wpr'): 50 os.path.join(os.path.sep, 'path', 'to', 'preset_internal_file.wpr'): [all …]
|
/external/protobuf/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 189 def Iter(n, format, sep=''): argument 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 211 'vs' : Iter(n, 'v%s', sep=', '), 212 'vts' : Iter(n, '#v%s', sep=', '), 247 << e%s""", sep=' << ", "') 419 'es' : Iter(n, 'e%s', sep=', '), 420 'vs' : Iter(n, 'v%s', sep=', '), 421 'vts' : Iter(n, '#v%s', sep=', '), 422 'tvs' : Iter(n, 'T%s v%s', sep=', '), 423 'int_vs' : Iter(n, 'int v%s', sep=', '), [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | gen_gtest_pred_impl.py | 189 def Iter(n, format, sep=''): argument 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 211 'vs' : Iter(n, 'v%s', sep=', '), 212 'vts' : Iter(n, '#v%s', sep=', '), 246 << e%s""", sep=' << ", "') 417 'es' : Iter(n, 'e%s', sep=', '), 418 'vs' : Iter(n, 'v%s', sep=', '), 419 'vts' : Iter(n, '#v%s', sep=', '), 420 'tvs' : Iter(n, 'T%s v%s', sep=', '), 421 'int_vs' : Iter(n, 'int v%s', sep=', '), [all …]
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 189 def Iter(n, format, sep=''): argument 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 211 'vs' : Iter(n, 'v%s', sep=', '), 212 'vts' : Iter(n, '#v%s', sep=', '), 246 << e%s""", sep=' << ", "') 417 'es' : Iter(n, 'e%s', sep=', '), 418 'vs' : Iter(n, 'v%s', sep=', '), 419 'vts' : Iter(n, '#v%s', sep=', '), 420 'tvs' : Iter(n, 'T%s v%s', sep=', '), 421 'int_vs' : Iter(n, 'int v%s', sep=', '), [all …]
|
/external/gmock/src/ |
D | gmock-matchers.cc | 317 const char *sep = ""; in LogElementMatcherPairVec() local 319 os << sep << "\n (" in LogElementMatcherPairVec() 322 sep = ","; in LogElementMatcherPairVec() 348 const char *sep = "where:\n"; in FindPairing() local 350 *listener << sep << " - element #" << matches[mi].first in FindPairing() 352 sep = ",\n"; in FindPairing() 384 const char *sep = ""; in DebugString() local 386 ss << sep; in DebugString() 390 sep = ";"; in DebugString() 408 const char* sep = ""; in DescribeToImpl() local [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | proc_cpuinfo_reader.h | 77 char* sep = static_cast<char*>(my_memchr(line, ':', line_len)); in GetNextField() local 78 if (sep == NULL) in GetNextField() 83 const char* val = sep+1; in GetNextField() 92 while (sep > line && my_isspace(sep[-1])) in GetNextField() 93 sep--; in GetNextField() 95 if (sep == line) in GetNextField() 99 *sep = '\0'; in GetNextField()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ |
D | suite.py | 2 from os.path import sep 3 path.insert(1, path[0]+sep+'codec'+sep+'ber') 5 path.insert(1, path[0]+sep+'codec'+sep+'cer') 7 path.insert(1, path[0]+sep+'codec'+sep+'der')
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | IssuingDistributionPoint.java | 223 String sep = Strings.lineSeparator(); in toString() local 227 buf.append(sep); in toString() 230 appendObject(buf, sep, "distributionPoint", distributionPoint.toString()); in toString() 234 appendObject(buf, sep, "onlyContainsUserCerts", booleanToString(onlyContainsUserCerts)); in toString() 238 appendObject(buf, sep, "onlyContainsCACerts", booleanToString(onlyContainsCACerts)); in toString() 242 appendObject(buf, sep, "onlySomeReasons", onlySomeReasons.toString()); in toString() 246 … appendObject(buf, sep, "onlyContainsAttributeCerts", booleanToString(onlyContainsAttributeCerts)); in toString() 250 appendObject(buf, sep, "indirectCRL", booleanToString(indirectCRL)); in toString() 253 buf.append(sep); in toString() 257 private void appendObject(StringBuffer buf, String sep, String name, String value) in appendObject() argument [all …]
|
D | DistributionPoint.java | 125 String sep = Strings.lineSeparator(); in toString() local 128 buf.append(sep); in toString() 131 appendObject(buf, sep, "distributionPoint", distributionPoint.toString()); in toString() 135 appendObject(buf, sep, "reasons", reasons.toString()); in toString() 139 appendObject(buf, sep, "cRLIssuer", cRLIssuer.toString()); in toString() 142 buf.append(sep); in toString() 146 private void appendObject(StringBuffer buf, String sep, String name, String value) in appendObject() argument 153 buf.append(sep); in appendObject() 157 buf.append(sep); in appendObject()
|
D | DistributionPointName.java | 109 String sep = Strings.lineSeparator(); in toString() local 112 buf.append(sep); in toString() 115 appendObject(buf, sep, "fullName", name.toString()); in toString() 119 appendObject(buf, sep, "nameRelativeToCRLIssuer", name.toString()); in toString() 122 buf.append(sep); in toString() 126 private void appendObject(StringBuffer buf, String sep, String name, String value) in appendObject() argument 133 buf.append(sep); in appendObject() 137 buf.append(sep); in appendObject()
|
/external/eigen/doc/snippets/ |
D | IOFormat.cpp | 1 std::string sep = "\n----------------------------------------\n"; variable 10 std::cout << m1 << sep; 11 std::cout << m1.format(CommaInitFmt) << sep; 12 std::cout << m1.format(CleanFmt) << sep; 13 std::cout << m1.format(OctaveFmt) << sep; 14 std::cout << m1.format(HeavyFmt) << sep;
|
/external/dbus/dbus/ |
D | dbus-sysdeps-util-win.c | 702 int sep; in _dbus_string_get_dirname() local 709 sep = _dbus_string_get_length (filename); in _dbus_string_get_dirname() 710 if (sep == 0) in _dbus_string_get_dirname() 713 while (sep > 0 && in _dbus_string_get_dirname() 714 (_dbus_string_get_byte (filename, sep - 1) == '/' || in _dbus_string_get_dirname() 715 _dbus_string_get_byte (filename, sep - 1) == '\\')) in _dbus_string_get_dirname() 716 --sep; in _dbus_string_get_dirname() 718 _dbus_assert (sep >= 0); in _dbus_string_get_dirname() 720 if (sep == 0 || in _dbus_string_get_dirname() 721 (sep == 2 && in _dbus_string_get_dirname() [all …]
|
/external/strace/ |
D | open.c | 80 char sep; in sprint_open_modes() local 84 sep = ' '; in sprint_open_modes() 88 *p++ = sep; in sprint_open_modes() 93 sep = '|'; in sprint_open_modes() 98 *p++ = sep; in sprint_open_modes() 103 sep = '|'; in sprint_open_modes() 107 *p++ = sep; in sprint_open_modes()
|
/external/tcpdump/ |
D | print-ahcp.c | 151 const char *sep = ": "; in ahcp_ipv6_addresses_print() local 158 ND_PRINT((ndo, "%s%s", sep, ip6addr_string(ndo, cp))); in ahcp_ipv6_addresses_print() 160 ND_PRINT((ndo, "%s(compiled w/o IPv6)", sep)); in ahcp_ipv6_addresses_print() 163 sep = ", "; in ahcp_ipv6_addresses_print() 179 const char *sep = ": "; in ahcp_ipv4_addresses_print() local 185 ND_PRINT((ndo, "%s%s", sep, ipaddr_string(ndo, cp))); in ahcp_ipv4_addresses_print() 187 sep = ", "; in ahcp_ipv4_addresses_print() 203 const char *sep = ": "; in ahcp_ipv6_prefixes_print() local 210 ND_PRINT((ndo, "%s%s/%u", sep, ip6addr_string(ndo, cp), *(cp + 16))); in ahcp_ipv6_prefixes_print() 212 ND_PRINT((ndo, "%s(compiled w/o IPv6)/%u", sep, *(cp + 16))); in ahcp_ipv6_prefixes_print() [all …]
|
/external/iproute2/lib/ |
D | ipx_pton.c | 68 char *sep = (char *)src; in ipx_pton1() local 73 while(*sep && (*sep != '.')) in ipx_pton1() 74 sep++; in ipx_pton1() 76 if (*sep != '.') in ipx_pton1() 87 if (ipx_getnode(addr->ipx_node, sep + 1)) in ipx_pton1()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 62 const char *sep = ""; in print_packed() local 66 printf("%s%02x", sep, packed[i]); in print_packed() 67 sep = " "; in print_packed() 81 const char *sep = ""; in print_unpacked_rgba_doubl() local 86 …printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacke… in print_unpacked_rgba_doubl() 87 sep = ", "; in print_unpacked_rgba_doubl() 89 sep = ",\n"; in print_unpacked_rgba_doubl() 103 const char *sep = ""; in print_unpacked_rgba_float() local 108 …printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacke… in print_unpacked_rgba_float() 109 sep = ", "; in print_unpacked_rgba_float() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
D | queue.py | 379 def dump(self, file_name, page_size=10, vtimeout=10, sep='\n'): argument 388 if sep: 389 fp.write(sep) 395 def save_to_file(self, fp, sep='\n'): argument 408 if sep: 409 fp.write(sep) 414 def save_to_filename(self, file_name, sep='\n'): argument 423 n = self.save_to_file(fp, sep) 466 def load_from_file(self, fp, sep='\n'): argument 472 if l == sep: [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_roboswitch.c | 210 char *sep; in wpa_driver_roboswitch_set_param() local 213 sep = drv->ifname + os_strlen(drv->ifname); in wpa_driver_roboswitch_set_param() 214 *sep = '.'; in wpa_driver_roboswitch_set_param() 223 *sep = '\0'; in wpa_driver_roboswitch_set_param() 352 char *sep; in wpa_driver_roboswitch_init() local 361 sep = drv->ifname + in wpa_driver_roboswitch_init() 364 while (sep > drv->ifname && *sep != '.') sep--; in wpa_driver_roboswitch_init() 365 if (sep <= drv->ifname) { in wpa_driver_roboswitch_init() 371 *sep = '\0'; in wpa_driver_roboswitch_init() 372 while (*++sep) { in wpa_driver_roboswitch_init() [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | setup.py | 181 sep = _os.path.sep 183 sep = _os.path.join('1', '2')[1:-1] 190 _os.path.normpath(dirpath).replace(sep, '.') 271 result.append(_posixpath.sep.join( 272 _os.path.normpath(item).split(_os.path.sep) 279 result.append(_posixpath.sep.join( 280 _os.path.normpath(item).split(_os.path.sep) 284 result.extend([_posixpath.sep.join( 285 _os.path.normpath(item).split(_os.path.sep) 293 result.append(_posixpath.sep.join( [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | setup.py | 180 sep = _os.path.sep 182 sep = _os.path.join('1', '2')[1:-1] 189 _os.path.normpath(dirpath).replace(sep, '.') 270 result.append(_posixpath.sep.join( 271 _os.path.normpath(item).split(_os.path.sep) 278 result.append(_posixpath.sep.join( 279 _os.path.normpath(item).split(_os.path.sep) 283 result.extend([_posixpath.sep.join( 284 _os.path.normpath(item).split(_os.path.sep) 292 result.append(_posixpath.sep.join( [all …]
|