HomeSort by relevance Sort by last modified time
    Searched refs:scenario (Results 1 - 25 of 31) sorted by null

1 2

  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Trial.java 32 * An invocation of a single scenario measured with a single instrument and the results thereof.
42 private Scenario scenario; field in class:Trial
49 this.scenario = Scenario.DEFAULT;
57 this.scenario = builder.scenario;
73 public Scenario scenario() { method in class:Trial
74 return scenario;
114 private Scenario scenario; field in class:Trial.Builder
139 public Builder scenario(Scenario.Builder scenarioBuilder) { method in class:Trial.Builder
143 public Builder scenario(Scenario scenario) { method in class:Trial.Builder
    [all...]
  /external/mockito/src/org/mockito/internal/exceptions/util/
ScenarioPrinter.java 29 String scenario = sb.toString(); local
30 return scenario;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 20 -scenario.pattern org.eclipse.ant
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ConcatTest.java 85 public static Object[] createTests(String scenario, Collection<Integer> c1, Collection<Integer> c2, Collection<Integer> expected) {
87 new ConcatTest(scenario, c1, c2, expected)
91 protected final String scenario; field in class:ConcatTest
96 public ConcatTest(String scenario, Collection<Integer> c1, Collection<Integer> c2, Collection<Integer> expected) {
97 this.scenario = scenario;
127 assertFalse(sp.hasCharacteristics(Spliterator.DISTINCT), scenario); local
129 assertFalse(sp.hasCharacteristics(Spliterator.SORTED), scenario); local
131 assertEquals(sp.hasCharacteristics(Spliterator.ORDERED), ordered, scenario); local
137 scenario); local
141 scenario); local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java 848 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
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)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 882 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
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)
    [all...]
  /external/parameter-framework/upstream/tools/clientSimulator/
pfClientSimulator.py 36 from clientsimulator.scenario.Scenario import Scenario
83 Scenario(consoleLogger,
89 logger.info("Scenario execution complete.")
101 parser.add_argument("-s", "--scenario", type=int, default=None, nargs='+',
107 " implicit if neither '--scenario' nor '--interactive' are "
203 if args.scenario is not None:
204 for elem in args.scenario:
206 if (args.scenario is None) or args.no_exit
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ConsoleOutput.java 22 import com.google.caliper.model.Scenario;
132 Scenario scenario = trial.scenario(); local
133 vmSpecs.add(scenario.vmSpec());
134 benchmarkSpecs.add(scenario.benchmarkSpec());
TrialModule.java 26 import com.google.caliper.model.Scenario;
134 .scenario(new Scenario.Builder()
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 53 * It does so by running the same view scenario twice. Once with match parent setup to record all
123 protected void testScenerio(Scenario scenario) throws Throwable {
138 List<Snapshot> s1 = runScenario(scenario, matchParent, null);
141 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1);
151 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp,
157 RecyclerView.LayoutManager layoutManager = scenario.createLayoutManager();
163 mTestAdapter = new TestAdapter(scenario.getSeedAdapterSize());
170 for (Step step : scenario.mStepList)
    [all...]
  /external/v8/test/mjsunit/
debug-breakpoints.js 213 var scenario = [
219 for(var i = 0; i < scenario.length; i++) {
220 bp1 = setBreakpointByPosition(h, scenario[i][0],
223 Debug.BreakPositionAlignment.BreakPosition).indexOf(scenario[i][1]) > 0);
readonly.js 205 TestAllScenarios(function(scenario) {
209 scenario(strict, create, readonly);
  /external/v8/test/mjsunit/regress/
regress-842.js 28 // 842 describes a scenario where Object.prototype or Array.prototype is
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 417 String scenario = scenarioPrinter.print(invocations); local
424 scenario
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 689 const char* scenario = "Scenario"; local
690 size_t len = strlen(scenario);
695 "Scenario", static_cast<int>(rightPad), "");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/go/darwin-x86/src/sync/
pool.go 39 // that scenario. It is more efficient to have such objects implement their own
  /prebuilts/go/linux-x86/src/sync/
pool.go 39 // that scenario. It is more efficient to have such objects implement their own
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 218 // worst-case scenario: no literal prefix
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 218 // worst-case scenario: no literal prefix
  /external/v8/tools/
profile.js 666 * for this scenario:
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 379 // It's an unlikely scenario, probably not worth the trouble.
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 379 // It's an unlikely scenario, probably not worth the trouble.
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 403 // closing block and stop (this scenario appears with
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 403 // closing block and stop (this scenario appears with
    [all...]

Completed in 1232 milliseconds

1 2