Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/tools/preload/
DLoadedClass.java31 final List<Operation> loads = new ArrayList<Operation>(); field in LoadedClass
65 return mlt = calculateMedian(loads); in medianLoadTimeMicros()
109 addProcessNames(loads, names); in processNames()
DPrintCsv.java83 for (Operation op : loadedClass.loads) in printRow()
102 out.print(loadedClass.loads.size()); in printRow()
DRoot.java103 loadedClass.loads.add(o); in indexClassOperation()
DPrintHtmlDiff.java107 for (Operation op : clazz.loads) procNames.add(op.process.name); in printTable()
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll1 ; Basic test of TBAA that should report that pointer loads do not
/frameworks/base/docs/html/training/articles/
Dsmp.jd169 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/
Dgrid.jd168 <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
Dlistview.jd69 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/
Dindex.jd42 screen changes state, such as when content loads or new actions become available. Animations
Dzoom.jd171 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/
DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s112 ;load alpha1,beta1 somewhere to avoid more loads
DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s128 ;load alpha1,beta1 somewhere to avoid more loads
/frameworks/base/docs/html/training/performance/battery/network/
Daction-any-traffic.jd76 screen the first time, the app should display a splash screen. Subsequent loads should initially
/frameworks/base/docs/html/training/testing/ui-testing/
Dindex.jd42 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/
Dsample_hellojni.jd57 <p>This function call loads the {@code .so} file upon application startup.</p>
/frameworks/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd44 resources for the Locales with the language code "es". Android loads the appropriate resources
Dscreens.jd88 <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/
Ddrawing.jd48 <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/
Dwebview.jd59 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/
Dlocalization.jd14 <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/
Dlinking.jd174 request, it loads the target page on the Google Play web site.</li>
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd125 … run the app, the {@link android.app.Activity} class starts the activity and loads the layout file
/frameworks/base/docs/html/ndk/guides/graphics/
Dvalidation-layer.jd57 Vulkan loader finds them in the APK installed location and loads them.
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd547 * it loads.
/frameworks/base/docs/html/distribute/essentials/quality/
Dauto.jd337 App loads content in no more than 10 seconds.

12