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/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/tools/help/
Ddmtracedump.jd19 <p>The tool then loads trace log data from <code>&lt;trace-base-name&gt;.data</code> and
/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/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/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/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd43 resourcess 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.jd44 <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/
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>
75 user runs the application, Android automatically selects and loads the
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd249 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/
Dlinking.jd174 request, it loads the target page on the Google Play web site.</li>
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd389 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/
Dcreating-project.jd121 … run the app, the {@link android.app.Activity} class starts the activity and loads the layout file
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd220 <p>The tool then loads trace log data from <code>&lt;trace-base-name&gt;.data</code> and
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd547 * it loads.
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds-cmdline.jd188 system image, which it loads when the AVD is launched. </p>
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll7 ; 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

12