Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DFileNodeTest.cc55 TemporaryFile tf2; in TEST() local
56 FileNode t2("t2", tf2.path, {{"value0"}, {"value1"}, {"value2"}}, 0, true); in TEST()
58 _VerifyPathValue(tf2.path, "value0"); in TEST()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java660 final TaskFragment tf2 = adjacentFragmentToken != null in applyHierarchyOp() local
663 if (tf1 == null || (adjacentFragmentToken != null && tf2 == null)) { in applyHierarchyOp()
669 tf1.setAdjacentTaskFragment(tf2, false /* moveAdjacentTogether */); in applyHierarchyOp()
682 if (tf2 != null) { in applyHierarchyOp()
683 tf2.setDelayLastActivityRemoval( in applyHierarchyOp()
/aosp12/bionic/tests/
H A Ddlext_test.cpp559 TemporaryFile tf1, tf2; in TEST_F() local
561 ASSERT_NOERROR(close(tf2.fd)); in TEST_F()
568 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibNameRecursive, tf2.path, true)); in TEST_F()
571 tf2.fd = extinfo_.relro_fd; in TEST_F()