Home
last modified time | relevance | path

Searched refs:found2 (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/auxprogs/
H A Dcompare-build-logs79 my ($found1, $found2);
88 $found2 = $1;
89 if ($found1 && $found2) {
90 die if ($found1 ne $found2);
97 $found2 = $1;
98 if ($found1 && $found2) {
99 die if ($found1 ne $found2);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/auxprogs/
H A Dcompare-build-logs79 my ($found1, $found2);
88 $found2 = $1;
89 if ($found1 && $found2) {
90 die if ($found1 ne $found2);
97 $found2 = $1;
98 if ($found1 && $found2) {
99 die if ($found1 ne $found2);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Didictdef.h100 #define packed_search_body(found1,found2,del,miss)\ argument
104 found2;\
113 #define packed_search_1(found1,found2,del,miss)\ argument
117 packed_search_body(found1,found2,del,miss)
118 #define packed_search_2(found1,found2,del,miss)\ argument
120 packed_search_body(found1,found2,del,miss)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Didictdef.h100 #define packed_search_body(found1,found2,del,miss)\ argument
104 found2;\
113 #define packed_search_1(found1,found2,del,miss)\ argument
117 packed_search_body(found1,found2,del,miss)
118 #define packed_search_2(found1,found2,del,miss)\ argument
120 packed_search_body(found1,found2,del,miss)
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dsrch_rep.c28 int found2; local
118 found2 = FALSE;
124 found2 = TRUE;
135 found2 = TRUE;
152 found2 = TRUE;
162 found2 = TRUE;
169 found2 = TRUE;
184 found2 = FALSE;
221 found2 = !found2;
222 if (found2)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/common/discovery/e2e_test/
H A Dtests.cc354 std::atomic_bool found2{false}; in TEST_F() local
357 CheckForClaimedIds(instance2, &found2); in TEST_F()
359 WaitUntilSeen(true, &found1, &found2, &found3); in TEST_F()
365 found2 = false; in TEST_F()
368 CheckForPublishedService(instance2, &found2); in TEST_F()
400 std::atomic_bool found2{false}; in TEST_F() local
403 CheckForClaimedIds(instance2, &found2); in TEST_F()
411 found2 = false; in TEST_F()
414 CheckForPublishedService(instance2, &found2); in TEST_F()
428 found2 = false; in TEST_F()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/manual/pluginview/plugins/plugin1/
H A Dplugin1.cpp45 bool found2 = false; in initialize() local
49 found2 = true; in initialize()
53 if (found2 && found3) in initialize()
57 if (!found2) in initialize()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin1/
H A Dplugin1.cpp45 bool found2 = false; in initialize() local
49 found2 = true; in initialize()
53 if (found2 && found3) in initialize()
57 if (!found2) in initialize()
/dports/www/kcgi/kcgi-0.13.0/regress/
H A Dtest-header.c51 size_t i, found1, found2; in child() local
56 found1 = found2 = 0; in child()
61 found2 += 0 == strcmp(r.reqs[i].val, "321"); in child()
64 if (1 != found1 || 1 != found2) in child()
H A Dtest-header-bad.c52 size_t i, found1, found2; in child() local
57 found1 = found2 = 0; in child()
66 found2 += 0 == strcmp(r.reqs[i].val, "321"); in child()
69 if (found1 || 1 != found2) in child()
H A Dtest-fcgi-header.c53 size_t i, found1, found2; in child() local
62 found1 = found2 = 0; in child()
68 found2 += 0 == strcmp in child()
72 if (1 != found1 || 1 != found2) in child()
H A Dtest-fcgi-header-bad.c54 size_t i, found1, found2; in child() local
63 found1 = found2 = 0; in child()
72 found2 += 0 == strcmp(r.reqs[i].val, "321"); in child()
75 if (found1 || 1 != found2) in child()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/archive/
H A Darchive_test.go201 var found2 bool
216 found2 = true
222 if !found2 {
259 var foundgo, found1, found2 bool
291 found2 = true
304 found2 = true
317 found2 = true
334 found2 = true
346 if !found2 {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/libtommath/
H A Dbooker.pl130 $found2 = 0;
139 for ($i = $parms[0] - 1; $i >= 0 && $found2 == 0; $i--) {
142 $found2 = 1;
147 if ($found1 == 1 && $found2 == 0) {
150 } elsif ($found1 == 0 && $found2 == 1) {
153 } elsif ($found1 == 1 && $found2 == 1) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java277 boolean found1 = false, found2 = false; in isNodeAfterSibling()
284 if (found2) { in isNodeAfterSibling()
298 found2 = true; in isNodeAfterSibling()
314 boolean found1 = false, found2 = false; in isNodeAfterSibling()
320 if (found2) { in isNodeAfterSibling()
334 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java275 boolean found1 = false, found2 = false; in isNodeAfterSibling()
282 if (found2) { in isNodeAfterSibling()
296 found2 = true; in isNodeAfterSibling()
312 boolean found1 = false, found2 = false; in isNodeAfterSibling()
318 if (found2) { in isNodeAfterSibling()
332 found2 = true; in isNodeAfterSibling()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java275 boolean found1 = false, found2 = false; in isNodeAfterSibling()
282 if (found2) { in isNodeAfterSibling()
296 found2 = true; in isNodeAfterSibling()
312 boolean found1 = false, found2 = false; in isNodeAfterSibling()
318 if (found2) { in isNodeAfterSibling()
332 found2 = true; in isNodeAfterSibling()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dfacul_doit.cpp268 int found2 = FACUL_NOT_SMOOTH; /* placate gcc (!) */ in facul_doit() local
271 found2 = fm->facul_doit (factors, strategy, i); in facul_doit()
274 if (found2 == FACUL_NOT_SMOOTH) { in facul_doit()
282 found += found2; in facul_doit()
291 int found2 = FACUL_NOT_SMOOTH; /* placate gcc (!) */ in facul_doit() local
293 found2 = cfm->facul_doit (factors, strategy, i + 1); in facul_doit()
296 if (found2 == FACUL_NOT_SMOOTH) in facul_doit()
301 found += found2; in facul_doit()

12345678910>>...23