Home
last modified time | relevance | path

Searched refs:call2 (Results 1 – 25 of 3625) sorted by relevance

12345678910>>...145

/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/
H A DExpectedFunctionsListTest.cpp55 delete call2; in TEST_GROUP()
81 call2->callWasMade(2); in TEST()
90 call2->withCallOrder(2); in TEST()
93 call2->callWasMade(1); in TEST()
211 call2->callWasMade(1); in TEST()
224 call2->withName("bar"); in TEST()
225 call2->callWasMade(2); in TEST()
235 call2->withName("bar"); in TEST()
243 call2->withName("bar"); in TEST()
259 call2->withName("bar"); in TEST()
[all …]
H A DMockFailureTest.cpp40 MockCheckedExpectedCall* call2; in TEST_GROUP() local
47 call2 = new MockCheckedExpectedCall; in TEST_GROUP()
54 delete call2; in TEST_GROUP()
63 list->addExpectedCall(call2); in TEST_GROUP()
233 call2->callWasMade(1); in TEST()
234 call2->inputParameterWasPassed("bar"); in TEST()
235 call2->inputParameterWasPassed("boo"); in TEST()
259 call2->callWasMade(1); in TEST()
260 call2->wasPassedToObject(); in TEST()
279 call2->callWasMade(1); in TEST()
[all …]
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/
H A DMethodProphecySpec.php179 Call $call2 argument
183 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
194 Call $call2 argument
198 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
211 Call $call2, argument
216 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
231 Call $call2, argument
237 …$objectProphecy->findProphecyMethodCalls('getName', $arguments)->willReturn(array($call1, $call2));
252 Call $call2, argument
273 Call $call2 argument
[all …]
/dports/devel/R-cran-rlang/rlang/man/
H A Dcall2.Rd3 \name{call2}
4 \alias{call2}
7 call2(.fn, ..., .ns = NULL)
45 object.\preformatted{call2(list, 1, 2)
58 call2("mean", 1:10, !!!args)
81 call2("f", a = 1)
82 call2(quote(f), a = 1)
83 call2(quote(f()), a = 1)
86 call2(quote(f), a = 1, b = 2)
87 call2(quote(f), !!!list(a = 1, b = 2))
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dcalledit.c47 char call1[30], call2[10]; in calledit() local
154 call2[0] = '\0'; in calledit()
158 strncpy(call2, hiscall + b, strlen(hiscall) - (b - 1)); in calledit()
167 if ((strlen(call1) + strlen(call2)) < 12) { in calledit()
168 strcat(call1, call2); in calledit()
208 char call1[30], call2[10]; in insert_char() local
215 call2[0] = '\0'; in insert_char()
234 strncpy(call2, hiscall + curposition, in insert_char()
247 if ((strlen(call1) + strlen(call2)) < 12) { in insert_char()
248 strcat(call1, call2); in insert_char()
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s7 .globl call2
8 .type call2, @function
9 call2: label
11 .size call2, .-call2
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dmpx3b.s7 .globl call2
8 .type call2, @function
9 call2: label
11 .size call2, .-call2
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s7 .globl call2
8 .type call2, @function
9 call2: label
11 .size call2, .-call2
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dmpx3b.s7 .globl call2
8 .type call2, @function
9 call2: label
11 .size call2, .-call2
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dmpx3b.s7 .globl call2
8 .type call2, @function
9 call2: label
11 .size call2, .-call2
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/sv/
H A DSVDepthOnlyCallDefragmenterTest.java33 …ing = singleSampleDefragmenter.flattenCluster(Arrays.asList(SVTestUtils.call1, SVTestUtils.call2)); in testFlattenCluster()
35 Assert.assertEquals(overlapping.getEnd(), SVTestUtils.call2.getEnd()); in testFlattenCluster()
42 {SVTestUtils.call1, SVTestUtils.call2, true}, in clusterTogetherInputsDefault()
53 {SVTestUtils.call1, SVTestUtils.call2, true}, //overlapping, same samples in clusterTogetherInputsSingleSample()
62 …ault(final SVCallRecordWithEvidence call1, final SVCallRecordWithEvidence call2, final boolean exp… in testClusterTogetherDefault() argument
63 Assert.assertEquals(defaultDefragmenter.clusterTogether(call1, call2), expectedResult); in testClusterTogetherDefault()
67 …mple(final SVCallRecordWithEvidence call1, final SVCallRecordWithEvidence call2, final boolean exp… in testClusterTogetherSingleSample() argument
68 Assert.assertEquals(singleSampleDefragmenter.clusterTogether(call1, call2), expectedResult); in testClusterTogetherSingleSample()
80 …terval totalInterval = defaultDefragmenter.getClusteringInterval(SVTestUtils.call2, littleCluster); in testGetClusteringInterval()
101 temp2.add(SVTestUtils.call2); //should overlap after padding in testAdd()
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_tools_mid3cp.py55 res, out, err = self.call2(
71 res, out, err = self.call2(
79 res, out, err = self.call2()
84 res = self.call2(self.filename, self.filename)[0]
149 err = self.call2(self.blank_file, blank_file2)[2]
155 err = self.call2(self.filename, fsn(u"--verbose"), self.blank_file)[2]
164 status, out, err = self.call2(self.filename)
167 status, out, err = self.call2(self.filename, self.filename)
170 status, out, err = self.call2(self.blank_file, self.filename)
173 status, out, err = self.call2(fsn(u""), self.filename)
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dsink-zext.ll18 %call2 = call i32 @callee(), !range !0
20 %zext2 = sext i32 %call2 to i64
34 %call2 = call i32 @callee(), !range !0
35 %add = add i32 %call1, %call2
49 %call2 = call i32 @callee(), !range !0
51 %zext2 = sext i32 %call2 to i64
65 %call2 = call i32 @callee(), !range !0
66 %add = mul i32 %call1, %call2
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4profiling.cpp85 bool operator<(const FunctionCall &call1, const FunctionCall &call2) in operator <() argument
87 return call1.m_start < call2.m_start || in operator <()
88 (call1.m_start == call2.m_start && (call1.m_end < call2.m_end || in operator <()
89 (call1.m_end == call2.m_end && call1.m_function < call2.m_function))); in operator <()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4profiling.cpp85 bool operator<(const FunctionCall &call1, const FunctionCall &call2) in operator <() argument
87 return call1.m_start < call2.m_start || in operator <()
88 (call1.m_start == call2.m_start && (call1.m_end < call2.m_end || in operator <()
89 (call1.m_end == call2.m_end && call1.m_function < call2.m_function))); in operator <()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DTargetType23.java34 void call2(Sam0 s) { } in call2() method in TargetType23
35 void call2(Sam2 s) { } in call2() method in TargetType23
36 <Z> void call2(Sam3<Z> s) { } in call2() method in TargetType23
40 call2(()-> { throw new RuntimeException(); }); // ok in test()

12345678910>>...145