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

/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/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/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/webkit/Tools/DumpRenderTree/chromium/
H A DDumpRenderTree.cpp107 v8::Testing::SetStressRunType(v8::Testing::kStressTypeOpt);
109 v8::Testing::SetStressRunType(v8::Testing::kStressTypeDeopt);
110 for (int i = 0; i < v8::Testing::GetStressRuns(); i++) {
111 v8::Testing::PrepareStressRun(i);
112 bool isLastLoad = (i == (v8::Testing::GetStressRuns() - 1));
/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/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.h68 bool isTestRunning() { return m_state == Testing; }
108 Testing, enumerator in enum:WTR::InjectedBundle::State
H A DInjectedBundle.cpp159 m_state = Testing;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_drop_target.h58 @interface WebDropTarget(Testing)
/external/zlib/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/v8/samples/
H A Dshell.cc304 v8::Testing::SetStressRunType(FLAG_stress_opt
305 ? v8::Testing::kStressTypeOpt
306 : v8::Testing::kStressTypeDeopt);
307 int stress_runs = v8::Testing::GetStressRuns();
311 v8::Testing::PrepareStressRun(i);
316 v8::Testing::DeoptimizeAll();
/external/libvpx/examples/includes/geshi/geshi/
H A Dgroovy.php23 * Testing
/external/v8/src/
H A Dapi.h552 class Testing { class in namespace:v8::internal
554 static v8::Testing::StressType stress_type() { return stress_type_; }
555 static void set_stress_type(v8::Testing::StressType stress_type) {
560 static v8::Testing::StressType stress_type_;
H A Dapi.cc5547 v8::Testing::StressType internal::Testing::stress_type_ =
5548 v8::Testing::kStressTypeOpt;
5551 void Testing::SetStressRunType(Testing::StressType type) {
5552 internal::Testing::set_stress_type(type);
5555 int Testing::GetStressRuns() {
5572 void Testing::PrepareStressRun(int run) {
5582 if (internal::Testing::stress_type() == Testing
[all...]
/external/llvm/test/MC/MBlaze/
H A Dmblaze_operands.s4 # the assembly parser correctly. Testing the parsing of FSL immediate
/external/mksh/src/
H A DBuild.sh1445 print Testing mksh for conformance:
/external/dropbear/libtommath/
H A Dbn.tex128 \subsection{Testing}
1635 \section{Primality Testing}
/external/dropbear/libtomcrypt/
H A Dcrypt.tex450 \subsection{Self--Testing}
451 \index{Cipher Testing}
4881 \mysection{Primality Testing}
4882 \index{Primality Testing}
5662 \subsection{Testing}

Completed in 557 milliseconds