Home
last modified time | relevance | path

Searched refs:scenario (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/sqlite/src/tool/
Dsoak1.tcl54 proc scenario {id title pattern} { procedure
66 scenario 0 {Default} {}
67 scenario 1 {Debug} {
71 scenario 2 {Everything} {
79 scenario 3 {Customer-1} {
94 scenario 4 {Small-Cache} {
/external/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java691 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);
754 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
755 List<T> newList = Lists.newArrayList(scenario.strictlyOrderedList);
757 return new Scenario<T>(scenario.ordering.reverse(), newList);
761 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
[all …]
/external/chromium_org/media/audio/
Daudio_power_monitor_unittest.cc188 const TestScenario& scenario = GetParam(); in TEST_P() local
191 AudioBus::Create(scenario.data().channels(), scenario.data().frames()); in TEST_P()
200 scenario.data(), scenario.expected_power(), scenario.expected_clipped()); in TEST_P()
/external/chromium_org/media/cast/audio_sender/
Daudio_encoder_unittest.cc115 const TestScenario& scenario = GetParam(); in RunTestForCodec() local
116 SCOPED_TRACE(::testing::Message() << "Durations: " << scenario.ToString()); in RunTestForCodec()
124 for (size_t i = 0; i < scenario.num_durations; ++i) { in RunTestForCodec()
125 const bool simulate_missing_data = scenario.durations_in_ms[i] < 0; in RunTestForCodec()
127 std::abs(scenario.durations_in_ms[i])); in RunTestForCodec()
143 << " frames for this test run: " << scenario.ToString(); in RunTestForCodec()
/external/webrtc/test/functional_test/
DREADME13 To start the test for scenario (1):
25 To start the test for scenario (2):
27 2. Start the WebRTC Chrome build, see scenario (1).
34 machines for scenario (2).
/external/mockito/src/org/mockito/internal/exceptions/util/
DScenarioPrinter.java29 String scenario = sb.toString(); in print() local
30 return scenario; in print()
/external/chromium_org/v8/test/mjsunit/
Ddebug-breakpoints.js211 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);
Dreadonly.js205 TestAllScenarios(function(scenario) { argument
209 scenario(strict, create, readonly);
/external/chromium_org/chromeos/pairing/
Dfake_controller_pairing_flow.cc83 DiscoveryScenario scenario; in ApplyConfig() local
92 scenario.push_back(DiscoveryEvent( in ApplyConfig()
96 SetDiscoveryScenario(scenario); in ApplyConfig()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Dresults.properties20 -scenario.pattern org.eclipse.ant
/external/chromium_org/third_party/sqlite/src/test/
Dshortread1.test12 # This file attempts to duplicate an error scenario seen on a
Dthread1.test101 # The following tests - thread1-2.* - test the following scenario:
Dcrash8.test54 # Potential corruption scenario 1. A second process opens the database
75 # Potential corruption scenario 2. The second process, operating in
Dincrblob2.test301 # The following tests - incrblob2-6.* - test a specific scenario that might
/external/clang/lib/CodeGen/
DREADME.txt32 performance, and in that scenario we will need to emit the alloca
/external/mockito/src/org/mockito/exceptions/
DReporter.java417 String scenario = scenarioPrinter.print(invocations); in noMoreInteractionsWanted() local
424 scenario in noMoreInteractionsWanted()
/external/jsoncpp/doc/
Droadmap.dox34 - Performance scenario & benchmarking
/external/chromium_org/build/secondary/testing/gtest/
DBUILD.gn43 # implementation. gtest supports this scenario by providing its
/external/chromium_org/chrome/test/chromedriver/
Dcommands_unittest.cc243 FindElementWebView(bool only_one, TestScenario scenario) in FindElementWebView() argument
244 : StubWebView("1"), only_one_(only_one), scenario_(scenario), in FindElementWebView()
/external/llvm/test/CodeGen/R600/
Dlds-output-queue.ll80 ; This test checks this scenario and makes sure it doesn't result in an
/external/chromium_org/testing/
Dgtest.gyp163 # implementation. gtest supports this scenario by providing its
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWindow.m134 below postpones the activate event to avoid this scenario. */
/external/chromium_org/ppapi/api/
Dppb_graphics_2d.idl138 * scenario is not an error but will result in a no-op.
223 * of your references to the context. This scenario can occur if there are
/external/libpng/contrib/pngminus/
DREADME71 to pnmgamma, one of the standard PbmPlus tools. This same scenario will
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dtypewrapping.h.pump10 // This framework is useful in a scenario where there are a set of types that

123