Searched refs:pair (Results 1 - 25 of 184) sorted by relevance

12345678

/external/webkit/WebCore/loader/mac/
H A DDocumentLoaderMac.cpp39 static void scheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair) argument
45 handle->schedule(pair);
48 static void unscheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair) argument
54 handle->unschedule(pair);
58 void DocumentLoader::schedule(SchedulePair* pair) argument
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);
71 unschedule(SchedulePair* pair) argument
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c26 * 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
270 VALUE_PAIR *pair; local
455 rc_avpair_free(VALUE_PAIR *pair) argument
529 VALUE_PAIR *pair; local
692 rc_avpair_tostr(VALUE_PAIR *pair, char *name, int ln, char *value, int lv) argument
[all...]
/external/stlport/stlport/stl/
H A D_pair.h51 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) {} argument
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} argument
72 pair(__move_source<pair<_T function in struct:pair
81 operator ==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
85 operator <(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
92 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
96 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
100 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
104 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
[all...]
H A D_tempbuf.c36 pair<_Tp*, ptrdiff_t> _STLP_CALL
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0);
/external/webkit/WebCore/accessibility/
H A DAccessibilityARIAGridCell.h45 virtual void rowIndexRange(pair<int, int>& rowRange);
47 virtual void columnIndexRange(pair<int, int>& columnRange);
H A DAccessibilityTableCell.h50 virtual void rowIndexRange(pair<int, int>& rowRange);
52 virtual void columnIndexRange(pair<int, int>& columnRange);
H A DAccessibilityARIAGridCell.cpp66 void AccessibilityARIAGridCell::rowIndexRange(pair<int, int>& rowRange)
77 void AccessibilityARIAGridCell::columnIndexRange(pair<int, int>& columnRange)
/external/webkit/WebCore/page/mac/
H A DPageMac.cpp40 RefPtr<SchedulePair> pair = prpPair; local
44 m_scheduledRunLoopPairs->add(pair);
49 documentLoader->schedule(pair.get());
51 documentLoader->schedule(pair.get());
64 RefPtr<SchedulePair> pair = prpPair;
65 m_scheduledRunLoopPairs->remove(pair);
70 documentLoader->unschedule(pair.get());
72 documentLoader->unschedule(pair.get());
/external/webkit/WebCore/platform/mac/
H A DWebCoreObjCExtras.mm57 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);
/external/skia/src/core/
H A DSkPtrRecorder.cpp24 Pair pair; local
25 pair.fPtr = ptr;
27 int index = SkTSearch<Pair>(fList.begin(), count, pair, sizeof(pair), &Cmp);
31 pair.fIndex = count + 1;
32 *fList.insert(index) = pair;
/external/stlport/test/unit/
H A Dpair_test.cpp28 pair<int, int> p = make_pair(1, 10);
36 pair<int, string> PAIR_ARRAY[] = { pair<int, string>(0, "0") };
/external/webkit/WebCore/platform/network/
H A DHTTPHeaderMap.h40 typedef Vector<std::pair<String, String> > CrossThreadHTTPHeaderMapData;
54 pair<iterator, bool> add(const AtomicString& name, const String& value)
62 pair<iterator, bool> add(const char* name, const String& value);
/external/skia/src/effects/
H A DSkPorterDuff.cpp50 const Pair& pair = gPairs[mode]; local
51 SkASSERT(pair.fPD == mode);
52 return pair.fXF;
56 const Pair& pair = gPairs[mode]; local
57 SkASSERT(pair.fPD == mode);
58 return SkXfermode::Create(pair.fXF);
/external/stlport/src/
H A Dlocale_catalog.cpp99 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_ite
[all...]
/external/webkit/WebCore/platform/cf/
H A DSchedulePair.h73 static unsigned hash(const RefPtr<SchedulePair>& pair) argument
75 uintptr_t hashCodes[2] = { reinterpret_cast<uintptr_t>(pair->runLoop()), pair->mode() ? CFHash(pair->mode()) : 0 };
/external/webkit/JavaScriptCore/bytecode/
H A DOpcode.cpp80 pair<int, int> leftPair = *(pair<int, int>*) left;
82 pair<int, int> rightPair = *(pair<int, int>*) right;
109 pair<int, int> sortedPairIndices[numOpcodeIDs * numOpcodeIDs];
110 pair<int, int>* currentPairIndex = sortedPairIndices;
114 qsort(sortedPairIndices, numOpcodeIDs * numOpcodeIDs, sizeof(pair<int, int>), compareOpcodePairIndices);
131 pair<int, int> indexPair = sortedPairIndices[i];
152 pair<int, int> indexPair = sortedPairIndices[j];
/external/skia/include/core/
H A DSkTDict.h54 Pair* pair = fArray.insert(~index); local
58 pair->fName = copy;
59 pair->fValue = value;
95 for (Pair* pair = fArray.begin(); pair < end; pair++) {
96 if (pair->fValue != value)
98 *name = pair->fName;
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
H A Dgitdiff2svndiff.pl82 foreach my $pair (@lineEndingPairs) {
83 my $gitLine = $gitLines[$i] . $pair->[1];
84 my $expected = $svnLines[$i] . $pair->[1];
86 $title .= " [line-end: \"$pair->[0]\"]";
/external/qemu/android/utils/
H A Dini.c68 IniPair* pair; local
78 pair = i->pairs + i->numPairs;
80 AARRAY_NEW(pair->key, keyLen + valueLen + 2);
81 memcpy(pair->key, key, keyLen);
82 pair->key[keyLen] = 0;
84 pair->value = pair->key + keyLen + 1;
85 memcpy(pair->value, value, valueLen);
86 pair->value[valueLen] = 0;
293 IniPair* pair local
[all...]
/external/openssl/android.testssl/
H A Dtestssl85 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...]
/external/webkit/WebCore/platform/network/cf/
H A DFormDataStreamCFNet.cpp77 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
126 const SchedulePair* pair = static_cast<const SchedulePair*>(value); local
273 SchedulePair pair = { runLoop, runLoopMode }; local
283 SchedulePair pair = { runLoop, runLoopMode }; local
[all...]
/external/astl/include/
H A Dset78 // @return A pair made of:
82 pair<iterator, bool> insert(const value_type& elt) {
86 return pair<iterator, bool>(i, false);
91 return pair<iterator, bool>(--mImpl.end(), true);
/external/astl/tests/
H A Dtest_set.cpp40 using std::pair;
57 pair<set<int>::iterator, bool> res;
93 pair<set<string>::iterator, bool> res;
/external/srec/shared/src/
H A DSessionTypeImpl.c125 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
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...]
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.h32 struct ik_event_s *pair; member in struct:ik_event_s

Completed in 241 milliseconds

12345678