Home
last modified time | relevance | path

Searched refs:location3 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/debug/
Dtask_annotator_unittest.cc141 const Location location3 = FROM_HERE; in TEST_F() local
152 ExpectedTrace({location4.program_counter(), location3.program_counter(), in TEST_F()
160 ExpectedTrace({location3.program_counter(), location2.program_counter(), in TEST_F()
165 Unretained(this), loop.task_runner(), location3, location4, in TEST_F()
171 Unretained(this), loop.task_runner(), location2, location3, in TEST_F()
285 const Location location3 = FROM_HERE; in TEST_F() local
319 ExpectedTrace({location4.program_counter(), location3.program_counter(), in TEST_F()
325 ExpectedTrace({location3.program_counter(), location2.program_counter(), in TEST_F()
330 Unretained(this), loop.task_runner(), location3, location4, in TEST_F()
341 Unretained(this), loop.task_runner(), location2, location3, in TEST_F()
/external/clang/bindings/python/tests/cindex/
Dtest_location.py60 location3 = SourceLocation.from_position(tu, file, 1, 4)
61 assert location2 != location3
93 location3 = SourceLocation.from_position(tu, file, 1, 6)
94 range3 = SourceRange.from_locations(location1, location3)