HomeSort by relevance Sort by last modified time
    Searched full:maketest (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
boundary4.tcl 140 proc maketest {tnum sql answer} { procedure
152 maketest 1.3 {SELECT rowid, a, x FROM t1 ORDER BY +rowid} $ans
153 maketest 1.4 {SELECT rowid, a, x FROM t1 ORDER BY rowid} $ans
159 maketest 1.5 {SELECT rowid, a, x FROM t1 ORDER BY +rowid DESC} $ans
160 maketest 1.6 {SELECT rowid, a, x FROM t1 ORDER BY rowid DESC} $ans
167 maketest 1.7 {SELECT rowid, a, x FROM t1 ORDER BY +a} $ans
168 maketest 1.8 {SELECT rowid, a, x FROM t1 ORDER BY a} $ans
175 maketest 1.9 {SELECT rowid, a, x FROM t1 ORDER BY +a DESC} $ans
176 maketest 1.10 {SELECT rowid, a, x FROM t1 ORDER BY a DESC} $ans
183 maketest 1.11 {SELECT rowid, a, x FROM t1 ORDER BY +x} $an
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
origin 19 $extraENV{MAKETEST} = 1;
23 auto_var = undefined CC MAKETEST MAKE foo CFLAGS WHITE @
29 @echo $(origin MAKETEST)
49 delete $extraENV{MAKETEST};
  /external/chromium_org/v8/test/webkit/
comparison-operators.js 26 function makeTest(start, end, expression, relationship, override, invert) {
46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2]));
48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2]));
49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
comparison-operators-greater.js 26 function makeTest(start, end, expression, relationship, override, invert) {
46 tests.push.apply(tests, makeTest(start, end, ">", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, ">=", relationship, expressionParts[i][2]));
comparison-operators-less.js 26 function makeTest(start, end, expression, relationship, override, invert) {
46 tests.push.apply(tests, makeTest(start, end, "<", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "<=", relationship, expressionParts[i][2]));
  /external/chromium_org/third_party/libxml/src/
regressions.py 347 print "Usage: maketest {filename}"

Completed in 385 milliseconds