Searched refs:key_type (Results 1 - 25 of 161) sorted by relevance

1234567

/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-weak-test-chains.sh38 for key_type in $key_types
40 try /bin/sh -c "echo 01 > out/$key_type-intermediate-serial"
73 for key_type in $key_types
75 key_size=$(echo "$key_type" | sed -E 's/-.+//')
76 algo=$(echo "$key_type" | sed -E 's/.+-//')
84 -out out/$key_type-intermediate.key $key_size
87 for key_type in $key_types
89 key_size=$(echo "$key_type" | sed -E 's/-.+//')
90 algo=$(echo "$key_type" | sed -E 's/.+-//')
100 -out out/$key_type
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dlru_cache_using_std.h40 typedef K key_type; typedef in class:lru_cache_using_std
44 typedef std::list<key_type> key_tracker_type;
48 key_type,
58 value_type (*f)(const key_type&),
68 value_type operator()(const key_type& k) {
116 void insert(const key_type& k,const value_type& v) {
158 value_type (*_fn)(const key_type&);
57 lru_cache_using_std( value_type (f)const key_type&), size_t c ) argument
/external/libcxx/test/containers/unord/unord.map/
H A Dtypes.pass.cpp18 // 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,
[all...]
/external/libcxx/test/containers/unord/unord.multimap/
H A Dtypes.pass.cpp18 // 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,
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dsort.h56 // key_type Enum corresponding to the type of the key array.
61 uint32_t size_of_element, Type key_type);
/external/chromium_org/ui/wm/core/
H A Daccelerator_delegate.h28 KeyType key_type) = 0;
H A Daccelerator_filter.cc60 AcceleratorDelegate::KeyType key_type = local
64 if (delegate_->ProcessAccelerator(*event, accelerator, key_type))
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.h77 PrefetchData(PrefetchKeyType key_type, const std::string& primary_key);
82 bool is_host() const { return key_type == PREFETCH_KEY_TYPE_HOST; }
85 PrefetchKeyType key_type; // Not const to be able to assign. member in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
111 PrefetchKeyType key_type);
128 void GetAllDataHelper(PrefetchKeyType key_type,
132 void DeleteDataHelper(PrefetchKeyType key_type,
H A Dresource_prefetcher_manager.cc53 PrefetchKeyType key_type,
58 std::string key = key_type == PREFETCH_KEY_TYPE_HOST ?
64 this, config_, navigation_id, key_type, requests.Pass());
101 resource_prefetcher->key_type(),
107 resource_prefetcher->key_type() == PREFETCH_KEY_TYPE_HOST ?
117 PrefetchKeyType key_type,
124 key_type,
51 MaybeAddPrefetch( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
115 ResourcePrefetcherFinishedOnUI( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
H A Dresource_prefetch_predictor.h126 PrefetchKeyType key_type,
158 Result(PrefetchKeyType key_type,
162 PrefetchKeyType key_type; member in struct:predictors::ResourcePrefetchPredictor::Result
211 PrefetchKeyType* key_type);
256 void RemoveOldestEntryInPrefetchDataMap(PrefetchKeyType key_type,
262 PrefetchKeyType key_type,
269 void ReportAccuracyStats(PrefetchKeyType key_type,
276 PrefetchKeyType key_type,
280 PrefetchKeyType key_type,
H A Dresource_prefetcher_manager.h49 PrefetchKeyType key_type,
73 PrefetchKeyType key_type,
/external/libcxx/test/containers/unord/unord.multiset/
H A Dtypes.pass.cpp19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
/external/libcxx/test/containers/unord/unord.set/
H A Dtypes.pass.cpp19 // typedef value_type key_type;
40 static_assert((std::is_same<C::key_type, short>::value), "");
41 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
42 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
56 static_assert((std::is_same<C::key_type, short>::value), "");
57 static_assert((std::is_same<C::hasher, std::hash<C::key_type> >::value), "");
58 static_assert((std::is_same<C::key_equal, std::equal_to<C::key_type> >::value), "");
/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.h23 KeyType key_type) OVERRIDE;
H A Daccelerator_delegate.cc24 KeyType key_type) {
29 if (key_type == KEY_TYPE_SYSTEM && !CanConsumeSystemKeys(key_event)) {
22 ProcessAccelerator(const ui::KeyEvent& key_event, const ui::Accelerator& accelerator, KeyType key_type) argument
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h126 uint8_t key_type,
320 uint8_t key_type,
323 UINT8 key_type,
328 uint8_t key_type,
332 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type,
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp42 inline bool contains (const C& container, const typename C::key_type& item)
78 const typename M::key_type& key)
89 const typename M::key_type& key,
99 const typename M::mapped_type& lookup (const M& map, const typename M::key_type& key)
110 bool insert (M& map, const typename M::key_type& key, const typename M::mapped_type& value)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
113 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
132 static bool Contains(data_type B, key_type K) {
155 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type
[all...]
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc200 AttestationKeyType key_type = GetKeyTypeForProfile(certificate_profile); local
212 key_type,
221 key_type,
236 key_type,
247 AttestationKeyType key_type,
265 key_type,
272 AttestationKeyType key_type,
287 key_type,
294 AttestationKeyType key_type,
299 key_type,
246 SendCertificateRequestToPCA( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
271 SendCertificateResponseToDaemon( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
293 GetExistingCertificate( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h113 attestation::AttestationKeyType key_type,
118 void(attestation::AttestationKeyType key_type,
123 void(attestation::AttestationKeyType key_type,
128 void(attestation::AttestationKeyType key_type,
133 void(attestation::AttestationKeyType key_type,
138 void(attestation::AttestationKeyType key_type,
147 void(attestation::AttestationKeyType key_type,
153 void(attestation::AttestationKeyType key_type,
158 void(attestation::AttestationKeyType key_type,
164 void(attestation::AttestationKeyType key_type,
[all...]
/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h136 // emitted by the Privacy CA. |key_type| determines whether the certified key
138 // key. If |key_type| is KEY_USER, a |user_id| must be provided. Otherwise
143 chromeos::attestation::AttestationKeyType key_type,
149 // by |key_type| and |key_name|. If |key_type| is KEY_USER, a |user_id| must
153 chromeos::attestation::AttestationKeyType key_type,
159 // key specified by |key_type| and |key_name|. The |domain| and |device_id|
162 // the challenge response. If |key_type| is KEY_USER, a |user_id| must be
166 chromeos::attestation::AttestationKeyType key_type,
176 // specified by |key_type| an
[all...]
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc23 typedef FileMap::key_type key_type; typedef in class:storage::__anon10733::ShareableFileMap
32 iterator Find(key_type key) {
47 void Erase(key_type key) {
/external/chromium_org/media/cast/common/
H A Dmod_util.h21 typename MAP::key_type lower_quarter = 0;
46 if ((i->first - ret->first) > ((typename MAP::key_type(0) - 1)) >> 1)
/external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
H A Dmap.pxd41 #pair[const_iterator, const_iterator] equal_range(key_type&)
46 #const_iterator find(key_type&)
52 #const_iterator lower_bound(key_type&)
61 #const_iterator upper_bound(key_type&)
H A Dunordered_map.pxd41 #pair[const_iterator, const_iterator] equal_range(key_type&)
46 #const_iterator find(key_type&)
52 #const_iterator lower_bound(key_type&)
61 #const_iterator upper_bound(key_type&)

Completed in 2442 milliseconds

1234567