Home
last modified time | relevance | path

Searched refs:TestStack (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/test/
H A Dtest-attribute.rb2 class TestStack < Test::Unit::TestCase class in TestUnitAttribute
56 test_for_accessor_category = TestStack.new("test_peek")
60 test_for_bug_1234 = TestStack.new("test_bug_1234")
63 test_no_attributes = TestStack.new("test_no_attributes")
73 test_case = Class.new(TestStack) do
89 test_case = Class.new(TestStack) do
100 test_case = Class.new(TestStack) do
112 test_case = Class.new(TestStack) do
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeStack.cpp54 typedef Element::TestStack TestStack; typedef
69 TestStack stack;
114 TestStack other_stack; in TEST_F()
141 TestStack other_stack; in TEST_F()
204 TestStack* _from;
205 TestStack* _to;
248 TestStack initial_stack; in TEST_VM()
249 TestStack start_stack; in TEST_VM()
250 TestStack middle_stack; in TEST_VM()
251 TestStack final_stack; in TEST_VM()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeStack.cpp53 typedef Element::TestStack TestStack; typedef
68 TestStack stack;
113 TestStack other_stack; in TEST_F()
140 TestStack other_stack; in TEST_F()
203 TestStack* _from;
204 TestStack* _to;
247 TestStack initial_stack; in TEST_VM()
248 TestStack start_stack; in TEST_VM()
249 TestStack middle_stack; in TEST_VM()
250 TestStack final_stack; in TEST_VM()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeStack.cpp53 typedef Element::TestStack TestStack; typedef
68 TestStack stack;
113 TestStack other_stack; in TEST_F()
140 TestStack other_stack; in TEST_F()
203 TestStack* _from;
204 TestStack* _to;
247 TestStack initial_stack; in TEST_VM()
248 TestStack start_stack; in TEST_VM()
249 TestStack middle_stack; in TEST_VM()
250 TestStack final_stack; in TEST_VM()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeStack.cpp53 typedef Element::TestStack TestStack; typedef
68 TestStack stack;
113 TestStack other_stack; in TEST_F()
140 TestStack other_stack; in TEST_F()
203 TestStack* _from;
204 TestStack* _to;
247 TestStack initial_stack; in TEST_VM()
248 TestStack start_stack; in TEST_VM()
249 TestStack middle_stack; in TEST_VM()
250 TestStack final_stack; in TEST_VM()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeStack.cpp53 typedef Element::TestStack TestStack; typedef
68 TestStack stack;
113 TestStack other_stack; in TEST_F()
140 TestStack other_stack; in TEST_F()
203 TestStack* _from;
204 TestStack* _to;
247 TestStack initial_stack; in TEST_VM()
248 TestStack start_stack; in TEST_VM()
249 TestStack middle_stack; in TEST_VM()
250 TestStack final_stack; in TEST_VM()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_stack.cpp7 TEST(TestStack, ShouldNotIncreaseCapacityIfNotNeeded) in TEST() argument
30 TEST(TestStack, ShouldIncreaseCapacityIfNeeded) in TEST() argument
53 TEST(TestStack, ShouldBeAbleToHandleTypesOfSizeBiggerThanMinCapacity) in TEST() argument
76 TEST(TestStack, ShouldNotChangeCapacityAfterEachPopPush) in TEST() argument
98 TEST(TestStack, InitShouldFailIfMallocReturnsNull) in TEST() argument
111 TEST(TestStack, InitShouldFailIfInternalInitializationFails) in TEST() argument
125 TEST(TestStack, PushShouldFailIfMallocReturnsNull) in TEST() argument
145 TEST(TestStack, PushShouldFailIfMallocReturnsNullInternal) in TEST() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_stack.cpp7 TEST(TestStack, ShouldNotIncreaseCapacityIfNotNeeded) in TEST() argument
30 TEST(TestStack, ShouldIncreaseCapacityIfNeeded) in TEST() argument
53 TEST(TestStack, ShouldBeAbleToHandleTypesOfSizeBiggerThanMinCapacity) in TEST() argument
76 TEST(TestStack, ShouldNotChangeCapacityAfterEachPopPush) in TEST() argument
98 TEST(TestStack, InitShouldFailIfMallocReturnsNull) in TEST() argument
111 TEST(TestStack, InitShouldFailIfInternalInitializationFails) in TEST() argument
125 TEST(TestStack, PushShouldFailIfMallocReturnsNull) in TEST() argument
145 TEST(TestStack, PushShouldFailIfMallocReturnsNullInternal) in TEST() argument
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/tests/Properties/
H A DStack.hs66 newtype TestStack a = TestStack (Stack a) function
69 instance (Arbitrary a) => Arbitrary (TestStack a) where
70 arbitrary = TestStack <$> (Stack <$> arbitrary <*> arbitrary <*> arbitrary)
73 instance Traversable TestStack where
74 traverse f (TestStack sx) = fmap TestStack (traverse f sx)
78 p = Proxy :: Proxy TestStack
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/lang/
H A DStackWalkBench.java63 public static class TestStack { class in StackWalkBench
68 public TestStack(long max, Runnable trigger) { in TestStack() method in StackWalkBench.TestStack
116 static class MarkedTestStack extends TestStack {
170 new TestStack(depth, new Runnable() { in forEach_DefaultOpts()
188 new TestStack(depth, new Runnable() { in walk_ClassNames()
209 new TestStack(depth, new Runnable() { in walk_MethodNames()
230 new TestStack(depth, new Runnable() { in walk_DeclaringClass()
251 new TestStack(depth, new Runnable() { in walk_StackTraceElements()
272 new TestStack(depth, new Runnable() { in getCallerClass()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/lang/
H A DStackWalkBench.java63 public static class TestStack { class in StackWalkBench
68 public TestStack(long max, Runnable trigger) { in TestStack() method in StackWalkBench.TestStack
116 static class MarkedTestStack extends TestStack {
170 new TestStack(depth, new Runnable() { in forEach_DefaultOpts()
188 new TestStack(depth, new Runnable() { in walk_ClassNames()
209 new TestStack(depth, new Runnable() { in walk_MethodNames()
230 new TestStack(depth, new Runnable() { in walk_DeclaringClass()
251 new TestStack(depth, new Runnable() { in walk_StackTraceElements()
272 new TestStack(depth, new Runnable() { in getCallerClass()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/lang/
H A DStackWalkBench.java63 public static class TestStack { class in StackWalkBench
68 public TestStack(long max, Runnable trigger) { in TestStack() method in StackWalkBench.TestStack
116 static class MarkedTestStack extends TestStack {
170 new TestStack(depth, new Runnable() { in forEach_DefaultOpts()
188 new TestStack(depth, new Runnable() { in walk_ClassNames()
209 new TestStack(depth, new Runnable() { in walk_MethodNames()
230 new TestStack(depth, new Runnable() { in walk_DeclaringClass()
251 new TestStack(depth, new Runnable() { in walk_StackTraceElements()
272 new TestStack(depth, new Runnable() { in getCallerClass()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/lang/
H A DStackWalkBench.java63 public static class TestStack { class in StackWalkBench
68 public TestStack(long max, Runnable trigger) { in TestStack() method in StackWalkBench.TestStack
116 static class MarkedTestStack extends TestStack {
170 new TestStack(depth, new Runnable() { in forEach_DefaultOpts()
188 new TestStack(depth, new Runnable() { in walk_ClassNames()
209 new TestStack(depth, new Runnable() { in walk_MethodNames()
230 new TestStack(depth, new Runnable() { in walk_DeclaringClass()
251 new TestStack(depth, new Runnable() { in walk_StackTraceElements()
272 new TestStack(depth, new Runnable() { in getCallerClass()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/vm/lang/
H A DThrowableRuntimeMicros.java49 static class TestStack { class in ThrowableRuntimeMicros
54 TestStack(long max, Runnable trigger) { in TestStack() method in ThrowableRuntimeMicros.TestStack
96 new TestStack(depth, new Runnable() { in testThrowableInit()
111 new TestStack(depth, new Runnable() { in testThrowableGetStackTrace()
126 new TestStack(depth, new Runnable() { in testThrowableSTEtoString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/vm/lang/
H A DThrowableRuntimeMicros.java49 static class TestStack { class in ThrowableRuntimeMicros
54 TestStack(long max, Runnable trigger) { in TestStack() method in ThrowableRuntimeMicros.TestStack
96 new TestStack(depth, new Runnable() { in testThrowableInit()
111 new TestStack(depth, new Runnable() { in testThrowableGetStackTrace()
126 new TestStack(depth, new Runnable() { in testThrowableSTEtoString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/vm/lang/
H A DThrowableRuntimeMicros.java49 static class TestStack { class in ThrowableRuntimeMicros
54 TestStack(long max, Runnable trigger) { in TestStack() method in ThrowableRuntimeMicros.TestStack
96 new TestStack(depth, new Runnable() { in testThrowableInit()
111 new TestStack(depth, new Runnable() { in testThrowableGetStackTrace()
126 new TestStack(depth, new Runnable() { in testThrowableSTEtoString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/vm/lang/
H A DThrowableRuntimeMicros.java49 static class TestStack { class in ThrowableRuntimeMicros
54 TestStack(long max, Runnable trigger) { in TestStack() method in ThrowableRuntimeMicros.TestStack
96 new TestStack(depth, new Runnable() { in testThrowableInit()
111 new TestStack(depth, new Runnable() { in testThrowableGetStackTrace()
126 new TestStack(depth, new Runnable() { in testThrowableSTEtoString()
/dports/math/boolector/boolector-3.2.2/test/
H A Dtest_stack.cpp15 class TestStack : public TestMm class
19 TEST_F (TestStack, init_release) in TEST_F() argument
26 TEST_F (TestStack, functionality) in TEST_F() argument
80 TEST_F (TestStack, fit) in TEST_F() argument
102 TEST_F (TestStack, reset) in TEST_F() argument
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/osc/v1/
H A Dtest_snapshot.py23 class TestStack(orchestration_fakes.TestOrchestrationv1): class
25 super(TestStack, self).setUp()
30 class TestListSnapshot(TestStack):
55 class TestSnapshotShow(TestStack):
78 class TestRestoreSnapshot(TestStack):
102 class TestSnapshotCreate(TestStack):
142 class TestSnapshotDelete(TestStack):
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/util/logging/
H A DLoggingRuntimeMicros.java103 static class TestStack { class in LoggingRuntimeMicros
108 TestStack(long max, Runnable trigger) { in TestStack() method in LoggingRuntimeMicros.TestStack
150 new TestStack(depth, new Runnable() { in testLoggingInferCaller()
165 new TestStack(depth, new Runnable() { in testLoggingLogp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/util/logging/
H A DLoggingRuntimeMicros.java103 static class TestStack { class in LoggingRuntimeMicros
108 TestStack(long max, Runnable trigger) { in TestStack() method in LoggingRuntimeMicros.TestStack
150 new TestStack(depth, new Runnable() { in testLoggingInferCaller()
165 new TestStack(depth, new Runnable() { in testLoggingLogp()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/util/logging/
H A DLoggingRuntimeMicros.java103 static class TestStack { class in LoggingRuntimeMicros
108 TestStack(long max, Runnable trigger) { in TestStack() method in LoggingRuntimeMicros.TestStack
150 new TestStack(depth, new Runnable() { in testLoggingInferCaller()
165 new TestStack(depth, new Runnable() { in testLoggingLogp()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/util/logging/
H A DLoggingRuntimeMicros.java103 static class TestStack { class in LoggingRuntimeMicros
108 TestStack(long max, Runnable trigger) { in TestStack() method in LoggingRuntimeMicros.TestStack
150 new TestStack(depth, new Runnable() { in testLoggingInferCaller()
165 new TestStack(depth, new Runnable() { in testLoggingLogp()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cloudformation_stack_set/tasks/
H A Dmain.yml75 description: TestStack Prime
93 description: TestStack Prime
129 description: TestStack Dos
147 description: TestStack Dos
175 description: TestStack Dos
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/tasks/
H A Dmain.yml79 description: TestStack Prime
97 description: TestStack Prime
133 description: TestStack Dos
151 description: TestStack Dos
179 description: TestStack Dos

123456