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

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 57 final Configuration cfg1 = new Configuration(); local
59 assertEquals(0, cfg1.compareTo(cfg2));
61 cfg1.orientation = 2;
63 assertEquals(-1, cfg1.compareTo(cfg2));
64 cfg1.orientation = 3;
66 assertEquals(1, cfg1.compareTo(cfg2));
68 cfg1.navigation = 2;
70 assertEquals(-1, cfg1.compareTo(cfg2));
71 cfg1.navigation = 3;
73 assertEquals(1, cfg1.compareTo(cfg2))
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 104 TEST(CodegenTest, CFG1) {
dominator_test.cc 59 TEST(OptimizerTest, CFG1) {
linearize_test.cc 59 TEST(LinearizeTest, CFG1) {
live_ranges_test.cc 40 TEST(LiveRangesTest, CFG1) {
pretty_printer_test.cc 57 TEST(PrettyPrinterTest, CFG1) {
register_allocator_test.cc 142 TEST(RegisterAllocatorTest, CFG1) {
find_loops_test.cc 40 TEST(FindLoopsTest, CFG1) {
liveness_test.cc 71 TEST(LivenessTest, CFG1) {
ssa_test.cc 103 TEST(SsaTest, CFG1) {

Completed in 835 milliseconds