/external/chromium_org/third_party/sqlite/src/tool/ |
D | soak1.tcl | 54 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/ |
D | OrderingTest.java | 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); 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/ |
D | audio_power_monitor_unittest.cc | 188 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/ |
D | audio_encoder_unittest.cc | 115 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/ |
D | README | 13 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/ |
D | ScenarioPrinter.java | 29 String scenario = sb.toString(); in print() local 30 return scenario; in print()
|
/external/chromium_org/v8/test/mjsunit/ |
D | 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);
|
D | readonly.js | 205 TestAllScenarios(function(scenario) { argument 209 scenario(strict, create, readonly);
|
/external/chromium_org/chromeos/pairing/ |
D | fake_controller_pairing_flow.cc | 83 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/ |
D | results.properties | 20 -scenario.pattern org.eclipse.ant
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | shortread1.test | 12 # This file attempts to duplicate an error scenario seen on a
|
D | thread1.test | 101 # The following tests - thread1-2.* - test the following scenario:
|
D | crash8.test | 54 # Potential corruption scenario 1. A second process opens the database 75 # Potential corruption scenario 2. The second process, operating in
|
D | incrblob2.test | 301 # The following tests - incrblob2-6.* - test a specific scenario that might
|
/external/clang/lib/CodeGen/ |
D | README.txt | 32 performance, and in that scenario we will need to emit the alloca
|
/external/mockito/src/org/mockito/exceptions/ |
D | Reporter.java | 417 String scenario = scenarioPrinter.print(invocations); in noMoreInteractionsWanted() local 424 scenario in noMoreInteractionsWanted()
|
/external/jsoncpp/doc/ |
D | roadmap.dox | 34 - Performance scenario & benchmarking
|
/external/chromium_org/build/secondary/testing/gtest/ |
D | BUILD.gn | 43 # implementation. gtest supports this scenario by providing its
|
/external/chromium_org/chrome/test/chromedriver/ |
D | commands_unittest.cc | 243 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/ |
D | lds-output-queue.ll | 80 ; This test checks this scenario and makes sure it doesn't result in an
|
/external/chromium_org/testing/ |
D | gtest.gyp | 163 # implementation. gtest supports this scenario by providing its
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzWindow.m | 134 below postpones the activate event to avoid this scenario. */
|
/external/chromium_org/ppapi/api/ |
D | ppb_graphics_2d.idl | 138 * 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/ |
D | README | 71 to pnmgamma, one of the standard PbmPlus tools. This same scenario will
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | typewrapping.h.pump | 10 // This framework is useful in a scenario where there are a set of types that
|