HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 226 - 250 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLikelySubtags.java 64 public static class Aliases {
72 Set<String> aliases = toAliases.get(canonical); local
73 return aliases == null ? Collections.singleton(canonical) : aliases;
75 public Aliases(String key) {
111 public static Aliases LANGUAGE_ALIASES = new Aliases("language");
112 public static Aliases REGION_ALIASES = new Aliases("territory");
239 // prepare alias info. We want a mapping from the canonical form to all aliases
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLikelySubtags.java 60 public static class Aliases {
68 Set<String> aliases = toAliases.get(canonical); local
69 return aliases == null ? Collections.singleton(canonical) : aliases;
71 public Aliases(String key) {
107 public static Aliases LANGUAGE_ALIASES = new Aliases("language");
108 public static Aliases REGION_ALIASES = new Aliases("territory");
235 // prepare alias info. We want a mapping from the canonical form to all aliases
    [all...]
  /external/python/cpython2/Lib/
locale.py 14 import encodings.aliases
357 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
630 # definitions and adding some more aliases. The file is usually
637 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 134 possibly existing aliases. In case no FQDN is available, hostname
141 hostname, aliases, ipaddrs = gethostbyaddr(name)
145 aliases.insert(0, hostname)
146 for name in aliases:
  /external/python/cpython3/Lib/
locale.py 15 import encodings.aliases
353 norm_encoding = encodings.aliases.aliases.get(norm_encoding.lower(),
651 # definitions and adding some more aliases. The file is usually
658 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 666 possibly existing aliases. In case no FQDN is available, hostname
673 hostname, aliases, ipaddrs = gethostbyaddr(name)
677 aliases.insert(0, hostname)
678 for name in aliases:
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 404 * Option flag to control the deletion: Include aliases in the
450 // aliases, in which case
465 // We're removing the aliases also. Look them up by their
471 XMPAliasInfo[] aliases = XMPMetaFactory.getSchemaRegistry().findAliases(schemaNS); local
472 for (int i = 0; i < aliases.length; i++)
474 XMPAliasInfo info = aliases[i];
491 // concerned with aliases, they are handled implicitly from the
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 149 // alias, having aliases loading already will save some time waiting for UI to start.
183 Log.e(TAG, "Loading certificate aliases interrupted", e);
365 private CertificateAdapter(KeyStore keyStore, Context context, List<String> aliases) {
366 mAliases = aliases;
367 mSubjects.addAll(Collections.nCopies(aliases.size(), (String) null));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 16 import encodings.aliases
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 16 import encodings.aliases
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
  /prebuilts/misc/common/args4j/
args4j-2.0.28.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 16 import encodings.aliases
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 16 import encodings.aliases
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
  /prebuilts/tools/common/m2/repository/args4j/args4j/2.33/
args4j-2.33.jar 
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-base-gicv2-psci.dts 49 aliases {
fvp-base-gicv2legacy-psci.dts 49 aliases {
fvp-base-gicv3-psci.dts 49 aliases {
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-base-gicv2-psci-aarch32.dts 23 aliases {
fvp-base-gicv2-psci.dts 23 aliases {
fvp-base-gicv3-psci-aarch32.dts 23 aliases {
fvp-base-gicv3-psci-common.dtsi 21 aliases {

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>