Searched refs:v2 (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPAN-52/Modules/Mail-SPF-v2.007/
H A DMakefile2 VERSION = v2.007
/macosx-10.9.5/CPAN-52/Modules/Mail-SPF-v2.8.0/
H A DMakefile2 VERSION = v2.8.0
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dderived.py26 v2 = vw.select({'value':2},{'value':5}) variable
27 show(v2)
29 # a deletion in original "vw" affects derived "v2"
31 show(v2)
33 # deletion in derived "v2" affects both (new in 2.3)
34 v2.delete(1)
35 show(v2)
H A Dpair.py1 # Small demo of v1.pair(v2)
19 v2 = db.getas("two[i:I]") variable
24 v2.append(i=v)
26 metakit.dump(v1.pair(v2))
H A Dremap.py1 # Small demo of v1.remapwith(v2)
21 v2 = db.getas("map[i:I]") variable
26 v2.append(i=v)
28 metakit.dump(v1.remapwith(v2))
H A Dmkbug.cpp23 c4_View v2 = v1.Blocked(); local
24 printf("%d\n", v2.GetSize());
26 v2.RemoveAt(pos_, len_);
27 printf("%d\n", v2.GetSize());
H A Dcase.py16 v2 = db.getas('hi[hello:S]') variable
19 print v1.HeLLo, v2.hello
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto1.cpp18 c4_View v2 = v1.Slice(1, - 1, 2); local
19 A(v2.GetSize() == 2);
20 A(p1(v2[0]) == 234);
21 A(p1(v2[1]) == 456);
25 A(v2.GetSize() == 3);
26 A(p1(v2[2]) == 678);
40 c4_View v2 = v1.Slice(1, - 1, - 2); local
41 A(v2.GetSize() == 2);
42 A(p1(v2[0]) == 456);
43 A(p1(v2[
64 c4_View v2 = v1.Slice(1, 5, - 1); local
86 c4_View v2; local
120 c4_View v2; local
144 c4_View v2; local
168 c4_View v2; local
191 c4_View v2 = v1.Rename(p1, p2); local
207 c4_View v1, v2, v3; local
247 c4_View v1, v2, v3; local
[all...]
H A Dtnotify.cpp18 c4_View v2 = v1.SelectRange(p1[200], p1[333]); local
19 A(v2.GetSize() == 3);
20 A(p1(v2[0]) == 222);
21 A(p1(v2[1]) == 333);
22 A(p1(v2[2]) == 234);
25 A(v2.GetSize() == 4);
26 A(p1(v2[0]) == 222);
27 A(p1(v2[1]) == 333);
28 A(p1(v2[2]) == 234);
29 A(p1(v2[
50 c4_View v2 = v1.SelectRange(p1[200], p1[333]); local
78 c4_View v2 = v1.SelectRange(p1[200], p1[333]); local
102 c4_View v2 = v1.SelectRange(p1[200], p1[333]); local
124 c4_View v2 = v1.Sort(); local
154 c4_View v2 = v1.Sort(); local
180 c4_View v2 = v1.SortOn(p1); local
208 c4_View v2 = v1.Select(p2[1]); local
247 c4_View v2 = v1.SelectRange(p1[200], p1[333]); local
292 c4_View v2 = v1.Sort(); local
301 c4_View v2 = v1.SelectRange(p2[200], p2[333]); local
325 c4_View v2 = v1.Select(p1[1]); local
377 c4_View v2 = v1.ProjectWithout(p2); local
432 c4_View v2 = v1.Select(p1[1]); local
[all...]
H A Dtformat.cpp20 c4_View v2 = s1.GetAs("b[p2:I]"); local
22 v2.Add(p2[345]);
23 v2.Add(p2[567]);
34 c4_View v2 = s1.View("b"); local
35 A(v2.GetSize() == 2);
36 A(p2(v2[0]) == 345);
37 A(p2(v2[1]) == 567);
55 c4_View v2 = s1.View("b"); local
56 v2.Add(p2[345]);
57 v2
69 c4_View v2 = s1.View("b"); local
82 c4_View v2 = s1.View("b"); local
129 c4_View v2 = s1.View("b"); local
143 c4_View v2 = s1.View("b"); local
166 c4_View v2 = s1.View("b"); local
176 c4_View v2 = s1.View("b"); local
189 c4_View v2 = s1.View("b"); local
251 c4_View v2 = s1.GetAs("dict[p1:S,p2:S]"); local
272 c4_View v2 = s1.GetAs("a[p1:I,p2:I]"); local
302 c4_View v2 = s1.GetAs("a[p1:I,p2:I]"); local
[all...]
H A Dtcusto2.cpp12 c4_View v1, v2, v3; local
23 v2 = v1.Unique();
24 A(v2.GetSize() == 5);
25 A(p1(v2[0]) == 1);
26 A(p1(v2[1]) == 1);
27 A(p1(v2[2]) == 2);
28 A(p1(v2[3]) == 3);
29 A(p1(v2[4]) == 4);
31 A(p2(v2[0]) == 11);
32 A(p2(v2[
43 c4_View v1, v2, v3; local
67 c4_View v1, v2, v3; local
88 c4_View v1, v2, v3; local
110 c4_View v1, v2, v3; local
153 c4_View v1, v2, v3; local
225 c4_View v1, v2, v3; local
327 c4_View v2; local
368 c4_View v1, v2, v3; local
417 c4_View v2 = v1.GroupBy(p2, p4); local
[all...]
H A Dtbasic2.cpp22 c4_View v2 = v1.Sort(); local
23 A(v2.GetSize() == 6);
24 A(p1(v2[0]) == 111);
25 A(p1(v2[1]) == 123);
26 A(p1(v2[2]) == 222);
27 A(p1(v2[3]) == 234);
28 A(p1(v2[4]) == 333);
29 A(p1(v2[5]) == 345);
30 A(v2.Search(p1[123]) == 1);
31 A(v2
105 c4_View v2 = v1.Sort(); local
130 c4_View v2 = v1.Unique(); local
164 c4_View v2 = v1.Select(p1[222]); local
[all...]
H A Dtmapped.cpp29 c4_View v2 = v1.Blocked(); local
30 A(v2.GetSize() == 2999);
32 v2.RemoveAt(pos_, len_);
33 A(v2.GetSize() == 2999-len_);
43 c4_View v2 = s1.GetAs("v2[_H:I,_R:I]"); local
44 c4_View v3 = v1.Hash(v2, 1);
67 c4_View v2 = v1.Blocked(); local
71 v2.Add(p1[h]);
79 v2
147 c4_View v2 = v1.Ordered(); local
188 c4_View v2 = v1.Blocked(); local
217 c4_View v2 = s1.GetAs("v2[_B[_H:I,_R:I]]"); local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_pickle.py16 v2 = pickle.loads(s)
17 self.assertEquals(v2, v)
18 self.assert_(not isinstance(v2, OC_PythonInt))
19 self.assert_(isinstance(v2, int))
23 v2 = cPickle.loads(s)
24 self.assertEquals(v2, v)
25 self.assert_(not isinstance(v2, OC_PythonInt))
26 self.assert_(isinstance(v2, int))
34 v2 = pickle.loads(s)
35 self.assertEquals(v2,
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_pickle.py22 v2 = pickle.loads(s)
23 self.assertEquals(v2, v)
24 self.assertIsNotInstance(v2, number_type)
25 self.assertIsInstance(v2, int)
29 v2 = cPickle.loads(s)
30 self.assertEquals(v2, v)
31 self.assertIsNotInstance(v2, number_type)
32 self.assertIsInstance(v2, int)
40 v2 = pickle.loads(s)
41 self.assertEquals(v2,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
59 // ASSERT_PRED2(pred, v1, v2)
63 // and the values v1, v2, ..., must support the << operator for
134 const T2& v2) {
135 if (pred(v1, v2)) return AssertionSuccess();
141 << "\n" << e2 << " evaluates to " << v2;
146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
152 #define GTEST_PRED2_(pred, v1, v2, on_failur
129 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dmemcmp.c24 (lutil_memcmp)(const void *v1, const void *v2, size_t n) argument
27 const unsigned char *s1=v1, *s2=v2;
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddebug.h48 # define dbg_val2(fmt, v1, v2) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2)
49 # define dbg_val3(fmt, v1, v2, v3) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3)
50 # define dbg_val4(fmt, v1, v2, v3, v4) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4)
51 # define dbg_val5(fmt, v1, v2, v3, v4, v5) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4, v5)
52 # define dbg_val6(fmt, v1, v2, v3, v4, v5, v6) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v
[all...]
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A DbldDWindex.sh1 sed -n -e '/^%%Page.*/p' -e '/.*DW_.*/p' <dwarf.v2.ps |
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dobject.test120 mk::view open db.b v2
125 fill v2 i 3 4 5 6 7
138 set v [v1 view concat v2]
142 set v [v1 view different v2]
146 set v [v1 view minus v2]
150 set v [v1 view intersect v2]
154 set v [v1 view union v2]
162 set v [v2 view range 2 3]
166 set v [v2 view range 3 end]
170 set v [v2 vie
[all...]
/macosx-10.9.5/ntp-88/scripts/
H A Dcalc_tickadj.in13 $v2="";
19 ($v1, $v2) = split;
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeInterval.cpp58 void mergeShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterval>& v2, Vector<ShapeInterval>& rv) argument
61 rv.appendRange(v2.begin(), v2.end());
62 else if (!v2.size())
65 Vector<ShapeInterval> v(v1.size() + v2.size());
68 std::merge(v1.begin(), v1.end(), v2.begin(), v2.end(), v.begin(), IntervalX1Comparator());
86 void intersectShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterval>& v2, Vector<ShapeInterval>& rv) argument
89 size_t v2Size = v2.size();
101 if (v1[i1].intersect(v2[i
127 subtractShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterval>& v2, Vector<ShapeInterval>& rv) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest.h142 #define assertEqualInt(v1,v2) \
143 assertion_equal_int(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
145 #define assertEqualString(v1,v2) \
146 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
147 /* As above, but v1 and v2 are wchar_t * */
148 #define assertEqualWString(v1,v2) \
149 assertion_equal_wstring(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NUL
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dnumber.cpp292 units v2; local
293 if (!parse_term(&v2, scale_indicator, parenthesised, rigid))
298 *v = *v < v2;
301 *v = *v > v2;
304 *v = *v <= v2;
307 *v = *v >= v2;
310 if (*v > v2)
311 *v = v2;
314 if (*v < v2)
315 *v = v2;
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOperations.h113 ALWAYS_INLINE bool jsLess(CallFrame* callFrame, JSValue v1, JSValue v2) argument
115 if (v1.isInt32() && v2.isInt32())
116 return v1.asInt32() < v2.asInt32();
118 if (v1.isNumber() && v2.isNumber())
119 return v1.asNumber() < v2.asNumber();
121 if (isJSString(v1) && isJSString(v2))
122 return codePointCompareLessThan(asString(v1)->value(callFrame), asString(v2)->value(callFrame));
132 wasNotString2 = v2.getPrimitiveNumber(callFrame, n2, p2);
134 wasNotString2 = v2.getPrimitiveNumber(callFrame, n2, p2);
147 ALWAYS_INLINE bool jsLessEq(CallFrame* callFrame, JSValue v1, JSValue v2) argument
186 jsAdd(CallFrame* callFrame, JSValue v1, JSValue v2) argument
[all...]

Completed in 401 milliseconds

1234567891011>>