Searched refs:begin (Results 1 – 4 of 4) sorted by relevance
15 LOCAL_SRC_FILES_arm := arch/arm/begin.S16 LOCAL_SRC_FILES_arm64 := arch/arm64/begin.S17 LOCAL_SRC_FILES_x86 := arch/x86/begin.c18 LOCAL_SRC_FILES_x86_64 := arch/x86_64/begin.S19 LOCAL_SRC_FILES_mips := arch/mips/begin.S20 LOCAL_SRC_FILES_mips64 := arch/mips64/begin.S
1624 int begin = reverse ? (count - 1) : 0; in CallArray() local1628 for (int i = begin; i != end; i += step) { in CallArray()
198 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) { in main()204 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) { in main()219 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) { in main()
71 std::sort(sorted_name_list.begin(), sorted_name_list.end()); in TEST()