Searched defs:restored (Results 1 - 8 of 8) sorted by relevance

/external/avb/test/
H A Davb_ab_flow_unittest.cc70 AvbABData restored; local
76 EXPECT_TRUE(avb_ab_data_verify_and_byteswap(&serialized, &restored));
78 std::string(reinterpret_cast<const char*>(restored.magic), 4));
79 EXPECT_EQ(data.version_major, restored.version_major);
80 EXPECT_EQ(data.version_minor, restored.version_minor);
83 reinterpret_cast<void*>(restored.slots),
90 AvbABData restored; local
95 EXPECT_FALSE(avb_ab_data_verify_and_byteswap(&serialized, &restored));
101 AvbABData restored; local
106 EXPECT_FALSE(avb_ab_data_verify_and_byteswap(&serialized, &restored));
112 AvbABData restored; local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShrinkWrapping.cpp540 // Machine CFG around which CSRs must be spilled and restored.
546 /// addUsesForMEMERegion - add uses of CSRs spilled or restored in
732 /// calcRestorePlacements - determine which CSRs should be restored
734 /// of changes to restored reg sets. Add MBB to the set of blocks
772 // Remove the CSRs that are restored in the return blocks.
833 // Add uses for CSRs spilled or restored at branch, join points.
931 /// all CSRs spilled at MMBB are restored on all paths
934 /// all CSRs restored at MBB are spilled on all paths
949 CSRegSet restored; local
960 restored |
1001 CSRegSet restored = BI->second; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 313 milliseconds