HomeSort by relevance Sort by last modified time
    Searched full:cfg2 (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 58 final Configuration cfg2 = new Configuration(); local
59 assertEquals(0, cfg1.compareTo(cfg2));
62 cfg2.orientation = 3;
63 assertEquals(-1, cfg1.compareTo(cfg2));
65 cfg2.orientation = 2;
66 assertEquals(1, cfg1.compareTo(cfg2));
69 cfg2.navigation = 3;
70 assertEquals(-1, cfg1.compareTo(cfg2));
72 cfg2.navigation = 2;
73 assertEquals(1, cfg1.compareTo(cfg2));
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 112 TEST(CodegenTest, CFG2) {
dominator_test.cc 74 TEST(OptimizerTest, CFG2) {
linearize_test.cc 84 TEST(LinearizeTest, CFG2) {
live_ranges_test.cc 76 TEST(LiveRangesTest, CFG2) {
pretty_printer_test.cc 76 TEST(PrettyPrinterTest, CFG2) {
find_loops_test.cc 53 TEST(FindLoopsTest, CFG2) {
liveness_test.cc 94 TEST(LivenessTest, CFG2) {
ssa_test.cc 131 TEST(SsaTest, CFG2) {

Completed in 1031 milliseconds