Home
last modified time | relevance | path

Searched refs:asBool (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestMetadata.cc50 EXPECT_TRUE(!meta.asBool()); in TEST_F()
52 EXPECT_TRUE(meta.asBool()); in TEST_F()
54 EXPECT_TRUE(meta.asBool()); in TEST_F()
56 EXPECT_TRUE(meta.asBool()); in TEST_F()
60 EXPECT_TRUE(!meta.asBool()); in TEST_F()
62 EXPECT_TRUE(meta.asBool()); in TEST_F()
64 EXPECT_TRUE(meta.asBool()); in TEST_F()
66 EXPECT_TRUE(meta.asBool()); in TEST_F()
72 EXPECT_TRUE(meta.asBool()); in TEST_F()
78 EXPECT_TRUE(meta.asBool()); in TEST_F()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {}
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool|cannot use bb"
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/
H A Dnamed1.go23 func asBool(Bool) {} func
36 asBool(b)
37 asBool(!b)
38 asBool(true)
39 asBool(*&b)
40 asBool(Bool(true))
41 asBool(1 != 2) // ok now
42 asBool(i < j) // ok now
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_rivflow/
H A DGridComb.cpp199asBool() << "E" << Parameters("ElecW")->asBool() << "L" << Parameters("LiveW")->asBool() << "M" <<… in On_Execute()
217 if( (m_pFvA == 0) && Parameters("LiveW")->asBool() ) in On_Execute()
231 if(Parameters("DomW")->asBool()) in On_Execute()
243 if(Parameters("ElecW")->asBool()) in On_Execute()
255 if(Parameters("LiveW")->asBool()) in On_Execute()
264 if(Parameters("ManW")->asBool()) in On_Execute()
277 if(Parameters("IrrW")->asBool()) in On_Execute()
393 myfile << "DomW: " << Parameters("DomW")->asBool() << "\n"; in SaveParameters()
394 myfile << "ElecW: " << Parameters("ElecW")->asBool() << "\n"; in SaveParameters()
395 myfile << "LiveW: " << Parameters("LiveW")->asBool() << "\n"; in SaveParameters()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/garden/garden_3d_viewer/
H A D3d_viewer_tin.cpp274 …s->Get_Parameter("COLORS_ATTR")->Set_Enabled(pParameter->asBool() && (!pDrape || !pDrape->asBool()… in On_Parameters_Enable()
275 pParameters->Get_Parameter("SHADING" )->Set_Enabled(pParameter->asBool()); in On_Parameters_Enable()
282 …ers->Get_Parameter("COLORS_ATTR")->Set_Enabled(pParameter->asBool() == false && pFaces->asBool() =… in On_Parameters_Enable()
287 pParameters->Get_Parameter("SHADE_DEC" )->Set_Enabled(pParameter->asBool()); in On_Parameters_Enable()
288 pParameters->Get_Parameter("SHADE_AZI" )->Set_Enabled(pParameter->asBool()); in On_Parameters_Enable()
298 pParameters->Get_Parameter("EDGE_COLOR" )->Set_Enabled(pParameter->asBool()); in On_Parameters_Enable()
429 m_Color_bGrad = m_Parameters("COLORS_GRAD")->asBool(); in On_Draw()
434 if( m_Parameters("DRAW_FACES")->asBool() ) // Face in On_Draw()
488 if( m_Parameters("DRAW_EDGES")->asBool() ) // Edges in On_Draw()
490 bool bColor = m_Parameters("EDGE_COLOR_UNI")->asBool(); in On_Draw()
[all …]

12345678910>>...42