/external/kernel-headers/original/uapi/rdma/ |
D | mthca-abi.h | 75 __u32 lkey; member 89 __u32 lkey; member 94 __u32 lkey; member 105 __u32 lkey; member
|
D | rvt-abi.h | 20 __u32 lkey; member
|
D | siw-abi.h | 82 __u32 lkey; member
|
D | rdma_user_rxe.h | 111 __u32 lkey; member
|
D | vmw_pvrdma-abi.h | 218 __u32 lkey; member
|
D | ib_user_verbs.h | 351 __u32 lkey; member 369 __u32 lkey; member 772 __u32 lkey; member
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 729 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale() local 730 logln("lkey prefix: " + lkey.prefix()); in TestLocale() 731 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 732 logln("lkey current locale: " + lkey.currentLocale()); in TestLocale() 734 lkey.fallback(); in TestLocale() 735 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 737 lkey.fallback(); in TestLocale() 738 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale() 941 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage() local 942 logln("lkey: " + lkey); in TestCoverage() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 732 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale() local 733 logln("lkey prefix: " + lkey.prefix()); in TestLocale() 734 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 735 logln("lkey current locale: " + lkey.currentLocale()); in TestLocale() 737 lkey.fallback(); in TestLocale() 738 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 740 lkey.fallback(); in TestLocale() 741 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale() 944 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage() local 945 logln("lkey: " + lkey); in TestCoverage() [all …]
|
/external/icu/icu4c/source/common/ |
D | servslkf.cpp | 67 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create() 70 lkey.currentID(keyID); in create()
|
D | servlkf.cpp | 50 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 51 int32_t kind = lkey.kind(); in create() 53 lkey.currentLocale(loc); in create()
|
D | brkiter.cpp | 261 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 262 int32_t kind = lkey.kind(); in handleDefault() 264 lkey.currentLocale(loc); in handleDefault()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NumberFormatServiceShim.java | 58 LocaleKey lkey = (LocaleKey)key; in create() local 59 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind()); in create()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormatServiceShim.java | 57 LocaleKey lkey = (LocaleKey)key; in create() local 58 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind()); in create()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICULocaleService.java | 386 LocaleKey lkey = (LocaleKey)key; in create() local 387 int kind = lkey.kind(); in create() 389 ULocale uloc = lkey.currentLocale(); in create() 512 LocaleKey lkey = (LocaleKey)key; in create() local 513 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { in create() 516 if (!id.equals(lkey.currentID())) { in create()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICULocaleService.java | 380 LocaleKey lkey = (LocaleKey)key; in create() local 381 int kind = lkey.kind(); in create() 383 ULocale uloc = lkey.currentLocale(); in create() 505 LocaleKey lkey = (LocaleKey)key; in create() local 506 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { in create() 509 if (!id.equals(lkey.currentID())) { in create()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 140 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 145 lkey.canonicalLocale(loc); in create() 170 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 178 lkey.canonicalLocale(loc); in handleDefault() 749 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 751 lkey.currentLocale(validLoc); in create()
|
D | numfmt.cpp | 890 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 892 lkey.canonicalLocale(loc); in create() 893 int32_t kind = lkey.kind(); in create() 951 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 952 int32_t kind = lkey.kind(); in handleDefault() 954 lkey.currentLocale(loc); in handleDefault()
|
D | calendar.cpp | 448 const LocaleKey& lkey = (LocaleKey&)key; in create() local 452 lkey.currentLocale(curLoc); in create() 453 lkey.canonicalLocale(canLoc); in create() 490 LocaleKey &lkey = (LocaleKey&)key; in create() local 492 lkey.currentLocale(loc); in create() 534 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 538 lkey.canonicalLocale(loc); in handleDefault() 542 lkey.currentLocale(loc2); in handleDefault()
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 1133 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale() local 1134 logln("lkey prefix: " + lkey->prefix(result)); in testLocale() 1136 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale() 1138 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName()); in testLocale() 1141 lkey->fallback(); in testLocale() 1142 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale() 1145 lkey->fallback(); in testLocale() 1146 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale() 1148 delete lkey; // tentatively weiv in testLocale()
|
/external/clang/test/CodeGen/ |
D | 2008-03-24-BitField-And-Alloca.c | 62 unsigned long long lkey; member
|
/external/libpcap/ |
D | pcap-rdmasniff.c | 103 sg_entry.lkey = priv->mr->lkey; in rdmasniff_post_recv()
|
/external/libnl/lib/route/ |
D | link.c | 886 } __attribute__((packed)) lkey; in link_keygen() local 888 lkey_sz = sizeof(lkey); in link_keygen() 889 lkey.l_index = link->l_index; in link_keygen() 890 lkey.l_family = link->l_family; in link_keygen() 892 *hashkey = nl_hash(&lkey, lkey_sz, 0) % table_sz; in link_keygen() 895 link, lkey.l_index, lkey.l_family, lkey_sz, *hashkey); in link_keygen()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | ULocale.java | 3129 String lkey = bcp47ToLDMLKey(bcpKey); in getInstance() local 3130 …String ltype = bcp47ToLDMLType(lkey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as… in getInstance() 3132 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3135 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 3725 String lkey = toLegacyKey(bcpKey); in getInstance() local 3728 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3731 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 3899 String lkey = toLegacyKey(bcpKey); in getInstance() local 3902 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3905 kwds.put(lkey, ltype); in getInstance()
|