/frameworks/base/services/java/com/android/server/am/ |
D | ContentProviderRecord.java | 143 void dump(PrintWriter pw, String prefix, boolean full) { in dump() argument 144 if (full) { in dump() 153 if (full) { in dump() 161 if (full) { in dump() 168 if (full) { in dump() 181 if (full) { in dump()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioToCbRenderer.cpp | 63 size_t full = mDecodeBuffer->range_length(); in onRender() local 66 while (offset < full) { in onRender()
|
/frameworks/base/docs/html/design/patterns/ |
D | fullscreen.jd | 2 page.tags="full screen","immersive", "leanback" 6 Some content is best experienced full screen, like videos, games, image 8 deeply with content in full screen by minimizing visual distraction from app 15 In version 4.4, Android offers two approaches for making your app go full 40 The Lean Back approach is for full-screen experiences in which users won't be 59 heavily interacting with the full screen as part of the primary experience. 80 message that appears the first time the app goes full screen.
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PreferredActivity.java | 49 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument 50 mPref.writeToXml(serializer, full); in writeToXml()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 42 <li><b>Low power</b>: An intermediate state that uses around 50% of the battery power at the full s… 46 …o network requests. Returning to full power from the low state takes around 1.5 seconds, while mov… 63 …dio transitions to the full power state. In the case of the typical 3G radio state machine describ… 76 … to need for a given time period in a single burst, over a single connection, at full capacity.</p> 102 …ndwidth by downloading headlines only after a category has been selected, full articles only when … 108 …is to prefetch every headline, thumbnail, article text, and possibly even full article pictures&md… 110 <p>One solution is to schedule the full download to occur only when connected to Wi-Fi, and possibl… 126 …ve bandwidth, rather than download full photos for each article, it prefetches only thumbnails and… 128 … it's collected. The resulting bundle should be transferred when either a full-sized photo is bein… 130 <p>Any time-sensitive or on-demand transfer—such as downloading a full-sized image—shou…
|
D | redundant_redundant.jd | 32 …ice to reduce the size of the images server-side, rather than downloading full-sized images that a… 36 …ing. Always cache static resources, including on-demand downloads such as full size images, for as…
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsHistoryTest.java | 357 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordIn() local 361 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn() 363 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn() 369 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordOut() local 375 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut() 377 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L); in testIgnoreFieldsRecordOut()
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 378 private static String subtag(String full, String attribute) { in subtag() argument 379 int start = full.indexOf(attribute); in subtag() 385 int end = full.indexOf(';', start); in subtag() 388 return full.substring(start); in subtag() 390 return full.substring(start, end); in subtag()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 77 /* Define to the full name of this package. */ 80 /* Define to the full name and version of this package. */
|
/frameworks/base/docs/html/tools/projects/ |
D | templates.jd | 12 <li><a href="#full-screen-activity">Full Screen Activity Template</a></li> 68 <li><a href="#full-screen-activity">FullScreenActivity</a></li> 173 <h3 id="full-screen-activity">Full Screen Activity Template</h3> 183 <td><img src="{@docRoot}images/code_templates/full-screen-activity.png" alt="" /> 187 primary, full screen view and a view with standard user interface controls, including the 188 notification bar and application title bar. The full screen view is the default and a user 257 <li><a href="#full-screen-activity">FullScreenActivity</a></li>
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 7 The program clears the screen to blue, then draws a full screen white quad that
|
/frameworks/base/docs/html/google/gcm/ |
D | client.jd | 20 <p>A full GCM implementation requires both a client implementation and a server-side implementation…
|
D | server.jd | 44 …erver</a>), see <a href="gs.html#server">Getting Started</a>. Note that a full GCM implementation … 135 …s for 0 classes. Timings : input=28 ms, enhance=0 ms, total=28 ms. Consult the log for full details 136 …[enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full de…
|
/frameworks/base/services/java/com/android/server/ |
D | PreferredComponent.java | 178 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument 181 if (full) { in writeToXml()
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 88 bool full = false; // whether we have collected at least mSamplingN samples in threadLoop() local 198 full = false; in threadLoop() 586 if (full) { in threadLoop() 589 full = true; in threadLoop()
|
/frameworks/base/docs/html/guide/faq/ |
D | licensingandoss.jd | 12 <p>The source code for the full Android stack is available from the <a href="http://source.android.…
|
/frameworks/base/media/lib/ |
D | README.txt | 26 without exposing the full surface area of the support library media
|
/frameworks/webview/chromium/ |
D | Android.mk | 94 LOCAL_PROGUARD_ENABLED := full
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 50 <dd>A full Java-language-style package name for the application. The name should 135 storage is full, then the system will not install the application. This is also the default behavior 140 application on the internal storage by default. If the internal storage is full, then the system 147 storage if the external media is unavailable or full. Once installed, the user can move the applica…
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 78 <p>Now that the image dimensions are known, they can be used to decide if the full image should be 83 <li>Estimated memory usage of loading the full image in memory.</li> 98 bitmap of approximately 512x384. Loading this into memory uses 0.75MB rather than 12MB for the full
|
/frameworks/base/core/java/android/view/ |
D | HardwareRenderer.java | 266 abstract void destroy(boolean full); in destroy() argument 1287 void destroy(boolean full) { in destroy() argument 1288 if (full && mCanvas != null) { in destroy() 2164 void destroy(boolean full) { in destroy() argument 2166 super.destroy(full); in destroy() 2168 if (full && mGlCanvas != null) { in destroy()
|
/frameworks/support/v7/gridlayout/ |
D | README.txt | 60 …<android.support.v7.widget.Space <=== space widgets also need the full support …
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
D | index.jd | 20 For complete information about Google Play policies, please see the full
|
/frameworks/base/docs/html/tools/help/ |
D | sqlite3.jd | 23 <p>You can also optionally specify a full path to a database that you want to explore.
|
/frameworks/base/docs/html/training/camera/ |
D | photobasics.jd | 131 icon, but not a lot more. Dealing with a full-sized image takes a bit more 137 <p>The Android Camera application saves a full-size photo if you give it a file to 227 <p>Managing multiple full-sized images can be tricky with limited memory. If
|