/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Trial.java | 42 private Scenario scenario; field in Trial 49 this.scenario = Scenario.DEFAULT; in Trial() 57 this.scenario = builder.scenario; in Trial() 73 public Scenario scenario() { in scenario() method in Trial 74 return scenario; in scenario() 89 && this.scenario.equals(that.scenario) in equals() 97 return Objects.hashCode(id, run, instrumentSpec, scenario, measurements); in hashCode() 105 .add("scenario", scenario) in toString() 114 private Scenario scenario; field in Trial.Builder 139 public Builder scenario(Scenario.Builder scenarioBuilder) { in scenario() method in Trial.Builder [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | OrderingTest.java | 852 private static <T> void verifyScenario(Scenario<T> scenario, int level) { 853 scenario.testCompareTo(); 854 scenario.testIsOrdered(); 855 scenario.testMinAndMax(); 856 scenario.testBinarySearch(); 857 scenario.testSortedCopy(); 861 verifyScenario(alteration.mutate(scenario), level + 1); 946 @Override <T> Scenario<?> mutate(Scenario<T> scenario) { 947 List<T> newList = Lists.newArrayList(scenario.strictlyOrderedList); 949 return new Scenario<T>(scenario.ordering.reverse(), newList, scenario.emptyArray); [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 886 private static <T> void verifyScenario(Scenario<T> scenario, int level) { 887 scenario.testCompareTo(); 888 scenario.testIsOrdered(); 889 scenario.testMinAndMax(); 890 scenario.testBinarySearch(); 891 scenario.testSortedCopy(); 895 verifyScenario(alteration.mutate(scenario), level + 1); 980 @Override <T> Scenario<?> mutate(Scenario<T> scenario) { 981 List<T> newList = Lists.newArrayList(scenario.strictlyOrderedList); 983 return new Scenario<T>(scenario.ordering.reverse(), newList, scenario.emptyArray); [all …]
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | cfm_test.py | 8 def __init__(self, scenario, configuration=configuration.Configuration()): argument 16 self.scenario = scenario 21 % (self.scenario, self.configuration))
|
D | actions_unittest.py | 8 from autotest_lib.server.cros.cfm.configurable_test import scenario 109 scenarios = [scenario.Scenario(dummy_action1), 110 scenario.Scenario(dummy_action2)] 125 scenarios1 = [scenario.Scenario(scenario1_action1), 126 scenario.Scenario(scenario1_action2)] 129 scenarios2 = [scenario.Scenario(scenario2_action1), 130 scenario.Scenario(scenario2_action2)]
|
D | actions.py | 116 def __init__(self, times, scenario): argument 125 self.scenario = scenario 128 return 'Repeat[scenario=%s, times=%s]' % (self.scenario, self.times) 132 self.scenario.execute(context)
|
D | configurable_cfm_test_unittest.py | 18 scenario=Scenario( 33 scenario=Scenario(
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | README.md | 34 allows writing scenario, mixing criterion changes and arbitrary script 53 * `-s`, `--scenario` : precise the scenario number to launch 63 The script will wait for a choice and the desired scenario will be 64 launched. You can also directly select a scenario with -`s` option. 82 - The path to the directory containing the scenario files. 120 All scenario files need to be put in the directory mentioned by the 123 A scenario file contains all the actions you want to take. *Note*: it is an 147 This scenario file sets a criterion, then runs a script, then sets three 180 Here we define five new types based on `setCriterion`. When writing a scenario, 187 Here is the example scenario, rewritten using the above definitions: [all …]
|
D | pfClientSimulator.py | 36 from clientsimulator.scenario.Scenario import Scenario 203 if args.scenario is not None: 204 for elem in args.scenario: 206 if (args.scenario is None) or args.no_exit:
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 132 Scenario scenario = trial.scenario(); in processTrial() local 133 vmSpecs.add(scenario.vmSpec()); in processTrial() 134 benchmarkSpecs.add(scenario.benchmarkSpec()); in processTrial()
|
/external/ltp/testscripts/build/ |
D | README | 34 If you want to add another scenario, please email the list requesting the 35 enhancement and we'll see what we can do to accomodate it if the scenario 41 after the scenario is complete. 43 scenario is complete.
|
/external/autotest/server/site_tests/enterprise_CFM_ConfigurableCfmTestSanity/ |
D | control.join_leave | 9 PURPOSE = "Verifies the configurable CfM test infra with a simple scenario" 22 scenario=Scenario(
|
D | control.verifications | 9 PURPOSE = "Verifies the configurable CfM test infra with a simple scenario" 23 scenario=Scenario(
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.2/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.1/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 9 …use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control y… 56 * If you need to simulate an FTP server scenario not supported by <<FakeFtpServer>>. 58 * You want to test a very specific and/or limited FTP scenario. In this case, the setup of the
|