Searched defs:Testing (Results 1 - 7 of 7) sorted by relevance

/external/v8/include/
H A Dv8-testing.h63 * Testing support for the V8 JavaScript engine.
67 class V8EXPORT Testing { class in namespace:v8
/external/clang/test/CodeGen/
H A D2002-02-17-ArgumentAddress.c15 int Testing(struct Test *A) { function
/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/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.h68 bool isTestRunning() { return m_state == Testing; }
108 Testing, enumerator in enum:WTR::InjectedBundle::State
/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_;
/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 155 milliseconds