/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 | rdma_user_rxe.h | 112 __u32 lkey; member
|
D | vmw_pvrdma-abi.h | 213 __u32 lkey; member
|
D | ib_user_verbs.h | 349 __u32 lkey; member 367 __u32 lkey; member 770 __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() 751 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 753 lkey.currentLocale(validLoc); in create()
|
D | numfmt.cpp | 891 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 893 lkey.canonicalLocale(loc); in create() 894 int32_t kind = lkey.kind(); in create() 952 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 953 int32_t kind = lkey.kind(); in handleDefault() 955 lkey.currentLocale(loc); in handleDefault()
|
D | calendar.cpp | 441 const LocaleKey& lkey = (LocaleKey&)key; in create() local 445 lkey.currentLocale(curLoc); in create() 446 lkey.canonicalLocale(canLoc); in create() 483 LocaleKey &lkey = (LocaleKey&)key; in create() local 485 lkey.currentLocale(loc); in create() 527 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 531 lkey.canonicalLocale(loc); in handleDefault() 535 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/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.cc | 566 list.lkey = mr_->lkey; in RdmaChannel() 828 Write(channel_, imm_data, buffer_size, (uint64_t)buffer_, self_->lkey, in Write() 835 uint32_t lkey, uint64_t remote_addr, in Write() argument 841 list.lkey = lkey; in Write() 1222 uint32_t lkey = (mr_ == nullptr) ? 0 : mr_->lkey; in SendContent() local 1225 << std::hex << src_addr_ << " (0x" << lkey << ")" in SendContent() 1231 (uint64_t)src_addr_, lkey, rm_.remote_addr_, in SendContent()
|
D | patch_notes_verbs_with_0_copies.md | 29 …lkey. Instead, each RdmaTensorBuffer will hold multiple "Response" objects (one per step-id), from…
|
D | rdma.h | 505 size_t buffer_size, uint64_t src_addr, uint32_t lkey,
|
/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 | 3722 String lkey = toLegacyKey(bcpKey); in getInstance() local 3725 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3728 kwds.put(lkey, ltype); in getInstance()
|