/external/chromium_org/net/data/ssl/scripts/ |
generate-weak-test-chains.sh | 38 for key_type in $key_types 40 try echo 1 > out/$key_type-intermediate-serial 71 for key_type in $key_types 73 key_size=$(echo "$key_type" | sed -E 's/-.+//') 74 algo=$(echo "$key_type" | sed -E 's/.+-//') 82 -out out/$key_type-intermediate.key $key_size 85 for key_type in $key_types 87 key_size=$(echo "$key_type" | sed -E 's/-.+//') 88 algo=$(echo "$key_type" | sed -E 's/.+-//') 98 -out out/$key_type-ee-by-$signer_key_type-intermediate.key $key_siz [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
StringEntry.h | 32 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry 36 key_type key() 37 { return key_type(m_Key, m_KeyLen); } 39 const key_type key() const 40 { return key_type(m_Key, m_KeyLen); } 65 StringEntry(const key_type& pKey); 82 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry 86 key_type key() 87 { return key_type(m_Key, m_KeyLen); } 89 const key_type key() cons 136 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory [all...] |
HashEntryFactory.h | 23 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory 26 entry_type* produce(const key_type& pKey)
|
HashEntry.h | 39 typedef KeyType key_type; typedef in class:mcld::HashEntry 67 bool compare(const key_type& pKey); 79 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory 86 HashEntryTy* produce(const key_type& pKey);
|
HashTable.h | 47 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable 76 entry_type* insert(const key_type& pKey, bool& pExist); 79 size_type erase(const key_type& pKey); 84 iterator find(const key_type& pKey); 88 const_iterator find(const key_type& pKey) const; 90 size_type count(const key_type& pKey) const; 110 chain_iterator begin(const key_type& pKey); 111 chain_iterator end(const key_type& pKey); 112 const_chain_iterator begin(const key_type& pKey) const [all...] |
/packages/inputmethods/PinyinIME/res/xml/ |
skb_qwerty.xml | 23 key_type="0" 42 key_type="2"/> 45 icon_popup="@drawable/shift_off_popup_icon" key_type="2"/> 48 icon_popup="@drawable/shift_on_popup_icon" key_type="3"/> 50 key_type="1"/> 60 <key code="62" key_type="5" width="30.608%p"/> 69 <key code="62" key_type="5" width="30.608%p"/> 78 <key code="62" key_type="5" width="15.304%p"/> 87 <key code="62" key_type="5" width="15.304%p"/>
|
skb_sym2.xml | 21 key_type="0" 44 <key code="-5" width="14.286%p" key_type="3" label="ALT"/> 56 <row width="14.696%p" key_type="1"> 60 <key code="-3" key_type="3" label="\?123"/> 61 <key code="62" key_type="5" width="30.608%p"/> 62 <key label="??" key_type="0">
|
skb_template1.xml | 26 <key_type 33 <key_type 39 <key_type 45 <key_type 51 <key_type 55 <key_type 76 width="20%p" height="25%p" code="66" key_type="1"> 87 width="25%p" height="25%p" code="66" key_type="1" balloon="false"> 98 width="14.286%p" height="25%p" code="67" key_type="1" 103 width="14.696%p" height="25%p" key_type="2" label="\?123"/ [all...] |
skb_sym1.xml | 21 key_type="0" 47 <key code="-5" width="14.286%p" key_type="2" label="ALT"/> 72 <row width="14.696%p" key_type="1"> 76 <key code="-3" key_type="3" label="\?123"/> 77 <key code="62" key_type="5" width="30.608%p"/> 78 <key label="?" key_type="0" icon="@drawable/period_full_icon"
|
skb_smiley.xml | 22 key_type="0" 61 <key code="-6" key_type="3" icon="@drawable/smiley_icon" 76 <row width="14.696%p" key_type="1"> 78 <key code="-3" key_type="2" label="\?123"/> 79 <key code="62" key_type="5" width="30.608%p"/>
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
KerberosTicketTest.java | 56 private static final int KEY_TYPE = 1; 96 sessionKey, KEY_TYPE, flags, newAuthTime, startTime, endTime, 108 new KerberosTicket(ticket, pClient, pServer, sessionKey, KEY_TYPE, 121 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, 128 new KerberosTicket(ticket, null, pServer, sessionKey, KEY_TYPE, 141 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, 155 KEY_TYPE, flags, authTime, startTime, endTime, renewTill, null); 165 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, 178 new KerberosTicket(null, pClient, pServer, sessionKey, KEY_TYPE, 193 sessionKey, KEY_TYPE, flags, authTime, startTime, newEndTime [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramStateTrait.h | 62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait 72 static lookup_type Lookup(data_type B, key_type K) { 75 static data_type Set(data_type B, key_type K, value_type E,context_type F){ 79 static data_type Remove(data_type B, key_type K, context_type F) { 112 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait 122 static data_type Add(data_type B, key_type K, context_type F) { 126 static data_type Remove(data_type B, key_type K, context_type F) { 130 static bool Contains(data_type B, key_type K) { 153 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait 156 static data_type Add(data_type L, key_type K, context_type F) [all...] |
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetcher_manager.cc | 53 PrefetchKeyType key_type, 58 std::string key = key_type == PREFETCH_KEY_TYPE_HOST ? 65 this, config_, navigation_id, key_type, requests.Pass()); 102 resource_prefetcher->key_type(), 108 resource_prefetcher->key_type() == PREFETCH_KEY_TYPE_HOST ? 118 PrefetchKeyType key_type, 125 key_type,
|
/external/chromium_org/chromeos/dbus/ |
mock_cryptohome_client.h | 109 attestation::AttestationKeyType key_type, 114 void(attestation::AttestationKeyType key_type, 119 void(attestation::AttestationKeyType key_type, 124 void(attestation::AttestationKeyType key_type, 129 void(attestation::AttestationKeyType key_type, 134 void(attestation::AttestationKeyType key_type, 143 void(attestation::AttestationKeyType key_type, 149 void(attestation::AttestationKeyType key_type, 154 void(attestation::AttestationKeyType key_type, 160 void(attestation::AttestationKeyType key_type, [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
types.pass.cpp | 18 // typedef Key key_type; 23 // typedef pair<const key_type, mapped_type> value_type; 40 static_assert((std::is_same<C::key_type, char>::value), ""); 42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), ""); 43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), ""); 45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), ""); 57 static_assert((std::is_same<C::key_type, char>::value), ""); 59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), ""); 60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), ""); 62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
types.pass.cpp | 18 // typedef Key key_type; 23 // typedef pair<const key_type, mapped_type> value_type; 40 static_assert((std::is_same<C::key_type, char>::value), ""); 42 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), ""); 43 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), ""); 45 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), ""); 57 static_assert((std::is_same<C::key_type, char>::value), ""); 59 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), ""); 60 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), ""); 62 static_assert((std::is_same<C::value_type, std::pair<const C::key_type, C::mapped_type> >::value), "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
set | 27 typedef Key key_type; 28 typedef key_type value_type; 114 size_type erase(const key_type& k); 130 iterator find(const key_type& k); 131 const_iterator find(const key_type& k) const; 132 size_type count(const key_type& k) const; 133 iterator lower_bound(const key_type& k); 134 const_iterator lower_bound(const key_type& k) const; 135 iterator upper_bound(const key_type& k); 136 const_iterator upper_bound(const key_type& k) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
map.h | 54 typedef _Key key_type; typedef in class:__profile::map 214 operator[](const key_type& __k) 222 operator[](key_type&& __k) 230 at(const key_type& __k) 237 at(const key_type& __k) const 343 erase(const key_type& __x) 380 find(const key_type& __x) 387 find(const key_type& __x) const 394 count(const key_type& __x) const 401 lower_bound(const key_type& __x [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
map.h | 54 typedef _Key key_type; typedef in class:__profile::map 214 operator[](const key_type& __k) 222 operator[](key_type&& __k) 230 at(const key_type& __k) 237 at(const key_type& __k) const 343 erase(const key_type& __x) 380 find(const key_type& __x) 387 find(const key_type& __x) const 394 count(const key_type& __x) const 401 lower_bound(const key_type& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map.h | 54 typedef _Key key_type; typedef in class:__profile::map 214 operator[](const key_type& __k) 222 operator[](key_type&& __k) 230 at(const key_type& __k) 237 at(const key_type& __k) const 343 erase(const key_type& __x) 380 find(const key_type& __x) 387 find(const key_type& __x) const 394 count(const key_type& __x) const 401 lower_bound(const key_type& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
map.h | 48 typedef _Key key_type; typedef in class:__profile::map 209 operator[](const key_type& __k) 217 operator[](key_type&& __k) 225 at(const key_type& __k) 232 at(const key_type& __k) const 338 erase(const key_type& __x) 374 find(const key_type& __x) 381 find(const key_type& __x) const 388 count(const key_type& __x) const 395 lower_bound(const key_type& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map.h | 54 typedef _Key key_type; typedef in class:__profile::map 214 operator[](const key_type& __k) 222 operator[](key_type&& __k) 230 at(const key_type& __k) 237 at(const key_type& __k) const 343 erase(const key_type& __x) 380 find(const key_type& __x) 387 find(const key_type& __x) const 394 count(const key_type& __x) const 401 lower_bound(const key_type& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
map.h | 48 typedef _Key key_type; typedef in class:__profile::map 209 operator[](const key_type& __k) 217 operator[](key_type&& __k) 225 at(const key_type& __k) 232 at(const key_type& __k) const 338 erase(const key_type& __x) 374 find(const key_type& __x) 381 find(const key_type& __x) const 388 count(const key_type& __x) const 395 lower_bound(const key_type& __x [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
hash_map | 27 typedef Key key_type; 32 typedef pair<const key_type, mapped_type> value_type; 71 size_type erase(const key_type& k); 80 iterator find(const key_type& k); 81 const_iterator find(const key_type& k) const; 82 size_type count(const key_type& k) const; 83 pair<iterator, iterator> equal_range(const key_type& k); 84 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 86 mapped_type& operator[](const key_type& k); 116 typedef Key key_type; [all...] |
hash_set | 27 typedef Value key_type; 28 typedef key_type value_type; 70 size_type erase(const key_type& k); 79 iterator find(const key_type& k); 80 const_iterator find(const key_type& k) const; 81 size_type count(const key_type& k) const; 82 pair<iterator, iterator> equal_range(const key_type& k); 83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 113 typedef Value key_type; 114 typedef key_type value_type [all...] |