/frameworks/native/libs/binder/ |
D | Parcel.cpp | 1540 status_t Parcel::restartWrite(size_t desired) in restartWrite() argument 1544 return continueWrite(desired); in restartWrite() 1547 uint8_t* data = (uint8_t*)realloc(mData, desired); in restartWrite() 1548 if (!data && desired > mDataCapacity) { in restartWrite() 1556 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); in restartWrite() 1558 gParcelGlobalAllocSize += desired; in restartWrite() 1562 mDataCapacity = desired; in restartWrite() 1580 status_t Parcel::continueWrite(size_t desired) in continueWrite() argument 1585 if (desired < mDataSize) { in continueWrite() 1586 if (desired == 0) { in continueWrite() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FaceUnlockView.java | 34 private int resolveMeasured(int measureSpec, int desired) in resolveMeasured() argument 40 result = desired; in resolveMeasured() 43 result = Math.max(specSize, desired); in resolveMeasured()
|
D | LockPatternView.java | 476 private int resolveMeasured(int measureSpec, int desired) in resolveMeasured() argument 482 result = desired; in resolveMeasured() 485 result = Math.max(specSize, desired); in resolveMeasured()
|
/frameworks/wilhelm/src/itf/ |
D | IOutputMixExt.c | 210 unsigned desired = size; in IOutputMixExt_FillBuffer() local 228 while (desired > 0) { in IOutputMixExt_FillBuffer() 229 unsigned actual = desired; in IOutputMixExt_FillBuffer() 269 desired -= actual; in IOutputMixExt_FillBuffer()
|
/frameworks/base/docs/html/training/system-ui/ |
D | visibility.jd | 63 // TODO: The system bars are visible. Make any desired 67 // TODO: The system bars are NOT visible. Make any desired
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-layout.jd | 31 appropriate tab at the bottom of the window to display the desired editor.</p> 47 and choose the desired device, such as Nexus 4:</p> 133 the desired location.</p> 145 shadow. Once you have the desired effect, you can save the image.</p>
|
D | adding-packages.jd | 180 <p>Once you've selected all the desired packages, continue to install:</p>
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
D | DriverView.java.template | 38 // Initialize renderscript with desired surface characteristics.
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 238 bool isMinSdkAtLeast(int desired) { in isMinSdkAtLeast() argument 256 if (minSdkNum < desired) { in isMinSdkAtLeast()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | pickers.jd | 13 up/down arrow buttons, it's possible to set the desired value from the keyboard or via a swipe
|
/frameworks/native/include/binder/ |
D | Parcel.h | 238 status_t restartWrite(size_t desired); 239 status_t continueWrite(size_t desired);
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 6493 private static int desired(Layout layout) { in desired() method in TextView 6573 des = desired(mLayout); in onMeasure() 6605 hintDes = desired(mHintLayout); in onMeasure() 6692 int desired = getDesiredHeight(); in onMeasure() local 6694 height = desired; in onMeasure() 6695 mDesiredHeightAtMeasure = desired; in onMeasure() 6698 height = Math.min(desired, heightSize); in onMeasure() 6735 int desired = layout.getLineTop(linecount); in getDesiredHeight() local 6739 desired = Math.max(desired, dr.mDrawableHeightLeft); in getDesiredHeight() 6740 desired = Math.max(desired, dr.mDrawableHeightRight); in getDesiredHeight() [all …]
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-eclipse.jd | 87 <strong>Properties</strong>, select <strong>Android</strong> and then check the desired 103 <li>In the <strong>Configure Project</strong> page, select the desired settings and click 143 <li>Set the other options as desired and click <strong>Next</strong>.</li>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 47 …hic mockups) representing the screens in a news application based on the desired information model…
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | host.jd | 109 android.hardware.usb.UsbManager} to retrieve the desired {@link android.hardware.usb.UsbDevice}. 198 communication with the device if desired. To do this, your application has to:</p> 215 desired device. Enumerating connected USB devices is useful if you want to get a list of all 271 <p>If desired, you can also just obtain an iterator from the hash map and process each device one
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 41 this desired presentation time to be specified for each frame rendered to
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | GlowPadView.java | 347 private int resolveMeasured(int measureSpec, int desired) in resolveMeasured() argument 353 result = desired; in resolveMeasured() 356 result = Math.min(specSize, desired); in resolveMeasured()
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | assets.jd | 30 assets can be as large as desired. However, transferring large assets affects the
|
D | data-items.jd | 77 <li>Set any desired values for the data map using the <code>put...()</code> methods, such as
|
/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 79 <li>Select the desired <strong>Data Collection Options</strong>.
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 139 permission when installed, and can use that feature as desired, or the 155 means that your app has been granted its desired permissions.</p> 288 android.R.attr#permission android:permission} attribute on the desired 383 method. Call with a desired
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | modify-data.jd | 263 {@link android.content.Intent#putExtra putExtra()} as desired. 301 // Add code here to insert extended data, if desired
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 114 used by a parent to determine the desired dimension
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 131 the desired action associated with that event.</p>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | running-app.jd | 134 <li>Select the desired system version for the AVD and click <strong>Next</strong>.
|