HomeSort by relevance Sort by last modified time
    Searched full:tkey (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/openfst/src/include/fst/
heap.h 146 int tkey = key_[j]; local
148 pos_[key_[k] = tkey] = k;
  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 249 * IDictionary<TKey, TValue> (implemented in TDictionary<TKey, TValue>): a
250 generic dictionary that maps elements of type <TKey> to <TValue>. For example,
261 IDictionary<TKey, TValue> interface.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 225 TYPE_TKEY("tkey", 249),
DNSResultCode.java 79 // 19 BADMODE Bad TKEY Mode [RFC2930]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Mac_ImplTest.java 89 tmpKey tKey = new tmpKey();
109 mac.init(tKey, null);
  /external/llvm/test/CodeGen/PowerPC/
bdzlr.ll 16 %struct.Node.6.681 = type { %struct.lua_TValue.17.692, %union.TKey.5.680 }
17 %union.TKey.5.680 = type { %struct.anon.0.4.679 }
  /external/tcpdump/
print-ntp.c 187 printf("\n\tKey id: %u", bp->key_id);
190 printf("\n\tKey id: %u", bp->key_id);
  /external/jemalloc/src/
ckh.c 127 const void *key, *data, *tkey, *tdata; local
149 tkey = cell->key; tdata = cell->data;
151 key = tkey; data = tdata;
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 51 public abstract class CameraMetadata<TKey> {
87 protected abstract <T> T getProtected(TKey key);
92 protected abstract Class<TKey> getKeyClass();
108 public List<TKey> getKeys() {
109 Class<CameraMetadata<TKey>> thisClass = (Class<CameraMetadata<TKey>>) getClass();
129 static <TKey> ArrayList<TKey> getKeysStatic(
130 Class<?> type, Class<TKey> keyClass,
131 CameraMetadata<TKey> instance
    [all...]
  /frameworks/rs/cpp/util/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /frameworks/rs/server/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /system/core/include/utils/
TypeHelpers.h 268 template <typename TKey>
269 hash_t hash_type(const TKey& key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 676 DNS_TKEY_DATAW TKEY,Tkey;
709 DNS_TKEY_DATAA TKEY,Tkey;
  /art/cmdline/
cmdline_parser_test.cc 87 template <typename TMap, typename TKey, typename T>
90 const TKey& key) {
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 926 const char *tkey=NULL; local
927 UnicodeString value=tagelement.getNextString(&tkey, status);
928 UnicodeString key(tkey);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 353 logln("\tkey byte size\tTREEMAP\tn/a\t" + nf.format(mapKeyByteSize));
359 logln("\tkey byte size\t" + style + "\t" + option + "\t" + nf.format(trieKeyByteSize) + "\t\t" + pf.format(trieKeyByteSize/(double)comparisonSize - 1D) + "");
  /external/icu/icu4c/source/common/
rbbiscan.cpp 720 UnicodeString *tkey = new UnicodeString(s);
721 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
723 delete tkey;
724 tkey = NULL;
733 el->key = tkey;
    [all...]
  /external/boringssl/src/ssl/
s3_clnt.c 1809 EC_KEY *tkey; local
    [all...]
  /external/libvncserver/x11vnc/
options.c 329 /* T+B+L+R,tkey+presist_key,tmouse+persist_mouse */
  /bionic/libc/dns/resolv/
res_debug.c 516 {ns_t_tkey, "TKEY", "tkey"},
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/lib/
libc.so 

Completed in 538 milliseconds

12 3 4