HomeSort by relevance Sort by last modified time
    Searched refs:test_range (Results 1 - 9 of 9) sorted by null

  /external/skia/tests/
ClampRangeTest.cpp 58 static void test_range(SkFixed fx, SkFixed dx, int count) { function
72 test_range(0, 0, 20);
73 test_range(0xFFFF, 0, 20);
74 test_range(-ff(2), 0, 20);
75 test_range( ff(2), 0, 20);
77 test_range(-10, 1, 20);
78 test_range(10, -1, 20);
79 test_range(-10, 3, 20);
80 test_range(10, -3, 20);
82 test_range(ff(1), ff(16384), 100)
    [all...]
RandomTest.cpp 162 static void test_range(skiatest::Reporter* reporter) { function
191 test_range(reporter);
  /external/fio/
tickmarks.c 123 static void test_range(double x, double y)
140 test_range(0.0005, 0.008);
141 test_range(0.5, 0.8);
142 test_range(5.5, 8.8);
143 test_range(50.5, 80.8);
144 test_range(-20, 20.8);
145 test_range(-30, 700.8);
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpheaders.py 92 def test_range(): function
test_fileapp.py 183 def test_range(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 71 def test_range(self): member in class:DBSequenceTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 71 def test_range(self): member in class:DBSequenceTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 1069 def test_range(self): member in class:BuiltinTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 1069 def test_range(self): member in class:BuiltinTest
    [all...]

Completed in 1246 milliseconds