HomeSort by relevance Sort by last modified time
    Searched full:scenario (Results 26 - 50 of 709) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 20 'N' builds preceding the current build.</li><li>This can be overriden with the use of the &quot;-current.prefix&quot; parameter where you can specify a comma-separated list of prefixes for build ids to include in the main line graph.<br> <br> </li></ul></li><li>Scenario names
22 it is assumed that the scenario &quot;org.eclipse.help.tests.performance.appserver.TestAppserver#testAppserverCycle()&quot;
23 belongs to the &quot;org.eclipse.help&quot; component. </li><li>Unique scenario
28 &quot;<a href="images/descriptions.html#sst">scenario status table</a>&quot; will
32 &quot;<a href="images/descriptions.html#sr">scenario results</a>&quot; will be
34 baseline measurements for one scenario on one configuration. The web page displays
55 [highlight &lt;buildid patterns&gt;] [scenario.pattern &lt;scenario prefix
67 specified, configuration specific subdirectories are created to store scenario
72 the most recent matching buildId on line graphs.&quot;&gt;<br> -scenario.pattern
    [all...]
  /external/autotest/tko/parsers/test/
execute_parser.py 2 """Reexecute parser in scenario and store the result at specified tag.
scenario_base.py 1 """Base support for parser scenario testing.
22 CONFIG_FILENAME = 'scenario.cfg'
201 """Base class for all Scenario TestCase implementations.
203 This will load up all resources from scenario package directory upon
276 """Persist parser result to specified scenario package, keyed by tag.
279 package_dirpath: str; Path to scenario package directory.
291 """Load parser result store from specified scenario package.
294 package_dirpath: str; Path to scenario package directory.
309 package_dirpath: str; Path to scenario package directory.
323 package_dirpath: str; Path to scenario package directory
    [all...]
  /external/autotest/tko/parsers/test/templates/
base.py 4 scenario package and renamed with a _unittest suffix.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSetSelection.java 22 * Basic stacking from top scenario, nothing fancy. Items do not
GridSetSelectionMany.java 22 * Basic stacking from top scenario, nothing fancy. Items do
GridSetSelectionStackFromBottom.java 22 * Basic stacking from bottom scenario, nothing fancy. Items do not
GridSetSelectionStackFromBottomMany.java 22 * Basic stacking from bottom scenario, nothing fancy. Items do
GridStackFromBottom.java 22 * Basic bottom stacking from bottom scenario, nothing fancy. Items do not
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListBottomGravity.java 24 * Basic bottom gravity scenario, nothing fancy. Items do not
ListBottomGravityMany.java 24 * Basic bottom gravity scenario, nothing fancy. There are
ListGetSelectedView.java 22 * Basic top gravity scenario. This test is made to check that getSelectedView() will return
ListTopGravity.java 24 * Basic top gravity scenario, nothing fancy. Items do not
ListTopGravityMany.java 22 * Basic top gravity scenario, nothing fancy. There are
ListWithSeparators.java 22 * Basic separator scenario, nothing fancy.
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 40 // each scenario page and then pluck out the input and output sections and
137 // Since we don't load the scenario page in the traditional manner (we just pluck out the
139 // by the scenario's input and output sections is fired.
151 Scenario s = scenarios[i];
158 // Bind the ListBox to the scenario list.
164 /// This method is responsible for loading the individual input and output sections for each scenario. This
188 NotifyUser("Cannot load scenario input section for " + scenarioName +
196 NotifyUser("Cannot load scenario output section for " + scenarioName +
224 // Malformed Scenario file.
225 NotifyUser("Cannot load scenario: " + scenarioName + ". Make sure root tag in the '"
    [all...]
  /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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
ExecuteInstrumentedCodeScenario.java 24 * This scenario runs a given scenario twice and reports the execution time:
  /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()
  /external/parameter-framework/upstream/utility/test/
utility.cpp 44 SCENARIO("join<int>")
68 SCENARIO("asString(list)")
97 SCENARIO("asString(map)")
129 SCENARIO("appendTitle")
157 SCENARIO("isNotHexadecimal")
165 SCENARIO("isHexadecimal")
195 SCENARIO("binaryCopy bit exactness")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 36 * It gives access to results for each scenario run for this component.
89 * @param fingerprints Set whether only fingerprints scenario should be taken into account
107 // Print scenario names line
135 // no result for this scenario in this build
219 * Returns a list of scenario results which have a summary
223 * @return A list of {@link ScenarioResults scenario results} which have a summary
282 // Then follows all the scenario information
284 // ... which starts with the scenario id
288 // this can happen if scenario pattern does not cover all those stored in local data file
289 // hence, creates a fake scenario to read the numbers and skip to the next scenari
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 23 * Class used to print a scenario status table.
32 * Creates an HTML table of red x/green check for a scenario for each
41 * Prints the HTML representation of scenario status table into the given stream.
58 // Print one line per scenario results
137 * Print the scenario statistics value for the given configuration.
193 this.stream.print("<br><h4>Scenario Status</h4>\n");
195 this.stream.print("Each line of the table shows the results for one scenario on all machines.<br><br>\n");
196 this.stream.print("The name of the scenario is in <b>bold</b> when its results are also displayed in the fingerprints<br>\n");
197 this.stream.print("and starts with an '*' when the scenario has no results in the last baseline run.<br><br>\n");
  /external/libavc/encoder/
irc_vbr_storage_vbv.h 30 For a storage scenario, the initial buffer size is assumed to be max. For every
58 Overflow Scenario: In VBR case, since we have only a max filling rate (or input bit rate)
62 Underflow Scenario: B'(i) should always be > 0. If not then, the buffer underflows. To
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-versus-stubftpserver.apt 9 use is dependent on what kind of FTP scenario(s) you wish to simulate, and what level of control you need
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

Completed in 1463 milliseconds

12 3 4 5 6 7 8 91011>>