Home
last modified time | relevance | path

Searched defs:Framework (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/dports/graphics/tiled/tiled-1.7.2/docs/reference/
H A Dsupport-for-tmx-maps.rst178 Allegro
190 Cell2D
222 Flixel
234 Godot
245 Haxe
299 LibGDX
313 LÖVE
394 SDL
401 SFML
448 Unity
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/
H A Dframework.go65 type Framework struct { struct
66 BaseName string
71 UniqueName string
77 DynamicClient dynamic.Interface
94 logsSizeCloseChannel chan bool
98 flakeReport *FlakeReport
103 cleanupHandle CleanupActionHandle
111 beforeEachStarted bool
114 Options Options
118 TestSummaries []TestDataSummary
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/apimachinery/
H A Dwebhook.go994 func testMutatingConfigMapWebhook(f *framework.Framework) {
1062 func testMutatingPodWebhook(f *framework.Framework) {
1079 func toBeMutatedPod(f *framework.Framework) *v1.Pod {
1095 func testWebhook(f *framework.Framework) {
1192 func testAttachingPodWebhook(f *framework.Framework) {
1281 func testFailClosedWebhook(f *framework.Framework) {
1565 func nonCompliantPod(f *framework.Framework) *v1.Pod {
1584 func hangingPod(f *framework.Framework) *v1.Pod {
1603 func toBeAttachedPod(f *framework.Framework) *v1.Pod {
2065 func testCRDDenyWebhook(f *framework.Framework) {
[all …]
/dports/www/ilias6/ILIAS-6.14/src/UI/
H A DREADME.md39 ### How to Discover the Components in the Framework?
59 ### How to Use the Components of the Framework?
85 ### How to Introduce a New Component?
108 ### How to Implement a Component?
410 ### How to Change an Existing Component?
428 ### About Triggerables, Triggerer and Signals
444 ### How to trigger Signals of Components
469 ### Implementing a Triggerer Component
475 ### Implementing a Triggerable Component
482 ### Technical Details
/dports/www/ilias/ILIAS-5.4.25/src/UI/
H A DREADME.md39 ### How to Discover the Components in the Framework?
59 ### How to Use the Components of the Framework?
85 ### How to Introduce a New Component?
108 ### How to Implement a Component?
406 ### How to Change an Existing Component?
418 ### About Triggerables, Triggerer and Signals
434 ### How to trigger Signals of Components
459 ### Implementing a Triggerer Component
465 ### Implementing a Triggerable Component
472 ### Technical Details
/dports/sysutils/nomad/nomad-1.1.0/e2e/framework/
H A Dframework.go60 type Framework struct { struct
61 suites []*TestSuite
62 provisioner Provisioner
63 env Environment
65 isLocalRun bool
66 slow bool
67 force bool
68 suite string
108 func (f *Framework) AddSuites(s ...*TestSuite) *Framework {
121 func (f *Framework) Run(t *testing.T) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Dcpu_manager_test.go87 func deletePodSyncByName(f *framework.Framework, podName string) {
95 func deletePods(f *framework.Framework, podNames []string) {
283 func runGuPodTest(f *framework.Framework, cpuCount int) {
316 func runNonGuPodTest(f *framework.Framework, cpuCap int64) {
347 func runMultipleGuNonGuPods(f *framework.Framework, cpuCap int64, cpuAlloc int64) {
407 func runMultipleCPUGuPod(f *framework.Framework) {
454 func runMultipleCPUContainersGuPod(f *framework.Framework) {
510 func runMultipleGuPods(f *framework.Framework) {
572 func runCPUManagerTests(f *framework.Framework) {
700 func runSMTAlignmentNegativeTests(f *framework.Framework) {
[all …]
/dports/devel/capnproto/capnproto-0.9.0/doc/
H A Dcxxrpc.md31 ### Event Loop Concurrency
45 ### Promises
71 ### Callbacks
98 ### Error Propagation
128 ### Waiting
149 ### Cancellation
157 ### Lazy Execution
177 ### Other Features
/dports/devel/capnproto080/capnproto-0.8.0/doc/
H A Dcxxrpc.md31 ### Event Loop Concurrency
45 ### Promises
71 ### Callbacks
98 ### Error Propagation
128 ### Waiting
149 ### Cancellation
157 ### Lazy Execution
177 ### Other Features
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/framework/
H A Dframework.go22 type Framework struct { struct
23 suites []*TestSuite
24 provisioner Provisioner
25 env Environment
27 isLocalRun bool
28 slow bool
29 force bool
73 func (f *Framework) AddSuites(s ...*TestSuite) *Framework {
85 func (f *Framework) Run(t *testing.T) {
110 func (f *Framework) runSuite(t *testing.T, s *TestSuite) (skip bool, err error) {
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/scheduling/
H A Dnvidia-gpus.go90 func logOSImages(f *framework.Framework) {
98 func areGPUsAvailableOnAllSchedulableNodes(f *framework.Framework) bool {
116 func getGPUsAvailable(f *framework.Framework) int64 {
129 func SetupNVIDIAGPUNode(f *framework.Framework, setupResourceGatherer bool) *framework.ContainerRes…
191 func testNvidiaGPUs(f *framework.Framework) {
214 func logContainers(f *framework.Framework, pod *v1.Pod) {
229 func testNvidiaGPUsJob(f *framework.Framework) {
264 func StartJob(f *framework.Framework, completions int32) {
289 func VerifyJobNCompletions(f *framework.Framework, completions int32) {
H A Dpredicates.go814 func initPausePod(f *framework.Framework, conf pausePodConfig) *v1.Pod {
861 func createPausePod(f *framework.Framework, conf pausePodConfig) *v1.Pod {
871 func runPausePod(f *framework.Framework, conf pausePodConfig) *v1.Pod {
875 func runPausePodWithTimeout(f *framework.Framework, conf pausePodConfig, timeout time.Duration) *v1…
883 func runPodAndGetNodeName(f *framework.Framework, conf pausePodConfig) string {
923 func createPausePodAction(f *framework.Framework, conf pausePodConfig) Action {
953 func GetNodeThatCanRunPod(f *framework.Framework) string {
959 func Get2NodesThatCanRunPod(f *framework.Framework) []string {
982 func getNodeThatCanRunPodWithoutToleration(f *framework.Framework) string {
988 func CreateHostPortPods(f *framework.Framework, id string, replicas int, expectRunning bool) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/network/netpol/
H A Dnetwork_legacy.go1891 func testCanConnect(f *framework.Framework, ns *v1.Namespace, podName string, service *v1.Service, …
1895 func testCannotConnect(f *framework.Framework, ns *v1.Namespace, podName string, service *v1.Servic…
1899 func testCanConnectProtocol(f *framework.Framework, ns *v1.Namespace, podName string, service *v1.S…
1924 func checkConnectivity(f *framework.Framework, ns *v1.Namespace, podClient *v1.Pod, service *v1.Ser…
1941 func checkNoConnectivity(f *framework.Framework, ns *v1.Namespace, podClient *v1.Pod, service *v1.S…
1957 func checkNoConnectivityByExitCode(f *framework.Framework, ns *v1.Namespace, podClient *v1.Pod, ser…
1979 func collectPodsAndNetworkPolicies(f *framework.Framework, podClient *v1.Pod) ([]string, *networkin…
2010 func createServerPodAndService(f *framework.Framework, namespace *v1.Namespace, podName string, por…
2099 func cleanupServerPodAndService(f *framework.Framework, pod *v1.Pod, service *v1.Service) {
2177 func cleanupNetworkPolicy(f *framework.Framework, policy *networkingv1.NetworkPolicy) {
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/tests/
H A DREADME.md15 ### Test definition
24 ### Build and execution
33 ### Test C code implementation
53 ### BLASFEO
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/apps/
H A Dreplica_set.go181 func testReplicaSetServeImageOrFail(f *framework.Framework, test string, image string) {
239 func testReplicaSetConditionCheck(f *framework.Framework) {
321 func testRSAdoptMatchingAndReleaseNotMatching(f *framework.Framework) {
404 func testRSScaleSubresources(f *framework.Framework) {
469 func testRSLifeCycle(f *framework.Framework) {
559 func listRSDeleteCollection(f *framework.Framework) {
603 func testRSStatus(f *framework.Framework) {
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/common/storage/
H A Dempty_dir.go371 func doTestSetgidFSGroup(f *framework.Framework, uid int64, medium v1.StorageMedium) {
401 func doTestSubPathFSGroup(f *framework.Framework, uid int64, medium v1.StorageMedium) {
434 func doTestVolumeModeFSGroup(f *framework.Framework, uid int64, medium v1.StorageMedium) {
459 func doTest0644FSGroup(f *framework.Framework, uid int64, medium v1.StorageMedium) {
487 func doTestVolumeMode(f *framework.Framework, uid int64, medium v1.StorageMedium) {
509 func doTest0644(f *framework.Framework, uid int64, medium v1.StorageMedium) {
534 func doTest0666(f *framework.Framework, uid int64, medium v1.StorageMedium) {
559 func doTest0777(f *framework.Framework, uid int64, medium v1.StorageMedium) {
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/node/
H A Dnode_problem_detector.go213 func verifyEvents(f *framework.Framework, options metav1.ListOptions, num int, reason, nodeName str…
231 func verifyEventExists(f *framework.Framework, options metav1.ListOptions, reason, nodeName string)…
244 func verifyNodeCondition(f *framework.Framework, condition v1.NodeConditionType, status v1.Conditio…
259 func getMemoryStat(f *framework.Framework, host string) (rss, workingSet float64) {
295 func getCPUStat(f *framework.Framework, host string) (usage, uptime float64) {
312 func getNpdPodStat(f *framework.Framework, nodeName string) (cpuUsage, rss, workingSet float64) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/Tutorials/Toy/
H A DCh-2.md404 #### Defining Arguments and Results
429 #### Adding Documentation
462 #### Verifying Operation Semantics
506 #### Attaching `build` Methods
537 #### Specifying a Custom Assembly Format
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/docs/Tutorials/Toy/
H A DCh-2.md374 #### Defining Arguments and Results
399 #### Adding Documentation
432 #### Verifying Operation Semantics
476 #### Attaching `build` Methods
507 #### Specifying a Custom Assembly Format
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/docs/Tutorials/Toy/
H A DCh-2.md374 #### Defining Arguments and Results
399 #### Adding Documentation
432 #### Verifying Operation Semantics
476 #### Attaching `build` Methods
507 #### Specifying a Custom Assembly Format
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/docs/Tutorials/Toy/
H A DCh-2.md404 #### Defining Arguments and Results
429 #### Adding Documentation
462 #### Verifying Operation Semantics
506 #### Attaching `build` Methods
537 #### Specifying a Custom Assembly Format
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/docs/Tutorials/Toy/
H A DCh-2.md372 #### Defining Arguments and Results
397 #### Adding Documentation
430 #### Verifying Operation Semantics
474 #### Attaching `build` Methods
505 #### Specifying a Custom Assembly Format
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/docs/Tutorials/Toy/
H A DCh-2.md404 #### Defining Arguments and Results
429 #### Adding Documentation
462 #### Verifying Operation Semantics
506 #### Attaching `build` Methods
537 #### Specifying a Custom Assembly Format
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/docs/Tutorials/Toy/
H A DCh-2.md404 #### Defining Arguments and Results
429 #### Adding Documentation
462 #### Verifying Operation Semantics
506 #### Attaching `build` Methods
537 #### Specifying a Custom Assembly Format
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/docs/Tutorials/Toy/
H A DCh-2.md372 #### Defining Arguments and Results
397 #### Adding Documentation
430 #### Verifying Operation Semantics
474 #### Attaching `build` Methods
506 #### Specifying a Custom Assembly Format

12345678910>>...40