Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getAxis (0.15 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/DefaultTestLauncher.java

            operationParamsBuilder.setEntryPoint("TestLauncher API");
            this.connection = connection;
        }
    
        @Override
        protected DefaultTestLauncher getThis() {
            return this;
        }
    
        @Override
        public TestLauncher withTests(TestOperationDescriptor... testDescriptors) {
            withTests(Arrays.asList(testDescriptors));
            return this;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:05 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestDataGenerator.java

                this.color = String.format(Locale.ENGLISH, "rgba(%d,%d,0,%.1f)", redComponent, greenComponent, opacity);
            }
    
            public Map getXaxis() {
                return xaxis;
            }
    
            public String getColor() {
                return color;
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top