Home
last modified time | relevance | path

Searched refs:call1 (Results 1 – 25 of 3866) sorted by relevance

12345678910>>...155

/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/
H A DExpectedFunctionsListTest.cpp54 delete call1; in TEST_GROUP()
80 call1->callWasMade(1); in TEST()
89 call1->withCallOrder(1); in TEST()
94 call1->callWasMade(2); in TEST()
101 call1->callWasMade(1); in TEST()
222 call1->withName("foo"); in TEST()
223 call1->callWasMade(1); in TEST()
233 call1->withName("foo"); in TEST()
234 call1->callWasMade(1); in TEST()
242 call1->withName("foo"); in TEST()
[all …]
H A DMockFailureTest.cpp39 MockCheckedExpectedCall* call1; in TEST_GROUP() local
46 call1 = new MockCheckedExpectedCall; in TEST_GROUP()
53 delete call1; in TEST_GROUP()
62 list->addExpectedCall(call1); in TEST_GROUP()
113 call1->withName("foobar"); in TEST()
144 call1->withName("foo").withParameter("boo", 2); in TEST()
167 call1->withName("foo").withOutputParameterReturning("boo", &out1, sizeof(out1)); in TEST()
210 call1->withName("foo").withParameter("boo", 2); in TEST()
231 call1->withName("foo").withParameter("bar", 2).withParameter("boo", "str"); in TEST()
257 call1->withName("foo").onObject((void*) 0x02); in TEST()
[all …]
/dports/comms/sdr-wspr/sdr-wspr-0.1.0/libwspr/
H A Dunpackpfx.f9028 character*12 call1 local
45 call1=pfx//'/'//call1
46 if(call1(1:1).eq.' ') call1=call1(2:)
47 if(call1(1:1).eq.' ') call1=call1(2:)
50 i1=index(call1,' ')
53 call1=call1(:i1-1)//'/'//char(nc+48)
55 call1=call1(:i1-1)//'/'//char(nc+55)
59 call1=call1(:i1-1)//'/'//char(nc1+48)//char(nc2+48)
/dports/comms/wsjtz/wsjtx/lib/qso50/
H A Dunpackpfx.f903 character*12 call1 local
20 call1=pfx//'/'//call1
21 if(call1(1:1).eq.' ') call1=call1(2:)
22 if(call1(1:1).eq.' ') call1=call1(2:)
25 i1=index(call1,' ')
28 call1=call1(:i1-1)//'/'//char(nc+48)
30 call1=call1(:i1-1)//'/'//char(nc+55)
H A Dwqenc.f908 character*12 call1,call2 local
33 call1=msg(:i1-1)
52 call1=msg(9:)
64 call1=msg(4:i2+3)
75 call1=msg(4:)
110 call1=msg(4:)
128 call1=msg(:i0-1)
203 call1=call1(:i0-1)
238 call1=msg(7:)
242 call1=call1(:i1-1)
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/sv/
H A DSVDepthOnlyCallDefragmenterTest.java21 Assert.assertEquals(SVTestUtils.call1, call1FlattenedDefault); in testFlattenCluster()
41 {SVTestUtils.call1, SVTestUtils.call1, true}, in clusterTogetherInputsDefault()
42 {SVTestUtils.call1, SVTestUtils.call2, true}, in clusterTogetherInputsDefault()
43 {SVTestUtils.call1, SVTestUtils.nonDepthOnly, false}, in clusterTogetherInputsDefault()
45 {SVTestUtils.call1, SVTestUtils.nonDepthOnly, false} in clusterTogetherInputsDefault()
52 {SVTestUtils.call1, SVTestUtils.call1, true}, in clusterTogetherInputsSingleSample()
54 {SVTestUtils.call1, SVTestUtils.nonDepthOnly, false}, in clusterTogetherInputsSingleSample()
91 temp1.add(SVTestUtils.call1); in testAdd()
96 Assert.assertEquals(SVTestUtils.call1, output1.get(0)); in testAdd()
100 temp2.add(SVTestUtils.call1); in testAdd()
[all …]
H A DSVClusterEngineTest.java17 engine.add(SVTestUtils.call1); in initializeClusterEngine()
56 Assert.assertTrue(totalInterval.getStart() < SVTestUtils.call1.getStart()); in testGetClusteringInterval()
59 Assert.assertTrue(totalInterval.getEnd() > SVTestUtils.call1.getStart()); in testGetClusteringInterval()
60 Assert.assertTrue(totalInterval.getEnd() < SVTestUtils.call1.getEnd()); in testGetClusteringInterval()
62 …Assert.assertEquals(totalInterval.getStart(), SVTestUtils.call1.getEnd() - (SVTestUtils.call1.getL… in testGetClusteringInterval()
109 temp1.add(SVTestUtils.call1);
114 Assert.assertEquals(SVTestUtils.call1, output1.get(0));
118 temp2.add(SVTestUtils.call1);
131 temp3.add(SVTestUtils.call1);
135 Assert.assertEquals(output3.get(0).getStart(), SVTestUtils.call1.getStart());
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dcalledit.c47 char call1[30], call2[10]; in calledit() local
165 call1[b] = i; in calledit()
166 call1[b + 1] = '\0'; in calledit()
168 strcat(call1, call2); in calledit()
170 if (strlen(call1) >= 12) in calledit()
172 strcpy(hiscall, call1); in calledit()
208 char call1[30], call2[10]; in insert_char() local
214 call1[0] = '\0'; in insert_char()
245 call1[curposition] = ichr; in insert_char()
248 strcat(call1, call2); in insert_char()
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dwqdecode.f90302 character*12 call1 local
319 call1=pfx//'/'//call1(1:8)
320 if(call1(1:1).eq.' ') call1=call1(2:)
321 if(call1(1:1).eq.' ') call1=call1(2:)
324 i1=index(call1,' ')
327 call1=call1(:i1-1)//'/'//char(nc+48)
329 call1=call1(:i1-1)//'/'//char(nc+55)
333 call1=call1(:i1-1)//'/'//char(nc1+48)//char(nc2+48)
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/
H A DMethodProphecySpec.php178 Call $call1, argument
183 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
193 Call $call1, argument
198 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
210 Call $call1, argument
216 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
230 Call $call1, argument
237 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
251 Call $call1, argument
272 Call $call1, argument
[all …]
/dports/comms/wsjtz/wsjtx/lib/wsprcode/
H A Dwspr_old_subs.f90607 i1=index(call1,'/')
628 n=10*(ichar(call1(i1+1:i1+1))-48) + ichar(call1(i1+2:i1+2)) - 48
633 pfx=call1(:i1-1)
764 character*12 call1 local
781 call1=pfx//'/'//call1(1:8)
782 if(call1(1:1).eq.' ') call1=call1(2:)
783 if(call1(1:1).eq.' ') call1=call1(2:)
789 call1=call1(:i1-1)//'/'//char(nc+48)
791 call1=call1(:i1-1)//'/'//char(nc+55)
795 call1=call1(:i1-1)//'/'//char(nc1+48)//char(nc2+48)
[all …]
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A D2013-05-07-ByteLoadSameAddress.ll3 define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) {
10 %arrayidx21 = getelementptr inbounds i8, i8* %call1, i32 %sub20
13 %arrayidx25 = getelementptr inbounds i8, i8* %call1, i32 %sub19
18 %arrayidx31 = getelementptr inbounds i8, i8* %call1, i32 %add30
25 %arrayidx36 = getelementptr inbounds i8, i8* %call1, i32 %sub35
29 %arrayidx40 = getelementptr inbounds i8, i8* %call1, i32 %add
34 %arrayidx45 = getelementptr inbounds i8, i8* %call1, i32 %add44
41 %arrayidx51 = getelementptr inbounds i8, i8* %call1, i32 %sub50
44 %arrayidx56 = getelementptr inbounds i8, i8* %call1, i32 %add49
48 %arrayidx62 = getelementptr inbounds i8, i8* %call1, i32 %add61

12345678910>>...155