Home
last modified time | relevance | path

Searched refs:oB (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/dports/net/rclone/rclone-1.57.0/fs/list/
H A Dlist_test.go22 oB := mockobject.Object("B")
27 entries := fs.DirEntries{da, oA, db, oB, dc, oC, dd, oD}
29 return o != oB
39 fs.DirEntries{oA, oB, oC, oD, da, db, dc, dd},
55 oB := mockobject.Object("dir/B/sub")
60 entries := fs.DirEntries{da, oA, db, oB, dc, oC, dd, oD}
74 oB := mockobject.Object("B/sub")
79 entries := fs.DirEntries{da, oA, db, oB, dc, oC, dd, oD}
100 oB := mockobject.Object("B/sub")
101 entries := fs.DirEntries{da, oA, ub, oB}
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dfile_mesh.cpp120 QDataStream oB(&qFile); in SavePLY() local
149 oB.writeRawData(reinterpret_cast<char *>(&meshData.vertices->at(i * 3)), sizeof(double) * 3); in SavePLY()
150 oB.writeRawData(reinterpret_cast<char *>(&meshData.colorIndices->at(i)), sizeof(double) * 1); in SavePLY()
151 oB.writeRawData(reinterpret_cast<char *>(&alpha), sizeof(double) * 1); in SavePLY()
168 oB.writeRawData((char *)&colour, sizeof(sRGB8)); in SavePLY()
186 oB.writeRawData(reinterpret_cast<char *>(&polygonSize), sizeof(char) * 1); in SavePLY()
187 oB.writeRawData(reinterpret_cast<char *>(&p1), sizeof(int) * 1); in SavePLY()
188 oB.writeRawData(reinterpret_cast<char *>(&p2), sizeof(int) * 1); in SavePLY()
189 oB.writeRawData(reinterpret_cast<char *>(&p3), sizeof(int) * 1); in SavePLY()
/dports/misc/visp/visp-3.4.0/modules/core/src/tracking/forward-projection/
H A DvpCylinder.cpp74 void vpCylinder::setWorldCoordinates(double oA, double oB, double oC, double oX, double oY, double … in setWorldCoordinates() argument
77 oP[1] = oB; in setWorldCoordinates()
120 vpCylinder::vpCylinder(double oA, double oB, double oC, double oX, double oY, double oZ, double R) in vpCylinder() argument
123 setWorldCoordinates(oA, oB, oC, oX, oY, oZ, R); in vpCylinder()
257 double oA, oB, oC, oX0, oY0, oZ0; in changeFrame() local
259 oB = oP[1]; in changeFrame()
265 X1 = cMo[0][0] * oA + cMo[0][1] * oB + cMo[0][2] * oC; in changeFrame()
266 Y1 = cMo[1][0] * oA + cMo[1][1] * oB + cMo[1][2] * oC; in changeFrame()
267 Z1 = cMo[2][0] * oA + cMo[2][1] * oB + cMo[2][2] * oC; in changeFrame()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/optional/test/
H A Doptional_ref_assign_test_defs.hpp170 optional<T&> oA(v1), oB(none); in test_converting_assignment() local
176 oB = v3; in test_converting_assignment()
177 BOOST_TEST(oB); in test_converting_assignment()
178 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment()
185 optional<const T&> oA(v1), oB(none); in test_converting_assignment_for_noconst_const() local
191 oB = v3; in test_converting_assignment_for_noconst_const()
192 BOOST_TEST(oB); in test_converting_assignment_for_noconst_const()
193 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment_for_noconst_const()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/optional/test/
H A Doptional_ref_assign_test_defs.hpp170 optional<T&> oA(v1), oB(none); in test_converting_assignment() local
176 oB = v3; in test_converting_assignment()
177 BOOST_TEST(oB); in test_converting_assignment()
178 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment()
185 optional<const T&> oA(v1), oB(none); in test_converting_assignment_for_noconst_const() local
191 oB = v3; in test_converting_assignment_for_noconst_const()
192 BOOST_TEST(oB); in test_converting_assignment_for_noconst_const()
193 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment_for_noconst_const()
/dports/databases/percona57-server/boost_1_59_0/libs/optional/test/
H A Doptional_ref_assign_test_defs.hpp170 optional<T&> oA(v1), oB(none); in test_converting_assignment() local
176 oB = v3; in test_converting_assignment()
177 BOOST_TEST(oB); in test_converting_assignment()
178 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment()
185 optional<const T&> oA(v1), oB(none); in test_converting_assignment_for_noconst_const() local
191 oB = v3; in test_converting_assignment_for_noconst_const()
192 BOOST_TEST(oB); in test_converting_assignment_for_noconst_const()
193 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment_for_noconst_const()
/dports/databases/xtrabackup/boost_1_59_0/libs/optional/test/
H A Doptional_ref_assign_test_defs.hpp170 optional<T&> oA(v1), oB(none); in test_converting_assignment() local
176 oB = v3; in test_converting_assignment()
177 BOOST_TEST(oB); in test_converting_assignment()
178 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment()
185 optional<const T&> oA(v1), oB(none); in test_converting_assignment_for_noconst_const() local
191 oB = v3; in test_converting_assignment_for_noconst_const()
192 BOOST_TEST(oB); in test_converting_assignment_for_noconst_const()
193 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment_for_noconst_const()
/dports/databases/percona57-client/boost_1_59_0/libs/optional/test/
H A Doptional_ref_assign_test_defs.hpp170 optional<T&> oA(v1), oB(none); in test_converting_assignment() local
176 oB = v3; in test_converting_assignment()
177 BOOST_TEST(oB); in test_converting_assignment()
178 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment()
185 optional<const T&> oA(v1), oB(none); in test_converting_assignment_for_noconst_const() local
191 oB = v3; in test_converting_assignment_for_noconst_const()
192 BOOST_TEST(oB); in test_converting_assignment_for_noconst_const()
193 BOOST_TEST(addressof(*oB) == addressof(v3)); in test_converting_assignment_for_noconst_const()
/dports/math/gap/gap-4.11.0/pkg/nilmat-1.4/gap/
H A Dsylow.gi29 local F, p, n, l, J, S, U, P, B, C, W, bC, oC, bB, oB, sB, o, syl, q, t;
59 oB := List(sB, PrimePGroup);
61 oB := Set(PrimeFactors(List(GeneratorsOfGroup(B), Order)));
66 if p in oB or p in oC then
72 o := Union( [p], oC, oB );
74 o := Union( oC, oB );
90 if q in oB then
92 W := sB[Position(oB,q)];
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java204 public int compare(Object oA, Object oB) { in compare() argument
205 if (oA == null && oB == null) { in compare()
209 } else if (oB == null) { in compare()
212 return compareTo((List)oA, (List)oB); in compare()
214 return compareTo((Set)oA, (Set)oB); in compare()
216 return compareTo((Map)oA, (Map)oB); in compare()
218 return compareTo((byte[])oA, (byte[])oB); in compare()
220 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java204 public int compare(Object oA, Object oB) { in compare() argument
205 if (oA == null && oB == null) { in compare()
209 } else if (oB == null) { in compare()
212 return compareTo((List)oA, (List)oB); in compare()
214 return compareTo((Set)oA, (Set)oB); in compare()
216 return compareTo((Map)oA, (Map)oB); in compare()
218 return compareTo((byte[])oA, (byte[])oB); in compare()
220 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/
H A DTBaseHelper.java172 public int compare(Object oA, Object oB) { in compare() argument
173 if (oA == null && oB == null) { in compare()
177 } else if (oB == null) { in compare()
180 return compareTo((List)oA, (List)oB); in compare()
182 return compareTo((Set)oA, (Set)oB); in compare()
184 return compareTo((Map)oA, (Map)oB); in compare()
186 return compareTo((byte[])oA, (byte[])oB); in compare()
188 return compareTo((Comparable)oA, (Comparable)oB); in compare()
/dports/devel/9base/9base-6/troff/tmac/
H A Dtmac.twb10 .ie '\\$1'' .ds oB \\*(pB
12 .ds pB \\*(oB
13 .ds oB \\$1 \\$2 \\$3 \\$4
15 \\X'bgcolor \\*(oB'\c
79 .ds oB 0 0 0 0 \" background color
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/tmac/
H A Dtmac.twb10 .ie '\\$1'' .ds oB \\*(pB
12 .ds pB \\*(oB
13 .ds oB \\$1 \\$2 \\$3 \\$4
15 \\X'bgcolor \\*(oB'\c
79 .ds oB 0 0 0 0 \" background color
/dports/www/p5-WWW-Search-AltaVista/WWW-Search-AltaVista-2.154/lib/WWW/Search/AltaVista/
H A DNews.pm103 foreach my $oB (@aoB)
105 next unless ref $oB;
106 print STDERR " + try B ==", $oB->as_HTML if 2 <= $self->{_debug};
107 my $s = $oB->as_text;
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/shaders/flatten/
H A Dmatrixindex.flatten.vert12 layout(location = 1) out vec4 oB;
21 oB = M1R[1];
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders/flatten/
H A Dmatrixindex.flatten.vert12 layout(location = 1) out vec4 oB;
21 oB = M1R[1];
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders/flatten/
H A Dmatrixindex.flatten.vert12 layout(location = 1) out vec4 oB;
21 oB = M1R[1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/shaders/flatten/
H A Dmatrixindex.flatten.vert12 layout(location = 1) out vec4 oB;
21 oB = M1R[1];

12345678910>>...49