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

1 2

  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 5 # tclsh soak1.tcl local-makefile.mk ?target? ?scenario?
14 # If ?scenario? is provided, it is the name of a single scenario to
54 proc scenario {id title pattern} {
66 scenario 0 {Default} {}
67 scenario 1 {Debug} {
71 scenario 2 {Everything} {
79 scenario 3 {Customer-1} {
94 scenario 4 {Small-Cache} {
  /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
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 687 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list);
691 private static <T> void verifyScenario(Scenario<T> scenario, int level) {
692 scenario.testCompareTo();
693 scenario.testIsOrdered();
694 scenario.testMinAndMax();
695 scenario.testBinarySearch();
699 verifyScenario(alteration.mutate(scenario), level + 1);
708 private static class Scenario<T>
    [all...]
  /external/chromium_org/media/audio/
audio_power_monitor_unittest.cc 188 const TestScenario& scenario = GetParam(); local
191 AudioBus::Create(scenario.data().channels(), scenario.data().frames());
194 // Send a "zero power" audio signal, then this scenario's audio signal, then
200 scenario.data(), scenario.expected_power(), scenario.expected_clipped());
  /external/chromium_org/media/cast/sender/
audio_encoder_unittest.cc 114 const TestScenario& scenario = GetParam(); local
115 SCOPED_TRACE(::testing::Message() << "Durations: " << scenario.ToString());
123 for (size_t i = 0; i < scenario.num_durations; ++i) {
124 const bool simulate_missing_data = scenario.durations_in_ms[i] < 0;
126 std::abs(scenario.durations_in_ms[i]));
142 << " frames for this test run: " << scenario.ToString();
  /external/chromium_org/remoting/webapp/browser_test/
cancel_pin_browser_test.js 8 * Browser test for the scenario below:
invalid_pin_browser_test.js 8 * Browser test for the scenario below:
update_pin_browser_test.js 8 * Browser test for the scenario below:
bump_scroll_browser_test.js 8 * Browser test for the scenario below:
scrollbar_browser_test.js 9 * Browser test for the scenario below:
  /external/chromium_org/components/pairing/
fake_controller_pairing_controller.cc 84 DiscoveryScenario scenario; local
93 scenario.push_back(DiscoveryEvent(
97 SetDiscoveryScenario(scenario);
124 // Check that scenario is valid.
  /external/chromium_org/v8/test/mjsunit/
debug-breakpoints.js 211 var scenario = [
218 for(var i = 0; i < scenario.length; i++) {
219 bp1 = setBreakpointByPosition(h, scenario[i][0],
222 Debug.BreakPositionAlignment.BreakPosition).indexOf(scenario[i][1]) > 0);
readonly.js 204 TestAllScenarios(function(scenario) {
208 scenario(strict, create, readonly);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 58 // There is a scenario where two copies of the content script can get
  /external/chromium_org/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 
  /external/chromium_org/chrome/test/chromedriver/
commands_unittest.cc 244 FindElementWebView(bool only_one, TestScenario scenario)
245 : StubWebView("1"), only_one_(only_one), scenario_(scenario),
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 203 // There is a scenario where two copies of the content script can get
  /external/chromium_org/v8/tools/
profile.js 627 * for this scenario:
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1174 milliseconds

1 2