HomeSort by relevance Sort by last modified time
    Searched refs:Testing (Results 1 - 25 of 31) sorted by null

1 2

  /external/clearsilver/cs/
test6.cs 2 Testing existence
9 Testing not existence
test_joo.cs 0 Testing Empty String and empty var
6 Testing == ''
26 Testing != ''
46 Testing ?
66 Testing !
86 Testing !?
106 Testing ?! - Existance only works on a var, otherwise always returns
127 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
148 Testing ? and != '' - boolean vs. in-equality? um...
168 Testing !? and == '' - all boolean true equals empt
    [all...]
test_func.cs 0 testing func calls
3 Testing register strfunc
11 testing passing expressions to builtins
test14.cs 70 testing not op
73 Testing not zero
81 Testing not one
85 Testing not exist var one
test4.cs 2 Testing cs set
  /external/genext2fs/
test.sh 34 echo Testing with file of size $size
46 echo Testing with devices file $fname
test-mount.sh 37 echo Testing with file of size $size
57 echo Testing with devices file $fname
  /external/webkit/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/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/LayoutTests/storage/domstorage/script-tests/
complex-keys.js 11 debug("Testing " + storageString);
41 debug("Testing a null key");
58 debug("Testing an undefined key");
75 debug("Testing a numeric key");
100 debug("Testing case differences");
117 debug("Testing overriding length");
clear.js 11 debug("Testing " + storageString);
quota.js 11 debug("Testing " + storageString);
57 debug("Testing " + storageString);
remove-item.js 11 debug("Testing " + storageString);
complex-values.js 26 debug("Testing " + storageString);
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 12 debug("Testing " + storageString);
documentURI.js 12 debug("Testing " + storageString);
basic-body-attribute.js 12 debug("Testing " + storageString);
basic-setattribute.js 12 debug("Testing " + storageString);
basic.js 12 debug("Testing " + storageString);
  /external/webkit/WebCore/bridge/
testM.js 3 myInterface.logMessage ("Testing properties:");
  /external/zlib/contrib/pascal/
example.pas 551 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/test/mjsunit/
string-charcodeat.js 33 return "Te" + "st testing 123";
41 a += "ting testing 123";
47 return "testing Testing testing 123456789012345".substring(8, 22);
52 return "Testing testing 123";
56 return "Te" + "\u1234t testing 123";
64 a += "ting testing 123";
70 return "Te\u1234t testing testing 123".substring(0, 14)
    [all...]
get-prototype-of.js 58 TryGetPrototypeOfNonObject('Testing');
indexed-accessors.js 64 // Testing that a defined getter doesn't get lost due to inline caching.
top-level-assignments.js 28 // Testing that optimization of top-level object initialization doesn't

Completed in 300 milliseconds

1 2