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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkPtrRecorder.cpp 12 Pair* p = fList.begin();
13 Pair* stop = fList.end();
21 int SkPtrSet::Cmp(const Pair& a, const Pair& b) {
31 Pair pair; local
32 pair.fPtr = ptr;
34 int index = SkTSearch<Pair>(fList.begin(), count, pair, sizeof(pair), &Cmp)
47 Pair pair; local
    [all...]
  /external/llvm/test/YAMLParser/
spec-10-02.data 9 single: pair ,
  /frameworks/base/core/java/android/util/
Pair.java 26 public class Pair<F, S> {
31 * Constructor for a Pair.
33 * @param first the first object in the Pair
34 * @param second the second object in the pair
36 public Pair(F first, S second) {
45 * @param o the {@link Pair} to which this one is to be checked for equality
46 * @return true if the underlying objects of the Pair are both considered
51 if (!(o instanceof Pair)) {
54 Pair<?, ?> p = (Pair<?, ?>) o
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPairGenerator.java 4 * interface that a public/private key pair generator should conform to.
9 * intialise the key pair generator.
11 * @param param the parameters the key pair is to be initialised with.
  /external/clang/test/Parser/
cxx0x-for-range.cpp 4 struct pair {}; struct
8 typedef pair<T,U> *iterator;
14 pair<T,U> &tie(T &, U &);
20 for (pair<char*,int> x : m) {
  /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...]
  /external/llvm/test/CodeGen/X86/
2009-04-scale.ll 5 %struct.array = type { %struct.impl, [256 x %struct.pair], [256 x %struct.pair], [256 x %struct.pair], [256 x %struct.pair], [256 x %struct.pair], [256 x %struct.pair] }
7 %struct.pair = type { i64, i64 }
14 %3 = getelementptr %struct.array* null, i32 0, i32 3 ; <[256 x %struct.pair]*> [#uses=1]
15 %4 = getelementptr [256 x %struct.pair]* %3, i32 0, i32 %2 ; <%struct.pair*> [#uses=1
    [all...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
Pair.java 16 * Pair of two objects.
21 public final class Pair<L, R> {
30 public Pair(L left, R right) {
45 if (!(o instanceof Pair<?, ?>)) {
48 Pair<?, ?> other = (Pair<?, ?>) o;
78 public static <L, R> Pair<L, R> create(L left, R right) {
79 return new Pair<L, R>(left, right);
  /external/clang/test/Analysis/
system-header-simulator-cxx.h 5 struct pair { struct in namespace:std
9 pair() : first(), second() {} function in struct:std::pair
10 pair(const T1 &a, const T2 &b) : first(a), second(b) {} function in struct:std::pair
13 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {} function in struct:std::pair
  /external/skia/include/core/
SkTDict.h 47 Pair* pair = fArray.insert(~index); local
51 pair->fName = copy;
52 pair->fValue = value;
87 Pair* end = fArray.end();
88 for (Pair* pair = fArray.begin(); pair < end; pair++) {
89 if (pair->fValue != value
    [all...]
  /external/skia/src/effects/
SkPorterDuff.cpp 21 static const struct Pair {
48 const Pair* pairs = gPairs;
62 const Pair& pair = gPairs[mode]; local
63 SkASSERT(pair.fPD == mode);
64 return pair.fXF;
68 const Pair& pair = gPairs[mode]; local
69 SkASSERT(pair.fPD == mode);
70 return SkXfermode::Create(pair.fXF)
    [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/llvm/test/Transforms/GlobalOpt/
2007-06-04-PackedStruct.ll 6 %"struct.__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<const int, int> > >" = type <{ i8 }>
7 %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_tree_impl<std::less<int>,false>" }
8 %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_tree_impl<std::less<int>,false>" = type { %"struct.__gnu_cxx::new_allocat (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
87 struct pair struct
96 // 265. std::pair::pair() effects overly restrictive
99 _GLIBCXX_CONSTEXPR pair() function in struct:pair
102 /** Two objects may be passed to a @c pair constructor to be copied. */
103 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
106 /** There is also a templated copy ctor for the @c pair class itself. */
108 _GLIBCXX_CONSTEXPR pair(const pair<_U1, _U2>& __p function in struct:pair
120 pair(_U1&& __x, const _T2& __y) function in struct:pair
125 pair(const _T1& __x, _U2&& __y) function in struct:pair
131 pair(_U1&& __x, _U2&& __y) function in struct:pair
135 pair(pair<_U1, _U2>&& __p) function in struct:pair
140 pair(piecewise_construct_t, function in struct:pair
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
87 struct pair struct
96 // 265. std::pair::pair() effects overly restrictive
99 _GLIBCXX_CONSTEXPR pair() function in struct:pair
102 /** Two objects may be passed to a @c pair constructor to be copied. */
103 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
106 /** There is also a templated copy ctor for the @c pair class itself. */
108 _GLIBCXX_CONSTEXPR pair(const pair<_U1, _U2>& __p function in struct:pair
120 pair(_U1&& __x, const _T2& __y) function in struct:pair
125 pair(const _T1& __x, _U2&& __y) function in struct:pair
131 pair(_U1&& __x, _U2&& __y) function in struct:pair
135 pair(pair<_U1, _U2>&& __p) function in struct:pair
140 pair(piecewise_construct_t, function in struct:pair
    [all...]
  /sdk/common/src/com/android/utils/
Pair.java 20 * A Pair class is simply a 2-tuple for use in this package. We might want to
23 * classes using this Pair by a more dedicated data structure (so we don't have
30 public class Pair<S,T> {
34 // Use {@link Pair#of} factory instead since it infers generic types
35 private Pair(S first, T second) {
41 * Return the first item in the pair
43 * @return the first item in the pair
50 * Return the second item in the pair
52 * @return the second item in the pair
59 * Constructs a new pair of the given two objects, inferring generic types
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java 23 private static class Pair<T> {
26 private Pair(T reference, boolean mark) {
30 static <T> Pair<T> of(T reference, boolean mark) {
31 return new Pair<T>(reference, mark);
35 private volatile Pair<V> pair; field in class:AtomicMarkableReference
45 pair = Pair.of(initialRef, initialMark);
54 return pair.reference;
63 return pair.mark
75 Pair<V> pair = this.pair; local
    [all...]
AtomicStampedReference.java 23 private static class Pair<T> {
26 private Pair(T reference, int stamp) {
30 static <T> Pair<T> of(T reference, int stamp) {
31 return new Pair<T>(reference, stamp);
35 private volatile Pair<V> pair; field in class:AtomicStampedReference
45 pair = Pair.of(initialRef, initialStamp);
54 return pair.reference;
63 return pair.stamp
75 Pair<V> pair = this.pair; local
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>