Searched refs:pair (Results 26 - 50 of 778) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Drequirements.hpp40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
H A Duser.cpp54 impl::drop_privileges(const std::pair< int, int > ids)
62 std::pair< int, int >
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dpair.py1 # Small demo of v1.pair(v2)
26 metakit.dump(v1.pair(v2))
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_multimap.i12 std::pair<iterator,iterator> equal_range(const key_type& x);
13 std::pair<const_iterator,const_iterator> equal_range(const key_type& x) const;
45 class _Alloc = allocator<std::pair<const _Key, _Tp > > >
52 typedef std::pair<const _Key, _Tp> value_type;
64 fragment=SWIG_Traits_frag(std::pair<_Key, _Tp >),
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_color.c200 * Reset the color pair, e.g., to whatever color pair 0 is.
331 init_pair(short pair, short f, short b) argument
335 T((T_CALLED("init_pair(%d,%d,%d)"), pair, f, b));
337 if ((pair < 0) || (pair >= COLOR_PAIRS) || SP == 0 || !SP->_coloron)
354 || (pair < 1))
359 * When a pair's content is changed, replace its colors (if pair was
361 * pair color
493 pair_content(short pair, short *f, short *b) argument
524 _nc_do_color(short old_pair, short pair, bool reverse, int (*outc) (int)) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.cpp81 std::pair<int, int> leftPair = *(pair<int, int>*) left;
83 std::pair<int, int> rightPair = *(pair<int, int>*) right;
110 std::pair<int, int> sortedPairIndices[numOpcodeIDs * numOpcodeIDs];
111 std::pair<int, int>* currentPairIndex = sortedPairIndices;
115 qsort(sortedPairIndices, numOpcodeIDs * numOpcodeIDs, sizeof(std::pair<int, int>), compareOpcodePairIndices);
132 std::pair<int, int> indexPair = sortedPairIndices[i];
153 std::pair<int, int> indexPair = sortedPairIndices[j];
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestfipsssl56 echo test tls1 via BIO pair
59 echo test tls1 with server authentication via BIO pair
62 echo test tls1 with client authentication via BIO pair
65 echo test tls1 with both client and server authentication via BIO pair
71 echo test sslv2/sslv3 w/o DHE via BIO pair
75 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
81 echo test sslv2/sslv3 with client authentication via BIO pair
84 echo test sslv2/sslv3 with both client and server authentication via BIO pair
87 echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drpc002.tcl61 foreach pair $rlist {
62 set cmd [lindex $pair 0]
63 set msg [lindex $pair 1]
108 foreach pair $rlist {
109 set cmd [lindex $pair 0]
110 set msg [lindex $pair 1]
H A Drep020.tcl107 foreach pair $envlist {
108 set i [expr [lindex $pair 1] - 2]
173 set pair [lindex $envlist 0]
174 set clenv [lindex $pair 0]
208 foreach pair $envlist {
209 set i [expr [lindex $pair 1] - 2]
210 set clientenv($i) [lindex $pair 0]
224 foreach pair $envlist {
225 set i [expr [lindex $pair 1] - 2]
236 set clientenv($i) [lindex $pair
[all...]
H A Drep026.tcl119 foreach pair $envlist {
120 set i [expr [lindex $pair 1] - 2]
161 foreach pair $envlist {
162 set i [expr [lindex $pair 1] - 2]
163 set clientenv($i) [lindex $pair 0]
207 foreach pair $envlist {
208 set i [expr [lindex $pair 1] - 2]
209 set clientenv($i) [lindex $pair 0]
243 foreach pair $envlist {
244 set i [expr [lindex $pair
[all...]
H A Drep022.tcl114 foreach pair $envlist {
115 set i [expr [lindex $pair 1] - 2]
197 foreach pair $envlist {
198 set i [expr [lindex $pair 1] - 2]
199 set clientenv($i) [lindex $pair 0]
211 foreach pair $envlist {
212 set i [expr [lindex $pair 1] - 2]
213 set clientenv($i) [lindex $pair 0]
248 foreach pair $envlist {
249 set i [expr [lindex $pair
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dstd_pair.i12 struct traits_asval<std::pair<T,U> > {
13 typedef std::pair<T,U> value_type;
16 std::pair<T,U> *val)
37 static int asval(PyObject *obj, std::pair<T,U> *val) {
60 struct traits_asptr<std::pair<T,U> > {
61 typedef std::pair<T,U> value_type;
64 std::pair<T,U> **val)
67 value_type *vp = %new_instance(std::pair<T,U>);
87 static int asptr(PyObject *obj, std::pair<T,U> **val) {
110 struct traits_from<std::pair<
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dselect.c103 int pair[2]; local
138 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) == -1) {
143 fds[i] = MIN(pair[0], pair[1]);
144 fds[i+1] = MAX(pair[0], pair[1]);
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_pair.i12 struct traits_asval<std::pair<T,U> > {
13 typedef std::pair<T,U> value_type;
16 std::pair<T,U> *val)
37 static int asval(VALUE obj, std::pair<T,U> *val) {
56 struct traits_asptr<std::pair<T,U> > {
57 typedef std::pair<T,U> value_type;
60 std::pair<T,U> **val)
63 value_type *vp = %new_instance(std::pair<T,U>);
83 static int asptr(VALUE obj, std::pair<T,U> **val) {
104 struct traits_from<std::pair<
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp62 std::pair<entry_pointer, size_type> pos;
79 std::pair<entry_pointer, size_type> pos;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h34 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > SpillLabels;
63 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > &getSpillLabels() {
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracedmp.c137 int pair = GetPair(win->_line[n].text[j]); local
138 if (pair >= 52)
140 else if (pair >= 36)
141 ep[j] = (char) (pair + 'A');
142 else if (pair >= 10)
143 ep[j] = (char) (pair + 'a');
144 else if (pair >= 1)
145 ep[j] = (char) (pair + '0');
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dpasswd.cgi48 foreach pair [split [read stdin $env(CONTENT_LENGTH)] &] {
49 regexp (.*)=(.*) $pair dummy varname val
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DSchedulePair.h76 static unsigned hash(const RefPtr<SchedulePair>& pair) argument
78 uintptr_t hashCodes[2] = { reinterpret_cast<uintptr_t>(pair->runLoop()), pair->mode() ? CFHash(pair->mode()) : 0 };
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFormClient.h45 virtual bool willSubmitForm(WebPageProxy*, WebFrameProxy*, WebFrameProxy*, const Vector<std::pair<String, String>>& textFieldValues, API::Object* userData, WebFormSubmissionListenerProxy*) override;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dechochar.c71 int pair = (fg * COLORS) + bg; local
72 if (!my_pairs[pair]) {
73 init_pair(pair, fg, bg);
75 attron(COLOR_PAIR(pair));
H A Dchgat.c50 int pair; member in struct:__anon10975
63 color_params(unsigned state, int *pair) argument
67 int pair; member in struct:__anon10976
86 init_pair(table[n].pair, table[n].fg, table[n].bg);
90 *pair = table[state].pair;
229 if ((sp->c_msg = color_params(++(sp->c), &(sp->pair))) == 0) {
230 sp->c_msg = color_params(sp->c = 0, &(sp->pair));
298 wchgat(win, st.count, st.attr, st.pair, (void *) 0);
302 mvwchgat(win, 0, 0, st.count, st.attr, st.pair, (voi
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dinsert_fn_imps.hpp48 inline std::pair<typename PB_DS_CLASS_C_DEC::point_iterator, bool>
53 std::pair<point_iterator, bool> ins_pair = insert_leaf_imp(r_value);
62 inline std::pair<typename PB_DS_CLASS_C_DEC::point_iterator, bool>
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DMapVector.h32 typedef std::vector<std::pair<KeyT, ValueT> > VectorType;
67 std::pair<KeyT, unsigned> Pair = std::make_pair(Key, 0);
68 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.h85 template<typename T, typename U> struct ArgumentCoder<std::pair<T, U>> {
86 static void encode(ArgumentEncoder& encoder, const std::pair<T, U>& pair) argument
88 encoder << pair.first << pair.second;
91 static bool decode(ArgumentDecoder& decoder, std::pair<T, U>& pair) argument
101 pair.first = first;
102 pair.second = second;
108 static void encode(ArgumentEncoder& encoder, const WTF::KeyValuePair<KeyType, ValueType>& pair) argument
113 decode(ArgumentDecoder& decoder, WTF::KeyValuePair<KeyType, ValueType>& pair) argument
[all...]

Completed in 229 milliseconds

1234567891011>>