/external/kernel-headers/original/uapi/rdma/ |
D | mthca-abi.h | 74 __u32 lkey; member 88 __u32 lkey; member 93 __u32 lkey; member 104 __u32 lkey; member
|
D | rdma_user_rxe.h | 101 __u32 lkey; member
|
D | vmw_pvrdma-abi.h | 206 __u32 lkey; member
|
D | ib_user_verbs.h | 323 __u32 lkey; member 339 __u32 lkey; member 735 __u32 lkey; member
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 714 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale() local 715 logln("lkey prefix: " + lkey.prefix()); in TestLocale() 716 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 717 logln("lkey current locale: " + lkey.currentLocale()); in TestLocale() 719 lkey.fallback(); in TestLocale() 720 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 722 lkey.fallback(); in TestLocale() 723 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale() 922 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage() local 923 logln("lkey: " + lkey); in TestCoverage() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 715 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale() local 716 logln("lkey prefix: " + lkey.prefix()); in TestLocale() 717 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 718 logln("lkey current locale: " + lkey.currentLocale()); in TestLocale() 720 lkey.fallback(); in TestLocale() 721 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 723 lkey.fallback(); in TestLocale() 724 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale() 923 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage() local 924 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 | 249 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 250 int32_t kind = lkey.kind(); in handleDefault() 252 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/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/android_icu4j/src/main/java/android/icu/impl/ |
D | ICULocaleService.java | 384 LocaleKey lkey = (LocaleKey)key; in create() local 385 int kind = lkey.kind(); in create() 387 ULocale uloc = lkey.currentLocale(); in create() 509 LocaleKey lkey = (LocaleKey)key; in create() local 510 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { in create() 513 if (!id.equals(lkey.currentID())) { in create()
|
/external/fio/engines/ |
D | rdma.c | 413 rd->recv_sgl.lkey = rd->recv_mr->lkey; in fio_rdmaio_setup_control_msg_buffers() 421 rd->send_sgl.lkey = rd->send_mr->lkey; in fio_rdmaio_setup_control_msg_buffers() 477 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep() 485 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep() 495 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 138 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 143 lkey.canonicalLocale(loc); in create() 168 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 176 lkey.canonicalLocale(loc); in handleDefault() 742 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 744 lkey.currentLocale(validLoc); in create()
|
D | numfmt.cpp | 893 const LocaleKey& lkey = (const LocaleKey&)key; in create() local 895 lkey.canonicalLocale(loc); in create() 896 int32_t kind = lkey.kind(); in create() 954 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 955 int32_t kind = lkey.kind(); in handleDefault() 957 lkey.currentLocale(loc); in handleDefault()
|
D | calendar.cpp | 438 const LocaleKey& lkey = (LocaleKey&)key; in create() local 442 lkey.currentLocale(curLoc); in create() 443 lkey.canonicalLocale(canLoc); in create() 480 LocaleKey &lkey = (LocaleKey&)key; in create() local 482 lkey.currentLocale(loc); in create() 524 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local 528 lkey.canonicalLocale(loc); in handleDefault() 532 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/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/syslinux/gpxe/src/drivers/infiniband/ |
D | hermon.c | 1214 MLX_FILL_1 ( &wqe->ud.data[0], 1, l_key, hermon->lkey ); in hermon_fill_ud_send_wqe() 1257 MLX_FILL_1 ( &wqe->mlx.data[0], 1, l_key, hermon->lkey ); in hermon_fill_mlx_send_wqe() 1262 MLX_FILL_1 ( &wqe->mlx.data[1], 1, l_key, hermon->lkey ); in hermon_fill_mlx_send_wqe() 1290 MLX_FILL_1 ( &wqe->rc.data[0], 1, l_key, hermon->lkey ); in hermon_fill_rc_send_wqe() 1398 MLX_FILL_1 ( &wqe->data[0], 1, l_key, hermon->lkey ); in hermon_post_recv() 2498 hermon->lkey = ( ( key << 8 ) | ( key >> 24 ) ); in hermon_setup_mpt() 2663 hermon->ibdev[i]->rdma_key = hermon->lkey; in hermon_probe()
|
D | hermon.h | 538 unsigned long lkey; member
|
/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/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 3956 String lkey = toLegacyKey(bcpKey); in getInstance() local 3959 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3962 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 3770 String lkey = toLegacyKey(bcpKey); in getInstance() local 3773 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3776 kwds.put(lkey, ltype); in getInstance()
|