Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 25 of 6383) sorted by relevance

12345678910>>...256

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Ddoc_type_version_handler_p.cpp31 s_version_by_element[KaxCodecDecodeAll::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
32 s_version_by_element[KaxCodecState::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
33 s_version_by_element[KaxCueCodecState::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
34 s_version_by_element[KaxCueRefTime::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
35 s_version_by_element[KaxCueReference::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
36 s_version_by_element[KaxSimpleBlock::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
37 s_version_by_element[KaxTrackFlagEnabled::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
38 s_version_by_element[KaxVideoFlagInterlaced::ClassInfos.GlobalId.GetValue()] = 2; in init_tables()
40 s_version_by_element[KaxChapterStringUID::ClassInfos.GlobalId.GetValue()] = 3; in init_tables()
41 s_version_by_element[KaxTrackCombinePlanes::ClassInfos.GlobalId.GetValue()] = 3; in init_tables()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/test/MultiIndices/
H A DMultiIndexTests.cpp15 EXPECT_EQ(0,multi.GetValue(0)); in TEST()
16 EXPECT_EQ(0,multi.GetValue(1)); in TEST()
112 EXPECT_EQ(1,a.GetValue(0)); in TEST()
113 EXPECT_EQ(2,a.GetValue(1)); in TEST()
114 EXPECT_EQ(3,a.GetValue(2)); in TEST()
115 EXPECT_EQ(4,a.GetValue(3)); in TEST()
117 EXPECT_EQ(5,b.GetValue(0)); in TEST()
118 EXPECT_EQ(6,b.GetValue(1)); in TEST()
119 EXPECT_EQ(7,b.GetValue(2)); in TEST()
120 EXPECT_EQ(8,b.GetValue(3)); in TEST()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/
H A Ddlgformattersettings.cpp30 if (XRCCTRL(*m_dlg, "rbAllman", wxRadioButton)->GetValue()) in ApplyTo()
32 else if (XRCCTRL(*m_dlg, "rbJava", wxRadioButton)->GetValue()) in ApplyTo()
34 else if (XRCCTRL(*m_dlg, "rbKr", wxRadioButton)->GetValue()) in ApplyTo()
40 else if (XRCCTRL(*m_dlg, "rbVTK", wxRadioButton)->GetValue()) in ApplyTo()
44 else if (XRCCTRL(*m_dlg, "rbGNU", wxRadioButton)->GetValue()) in ApplyTo()
46 else if (XRCCTRL(*m_dlg, "rbLinux", wxRadioButton)->GetValue()) in ApplyTo()
50 else if (XRCCTRL(*m_dlg, "rb1TBS", wxRadioButton)->GetValue()) in ApplyTo()
56 else if (XRCCTRL(*m_dlg, "rbPico", wxRadioButton)->GetValue()) in ApplyTo()
58 else if (XRCCTRL(*m_dlg, "rbLisp", wxRadioButton)->GetValue()) in ApplyTo()
69 if (XRCCTRL(*m_dlg, "chkUseTab", wxCheckBox)->GetValue()) in ApplyTo()
[all …]
/dports/mail/qmailadmin/qmailadmin-1.2.15/
H A Dcommand.c61 GetValue(TmpCGI, moddel, "MODIFY=", sizeof(moddel)); in process_commands()
123 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
132 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
149 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
158 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
173 GetValue(TmpCGI, Gecos, "gecos=", sizeof(Gecos)); in process_commands()
190 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
224 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
233 GetValue(TmpCGI, Newu, "newu=", sizeof(Newu)); in process_commands()
263 GetValue(TmpCGI, Newu, "owner=", sizeof(Newu)); in process_commands()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dconfig-ops.cpp21 BOOST_CHECK(expr->Evaluate(frame).GetValue() == 3);
45 BOOST_CHECK(!expr->Evaluate(frame).GetValue());
48 BOOST_CHECK(expr->Evaluate(frame).GetValue());
51 BOOST_CHECK(expr->Evaluate(frame).GetValue());
54 BOOST_CHECK(!expr->Evaluate(frame).GetValue());
57 BOOST_CHECK(expr->Evaluate(frame).GetValue());
60 BOOST_CHECK(expr->Evaluate(frame).GetValue());
78 BOOST_CHECK(expr->Evaluate(frame).GetValue());
96 BOOST_CHECK(expr->Evaluate(frame).GetValue());
102 BOOST_CHECK(expr->Evaluate(frame).GetValue());
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_loadsave.inc500 sText:= cfg.GetValue(item_path+'text', '');
501 sKind:= cfg.GetValue(item_path+'kind', '');
684 Sep.Init(cfg.GetValue('/gr/panel', ''));
688 Sep.Init(cfg.GetValue('/gr/pages', ''));
720 S:= Cfg.GetValue(APath, '');
807 ThemeUi:= cfg.GetValue('theme_ui', '');
814 UiOps.LangName:= cfg.GetValue('lang', '');
955 s:= cfg.GetValue('scrollbar_arrows', '');
1153 Op.OpZebra:= cfg.GetValue('zebra', Op.OpZebra);
1442 S:= cfg.GetValue('ui_theme', '?');
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/animation/
H A Dcompositor_float_animation_curve_test.cc23 EXPECT_FLOAT_EQ(2, curve->GetValue(-1)); in TEST()
24 EXPECT_FLOAT_EQ(2, curve->GetValue(0)); in TEST()
26 EXPECT_FLOAT_EQ(2, curve->GetValue(1)); in TEST()
27 EXPECT_FLOAT_EQ(2, curve->GetValue(2)); in TEST()
79 float value = curve->GetValue(1); in TEST()
139 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
172 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
191 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
210 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
231 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
[all …]
H A Dcompositor_color_animation_curve_test.cc23 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(-1)); in TEST()
24 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(0)); in TEST()
25 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(0.5)); in TEST()
26 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(1)); in TEST()
27 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(2)); in TEST()
94 SkColor value = curve->GetValue(1); in TEST()
131 EXPECT_EQ(0U, SkColorGetG(curve->GetValue(0))); in TEST()
156 SkColorGetG(curve->GetValue(time))); in TEST()
189 SkColorGetG(curve->GetValue(time))); in TEST()
209 SkColorGetG(curve->GetValue(time))); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/animation/
H A Dcompositor_float_animation_curve_test.cc23 EXPECT_FLOAT_EQ(2, curve->GetValue(-1)); in TEST()
24 EXPECT_FLOAT_EQ(2, curve->GetValue(0)); in TEST()
26 EXPECT_FLOAT_EQ(2, curve->GetValue(1)); in TEST()
27 EXPECT_FLOAT_EQ(2, curve->GetValue(2)); in TEST()
79 float value = curve->GetValue(1); in TEST()
139 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
172 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
191 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
210 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
231 EXPECT_NEAR(timing_function->GetValue(time), curve->GetValue(time), 1e-7); in TEST()
[all …]
H A Dcompositor_color_animation_curve_test.cc23 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(-1)); in TEST()
24 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(0)); in TEST()
25 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(0.5)); in TEST()
26 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(1)); in TEST()
27 EXPECT_EQ(SK_ColorGREEN, curve->GetValue(2)); in TEST()
94 SkColor value = curve->GetValue(1); in TEST()
131 EXPECT_EQ(0U, SkColorGetG(curve->GetValue(0))); in TEST()
156 SkColorGetG(curve->GetValue(time))); in TEST()
189 SkColorGetG(curve->GetValue(time))); in TEST()
209 SkColorGetG(curve->GetValue(time))); in TEST()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_global_edit_text_and_graphics.cpp136 g_modifyWires = m_wires->GetValue(); in ~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS()
252 eda_text->SetTextSize( wxSize( m_textSize.GetValue(), m_textSize.GetValue() ) ); in processItem()
290 if( m_setColor->GetValue() ) in processItem()
307 if( m_netFilterOpt->GetValue() && !m_netFilter->GetValue().IsEmpty() ) in visitItem()
318 if( m_referenceFilterOpt->GetValue() && !m_referenceFilter->GetValue().IsEmpty() ) in visitItem()
329 if( m_symbolFilterOpt->GetValue() && !m_symbolFilter->GetValue().IsEmpty() ) in visitItem()
340 if( m_typeFilterOpt->GetValue() ) in visitItem()
359 if( m_references->GetValue() ) in visitItem()
362 if( m_values->GetValue() ) in visitItem()
372 if( !m_fieldnameFilterOpt->GetValue() || m_fieldnameFilter->GetValue().IsEmpty() in visitItem()
[all …]
H A Ddialog_eeschema_page_settings.cpp42 …if ( !m_TextRevision->GetValue().IsEmpty() ) cfg->m_PageSettings.export_revision = m_RevisionExpor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
43 …if ( !m_TextDate->GetValue().IsEmpty() ) cfg->m_PageSettings.export_date = m_DateExport->GetValue(… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
44 …if ( !m_TextTitle->GetValue().IsEmpty() ) cfg->m_PageSettings.export_title = m_TitleExport->GetVal… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
45 …if ( !m_TextCompany->GetValue().IsEmpty() ) cfg->m_PageSettings.export_company = m_CompanyExport-> in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
46 …if ( !m_TextComment1->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment1 = m_Comment1Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
47 …if ( !m_TextComment2->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment2 = m_Comment2Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
48 …if ( !m_TextComment3->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment3 = m_Comment3Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
49 …if ( !m_TextComment4->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment4 = m_Comment4Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
50 …if ( !m_TextComment5->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment5 = m_Comment5Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
51 …if ( !m_TextComment6->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment6 = m_Comment6Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
[all …]
/dports/games/springlobby/springlobby-0.180/src/springsettings/hotkeys/
H A DAddSelectionCmdDlg.cpp13 if ( this->m_radioBtnSrcMouse->GetValue() ) in validateInputFields()
21 if ( this->m_radioBtnSelCount->GetValue() ) in validateInputFields()
74 if ( this->m_radioBtnSrcMap->GetValue() ) in getSourceString()
127 if ( this->m_checkBoxComInc->GetValue() ) in getConditionsAndSelectString()
145 if ( this->m_checkBoxAirInc->GetValue() ) in getConditionsAndSelectString()
167 if ( this->m_checkBoxWeapRangeInc->GetValue() || this->m_checkBoxWeapRangeEx->GetValue() ) in getConditionsAndSelectString()
177 if ( this->m_checkBoxAbsHealthInc->GetValue() || this->m_checkBoxAbsHealthEx->GetValue() ) in getConditionsAndSelectString()
187 if ( this->m_checkBoxRelHealthInc->GetValue() || this->m_checkBoxRelHealthEx->GetValue() ) in getConditionsAndSelectString()
197 if ( this->m_checkBoxNameInc->GetValue() || this->m_checkBoxNameEx->GetValue() ) in getConditionsAndSelectString()
207 if ( this->m_checkBoxCategoryInc->GetValue() || this->m_checkBoxCategoryEx->GetValue() ) in getConditionsAndSelectString()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dkeyframed_animation_curve_unittest.cc340 result = curve->GetValue(base::TimeDelta::FromSecondsD(0.5f)); in TEST()
347 result = curve->GetValue(base::TimeDelta::FromSecondsD(1.5f)); in TEST()
350 result = curve->GetValue(base::TimeDelta::FromSecondsD(2.0f)); in TEST()
386 result = curve->GetValue(base::TimeDelta::FromSecondsD(0.8f)); in TEST()
393 result = curve->GetValue(base::TimeDelta::FromSecondsD(1.8f)); in TEST()
400 result = curve->GetValue(base::TimeDelta::FromSecondsD(2.0f)); in TEST()
574 EXPECT_FLOAT_EQ(std::ceil(i), curve->GetValue(time1)); in TEST()
582 EXPECT_FLOAT_EQ(std::ceil(i), curve->GetValue(time)); in TEST()
600 EXPECT_FLOAT_EQ(0.f, curve->GetValue(base::TimeDelta())); in TEST()
607 EXPECT_FLOAT_EQ(std::floor(i), curve->GetValue(time2)); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dkeyframed_animation_curve_unittest.cc340 result = curve->GetValue(base::TimeDelta::FromSecondsD(0.5f)); in TEST()
347 result = curve->GetValue(base::TimeDelta::FromSecondsD(1.5f)); in TEST()
350 result = curve->GetValue(base::TimeDelta::FromSecondsD(2.0f)); in TEST()
386 result = curve->GetValue(base::TimeDelta::FromSecondsD(0.8f)); in TEST()
393 result = curve->GetValue(base::TimeDelta::FromSecondsD(1.8f)); in TEST()
400 result = curve->GetValue(base::TimeDelta::FromSecondsD(2.0f)); in TEST()
574 EXPECT_FLOAT_EQ(std::ceil(i), curve->GetValue(time1)); in TEST()
582 EXPECT_FLOAT_EQ(std::ceil(i), curve->GetValue(time)); in TEST()
600 EXPECT_FLOAT_EQ(0.f, curve->GetValue(base::TimeDelta())); in TEST()
607 EXPECT_FLOAT_EQ(std::floor(i), curve->GetValue(time2)); in TEST()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_global_deletion.cpp97 bool enable = m_delDrawings->GetValue() || m_delBoardEdges->GetValue(); in onCheckDeleteDrawings()
106 bool enable = m_delDrawings->GetValue() || m_delBoardEdges->GetValue(); in onCheckDeleteBoardOutlines()
122 if( m_delAll->GetValue() ) in DoGlobalDeletions()
141 if( delete_all || m_delZones->GetValue() ) in DoGlobalDeletions()
159 bool delete_shapes = m_delDrawings->GetValue() || m_delBoardEdges->GetValue(); in DoGlobalDeletions()
160 bool delete_texts = m_delTexts->GetValue(); in DoGlobalDeletions()
170 if( m_delDrawings->GetValue() ) in DoGlobalDeletions()
173 if( m_delBoardEdges->GetValue() ) in DoGlobalDeletions()
207 if( delete_all || m_delFootprints->GetValue() ) in DoGlobalDeletions()
228 if( delete_all || m_delTracks->GetValue() ) in DoGlobalDeletions()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/test/
H A Dtestconfigmemstorage.pas32 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
33 CheckEquals(True, Storage.GetValue('Key/DefTrue2', True));
34 CheckEquals(False, Storage.GetValue('Key/DefFalse1', False));
35 CheckEquals(False, Storage.GetValue('Key/DefFalse2', False));
50 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
51 CheckEquals(False, Storage.GetValue('Key/DefTrue2', True));
52 CheckEquals(True, Storage.GetValue('Key/DefFalse1', False));
53 CheckEquals(False, Storage.GetValue('Key/DefFalse2', False));
68 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
69 CheckEquals(False, Storage.GetValue('Key/DefTrue2', True));
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/test/
H A Dtestconfigmemstorage.pas32 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
33 CheckEquals(True, Storage.GetValue('Key/DefTrue2', True));
34 CheckEquals(False, Storage.GetValue('Key/DefFalse1', False));
35 CheckEquals(False, Storage.GetValue('Key/DefFalse2', False));
50 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
51 CheckEquals(False, Storage.GetValue('Key/DefTrue2', True));
52 CheckEquals(True, Storage.GetValue('Key/DefFalse1', False));
53 CheckEquals(False, Storage.GetValue('Key/DefFalse2', False));
68 CheckEquals(True, Storage.GetValue('Key/DefTrue1', True));
69 CheckEquals(False, Storage.GetValue('Key/DefTrue2', True));
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dopencl-test.cxx554 fLibre = rDoc.GetValue(ScAddress(13, i, 0)); in testCompilerHorizontal()
557 fLibre = rDoc.GetValue(ScAddress(14, i, 0)); in testCompilerHorizontal()
595 fLibre = rDoc.GetValue(ScAddress(3, i, 0)); in testCompilerString()
596 fExcel = rDocRes.GetValue(ScAddress(3, i, 0)); in testCompilerString()
902 rDoc.GetValue(ScAddress(0,i,0)); // LO in testMathFormulaRandom()
903 rDocRes.GetValue(ScAddress(0,i,0)); // Excel in testMathFormulaRandom()
3107 fLibre = rDoc.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaGammaInv()
3108 fExcel = rDocRes.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaGammaInv()
3127 fLibre = rDoc.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaFInv()
3164 fLibre = rDoc.GetValue(ScAddress(5,i,0)); in testStatisticalFormulaB()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dopencl-test.cxx551 fLibre = rDoc.GetValue(ScAddress(13, i, 0)); in testCompilerHorizontal()
554 fLibre = rDoc.GetValue(ScAddress(14, i, 0)); in testCompilerHorizontal()
592 fLibre = rDoc.GetValue(ScAddress(3, i, 0)); in testCompilerString()
593 fExcel = rDocRes.GetValue(ScAddress(3, i, 0)); in testCompilerString()
899 rDoc.GetValue(ScAddress(0,i,0)); // LO in testMathFormulaRandom()
900 rDocRes.GetValue(ScAddress(0,i,0)); // Excel in testMathFormulaRandom()
3104 fLibre = rDoc.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaGammaInv()
3105 fExcel = rDocRes.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaGammaInv()
3124 fLibre = rDoc.GetValue(ScAddress(4,i,0)); in testStatisticalFormulaFInv()
3161 fLibre = rDoc.GetValue(ScAddress(5,i,0)); in testStatisticalFormulaB()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Mat3.hxx131 return NCollection_Vec3<Element_t> (GetValue (0, 0), GetValue (1, 1), GetValue (2, 2)); in GetDiagonal()
189 GetValue (0, 0) * theVec.x() + GetValue (0, 1) * theVec.y() + GetValue (0, 2) * theVec.z(), in operator *()
414 return (GetValue (0, 0) * GetValue (1, 1) * GetValue (2, 2) in Determinant()
415 + GetValue (0, 1) * GetValue (1, 2) * GetValue (2, 0) in Determinant()
416 + GetValue (0, 2) * GetValue (1, 0) * GetValue (2, 1)) in Determinant()
417 - (GetValue (0, 2) * GetValue (1, 1) * GetValue (2, 0) in Determinant()
418 + GetValue (0, 0) * GetValue (1, 2) * GetValue (2, 1) in Determinant()
419 + GetValue (0, 1) * GetValue (1, 0) * GetValue (2, 2)); in Determinant()
495 GetValue (0, 0), GetValue (0, 1), GetValue (0, 2), in DumpJson()
496 GetValue (1, 0), GetValue (1, 1), GetValue (1, 2), in DumpJson()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_Mat3.hxx131 return NCollection_Vec3<Element_t> (GetValue (0, 0), GetValue (1, 1), GetValue (2, 2)); in GetDiagonal()
189 GetValue (0, 0) * theVec.x() + GetValue (0, 1) * theVec.y() + GetValue (0, 2) * theVec.z(), in operator *()
414 return (GetValue (0, 0) * GetValue (1, 1) * GetValue (2, 2) in Determinant()
415 + GetValue (0, 1) * GetValue (1, 2) * GetValue (2, 0) in Determinant()
416 + GetValue (0, 2) * GetValue (1, 0) * GetValue (2, 1)) in Determinant()
417 - (GetValue (0, 2) * GetValue (1, 1) * GetValue (2, 0) in Determinant()
418 + GetValue (0, 0) * GetValue (1, 2) * GetValue (2, 1) in Determinant()
419 + GetValue (0, 1) * GetValue (1, 0) * GetValue (2, 2)); in Determinant()
495 GetValue (0, 0), GetValue (0, 1), GetValue (0, 2), in DumpJson()
496 GetValue (1, 0), GetValue (1, 1), GetValue (1, 2), in DumpJson()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/experiments/
H A Dcpu_speed_experiment_unittest.cc21 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
24 TEST(CpuSpeedExperimentTest, GetValue) { in TEST() argument
29 EXPECT_EQ(-12, cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
30 EXPECT_EQ(-12, cpu_speed_config.GetValue(1000, /*num_cores=*/1)); in TEST()
31 EXPECT_EQ(-16, cpu_speed_config.GetValue(1001, /*num_cores=*/1)); in TEST()
39 EXPECT_EQ(-1, cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
40 EXPECT_EQ(-1, cpu_speed_config.GetValue(1000, /*num_cores=*/1)); in TEST()
78 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
87 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
95 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/experiments/
H A Dcpu_speed_experiment_unittest.cc21 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
24 TEST(CpuSpeedExperimentTest, GetValue) { in TEST() argument
29 EXPECT_EQ(-12, cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
30 EXPECT_EQ(-12, cpu_speed_config.GetValue(1000, /*num_cores=*/1)); in TEST()
31 EXPECT_EQ(-16, cpu_speed_config.GetValue(1001, /*num_cores=*/1)); in TEST()
39 EXPECT_EQ(-1, cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
40 EXPECT_EQ(-1, cpu_speed_config.GetValue(1000, /*num_cores=*/1)); in TEST()
78 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
87 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
95 EXPECT_FALSE(cpu_speed_config.GetValue(1, /*num_cores=*/1)); in TEST()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgSequence.cpp189 if (doesOverflowBigInt(txtMax->GetValue(), !sequence)) in CheckChange()
285 if (txtMin->GetValue().IsEmpty()) in GetSql()
288 tmp += wxT("\n MINVALUE ") + txtMin->GetValue(); in GetSql()
290 if (txtMax->GetValue().IsEmpty()) in GetSql()
293 tmp += wxT("\n MAXVALUE ") + txtMax->GetValue(); in GetSql()
305 + wxT("', ") + txtStart->GetValue() in GetSql()
315 …if ((!txtMin->GetValue().IsEmpty()) && StrToLongLong(txtMin->GetValue()) > sequence->GetMinValue()) in GetSql()
318 …if ((!txtMax->GetValue().IsEmpty()) && StrToLongLong(txtMax->GetValue()) < sequence->GetMaxValue()) in GetSql()
322 tmp += wxT("\n CACHE ") + txtCache->GetValue(); in GetSql()
326 if (chkCycled->GetValue()) in GetSql()
[all …]

12345678910>>...256