HomeSort by relevance Sort by last modified time
    Searched full:_key (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
Extension.java 11 private char _key; field in class:Extension
15 _key = key;
19 _key = key;
24 return _key;
32 return _key + LanguageTag.SEP + _value;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
Extension.java 11 private char _key; field in class:Extension
15 _key = key;
19 _key = key;
24 return _key;
32 return _key + LanguageTag.SEP + _value;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
Extension.java 15 private char _key; field in class:Extension
19 _key = key;
23 _key = key;
28 return _key;
36 return _key + LanguageTag.SEP + _value;
  /external/lzma/CPP/7zip/Crypto/
7zAes.cpp 105 if (_cachedKeys.Find(_key))
106 g_GlobalKeyCache.Add(_key);
109 if (!g_GlobalKeyCache.Find(_key))
111 _key.CalculateDigest();
112 g_GlobalKeyCache.Add(_key);
114 _cachedKeys.Add(_key);
123 _key.SaltSize = 4;
124 g_RandomGenerator.Generate(_key.Salt, _key.SaltSize);
138 // _key.Init();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /external/clang/test/Modules/Inputs/PR20399/
stl_map.h 7 template <typename _Key>
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_multimap.i 44 template<class _Key, class _Tp, class _Compare = std::less<_Key >,
45 class _Alloc = allocator<std::pair<const _Key, _Tp > > >
50 typedef _Key key_type;
52 typedef std::pair<const _Key, _Tp> value_type;
60 %traits_swigtype(_Key);
63 %fragment(SWIG_Traits_frag(std::pair< _Key, _Tp >), "header",
64 fragment=SWIG_Traits_frag(_Key),
68 template <> struct traits<std::pair< _Key, _Tp > > {
71 return "std::pair<" #_Key "," #_Tp " >"
    [all...]
std_multiset.i 43 template <class _Key, class _Compare = std::less<_Key>,
44 class _Alloc = allocator<_Key> >
49 typedef _Key value_type;
50 typedef _Key key_type;
57 %traits_swigtype(_Key);
59 %fragment(SWIG_Traits_frag(std::multiset<_Key, _Compare, _Alloc >), "header",
60 fragment=SWIG_Traits_frag(_Key),
63 template <> struct traits<std::multiset<_Key, _Compare, _Alloc > > {
66 return "std::multiset<" #_Key "," #_Compare "," #_Alloc " >"
    [all...]
std_set.i 79 template <class _Key, class _Compare = std::less<_Key>,
80 class _Alloc = allocator<_Key> >
85 typedef _Key value_type;
86 typedef _Key key_type;
93 %traits_swigtype(_Key);
95 %fragment(SWIG_Traits_frag(std::set<_Key, _Compare, _Alloc >), "header",
96 fragment=SWIG_Traits_frag(_Key),
99 template <> struct traits<std::set<_Key, _Compare, _Alloc > > {
102 return "std::set<" #_Key "," #_Compare "," #_Alloc " >"
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_tree.h 344 template<typename _Key, typename _Val, typename _KeyOfValue,
358 typedef _Key key_type;
505 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
515 bool operator()(const _Key& __x, const _Key& __y) const {
519 bool operator()(const _Key& __x, const _Key& __y) {
579 static const _Key&
603 static const _Key
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
search_s.h 17 _CRTIMP void *__cdecl _lfind_s(const void *_Key,const void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context);
18 _CRTIMP void *__cdecl _lsearch_s(const void *_Key,void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 113 # define key_type _Key
117 _Key, _HF, _ExK, _EqK, _All>
119 _Key, _HF, _ExK, _EqK, _All>
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
130 template <class _Val, class _Key, class _HF,
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 113 # define key_type _Key
117 _Key, _HF, _ExK, _EqK, _All>
119 _Key, _HF, _ExK, _EqK, _All>
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
130 template <class _Val, class _Key, class _HF,
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
multimap.h 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
55 typedef _Key key_type;
57 typedef std::pair<const _Key, _Tp> value_type;
422 template<typename _Key, typename _Tp,
425 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 41 template<typename _Key, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
54 typedef _Key key_type;
55 typedef _Key value_type;
415 template<typename _Key, typename _Compare, typename _Allocator>
417 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>