/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/summary/ |
D | DeferredAction.java | 26 public final boolean completed; field in DeferredAction 29 public DeferredAction(String deferredNotificationDescription, boolean completed, int priority) { in DeferredAction() argument 31 this.completed = completed; in DeferredAction()
|
D | SummaryAction.java | 31 public final boolean completed; field in SummaryAction 39 boolean completed, in SummaryAction() argument 49 this.completed = completed; in SummaryAction()
|
D | PartnerSummaryActionsCollector.java | 116 boolean completed, Bundle summaryStateBundle) { in buildSummaryAction() argument 157 completed, in buildSummaryAction() 170 private static DeferredAction buildDeferredAction(boolean completed, in buildDeferredAction() argument 185 return new DeferredAction(deferredNotificationDescription, completed, priority); in buildDeferredAction() 255 boolean completed = in getPartnerSummaryActions() 259 SummaryAction summaryAction = buildSummaryAction(completed, summaryActionBundle); in getPartnerSummaryActions() 299 boolean completed = in getPartnerDeferredActions() 307 DeferredAction deferredAction = buildDeferredAction(completed, in getPartnerDeferredActions()
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 114 // until the asynchronously-launched operation has completed. 155 // until the asynchronously-launched operation has completed. 191 // until the asynchronously-launched operation has completed. 232 // until the asynchronously-launched operation has completed. 273 // until the asynchronously-launched operation has completed. 309 // until the asynchronously-launched operation has completed. 350 // until the asynchronously-launched operation has completed. 391 // until the asynchronously-launched operation has completed. 427 // until the asynchronously-launched operation has completed. 468 // until the asynchronously-launched operation has completed. [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ |
D | IOverviewProxy.aidl | 130 void onBackAction(boolean completed, int downX, int downY, boolean isButton, in onBackAction() argument
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 4 of 12/2016. Migration of content was completed on 10/16/2016.
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 4 of 12/2016. Migration of content was completed on 10/16/2016.
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 50 // until the asynchronously-launched operation has completed. 86 // until the asynchronously-launched operation has completed.
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 21 # This is logged when the screen on broadcast has completed 23 # This is logged when the screen broadcast has completed 25 # This is logged when the screen on broadcast has completed
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 44 …translationY animations, and calls the provided callbacks only when both animations have completed. 52 …ction to call when the animations for every property (including chained animations) have completed. 72 …`, where the endAction is called when both translationX and translationY animations have completed. 73 …Action)`, which starts all of the animations and calls the end action when they have all completed.
|
D | physics-animation-testing.md | 11 …ll ```latch.countDown()```. Once all of the properties’ animations have completed, the latch count…
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 54 // until the asynchronously-launched operation has completed. 95 // until the asynchronously-launched operation has completed. 131 // until the asynchronously-launched operation has completed.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 181 application's rendering to the surface was completed. 204 buffer have been submitted, but not necessarily completed. 206 purpose of display/composition were completed for this frame.
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 56 // until the asynchronously-launched operation has completed. 97 // until the asynchronously-launched operation has completed. 133 // until the asynchronously-launched operation has completed. 169 // until the asynchronously-launched operation has completed.
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 56 // until the asynchronously-launched operation has completed. 97 // until the asynchronously-launched operation has completed. 133 // until the asynchronously-launched operation has completed. 169 // until the asynchronously-launched operation has completed.
|
/frameworks/av/media/bufferpool/1.0/ |
D | AccessorImpl.cpp | 289 auto completed = mCompletedTransactions.find( in handleTransferTo() local 291 if (completed != mCompletedTransactions.end()) { in handleTransferTo() 293 mCompletedTransactions.erase(completed); in handleTransferTo()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 401 * A model is completed by calling {@link ANeuralNetworksModel_finish}. 437 * once all executions using the compilation have completed.</li></ul></p> 439 * A compilation is completed by calling {@link ANeuralNetworksCompilation_finish}. 508 * either has never been scheduled or has completed (i.e., that 722 * A memory descriptor is completed by calling {@link ANeuralNetworksMemoryDesc_finish}. 1233 * execution has completed and the outputs are ready to be consumed. 1259 * @return ANEURALNETWORKS_NO_ERROR if the execution completed normally. 1269 * The execution must have completed. On asynchronous execution initiated by 1295 * The execution must have completed. On asynchronous execution initiated by 1350 * execution has completed and the outputs are ready to be consumed.</p> [all …]
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 105 optional bool completed = 6; field
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceCallback.hal | 47 * Callback called when a capture request is completed.
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 50 // until the asynchronously-launched operation has completed.
|
/frameworks/base/tests/FlickerTests/ |
D | README.md | 106 …ition (after the `runBefore` calls) and stopped after the transition is completed. Each iteration … 113 …on is skipped. If the list of results is empty after all iterations are completed, then the test s…
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 25 // completed type of the union is visible. Two structures share a
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 683 protected final void completed() { in completed() method in RemotePrintDocument.AsyncCommand 792 completed(); in handleOnLayoutFinished() 1121 completed(); in handleOnWriteFinished()
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 31 // completed type of the union is visible. Two structures share a
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 27 // completed type of the union is visible. Two structures share a
|