Searched refs:Testing (Results 1 - 25 of 33) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Dplugin.properties12 pluginName=JUnit Testing Framework
/external/chromium_org/v8/include/
H A Dv8-testing.h34 * Testing support for the V8 JavaScript engine.
38 class V8_EXPORT Testing { class in namespace:v8
/external/genext2fs/
H A Dtest.sh34 echo Testing with file of size $size
46 echo Testing with devices file $fname
H A Dtest-mount.sh37 echo Testing with file of size $size
57 echo Testing with devices file $fname
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js10 var Testing = new Object(); class
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js10 var Testing = new Object(); class
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-cube.js10 var Testing = new Object(); class
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing
[all...]
/external/chromium_org/third_party/opus/src/tests/
H A Drun_vectors.sh68 echo Testing mono
75 echo Testing testvector$file
97 echo Testing stereo
104 echo Testing testvector$file
/external/clang/test/CodeGen/
H A D2002-02-17-ArgumentAddress.c15 int Testing(struct Test *A) { function
/external/v8/include/
H A Dv8-testing.h63 * Testing support for the V8 JavaScript engine.
67 class V8EXPORT Testing { class in namespace:v8
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_drop_target.h58 @interface WebDropTarget(Testing)
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_main_container.h78 @interface AutofillMainContainer (Testing)
/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_dest_mac.h75 @interface WebDragDest(Testing)
/external/zlib/src/contrib/pascal/
H A Dexample.pas551 WriteLn('** Testing compress');
556 WriteLn('** Testing gzio');
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
582 WriteLn('** Testing deflate with full flush');
586 WriteLn('** Testing inflateSync');
592 WriteLn('** Testing deflate and inflate with preset dictionary');
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dgroovy.php23 * Testing
/external/chromium_org/chrome/test/reliability/
H A Dpage_load_test.cc552 v8::Testing::StressType stress_type =
554 ? v8::Testing::kStressTypeOpt
555 : v8::Testing::kStressTypeDeopt;
567 i < v8::Testing::GetStressRuns() && success;
569 bool last_load = (i == (v8::Testing::GetStressRuns() - 1));
/external/v8/src/
H A Dapi.h555 class Testing { class in namespace:v8::internal
557 static v8::Testing::StressType stress_type() { return stress_type_; }
558 static void set_stress_type(v8::Testing::StressType stress_type) {
563 static v8::Testing::StressType stress_type_;
H A Dd8.cc1483 Testing::SetStressRunType(
1484 options.stress_opt ? Testing::kStressTypeOpt
1485 : Testing::kStressTypeDeopt);
1486 int stress_runs = Testing::GetStressRuns();
1489 Testing::PrepareStressRun(i);
1494 Testing::DeoptimizeAll();
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
H A Dmake.bat108 echo.Testing of doctests in the sources finished, look at the ^
/external/mesa3d/src/gallium/docs/
H A Dmake.bat108 echo.Testing of doctests in the sources finished, look at the ^
/external/chromium_org/v8/src/
H A Dapi.h709 class Testing { class in namespace:v8::internal
711 static v8::Testing::StressType stress_type() { return stress_type_; }
712 static void set_stress_type(v8::Testing::StressType stress_type) {
717 static v8::Testing::StressType stress_type_;
H A Dd8.cc1679 Testing::SetStressRunType(options.stress_opt
1680 ? Testing::kStressTypeOpt
1681 : Testing::kStressTypeDeopt);
1682 int stress_runs = Testing::GetStressRuns();
1685 Testing::PrepareStressRun(i);
1690 Testing::DeoptimizeAll();
/external/clang/docs/analyzer/
H A Dmake.bat185 echo.Testing of doctests in the sources finished, look at the ^
/external/clang/docs/
H A Dmake.bat185 echo.Testing of doctests in the sources finished, look at the ^
/external/llvm/docs/
H A Dmake.bat185 echo.Testing of doctests in the sources finished, look at the ^

Completed in 1071 milliseconds

12