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

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotation.java 150 for (NameValuePair pair : elements.values()) {
156 sb.append(pair.getName().toHuman());
158 sb.append(pair.getValue().toHuman());
188 * @param pair {@code non-null;} the (name, value) pair to place into this instance
190 public void put(NameValuePair pair) {
193 if (pair == null) {
194 throw new NullPointerException("pair == null");
197 elements.put(pair.getName(), pair); local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/interfaces/
IESKey.java 8 * key pair for use with an integrated encryptor
  /external/ppp/pppd/plugins/radius/etc/
servers 1 #Server Name or Client/Server pair Key
  /external/skia/include/core/
SkPtrRecorder.h 37 struct Pair {
41 SkTDArray<Pair> fList;
43 static int Cmp(const Pair& a, const Pair& b);
  /external/stlport/
README.google 9 * _pair.h needs to define bionic's (sgi's) internal pair header guard.
  /external/webkit/WebCore/platform/mac/
WebCoreObjCExtras.mm 57 typedef std::pair<Class, id> ClassAndIdPair;
61 ClassAndIdPair* pair = static_cast<ClassAndIdPair*>(context);
63 Method method = class_getInstanceMethod(pair->first, @selector(dealloc));
66 imp(pair->second, @selector(dealloc));
68 delete pair;
83 ClassAndIdPair* pair = new ClassAndIdPair(cls, object);
84 callOnMainThread(deallocCallback, pair);
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 52 private Pair<Integer> mHorizontalPadding;
53 private Pair<Integer> mVerticalPadding;
336 Pair<List<Pair<Integer>>> left = getPatches(column, result);
340 Pair<List<Pair<Integer>>> top = getPatches(row, result);
371 private List<Rectangle> getVerticalRectangles(List<Pair<Integer>> topPairs) {
373 for (Pair<Integer> top : topPairs) {
382 private List<Rectangle> getHorizontalRectangles(List<Pair<Integer>> leftPairs) {
384 for (Pair<Integer> left : leftPairs)
    [all...]
  /external/openssl/android.testssl/
testssl 85 echo test sslv2 via BIO pair
88 echo test sslv2 with server authentication via BIO pair
92 echo test sslv2 with client authentication via BIO pair
95 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 via BIO pair
102 echo test sslv3 with server authentication via BIO pair
105 echo test sslv3 with client authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
111 echo test sslv2/sslv3 via BIO pair
115 echo test sslv2/sslv3 w/o DHE via BIO pair
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
umap.h 21 /// \brief A sorted associative container of pair<K,V>
24 class map : public vector<pair<K,V> > {
31 typedef vector<pair<K,V> > base_class;
42 typedef pair<const_iterator,const_iterator> const_range_t;
43 typedef pair<iterator,iterator> range_t;
45 inline map (void) : vector<pair<K,V> > () {}
46 explicit inline map (size_type n) : vector<pair<K,V> > (n) {}
47 inline map (rcself_t v) : vector<pair<K,V> > (v) {}
48 inline map (const_iterator i1, const_iterator i2) : vector<pair<K,V> >() { insert (i1, i2); }
88 /// Returns the pair<K,V> where K = \p k
    [all...]
uspecial.h 48 //----{ pair }----------------------------------------------------------
50 /// \brief Reads pair \p p from stream \p is.
52 istream& operator>> (istream& is, pair<T1,T2>& p)
61 /// Writes pair \p p to stream \p os.
63 ostream& operator<< (ostream& os, const pair<T1,T2>& p)
72 /// Writes pair \p p to stream \p os.
74 ostringstream& operator<< (ostringstream& os, const pair<T1,T2>& p)
82 inline size_t stream_size_of (const pair<T1,T2>& v)
88 /// \brief Takes a pair and returns pair.firs
    [all...]
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
package.html 10 de-/encoder pair that can be used to translate a byte stream. With the
  /frameworks/base/core/java/android/webkit/
CertTool.java 50 KeyPair pair = generator.genKeyPair(); local
53 MD5_WITH_RSA, pair.getPublic());
54 request.sign(pair.getPrivate());
57 Credentials.getInstance().install(context, pair);
  /packages/apps/Bluetooth/res/values/
strings_pbap.xml 10 <!-- Notification title when a Bluetooth device wants to pair with us -->
12 <!-- Notification message when a Bluetooth device wants to pair with us -->
15 <!-- Notification title when a Bluetooth device wants to pair with us -->
17 <!-- Notification message when a Bluetooth device wants to pair with us -->
  /external/jdiff/src/jdiff/
ParamAPI.java 7 * Class to represent any (name, type) pair such as a parameter.
17 /** Name of the (name, type) pair. */
20 /** Type of the (name, type) pair. */
  /external/stlport/stlport/stl/
_tempbuf.c 36 pair<_Tp*, ptrdiff_t> _STLP_CALL
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0);
  /external/svox/pico/lib/
picokfst.h 44 typedef picoos_int16 picokfst_class_t; /* type of symbol pair classes */
113 /* returns number of states and number of pair classes in FST;
124 /* gets next pair for input symbol specified with preceding call to 'picokfst_kfstStartPairSearch';
125 '*searchState' maintains the search state, 'pairFound' returns whether any more pair was found,
126 '*outSym' returns the output symbol of the found pair, and '*pairClass' returns the
127 transition class of the found symbol pair */
132 /* attempts to do FST transition from state 'startState' with pair class 'transClass';
147 /* gets next FST transition with a pair with empty input symbol starting from a state
151 the output symbol of the found pair, and '*endState' returns the end state
152 of the found transition with that pair */
    [all...]
  /external/stlport/src/
locale_catalog.cpp 99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
146 pair<Category_iterator, bool> result;
149 pair<_Ht_iterator<_Slist_iterator<pair<const string,pair<void *,unsigned int> >,_Nonconst_traits<pair<const string,pair<void *,unsigned int> > > >,_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > >, bool> result;
151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_Has (…)
    [all...]
  /external/stlport/stlport/stl/debug/
_tree.h 199 pair<iterator,iterator> equal_range(const _KT& __x) {
200 return pair<iterator, iterator>(iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)),
204 pair<const_iterator, const_iterator> equal_range(const _KT& __x) const {
205 return pair<const_iterator,const_iterator>(const_iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)),
210 pair<iterator,iterator> equal_range_unique(const _KT& __x) {
211 _STLP_STD::pair<_Base_iterator, _Base_iterator> __p;
213 return pair<iterator, iterator>(iterator(&_M_iter_list, __p.first), iterator(&_M_iter_list, __p.second));
216 pair<const_iterator, const_iterator> equal_range_unique(const _KT& __x) const {
217 _STLP_STD::pair<_Base_const_iterator, _Base_const_iterator> __p;
219 return pair<const_iterator, const_iterator>(const_iterator(&_M_iter_list, __p.first)
    [all...]
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 77 const SchedulePair* pair = static_cast<const SchedulePair*>(value); local
80 CFRetain(pair->runLoop);
81 result->runLoop = pair->runLoop;
82 result->mode = CFStringCreateCopy(alloc, pair->mode);
88 const SchedulePair* pair = static_cast<const SchedulePair*>(value); local
90 CFRelease(pair->runLoop);
91 CFRelease(pair->mode);
92 delete pair;
105 const SchedulePair* pair = static_cast<const SchedulePair*>(value); local
107 return (CFHashCode)pair->runLoop ^ CFHash(pair->mode)
126 const SchedulePair* pair = static_cast<const SchedulePair*>(value); local
273 SchedulePair pair = { runLoop, runLoopMode }; local
283 SchedulePair pair = { runLoop, runLoopMode }; local
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Signer.java 90 * Associates the specified key pair with this {@code Signer}. If a {@code
95 * @param pair
96 * the key pair to associate with this {@code Signer}.
98 * if the key pair is invalid.
105 public final void setKeyPair(KeyPair pair)
108 if (pair == null) {
112 if ((pair.getPrivate() == null) || (pair.getPublic() == null)) {
119 final PublicKey pk = pair.getPublic();
130 this.privateKey = pair.getPrivate()
    [all...]
  /external/srec/shared/src/
SessionTypeImpl.c 125 ESR_SessionPair* pair; local
128 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
129 if ( ( pair->type != type) && ( ( ( pair->type != TYPES_INT ) && ( type != TYPES_SIZE_T ) ) ||
130 ( ( type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) ) )
132 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), type, pair->type);
135 *value = pair->value;
146 ESR_SessionPair* pair; local
149 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
150 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T )
166 ESR_SessionPair* pair; local
187 ESR_SessionPair* pair; local
207 ESR_SessionPair* pair; local
227 ESR_SessionPair* pair; local
249 ESR_SessionPair* pair; local
307 ESR_SessionPair* pair = NULL; local
539 ESR_SessionPair* pair; local
555 ESR_SessionPair* pair; local
1050 ESR_SessionPair* pair; local
1377 ESR_SessionPair* pair; local
    [all...]
  /dalvik/docs/opcodes/
opcode-2d-cmp-kind.html 51 <code>B:</code> first source register or pair<br/>
52 <code>C:</code> second source register or pair</td>
68 register pair holding a double value.
72 register pair holding a long value.
107 If v(A-1) is the lower half of a register pair, v(A-1)' becomes undefined.
110 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
opcode-01-move.html 65 Register vB must not be part of a register pair.
76 If register v(A-1) is the first half of a register pair, register v(A-1)'
80 If register v(A+1) is the second half of a register pair, register v(A+1)'
opcode-07-move-object.html 63 being part of a register pair).
74 If register v(A-1) is the lower half of a register pair, register v(A-1)'
78 If register v(A+1) is the upper half of a register pair, register v(A+1)'
opcode-0b-move-result-wide.html 18 register pair. This must be done as the instruction immediately after an
37 <td><code>A:</code> destination register pair (8 bits)</td>
76 If register v(A-1) is the lower half of a register pair, register v(A-1)'
80 If register v(A+2) is the upper half of a register pair, register v(A+2)'

Completed in 232 milliseconds

12 3 4 5 6 7 8 91011>>