Home
last modified time | relevance | path

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

/external/autotest/client/tests/ctcs/
Dctcs.py66 tcf = open(self.tcf_path, 'w')
67 tcf.write(tcf_contents)
71 tcf = open(self.tcf_path, 'r')
72 buf = tcf.read()
/external/eigen/bench/
Dbench_norm.cpp227 Eigen::BenchTimer tf, td, tcf; tf.reset(); td.reset(); tcf.reset();\
243 …std::cout << #NRM << "\t" << tf.value() << " " << td.value() << " " << tcf.value() << "\n"; \
/external/v8/src/compiler/
Dpipeline.cc1489 TurboCfgFile tcf(isolate()); in CreateGraph() local
1490 tcf << AsC1VCompilation(info()); in CreateGraph()
1845 TurboCfgFile tcf(isolate()); in ScheduleAndSelectInstructions() local
1846 tcf << AsC1V("CodeGen", data->schedule(), data->source_positions(), in ScheduleAndSelectInstructions()
2022 TurboCfgFile tcf(data->isolate()); in AllocateRegisters() local
2023 tcf << AsC1VRegisterAllocationData("CodeGen", in AllocateRegisters()