/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/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/tools/help/ |
D | dmtracedump.jd | 19 <p>The tool then loads trace log data from <code><trace-base-name>.data</code> and
|
/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/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/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/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 43 resourcess 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 | 44 <p>When the system loads your service, you should allocate and initialize most of the resources 62 <p>The resources that you intialize when the system loads your service need to be accessible 147 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> 75 user runs the application, Android automatically selects and loads the
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_android.jd | 249 Android loads applications. 472 Test cases are run by a test runner class that loads the test case class, set ups, 475 loads test cases and the application under test. You tell the Android platform
|
/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/google/play/billing/v2/ |
D | billing_subscriptions.jd | 389 subscriptions loads the app's product page, from which users can see active subscriptions 394 your UI that directly loads your app's product page in the Play Store app.</p>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 121 … run the app, the {@link android.app.Activity} class starts the activity and loads the layout file
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 220 <p>The tool then loads trace log data from <code><trace-base-name>.data</code> and
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 547 * it loads.
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds-cmdline.jd | 188 system image, which it loads when the AVD is launched. </p>
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 7 ; The loads and stores in this file are annotated with RenderScript-specific 9 ; understands that loads and stores from two allocations with different types 14 ; This means all loads/stores that share this common root can be proven to not
|