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

1 2 3 4

  /external/webkit/WebCore/page/mac/
PageMac.cpp 40 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/bluetooth/glib/gio/inotify/
inotify-kernel.h 32 struct ik_event_s *pair; member in struct:ik_event_s
  /external/chromium/third_party/libevent/test/
test-eof.c 65 int pair[2]; local
67 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
71 send(pair[0], test, strlen(test)+1, 0);
72 shutdown(pair[0], SHUT_WR);
78 event_set(&ev, pair[1], EV_READ, read_cb, &ev);
test-weof.c 34 int pair[2]; variable
52 EVUTIL_CLOSESOCKET(pair[0]);
69 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
76 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
  /external/skia/src/core/
SkPtrRecorder.cpp 5 Pair* p = fList.begin();
6 Pair* stop = fList.end();
14 int SkPtrRecorder::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)
    [all...]
  /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);
  /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...]
  /external/skia/src/effects/
SkPorterDuff.cpp 12 static const struct Pair {
36 const Pair* pairs = gPairs;
50 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)
    [all...]
  /frameworks/base/core/java/android/util/
DebugUtils.java 72 String[] pair = selectors[i].split("="); local
79 pair[0].substring(0, 1).toUpperCase() +
80 pair[0].substring(1),
89 value.toString() : "null").matches(pair[1]);
  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp 60 AutoDecoderCancel* pair = gAutoDecoderCancel; local
61 while (pair != NULL) {
62 if (pair->fJOptions == joptions) {
63 pair->fDecoder->cancelDecode();
66 pair = pair->fNext;
  /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...]
  /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...]
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 127 char *pair = argv[optind++]; local
137 if (!(part_name = strsep(&pair, "=")) || !pair || !(*pair)) {
147 /* here pair points to the filename (after the '=') */
149 part_file_map[x++].filename = pair;
151 if (stat(pair, &tmp_stat) < 0) {
152 fprintf(stderr, "Could not stat file: %s\n", pair);
  /external/bison/src/
muscle_tab.c 180 | MUSCLE is an M4 list of pairs. Create or extend it with the pair |
189 char *pair; local
192 pair = obstack_finish (&muscle_obstack);
193 muscle_grow (muscle, pair, ",\n");
194 obstack_free (&muscle_obstack, pair);
  /external/skia/include/core/
SkTDict.h 54 Pair* pair = fArray.insert(~index); local
58 pair->fName = copy;
59 pair->fValue = value;
94 Pair* end = fArray.end();
95 for (Pair* pair = fArray.begin(); pair < end; pair++) {
96 if (pair->fValue != value
    [all...]
  /external/skia/src/views/
SkViewInflate.cpp 119 IDStr* pair = list->append(); local
120 pair->fView = view;
121 pair->fStr = (char*)fStrings.alloc(len, SkChunkAlloc::kThrow_AllocFailType);
122 memcpy(pair->fStr, str, len);
  /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/android/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...]
  /build/core/
dex_preopt.mk 69 define _build-dexpreopt-boot-jar-dependency-pair
74 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
78 $(call _build-dexpreopt-boot-jar-dependency-pair,$(DEXPREOPT_BOOT_JARS_MODULES))

Completed in 447 milliseconds

1 2 3 4