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

1 2 3

  /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...]
  /hardware/interfaces/wifi/1.1/
IWifiChip.hal 49 * 802.11 connection type, number of MIMO streams, etc) for each scenario
60 * The framework must invoke this method with the appropriate scenario to let
65 * @param scenario One of the preselected scenarios defined in
75 selectTxPowerScenario(TxPowerScenario scenario) generates (WifiStatus status);
80 * scenario and let the wifi chip fall back to the default power values.
  /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()
  /external/abi-compliance-checker/
Makefile.pl 88 sub scenario() subroutine
293 scenario();
  /external/abi-dumper/
Makefile.pl 83 sub scenario() subroutine
262 scenario();
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 291 wifi_power_scenario scenario)
300 ALOGV("%s : power scenario:%d", __FUNCTION__, scenario);
334 if (scenario == WIFI_POWER_SCENARIO_VOICE_CALL) {
337 ALOGE("wifi_select_tx_power_scenario: invalid scenario %d", scenario);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 44 * It does so by running the same view scenario twice. Once with match parent setup to record all
114 protected void testScenerio(Scenario scenario) throws Throwable {
129 List<Snapshot> s1 = runScenario(scenario, matchParent, null);
132 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1);
142 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp,
148 RecyclerView.LayoutManager layoutManager = scenario.createLayoutManager();
154 mTestAdapter = new TestAdapter(scenario.getSeedAdapterSize());
161 for (Step step : scenario.mStepList)
    [all...]
  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 24 for specific requirements for this scenario.
  /external/ltp/
ltpmenu 38 # March 31 2003 - Made scenario menu creation dynamic and code
39 # to pull the test descriptions from the scenario files.
43 # scenario file.
314 # Input: Users selection of testcases; scenario file.
441 # Description: This function displays a list of scenario files located
447 # 2) Contents of selected scenario.
458 --title "LTP Scenario Files" \
461 2>/tmp/runltp.scenario.$$ || RC=$?
462 scenario_item=$(cat /tmp/runltp.scenario.$$)
466 --title "LTP Scenario Files"
    [all...]
  /hardware/interfaces/wifi/1.1/default/
wifi_chip.h 130 TxPowerScenario scenario,
185 WifiStatus selectTxPowerScenarioInternal(TxPowerScenario scenario);
wifi_chip.cpp 347 TxPowerScenario scenario, selectTxPowerScenario_cb hidl_status_cb) {
352 scenario);
827 WifiStatus WifiChip::selectTxPowerScenarioInternal(TxPowerScenario scenario) {
829 hidl_struct_util::convertHidlTxPowerScenarioToLegacy(scenario));
    [all...]
wifi_legacy_hal.h 211 wifi_error selectTxPowerScenario(wifi_power_scenario scenario);
  /frameworks/native/cmds/flatland/
Main.cpp 688 const char* scenario = "Scenario"; local
689 size_t len = strlen(scenario);
694 "Scenario", static_cast<int>(rightPad), "");
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_hal.h 169 wifi_error wifi_select_tx_power_scenario(wifi_interface_handle handle, wifi_power_scenario scenario);
389 wifi_power_scenario scenario);
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java 418 String scenario = scenarioPrinter.print(invocations); local
425 scenario
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]
WifiNative.java     [all...]
  /prebuilts/go/darwin-x86/src/sync/
pool.go 40 // that scenario. It is more efficient to have such objects implement their own

Completed in 2978 milliseconds

1 2 3