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

  /external/chromium_org/third_party/skia/tests/
MemsetTest.cpp 52 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
78 uint16_t buffer[TOTAL];
90 compare16(base + count, 0, TOTAL - count - PAD - alignment));
96 uint32_t buffer[TOTAL];
108 compare32(base + count, 0, TOTAL - count - PAD - alignment));
  /external/skia/tests/
MemsetTest.cpp 52 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
78 uint16_t buffer[TOTAL];
90 compare16(base + count, 0, TOTAL - count - PAD - alignment));
96 uint32_t buffer[TOTAL];
108 compare32(base + count, 0, TOTAL - count - PAD - alignment));
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 119 TOTAL,
202 ReportPrintSettingHistogram(TOTAL);
    [all...]

Completed in 2895 milliseconds