HomeSort by relevance Sort by last modified time
    Searched refs:tcf (Results 1 - 2 of 2) sorted by null

  /external/eigen/bench/
bench_norm.cpp 216 Eigen::BenchTimer tf, td, tcf; tf.reset(); td.reset(); tcf.reset();\
228 tcf.start(); \
230 tcf.stop(); \
232 std::cout << #NRM << "\t" << tf.value() << " " << td.value() << " " << tcf.value() << "\n"; \
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 175 MyTabContentFactoryText tcf = new MyTabContentFactoryText(); local
177 tabHost.addTab(tabHost.newTabSpec(TAG_TAB1).setIndicator(TAG_TAB1).setContent(tcf));
178 tabHost.addTab(tabHost.newTabSpec(TAG_TAB2).setIndicator(TAG_TAB2).setContent(tcf));

Completed in 45 milliseconds