Home
last modified time | relevance | path

Searched refs:person1 (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtestperson.cpp34 person1assign = person1; // test operator= in testCompare()
36 QVERIFY(!(person1 == person2)); in testCompare()
37 QVERIFY(person1 == person3); in testCompare()
38 QVERIFY(person1 == person1copy); in testCompare()
39 QVERIFY(person1 == person1assign); in testCompare()
53 person1.setName(QLatin1String("")); in testStringify()
55 person1.setEmail(QString()); in testStringify()
56 QVERIFY(person1.fullName().isEmpty()); in testStringify()
66 out_stream << person1; in testDataStreamIn()
91 out_stream << person1; in testDataStreamOut()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/
H A DCompositeMapTest.java88 person1.getCart().setNumItems(42); in testAddSharedToFirstMap()
89 persons.add(person1); in testAddSharedToFirstMap()
94 person2.setCart(person1.getCart()); in testAddSharedToFirstMap()
128 person1.getCart().setNumItems(42); in testRemoveSharedFromFirstMap()
129 persons.add(person1); in testRemoveSharedFromFirstMap()
151 person1.getCart().setNumItems(42); in testChangeInFirstMap()
152 persons.add(person1); in testChangeInFirstMap()
156 person1.setCart(new SimpleCart()); in testChangeInFirstMap()
173 person1.getCart().setNumItems(42); in testChangeInFirstMapToShared()
174 persons.add(person1); in testChangeInFirstMapToShared()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/expectremote3/
H A DNestedSeq2.dmp4 person1 = 5 ;
7 int person1.age(person1) ;
8 int person1.size(person1) ;
9 short person1.stuff.foo(unlimited) ;
10 short person1.stuff.bar(unlimited) ;
17 person1.age = 1, 3, 8, 21, 55 ;
19 person1.size = 2, 5, 13, 34, 89 ;
H A DNestedSeq.dmp4 person1 = 5 ;
6 int person1.age(person1) ;
7 short person1.stuff.foo(unlimited) ;
10 person1.age = 1, 2, 3, 5, 8 ;
H A Dtest.07a.dmp5 char person1.name(maxStrlen64) ;
6 int person1.age ;
11 person1.name = "This is a data test string (pass 0)." ;
13 person1.age = 1 ;
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/expectremote3/
H A DNestedSeq2.dmp4 person1 = 5 ;
7 int person1.age(person1) ;
8 int person1.size(person1) ;
9 short person1.stuff.foo(unlimited) ;
10 short person1.stuff.bar(unlimited) ;
17 person1.age = 1, 3, 8, 21, 55 ;
19 person1.size = 2, 5, 13, 34, 89 ;
H A DNestedSeq.dmp4 person1 = 5 ;
6 int person1.age(person1) ;
7 short person1.stuff.foo(unlimited) ;
10 person1.age = 1, 2, 3, 5, 8 ;
H A Dtest.07a.dmp5 char person1.name(maxStrlen64) ;
6 int person1.age ;
11 person1.name = "This is a data test string (pass 0)." ;
13 person1.age = 1 ;
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/expected3/
H A DNestedSeq2.dmp3 person1 = 5 ;
6 int person1.age(person1) ;
7 int person1.size(person1) ;
12 person1.age = 1, 3, 8, 21, 55 ;
14 person1.size = 2, 5, 13, 34, 89 ;
H A DNestedSeq.dmp3 person1 = 5 ;
5 int person1.age(person1) ;
8 person1.age = 1, 2, 3, 5, 8 ;
H A Dtest.07a.dmp5 char person1.name(maxStrlen64) ;
6 int person1.age ;
11 person1.name = "This is a data test string (pass 0)." ;
13 person1.age = 1 ;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/expected3/
H A DNestedSeq2.dmp3 person1 = 5 ;
6 int person1.age(person1) ;
7 int person1.size(person1) ;
12 person1.age = 1, 3, 8, 21, 55 ;
14 person1.size = 2, 5, 13, 34, 89 ;
H A DNestedSeq.dmp3 person1 = 5 ;
5 int person1.age(person1) ;
8 person1.age = 1, 2, 3, 5, 8 ;
H A Dtest.07a.dmp5 char person1.name(maxStrlen64) ;
6 int person1.age ;
11 person1.name = "This is a data test string (pass 0)." ;
13 person1.age = 1 ;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/beans/factory/support/
H A DQualifierAnnotationAutowireContextTests.java207 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldWithMultipleNonQualifiedCandidates()
231 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredMethodParameterWithMultipleNonQualifiedCandidates()
255 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredConstructorArgumentWithMultipleNonQualifiedCandidates()
280 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldResolvesQualifiedCandidate()
300 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredMethodParameterResolvesQualifiedCandidate()
321 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredConstructorArgumentResolvesQualifiedCandidate()
343 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldResolvesQualifiedCandidateWithDefaultValueAndNoValueOnBeanDefinition()
410 person1.addQualifier(qualifier); in testAutowiredFieldResolvesWithMultipleQualifierValues()
436 person1.addQualifier(qualifier); in testAutowiredFieldDoesNotResolveWithMultipleQualifierValuesAndConflictingDefaultValue()
467 person1.addQualifier(qualifier); in testAutowiredFieldResolvesWithMultipleQualifierValuesAndExplicitDefaultValue()
[all …]
H A DInjectAnnotationAutowireContextTests.java207 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldWithMultipleNonQualifiedCandidates()
231 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredMethodParameterWithMultipleNonQualifiedCandidates()
255 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredConstructorArgumentWithMultipleNonQualifiedCandidates()
280 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldResolvesQualifiedCandidate()
300 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredMethodParameterResolvesQualifiedCandidate()
321 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredConstructorArgumentResolvesQualifiedCandidate()
343 context.registerBeanDefinition(JUERGEN, person1); in testAutowiredFieldResolvesQualifiedCandidateWithDefaultValueAndNoValueOnBeanDefinition()
410 person1.addQualifier(qualifier); in testAutowiredFieldResolvesWithMultipleQualifierValues()
436 person1.addQualifier(qualifier); in testAutowiredFieldDoesNotResolveWithMultipleQualifierValuesAndConflictingDefaultValue()
467 person1.addQualifier(qualifier); in testAutowiredFieldResolvesWithMultipleQualifierValuesAndExplicitDefaultValue()
[all …]
/dports/games/freedink-data/freedink-data-1.08.20170409/dink/Story/
H A DS1-H1-O.c6 int &person1 = create_sprite(520, 300, 0, 231, 5); in main() local
7 sp_speed(&person1, 1); in main()
8 sp_base_walk(&person1, 230); in main()
32 move(&person1, 4, 500, 0); in main()
41 say_stop("`3It's not your fault Dink.", &person1); in main()
45 say_stop("`3I hope my duck wasn't in there!", &person1); in main()
50 say_stop("`3But, if you hadn't killed my duck, your mom might still be alive.", &person1); in main()
54 say_stop("`3Oh.. nothing...", &person1); in main()
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old/example/
H A DFlickrImpl.java38 FlickrPerson person1 = new FlickrPerson(); in FlickrImpl() local
39 person1.nsid = "12345678901@N01"; in FlickrImpl()
40 person1.isadmin = 0; in FlickrImpl()
41 person1.ispro = 0; in FlickrImpl()
42 person1.iconserver = 2; in FlickrImpl()
43 person1.realname = "Resin Caucho"; in FlickrImpl()
45 person1.location = "La Jolla, California"; in FlickrImpl()
48 person1.photos = new FlickrPerson.Photos(); in FlickrImpl()
49 person1.photos.firstdate = 1053200573; in FlickrImpl()
51 person1.photos.count = 342; in FlickrImpl()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/datasets/src/
H A Dfr_lfw.cpp123 string &person1 = elems[0]; in loadDataset() local
125 curr->image1 = person1 + "/" + faces[person1][imageNumber1]; in loadDataset()
158 string &person1 = elems[0]; in loadDataset() local
160 curr->image1 = person1 + "/" + faces[person1][imageNumber1]; in loadDataset()
192 string &person1 = elems[0]; in loadDataset() local
194 curr->image1 = person1 + "/" + faces[person1][imageNumber1]; in loadDataset()
/dports/devel/py-behave/behave-1.2.6/features/
H A Duserdata.feature68 | person1 | Alice |
87 | person1 | Bob |
90 When I run "behave -D person1=Alice -D person1=Bob features/userdata_ex2.feature"
123 person1 = Alice
141 | person1 | Charly |
147 person1 = Alice
165 | person1 | Alice |
172 person1 = Alice
200 "person1": "Anna",
231 person1 = Anna2
[all …]
/dports/lang/mosh/mosh-0.2.7/tests/
H A Dclos.scm8 (define person1 (make <person>)) unknown
18 (test-null (slot-ref person1 'name))
19 (test-null (get-name person1))
21 (slot-set! person1 'name 'higepon)
22 (test-eq 'higepon (get-name person1))
61 (test-equal (hello person1) "Hello I'm higepon.")
67 (test-equal (hello person1) "Hello I'm higepon.")
/dports/www/py-django-bulk-update/django-bulk-update-2.2.0/tests/
H A Dtests.py181 for person1, person2 in zip(people, people2):
182 self.assertEqual(person1.age, person2.age)
195 for person1, person2 in zip(people, people2):
197 self.assertEqual(person1.age, person2.age)
212 for person1, person2 in zip(people, people2):
214 self.assertEqual(person1.age, person2.age)
229 for person1, person2 in zip(people, people2):
247 for person1, person2 in zip(people, people2):
266 for person1, person2 in zip(people, people2):
283 for person1, person2 in zip(people, people2):
[all …]
/dports/devel/py-behave/behave-1.2.6/test/
H A Dtest_configuration.py152 config.userdata = dict(person1="Alice", person2="Bob")
156 expected_data = dict(person1="Alice", person2="Charly")
162 config.userdata = UserData(person1="AAA", person3="Charly")
163 config.update_userdata(dict(person1="Alice", person2="Bob"))
165 expected_data = dict(person1="Alice", person2="Bea", person3="Charly")
171 config.userdata = UserData(person1="AAA", person3="Charly")
172 config.update_userdata(dict(person1="Alice", person2="Bob"))
174 expected_data = dict(person1="Alice", person2="Bob", person3="Charly")
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/support/
H A DQualifierAnnotationAutowireBeanFactoryTests.java83 RootBeanDefinition person1 = new RootBeanDefinition(Person.class, cavs1, null); in testAutowireCandidateWithFieldDescriptor() local
84 person1.addQualifier(new AutowireCandidateQualifier(TestQualifier.class)); in testAutowireCandidateWithFieldDescriptor()
85 lbf.registerBeanDefinition(JUERGEN, person1); in testAutowireCandidateWithFieldDescriptor()
143 RootBeanDefinition person1 = new RootBeanDefinition(Person.class, cavs1, null); in testAutowireCandidateWithConstructorDescriptor() local
144 person1.addQualifier(new AutowireCandidateQualifier(TestQualifier.class)); in testAutowireCandidateWithConstructorDescriptor()
145 lbf.registerBeanDefinition(JUERGEN, person1); in testAutowireCandidateWithConstructorDescriptor()
165 RootBeanDefinition person1 = new RootBeanDefinition(Person.class, cavs1, null); in testAutowireCandidateWithMethodDescriptor() local
166 person1.addQualifier(new AutowireCandidateQualifier(TestQualifier.class)); in testAutowireCandidateWithMethodDescriptor()
167 lbf.registerBeanDefinition(JUERGEN, person1); in testAutowireCandidateWithMethodDescriptor()
196 person1.addQualifier(new AutowireCandidateQualifier(TestQualifier.class)); in testAutowireCandidateWithMultipleCandidatesDescriptor()
[all …]
/dports/editors/emacs/emacs-27.2/test/lisp/gnus/
H A Dmessage-tests.el117 (let ((person1 '("Person 1" "p1@p1.org"))
130 (setq recipients (list person1))
133 (setq recipients (list person1 person2))
139 (setq recipients (list person1 person3))
142 (setq recipients (list person3 person1))
145 (setq recipients (list person1 person2 person3))

12345678