Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Daggerror.test22 # Add the x_count aggregate function to the database handle.
23 # x_count will error out if its input is 40 or 41 or if its
39 SELECT x_count(*) FROM t1;
45 SELECT x_count(*) FROM t1;
50 SELECT x_count(a) FROM t1;
52 } {1 {value of 40 handed to x_count}}
59 SELECT x_count(a) FROM t1;
65 SELECT x_count(*) FROM t1
74 SELECT x_count(*) FROM t1;
76 } {1 {x_count totals to 42}}
/external/chromium_org/base/metrics/
Dhistogram_base.cc120 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local
122 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()
124 while (0 < x_count--) in WriteAsciiBucketGraph()
/external/chromium/base/metrics/
Dhistogram.cc650 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local
652 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()
654 while (0 < x_count--) in WriteAsciiBucketGraph()