Home
last modified time | relevance | path

Searched refs:Choice1 (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DActivatorTests.cs17 Choice1 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), null)); in CreateInstance()
20 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { })); in CreateInstance()
23 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { 42 })); in CreateInstance()
26 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { "Hello" })); in CreateInstance()
29 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { 5.1, "Hello" })); in CreateInstance()
39Choice1 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { (short)-2 })); in CreateInstance_ConstructorWithPrimitive_PerformsPrimitiveWidening()
47Choice1 c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { new VarArgs() })); in CreateInstance_ConstructorWithParamsParameter()
50 … c = (Choice1)(Activator.CreateInstance(typeof(Choice1), new object[] { new VarArgs(), "P1" })); in CreateInstance_ConstructorWithParamsParameter()
107 Choice1 c = Activator.CreateInstance<Choice1>(); in CreateInstance_Generic()
178 public Choice1() in Choice1() method in System.Tests.ActivatorTests.Choice1
[all …]
/dports/print/foomatic-filters/foomatic-filters-4.0.17/test/
H A Dfoomatic-test.ppd143 *Option2 Choice1/Choice 1: "<</Test [Example1]>> setpagedevice % Option2: Choice1"
153 *DefaultOption3: Choice1
154 *Option3 Choice1/Choice 1: "% Option3: Choice1"
161 *DefaultOption4: Choice1
162 *Option4 Choice1/Choice 1: "% Option4: Choice1"
169 *DefaultOption5: Choice1
170 *Option5 Choice1/Choice 1: "% Option5: Choice1"
177 *DefaultOption6: Choice1
205 *FoomaticOption1 Choice1/Choice 1: "%% FoomaticRIPOptionSetting: FoomaticOption1=Choice1"
245 *FoomaticOption3 Choice1/Choice 1: "% FoomaticOption3: Choice1"
[all …]
/dports/lang/asn1c/asn1c-0.9.27/tests/
H A D37-indirect-choice-OK.asn1.-EF9 t-c [1] EXPLICIT Choice1,
13 Choice1 ::= CHOICE {
21 c-d [3] EXPLICIT Choice1,
22 c-e [4] EXPLICIT Choice1
31 Choice6 ::= Choice1
H A D37-indirect-choice-OK.asn117 t-c [1] Choice1,
21 Choice1 ::= CHOICE {
29 c-d [3] Choice1,
30 c-e [4] Choice1
36 Choice6 ::= Choice1 -- tags
H A D37-indirect-choice-OK.asn1.-Pfwide-types6 #include "Choice1.h"
118 /*** <<< INCLUDES [Choice1] >>> ***/
124 /*** <<< DEPS [Choice1] >>> ***/
134 typedef struct Choice1 {
176 sizeof(struct Choice1),
177 offsetof(struct Choice1, _asn_ctx),
178 offsetof(struct Choice1, present),
186 "Choice1",
187 "Choice1",
212 #include "Choice1.h"
[all …]
H A D92-circular-loops-OK.asn115 ch1 Choice1,
28 Choice1 ::= CHOICE {
H A D92-circular-loops-OK.asn1.-Pfindirect-choice15 struct Choice1;
22 struct Choice1 *ch1;
43 #include "Choice1.h"
190 /*** <<< INCLUDES [Choice1] >>> ***/
194 /*** <<< DEPS [Choice1] >>> ***/
209 typedef struct Choice1 {
259 sizeof(struct Choice1),
260 offsetof(struct Choice1, _asn_ctx),
261 offsetof(struct Choice1, present),
269 "Choice1",
[all …]
H A D92-circular-loops-OK.asn1.-Pfwide-types15 struct Choice1;
22 struct Choice1 *ch1;
43 #include "Choice1.h"
190 /*** <<< INCLUDES [Choice1] >>> ***/
194 /*** <<< DEPS [Choice1] >>> ***/
209 typedef struct Choice1 {
259 sizeof(struct Choice1),
260 offsetof(struct Choice1, _asn_ctx),
261 offsetof(struct Choice1, present),
269 "Choice1",
[all …]
H A D38-comments-OK.asn117 /* t-c [1] Choice1, t-d Choice2 */
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FileManager/
H A DCommitBrowser.cpp29 Choice1 = (wxChoice*)FindWindow(XRCID("ID_BRANCH_CHOICE")); in BEGIN_EVENT_TABLE()
87 if (Choice1->GetSelection()>=0) in GetRepoBranch()
88 return Choice1->GetString(Choice1->GetSelection()); in GetRepoBranch()
210 wxString br = Choice1->GetString(Choice1->GetSelection()); in OnBranchSelected()
281 Choice1->Append(m_updater->m_branches[i]); in OnUpdateComplete()
283 Choice1->Select(0); in OnUpdateComplete()
H A DCommitBrowser.h31 wxChoice* Choice1; variable
/dports/security/libtasn1/libtasn1-4.18.0/tests/
H A Dchoice.asn11 Choice1 ::= CHOICE {
19 choice1 Choice1,
H A Dcoding-decoding2.asn12 Choice1 ::= CHOICE {
20 choice1 Choice1,
/dports/lang/mono/mono-5.10.1.57/external/rx/Ix/NET/System.Interactive.Async/
H A DAsyncEnumerable.Conversions.cs157 Queue.Enqueue(new Either<T, Exception, bool>.Choice1(value)); in OnNext()
172 public class Choice1 : Either<T, U, V> class in System.Linq.AsyncEnumerable.Either
174 public Choice1(T value) { Value = value; } in Choice1() method in System.Linq.AsyncEnumerable.Either.Choice1
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/
H A DANSIBLE_xTestResource.schema.mof5 [Write, ValueMap{"Choice1", "Choice2"}, Values{"Choice1", "Choice2"}] String Choice;
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/
H A DANSIBLE_xTestResource.schema.mof5 [Write, ValueMap{"Choice1", "Choice2"}, Values{"Choice1", "Choice2"}] String Choice;
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/incidental_win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/
H A DANSIBLE_xTestResource.schema.mof5 [Write, ValueMap{"Choice1", "Choice2"}, Values{"Choice1", "Choice2"}] String Choice;
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/incidental_win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/
H A DANSIBLE_xTestResource.schema.mof5 [Write, ValueMap{"Choice1", "Choice2"}, Values{"Choice1", "Choice2"}] String Choice;
/dports/textproc/xmlada/xmlada-e5bbafe/tests/sax/
H A Dteststate.adb425 A, B, Choice1, Choice2, C, D, E, Dot : State; variable
440 Choice1 := N.Add_State;
442 N.Add_Empty_Transition (B, Choice1);
445 N.Add_Transition (Choice1, C, (Char, 'c'));
449 N.Add_Transition (Choice1, D, (Char, 'd'));
/dports/biology/velvet/velvet_1.2.10/src/
H A DlocallyCorrectedGraph.c160 Time Choice1, Choice2, Choice3; in compareSequences() local
180 Choice1 = in compareSequences()
186 Fmatrix[i][j] = max(Choice1, Choice2, Choice3); in compareSequences()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DlocallyCorrectedGraph.c160 Time Choice1, Choice2, Choice3; in compareSequences() local
180 Choice1 = in compareSequences()
186 Fmatrix[i][j] = max(Choice1, Choice2, Choice3); in compareSequences()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DlocallyCorrectedGraph.c161 Time Choice1, Choice2, Choice3; in compareSequences() local
181 Choice1 = in compareSequences()
187 Fmatrix[i][j] = max(Choice1, Choice2, Choice3); in compareSequences()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_dsc/tasks/
H A Dtests.yml28 Choice: Choice1
80 …failed_when: 'fail_invalid_choice_sub_dict.msg != "value of Choice must be one of: Choice1, Choice…
101 Choice: Choice1
335 Choice: Choice1
465 - dsc_types_actual.CimInstanceArrayParam.Value[0].Choice == 'Choice1'
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/incidental_win_dsc/tasks/
H A Dtests.yml28 Choice: Choice1
80 …failed_when: 'fail_invalid_choice_sub_dict.msg != "value of Choice must be one of: Choice1, Choice…
101 Choice: Choice1
335 Choice: Choice1
465 - dsc_types_actual.CimInstanceArrayParam.Value[0].Choice == 'Choice1'
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/incidental_win_dsc/tasks/
H A Dtests.yml28 Choice: Choice1
80 …failed_when: 'fail_invalid_choice_sub_dict.msg != "value of Choice must be one of: Choice1, Choice…
101 Choice: Choice1
335 Choice: Choice1
465 - dsc_types_actual.CimInstanceArrayParam.Value[0].Choice == 'Choice1'

12