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

  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 6 // timeRange, etc.)
244 // timeRange(hour)
246 t.expectEquals(true, timeRange(3));
247 t.expectEquals(false, timeRange(2));
249 // timeRange(hour1, hour2)
251 t.expectEquals(true, timeRange(2, 3));
252 t.expectEquals(true, timeRange(2, 4));
253 t.expectEquals(true, timeRange(3, 5));
254 t.expectEquals(false, timeRange(1, 2));
255 t.expectEquals(false, timeRange(11, 12))
    [all...]
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 6 // timeRange, etc.)
244 // timeRange(hour)
246 t.expectEquals(true, timeRange(3));
247 t.expectEquals(false, timeRange(2));
249 // timeRange(hour1, hour2)
251 t.expectEquals(true, timeRange(2, 3));
252 t.expectEquals(true, timeRange(2, 4));
253 t.expectEquals(true, timeRange(3, 5));
254 t.expectEquals(false, timeRange(1, 2));
255 t.expectEquals(false, timeRange(11, 12))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 291 long timeRange=closestFollowingItem.timestamp-closestPrecedingItem.timestamp;
294 double increments=(xRange*1.0)/timeRange;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 177 private void setTimeRange(long timeRange, int numItems) {
184 mClusterSplitTime = timeRange / numItems * CLUSTER_SPLIT_MULTIPLIER;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 544 milliseconds