Home
last modified time | relevance | path

Searched refs:study (Results 1 – 25 of 2988) sorted by relevance

12345678910>>...120

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/variations/
H A Dvariations_seed_simulator_unittest.cc42 Study study; in CreateStudy() local
43 study.set_name(study_name); in CreateStudy()
45 return study; in CreateStudy()
197 AddExperiment("C", 0, &study); in TEST_F()
218 AddExperiment("C", 1, &study); in TEST_F()
219 AddExperiment("D", 1, &study); in TEST_F()
239 AddExperiment("C", 1, &study); in TEST_F()
240 AddExperiment("D", 1, &study); in TEST_F()
251 AddExperiment("C", 1, &study); in TEST_F()
399 Study study; in TEST_F() local
[all …]
H A Dvariations_seed_processor_unittest.cc77 Study study; in CreateStudyWithFlagGroups() local
87 return study; in CreateStudyWithFlagGroups()
273 ASSERT_EQ(seed.study(0).name(), seed.study(1).name()); in TEST_F()
319 Study study; in TEST_F() local
373 Study study; in TEST_F() local
419 Study study; in TEST_F() local
472 Study study; in TEST_F() local
502 Study study; in TEST_F() local
887 Study study; in TEST_F() local
915 Study study; in TEST_F() local
[all …]
H A Dstudy_filtering.cc218 const Study& study, in GetClientCountryForStudy() argument
220 switch (study.consistency()) { in GetClientCountryForStudy()
239 if (study.has_expiry_date()) { in IsStudyExpired()
248 bool ShouldAddStudy(const Study& study, in ShouldAddStudy() argument
250 if (study.has_filter()) { in ShouldAddStudy()
294 if (!CheckStudyLowEndDevice(study.filter(), in ShouldAddStudy()
307 if (!CheckStudyPolicyRestriction(study.filter(), in ShouldAddStudy()
327 DVLOG(1) << "Kept study " << study.name() << "."; in ShouldAddStudy()
346 const Study& study = seed.study(i); in FilterAndValidateStudies() local
351 expired_studies.push_back(&study); in FilterAndValidateStudies()
[all …]
H A Dprocessed_study.cc21 const Study& study, in ValidateStudyAndComputeTotalProbability() argument
25 if (study.filter().has_min_version() && in ValidateStudyAndComputeTotalProbability()
27 DVLOG(1) << study.name() << " has invalid min version: " in ValidateStudyAndComputeTotalProbability()
28 << study.filter().min_version(); in ValidateStudyAndComputeTotalProbability()
31 if (study.filter().has_max_version() && in ValidateStudyAndComputeTotalProbability()
34 << study.filter().max_version(); in ValidateStudyAndComputeTotalProbability()
47 for (int i = 0; i < study.experiment_size(); ++i) { in ValidateStudyAndComputeTotalProbability()
55 << study.experiment(i).name(); in ValidateStudyAndComputeTotalProbability()
131 study_ = study; in Init()
157 const Study* study, in ValidateAndAppendStudy() argument
[all …]
H A Dvariations_seed_simulator.cc38 const Study& study = *processed_study.study(); in SimulateGroupAssignment() local
42 entropy_provider.GetEntropyForTrial(study.name(), in SimulateGroupAssignment()
49 for (int i = 0; i < study.experiment_size(); ++i) { in SimulateGroupAssignment()
68 for (int i = 0; i < study.experiment_size(); ++i) { in FindExperiment()
70 return &study.experiment(i); in FindExperiment()
78 bool VariationParamsAreEqual(const Study& study, in VariationParamsAreEqual() argument
81 GetVariationParams(study.name(), &params); in VariationParamsAreEqual()
132 const Study& study = *processed_studies[i].study(); in ComputeDifferences() local
134 current_state.find(study.name()); in ComputeDifferences()
202 const Study& study = *processed_study.study(); in PermanentStudyGroupChanged() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/variations/
H A Dvariations_seed_simulator_unittest.cc42 Study study; in CreateStudy() local
43 study.set_name(study_name); in CreateStudy()
45 return study; in CreateStudy()
197 AddExperiment("C", 0, &study); in TEST_F()
218 AddExperiment("C", 1, &study); in TEST_F()
219 AddExperiment("D", 1, &study); in TEST_F()
239 AddExperiment("C", 1, &study); in TEST_F()
240 AddExperiment("D", 1, &study); in TEST_F()
251 AddExperiment("C", 1, &study); in TEST_F()
399 Study study; in TEST_F() local
[all …]
H A Dvariations_seed_processor_unittest.cc76 Study study; in CreateStudyWithFlagGroups() local
86 return study; in CreateStudyWithFlagGroups()
253 ASSERT_EQ(seed.study(0).name(), seed.study(1).name()); in TEST_F()
297 Study study; in TEST_F() local
351 Study study; in TEST_F() local
397 Study study; in TEST_F() local
450 Study study; in TEST_F() local
480 Study study; in TEST_F() local
864 Study study; in TEST_F() local
892 Study study; in TEST_F() local
[all …]
H A Dstudy_filtering.cc217 const Study& study, in GetClientCountryForStudy() argument
219 switch (study.consistency()) { in GetClientCountryForStudy()
238 if (study.has_expiry_date()) { in IsStudyExpired()
247 bool ShouldAddStudy(const Study& study, in ShouldAddStudy() argument
249 if (study.has_filter()) { in ShouldAddStudy()
293 if (!CheckStudyLowEndDevice(study.filter(), in ShouldAddStudy()
306 if (!CheckStudyPolicyRestriction(study.filter(), in ShouldAddStudy()
326 DVLOG(1) << "Kept study " << study.name() << "."; in ShouldAddStudy()
345 const Study& study = seed.study(i); in FilterAndValidateStudies() local
350 expired_studies.push_back(&study); in FilterAndValidateStudies()
[all …]
H A Dprocessed_study.cc20 const Study& study, in ValidateStudyAndComputeTotalProbability() argument
24 if (study.filter().has_min_version() && in ValidateStudyAndComputeTotalProbability()
26 DVLOG(1) << study.name() << " has invalid min version: " in ValidateStudyAndComputeTotalProbability()
27 << study.filter().min_version(); in ValidateStudyAndComputeTotalProbability()
30 if (study.filter().has_max_version() && in ValidateStudyAndComputeTotalProbability()
33 << study.filter().max_version(); in ValidateStudyAndComputeTotalProbability()
46 for (int i = 0; i < study.experiment_size(); ++i) { in ValidateStudyAndComputeTotalProbability()
54 << study.experiment(i).name(); in ValidateStudyAndComputeTotalProbability()
130 study_ = study; in Init()
156 const Study* study, in ValidateAndAppendStudy() argument
[all …]
H A Dvariations_seed_simulator.cc38 const Study& study = *processed_study.study(); in SimulateGroupAssignment() local
42 entropy_provider.GetEntropyForTrial(study.name(), in SimulateGroupAssignment()
49 for (int i = 0; i < study.experiment_size(); ++i) { in SimulateGroupAssignment()
68 for (int i = 0; i < study.experiment_size(); ++i) { in FindExperiment()
70 return &study.experiment(i); in FindExperiment()
78 bool VariationParamsAreEqual(const Study& study, in VariationParamsAreEqual() argument
81 GetVariationParams(study.name(), &params); in VariationParamsAreEqual()
132 const Study& study = *processed_studies[i].study(); in ComputeDifferences() local
134 current_state.find(study.name()); in ComputeDifferences()
202 const Study& study = *processed_study.study(); in PermanentStudyGroupChanged() local
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/gui/studymanager_gui/
H A DManagePlotterModel.py87 def getSubplotList(self, study): argument
98 def getFigureList(self, study): argument
109 def getMeasurementList(self, study): argument
120 def getCaseList(self, study): argument
131 def addSubplot(self, study): argument
141 def delSubplot(self, study, idx): argument
340 def addFigure(self, study): argument
350 def delFigure(self, study, idx): argument
365 def getFigureName(self, study, idx): argument
412 def getFigureRow(self, study, idx): argument
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.mq.edu.au19 Disallow: /study/new-ia*
38 Disallow: /study/new-ia*
71 Noindex: /study/find-a-course/other-study-options/english-language-courses/students/macquarie-unive…
73 Noindex: /study/international-students/why-study-here/studying-in-sydney-australia/macquarie-univer…
74 Noindex: /study/other-study-options/english-language-courses/students/macquarie-university-accommod…
76 Noindex: /study/why-study-here/studying-in-sydney-australia/macquarie-university-accommodation
82 Noindex: /study/other-study-options/english-language-courses/students/macquarie-university-accommod…
84 Noindex: /study/why-study-here/studying-in-sydney-australia/macquarie-university-accommodation/how-…
106 Noindex: /study/other-study-options/english-language-courses/students/macquarie-university-accommod…
108 Noindex: /study/why-study-here/studying-in-sydney-australia/macquarie-university-accommodation/feed…
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/content/about-studies/
H A Dabout-studies.css62 .study {
74 .study .study-status {
79 .study.disabled .study-status {
87 .study > * {
105 .study:nth-child(6n+0) .study-icon {
109 .study:nth-child(6n+1) .study-icon {
113 .study:nth-child(6n+2) .study-icon {
117 .study:nth-child(6n+3) .study-icon {
121 .study:nth-child(6n+4) .study-icon {
125 .study:nth-child(6n+5) .study-icon {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/content/about-studies/
H A Dabout-studies.css62 .study {
74 .study .study-status {
79 .study.disabled .study-status {
87 .study > * {
105 .study:nth-child(6n+0) .study-icon {
109 .study:nth-child(6n+1) .study-icon {
113 .study:nth-child(6n+2) .study-icon {
117 .study:nth-child(6n+3) .study-icon {
121 .study:nth-child(6n+4) .study-icon {
125 .study:nth-child(6n+5) .study-icon {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/content/about-studies/
H A Dabout-studies.css62 .study {
74 .study .study-status {
79 .study.disabled .study-status {
87 .study > * {
105 .study:nth-child(6n+0) .study-icon {
109 .study:nth-child(6n+1) .study-icon {
113 .study:nth-child(6n+2) .study-icon {
117 .study:nth-child(6n+3) .study-icon {
121 .study:nth-child(6n+4) .study-icon {
125 .study:nth-child(6n+5) .study-icon {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/normandy/content/about-studies/
H A Dabout-studies.css63 .study {
75 .study .study-status {
80 .study.disabled .study-status {
88 .study > * {
106 .study:nth-child(6n+0) .study-icon {
110 .study:nth-child(6n+1) .study-icon {
114 .study:nth-child(6n+2) .study-icon {
118 .study:nth-child(6n+3) .study-icon {
122 .study:nth-child(6n+4) .study-icon {
126 .study:nth-child(6n+5) .study-icon {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/content/about-studies/
H A Dabout-studies.css84 .study {
96 .study .study-status {
101 .study.disabled .study-status {
109 .study > * {
127 .study:nth-child(6n+0) .study-icon {
131 .study:nth-child(6n+1) .study-icon {
135 .study:nth-child(6n+2) .study-icon {
139 .study:nth-child(6n+3) .study-icon {
143 .study:nth-child(6n+4) .study-icon {
147 .study:nth-child(6n+5) .study-icon {
[all …]
/dports/math/py-optuna/optuna-2.10.0/optuna/study/
H A D__init__.py2 from optuna.study._study_direction import StudyDirection
3 from optuna.study._study_summary import StudySummary
4 from optuna.study.study import BaseStudy
5 from optuna.study.study import copy_study
6 from optuna.study.study import create_study
7 from optuna.study.study import delete_study
8 from optuna.study.study import get_all_study_summaries
9 from optuna.study.study import load_study
10 from optuna.study.study import Study
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm10 * study.
159 await Promise.all(studies.map(study => store.add(study)));
232 study.slug = study.name;
236 if (study.name && !study.userFacingName) {
237 study.userFacingName = study.name;
240 if (study.description && !study.userFacingDescription) {
241 study.userFacingDescription = study.description;
286 study => study.addonId === addon.id
336 study => study.branch != AddonStudies.NO_BRANCHES_MARKER
340 study => study.branch == AddonStudies.NO_BRANCHES_MARKER
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm10 * study.
232 study.slug = study.name;
236 if (study.name && !study.userFacingName) {
237 study.userFacingName = study.name;
240 if (study.description && !study.userFacingDescription) {
241 study.userFacingDescription = study.description;
286 study => study.addonId === addon.id
309 return !!study;
336 study => study.branch != AddonStudies.NO_BRANCHES_MARKER
340 study => study.branch == AddonStudies.NO_BRANCHES_MARKER
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm10 * study.
232 study.slug = study.name;
236 if (study.name && !study.userFacingName) {
237 study.userFacingName = study.name;
240 if (study.description && !study.userFacingDescription) {
241 study.userFacingDescription = study.description;
286 study => study.addonId === addon.id
309 return !!study;
336 study => study.branch != AddonStudies.NO_BRANCHES_MARKER
340 study => study.branch == AddonStudies.NO_BRANCHES_MARKER
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm10 * study.
232 study.slug = study.name;
236 if (study.name && !study.userFacingName) {
237 study.userFacingName = study.name;
240 if (study.description && !study.userFacingDescription) {
241 study.userFacingDescription = study.description;
286 study => study.addonId === addon.id
309 return !!study;
336 study => study.branch != AddonStudies.NO_BRANCHES_MARKER
340 study => study.branch == AddonStudies.NO_BRANCHES_MARKER
[all …]
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Study_h5.cxx64 Study study(fileName); in main() local
68 study.save(); in main()
87 Study study(fileName); in main() local
91 study.save(); in main()
105 Study study; in main() local
110 study.save(); in main()
128 study.save(); in main()
141 Study study; in main() local
262 study.add("chi", chi); in main()
1016 study.save(); in main()
[all …]
H A Dt_Study_saveload.cxx64 Study study(fileName); in main() local
67 study.save(); in main()
79 Study study; in main() local
83 study.save(); in main()
98 study.save(); in main()
109 Study study; in main() local
162 study.add("m", matrix); in main()
230 study.add("chi", chi); in main()
403 study.add("sqp", sqp); in main()
984 study.save(); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm10 * study.
12 * Name of the study
92 * Mark a study object as having ended. Modifies the study in-place.
94 * @param {Study} study
153 // study.
172 * If a study add-on is uninstalled, mark the study as having ended.
215 return !!study;
238 * Start a new study. Installs an add-on and stores the study info.
263 const study = {
282 return study;
[all …]

12345678910>>...120