Searched defs:PerformanceBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java78 public static abstract class PerformanceBase implements TestCase, class in class:DatabasePerformanceTests
197 public static class Perf1Test extends PerformanceBase {
230 public static class Perf2Test extends PerformanceBase {
264 public static class Perf3Test extends PerformanceBase {
304 public static class Perf4Test extends PerformanceBase {
342 public static class Perf5Test extends PerformanceBase {
383 public static class Perf6Test extends PerformanceBase {
421 public static class Perf7Test extends PerformanceBase {
461 public static class Perf8Test extends PerformanceBase {
501 public static class Perf9Test extends PerformanceBase {
[all...]
H A DNewDatabasePerformanceTests.java38 public static class PerformanceBase extends TestCase class in class:NewDatabasePerformanceTests
106 public static class Insert1000 extends PerformanceBase {
138 public static class InsertIndexed1000 extends PerformanceBase {
171 public static class Select100 extends PerformanceBase {
210 public static class SelectStringComparison100 extends PerformanceBase {
247 public static class SelectIndex100 extends PerformanceBase {
287 public static class InnerJoin100 extends PerformanceBase {
324 public static class InnerJoinOneSide100 extends PerformanceBase {
363 public static class InnerJoinNoIndex100 extends PerformanceBase {
402 public static class SelectSubQIndex100 extends PerformanceBase {
[all...]

Completed in 83 milliseconds