/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 16 // 3. After each layer is processed from back-most layer to focal depth layer, 20 // 4. After each layer is processed from front-most layer to focal depth layer, 23 // 5. After each layer is processed in either of the two passes, the fields
|
D | camera_response_fast.rsh | 22 // the processed photo.
|
D | camera_response.rsh | 22 // the processed photo.
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 369 boolean processed = (session != null) && session.process(event); in process() 370 if (isLoggable && processed) { in process() 783 boolean processed; in process() 788 processed = registeringToReady(evt); in process() 791 processed = readyForCall(evt); in process() 794 processed = incomingCall(evt); in process() 797 processed = incomingCallToInCall(evt); in process() 801 processed = outgoingCall(evt); in process() 804 processed = outgoingCallToReady(evt); in process() 807 processed = inCall(evt); in process() [all …]
|
/frameworks/rs/api/ |
D | rs_io.spec | 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul> 87 processed by the client.
|
D | rs_for_each.spec | 51 over, like dimensions. It also contains rarely used indices of the currently processed 238 Returns the index in the Array0 dimension of the cell being processed, as specified 264 Returns the index in the Array1 dimension of the cell being processed, as specified 277 Returns the index in the Array2 dimension of the cell being processed, 291 Returns the index in the Array3 dimension of the cell being processed, as specified
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 175 private boolean readyForProcessing(Filter filter, Set<Filter> processed) { in readyForProcessing() argument 177 if (processed.contains(filter)) { in readyForProcessing() 184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 54 * over, like dimensions. It also contains rarely used indices of the currently processed 138 …* sc: Extra control information used to select a sub-region of the allocation to be processed or… 209 * Returns the index in the Array0 dimension of the cell being processed, as specified 235 * Returns the index in the Array1 dimension of the cell being processed, as specified 248 * Returns the index in the Array2 dimension of the cell being processed, 262 * Returns the index in the Array3 dimension of the cell being processed, as specified 409 * Returns the face on which the cell being processed is found, as specified by the 423 * Returns the index in the Levels of Detail dimension of the cell being processed,
|
D | rs_io.rsh | 24 * - Send the processed allocation or receive the next allocation to process. 91 * processed by the client.
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 317 boolean processed = false; in dispatchMessageToAction() 322 processed = processed || result; in dispatchMessageToAction() 324 return processed; in dispatchMessageToAction()
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_io.jd | 9 <li>Send the processed allocation or receive the next allocation to process.</li></ul> 174 processed by the client.
|
D | rs_for_each.jd | 211 over, like dimensions. It also contains rarely used indices of the currently processed 305 …control information used to select a sub-region of the allocation to be processed or suggest a wal… 353 <p> Returns the index in the Array0 dimension of the cell being processed, as specified 394 <p> Returns the index in the Array1 dimension of the cell being processed, as specified 420 <p> Returns the index in the Array2 dimension of the cell being processed, 447 <p> Returns the index in the Array3 dimension of the cell being processed, as specified 732 <p> Returns the face on which the cell being processed is found, as specified by the 759 <p> Returns the index in the Levels of Detail dimension of the cell being processed,
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 432 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage() argument 449 if (processed) { in installPackage()
|
/frameworks/rs/java/tests/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 7 1. All the timing numbers are in nanoseconds, since a lot of the kernel is processed really fast.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 44 and disk cache can often help here, allowing components to quickly reload processed images.</p> 181 <p>A disk cache can be used in these cases to persist processed bitmaps and help decrease loading 365 hopefully available in the disk cache, if not, they are processed as usual.</p>
|
D | display-bitmap.jd | 396 <p>This implementation allows for flexibility in how the images are processed and loaded without
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**,
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 172 the print job as it's being processed. This approach is useful when you want to monitor the status
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | analyze-data.jd | 184 processed together and at a time which is advantageous for battery life.
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 75 …that the {@code orderId} is a unique value that you have not previously processed, and the {@code …
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1513 // ensure getCurrentCalls() gets processed... 1551 // ensure getCurrentCalls() gets processed... 1590 // ensure getCurrentCalls() gets processed...
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 82 …oritized such that the data required for application startup is downloaded and processed first.</p>
|
/frameworks/base/docs/html/training/location/ |
D | display-address.jd | 326 it shuts down automatically when all intents have been processed.</p>
|
D | geofencing.jd | 321 ).setResultCallback(this); // Result processed in onResult().
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 148 feed has been recursively processed, <code>readFeed()</code> returns a {@link
|