/frameworks/base/tools/preload/ |
D | LoadedClass.java | 31 final List<Operation> loads = new ArrayList<Operation>(); field in LoadedClass 65 return mlt = calculateMedian(loads); in medianLoadTimeMicros() 109 addProcessNames(loads, names); in processNames()
|
D | PrintCsv.java | 83 for (Operation op : loadedClass.loads) in printRow() 102 out.print(loadedClass.loads.size()); in printRow()
|
D | Root.java | 103 loadedClass.loads.add(o); in indexClassOperation()
|
D | PrintHtmlDiff.java | 107 for (Operation op : clazz.loads) procNames.add(op.process.name); in printTable()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 1 ; Basic test of TBAA that should report that pointer loads do not
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 169 loads the value from location B into reg0, and then loads the value from 214 sequential. While the architecture guarantees that loads are not reordered with 215 respect to other loads, and stores are not reordered with respect to other 304 with or visible to core #2’s cache except as loads or stores from main memory. 321 ordering of stores followed by loads improves performance but imposes a burden 389 loads or stores are ordered with respect to each other.</p> 410 made by thread 1 in program order, and thread 1 will observe thread 2’s loads in 413 <p>On ARM SMP, the loads and stores can be observed in any order. It is 460 mentioned earlier, the loads and stores can be observed in any order.</p> 469 then loads A from its local cache, where the value is still zero.</p> [all …]
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | grid.jd | 168 <li>Make sure your <em>HelloTableLayout</em> Activity loads this layout in the 176 <p>The {@link android.app.Activity#setContentView(int)} method loads the
|
D | listview.jd | 69 dynamically loads the data for the list view.</p> 91 // Create a progress bar to display while the list loads
|
/frameworks/base/docs/html/training/animation/ |
D | index.jd | 42 screen changes state, such as when content loads or new actions become available. Animations
|
D | zoom.jd | 171 android.widget.ImageView}. The following example loads a large image resource on the UI
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 112 ;load alpha1,beta1 somewhere to avoid more loads
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 128 ;load alpha1,beta1 somewhere to avoid more loads
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | action-any-traffic.jd | 76 screen the first time, the app should display a splash screen. Subsequent loads should initially
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | index.jd | 42 Plug-in for Gradle</a> builds a test app based on your test code, then loads the test app on the
|
/frameworks/base/docs/html/ndk/samples/ |
D | sample_hellojni.jd | 57 <p>This function call loads the {@code .so} file upon application startup.</p>
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 44 resources for the Locales with the language code "es". Android loads the appropriate resources
|
D | screens.jd | 88 <p>The system loads the layout file from the appropriate layout directory based on screen size of
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | drawing.jd | 48 <p>When the system loads your service, you should allocate and initialize most of the resources 70 <p>The resources that you intialize when the system loads your service need to be accessible 159 loads your service. Initializing these elements only once and reusing them improves performance
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 59 and then implement a {@link android.webkit.WebView} in your Android application that loads the web 239 loads the destination URL. However, you can override this behavior for your {@link
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 14 <li>Android loads the correct resource set for the user's language and locale.</li> 15 <li>If localized resources are not available, Android loads your default resources.</li> 81 user runs the application, Android automatically selects and loads the
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | linking.jd | 174 request, it loads the target page on the Google Play web site.</li>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 125 … run the app, the {@link android.app.Activity} class starts the activity and loads the layout file
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | validation-layer.jd | 57 Vulkan loader finds them in the APK installed location and loads them.
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 547 * it loads.
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | auto.jd | 337 App loads content in no more than 10 seconds.
|