1<!-- 2 ~ Copyright (C) 2015 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ Unless required by applicable law or agreed to in writing, software 10 ~ distributed under the License is distributed on an "AS IS" BASIS, 11 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 ~ See the License for the specific language governing permissions and limitations under the 13 ~ License. 14 ~ 15 --> 16 17<resources> 18 <string name="app_name">Benchmark</string> 19 20 <string name="action_export">Export to CSV</string> 21 22 <string name="list_view_scroll_name">List View Fling</string> 23 <string name="list_view_scroll_description">Tests list view fling performance</string> 24 <string name="image_list_view_scroll_name">Image List View Fling</string> 25 <string name="image_list_view_scroll_description">Tests list view fling performance with images</string> 26 <string name="shadow_grid_name">Shadow Grid Fling</string> 27 <string name="shadow_grid_description">Tests shadow grid fling performance with images</string> 28 <string name="text_high_hitrate_name">High-hitrate text render</string> 29 <string name="text_high_hitrate_description">Tests high hitrate text rendering</string> 30 <string name="text_low_hitrate_name">Low-hitrate text render</string> 31 <string name="text_low_hitrate_description">Tests low-hitrate text rendering</string> 32 <string name="edit_text_input_name">Edit Text Input</string> 33 <string name="edit_text_input_description">Tests edit text input</string> 34 <string name="overdraw_name">Overdraw Test</string> 35 <string name="overdraw_description">Tests how the device handles overdraw</string> 36 <string name="bitmap_upload_name">Bitmap Upload Test</string> 37 <string name="bitmap_upload_description">Tests bitmap upload</string> 38 <string name="memory_bandwidth_name">Memory Bandwidth</string> 39 <string name="memory_bandwidth_description">Test device\'s memory bandwidth</string> 40 <string name="memory_latency_name">Memory Latency</string> 41 <string name="memory_latency_description">Test device\'s memory latency</string> 42 <string name="power_management_name">Power Management</string> 43 <string name="power_management_description">Test device\'s power management</string> 44 <string name="cpu_heat_soak_name">CPU Heat Soak</string> 45 <string name="cpu_heat_soak_description">How hot can we make it?</string> 46 <string name="cpu_gflops_name">CPU GFlops</string> 47 <string name="cpu_gflops_description">How many gigaflops can the device attain?</string> 48 49 <string name="benchmark_category_ui">UI</string> 50 <string name="benchmark_category_compute">Compute</string> 51 <string name="benchmark_category_generic">Generic</string> 52 <string name="title_activity_image_list_view_scroll">ImageListViewScroll</string> 53</resources> 54