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

  /external/lldb/test/attic/
tester.py 59 sampleMax = float('-inf')
63 if time > sampleMax:
64 sampleMax = time
75 print key + ": [" + prettyTime(sampleMin) + ", " + prettyTime(sampleMax) + "] ",
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 185 const int sampleMax = 10;
189 Cubic samples[arrayMax][sampleMax];
212 if (sCount < sampleMax) {
  /external/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 185 const int sampleMax = 10;
189 Cubic samples[arrayMax][sampleMax];
212 if (sCount < sampleMax) {

Completed in 1874 milliseconds