HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 1 - 25 of 1352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/loader/mac/
DocumentLoaderMac.cpp 39 static void scheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair)
45 handle->schedule(pair);
48 static void unscheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair)
54 handle->unschedule(pair);
58 void DocumentLoader::schedule(SchedulePair* pair)
62 m_mainResourceLoader->handle()->schedule(pair);
63 scheduleAll(m_subresourceLoaders, pair);
64 scheduleAll(m_plugInStreamLoaders, pair);
65 scheduleAll(m_multipartSubresourceLoaders, pair);
67 UNUSED_PARAM(pair);
    [all...]
  /bionic/libstdc++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.h 45 virtual void rowIndexRange(pair<int, int>& rowRange);
47 virtual void columnIndexRange(pair<int, int>& columnRange);
AccessibilityTableCell.h 50 virtual void rowIndexRange(pair<int, int>& rowRange);
52 virtual void columnIndexRange(pair<int, int>& columnRange);
  /external/skia/src/core/
SkPtrRecorder.cpp 5 Pair* p = fList.begin();
6 Pair* stop = fList.end();
14 int SkPtrSet::Cmp(const Pair& a, const Pair& b) {
24 Pair pair; local
25 pair.fPtr = ptr;
27 int index = SkTSearch<Pair>(fList.begin(), count, pair, sizeof(pair), &Cmp)
40 Pair pair; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
65 /// pair holds two objects of arbitrary type.
67 struct pair struct
76 // 265. std::pair::pair() effects overly restrictive
79 pair() function in struct:pair
82 /** Two objects may be passed to a @c pair constructor to be copied. */
83 pair(const _T1& __a, const _T2& __b) function in struct:pair
88 pair(_U1&& __x, _U2&& __y) function in struct:pair
92 pair(pair&& __p function in struct:pair
99 pair(const pair<_U1, _U2>& __p) function in struct:pair
105 pair(pair<_U1, _U2>&& __p) function in struct:pair
111 pair(_U1&& __x, _Arg0&& __arg0, _Args&&... __args) function in struct:pair
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
65 /// pair holds two objects of arbitrary type.
67 struct pair struct
76 // 265. std::pair::pair() effects overly restrictive
79 pair() function in struct:pair
82 /** Two objects may be passed to a @c pair constructor to be copied. */
83 pair(const _T1& __a, const _T2& __b) function in struct:pair
88 pair(_U1&& __x, _U2&& __y) function in struct:pair
92 pair(pair&& __p function in struct:pair
99 pair(const pair<_U1, _U2>& __p) function in struct:pair
105 pair(pair<_U1, _U2>&& __p) function in struct:pair
111 pair(_U1&& __x, _Arg0&& __arg0, _Args&&... __args) function in struct:pair
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
65 /// pair holds two objects of arbitrary type.
67 struct pair struct
76 // 265. std::pair::pair() effects overly restrictive
79 pair() function in struct:pair
82 /** Two objects may be passed to a @c pair constructor to be copied. */
83 pair(const _T1& __a, const _T2& __b) function in struct:pair
88 pair(_U1&& __x, _U2&& __y) function in struct:pair
92 pair(pair&& __p function in struct:pair
99 pair(const pair<_U1, _U2>& __p) function in struct:pair
105 pair(pair<_U1, _U2>&& __p) function in struct:pair
111 pair(_U1&& __x, _Arg0&& __arg0, _Args&&... __args) function in struct:pair
    [all...]
  /libcore/luni/src/main/java/java/security/
Signer.java 75 * Associates the specified key pair with this {@code Signer}.
77 * @param pair
78 * the key pair to associate with this {@code Signer}.
80 * if the key pair is invalid.
84 public final void setKeyPair(KeyPair pair) throws InvalidParameterException, KeyException {
85 if (pair == null) {
89 if (pair.getPrivate() == null || pair.getPublic() == null) {
92 setPublicKey(pair.getPublic());
93 this.privateKey = pair.getPrivate()
    [all...]
  /external/ppp/pppd/plugins/radius/
avpair.c 26 * Purpose: add an attribute-value pair to the given list.
28 * Returns: pointer to added a/v pair upon success, NULL pointer upon failure.
30 * Remarks: Always appends the new pair to the end of the list.
53 * Purpose: assign the given value to an attribute-value pair.
104 * Purpose: make a new attribute-value pair with given parameters.
106 * Returns: pointer to generated a/v pair when successful, NULL when failure.
163 VALUE_PAIR *pair; local
207 if ((pair =
215 strcpy (pair->name, attr->name);
216 pair->attribute = attr->value
270 VALUE_PAIR *pair; local
529 VALUE_PAIR *pair; local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
DereferenceChecker.h 28 std::pair<ExplodedNode * const *, ExplodedNode * const *>
  /external/stlport/stlport/stl/
_pair.h 51 struct pair { struct
58 pair() {} function in struct:pair
60 pair() : first(_T1()), second(_T2()) {} function in struct:pair
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} function in struct:pair
72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)) function in struct:pair
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h 51 struct pair { struct
58 pair() {} function in struct:pair
60 pair() : first(_T1()), second(_T2()) {} function in struct:pair
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} function in struct:pair
72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)) function in struct:pair
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 51 struct pair { struct
58 pair() {} function in struct:pair
60 pair() : first(_T1()), second(_T2()) {} function in struct:pair
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} function in struct:pair
72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)) function in struct:pair
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 51 struct pair { struct
58 pair() {} function in struct:pair
60 pair() : first(_T1()), second(_T2()) {} function in struct:pair
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} function in struct:pair
72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)) function in struct:pair
    [all...]

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011>>