HomeSort by relevance Sort by last modified time
    Searched defs:Testing (Results 1 - 7 of 7) sorted by null

  /external/v8/include/
v8-testing.h 63 * Testing support for the V8 JavaScript engine.
67 class V8EXPORT Testing {
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 15 int Testing(struct Test *A) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 10 var Testing = new Object();
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.TimeMin = 0
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 10 var Testing = new Object();
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.TimeMin = 0
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 68 bool isTestRunning() { return m_state == Testing; }
108 Testing,
  /external/v8/src/
api.h 33 #include "../include/v8-testing.h"
555 class Testing {
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/
crypt.tex 450 \subsection{Self--Testing}
451 \index{Cipher Testing}
    [all...]

Completed in 264 milliseconds