Home
last modified time | relevance | path

Searched full:dispatches (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
DMediaSourceEventListener.java144 /** Dispatches events to {@link MediaSourceEventListener MediaSourceEventListeners}. */
216 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
229 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
251 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
261 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
274 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
296 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
307 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
320 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
342 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
[all …]
DBaseMediaSource.java93 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
107 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
121 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
136 * Returns a {@link DrmSessionEventListener.EventDispatcher} which dispatches all events to the
149 * Returns a {@link DrmSessionEventListener.EventDispatcher} which dispatches all events to the
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
DMediaSourceEventListener.java144 /** Dispatches events to {@link MediaSourceEventListener MediaSourceEventListeners}. */
216 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
229 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
251 /** Dispatches {@link #onLoadStarted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
261 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
274 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
296 /** Dispatches {@link #onLoadCompleted(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
307 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
320 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
342 /** Dispatches {@link #onLoadCanceled(int, MediaPeriodId, LoadEventInfo, MediaLoadData)}. */
[all …]
DBaseMediaSource.java93 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
107 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
121 * Returns a {@link MediaSourceEventListener.EventDispatcher} which dispatches all events to the
136 * Returns a {@link DrmSessionEventListener.EventDispatcher} which dispatches all events to the
149 * Returns a {@link DrmSessionEventListener.EventDispatcher} which dispatches all events to the
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td87 // single slice. However, since it is Restricted, it requires all 3 dispatches
177 // single slice. However, since it is Restricted, it requires all 3 dispatches
292 // EXECO) and all three dispatches (DISP) to the given superslice.
454 // full 4 dispatches.
470 // full 4 dispatches.
702 // dispatches.
805 // three dispatches.
827 // Full 6 dispatches are required as this is both cracked and restricted.
837 // Full 4 dispatches are required as this is a cracked instruction.
848 // Full 6 dispatches are required as this is a restricted instruction.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td87 // single slice. However, since it is Restricted, it requires all 3 dispatches
175 // single slice. However, since it is Restricted, it requires all 3 dispatches
289 // EXECO) and all three dispatches (DISP) to the given superslice.
450 // full 4 dispatches.
466 // full 4 dispatches.
696 // dispatches.
800 // three dispatches.
830 // Full 6 dispatches are required as this is both cracked and restricted.
840 // Full 4 dispatches are required as this is a cracked instruction.
851 // Full 6 dispatches are required as this is a restricted instruction.
[all …]
/external/skia/src/gpu/graphite/
DComputePathAtlas.cpp35 // dispatches to render multiple atlas pages can be prohibitive.
127 // Record the compute dispatches that will draw the atlas contents.
150 bool recordDispatches(Recorder* recorder, ComputeTask::DispatchGroupList* dispatches) const;
282 ComputeTask::DispatchGroupList* dispatches) const { in recordDispatches()
283 bool addedDispatches = fCachedAtlasMgr.recordDispatches(recorder, dispatches); in recordDispatches()
297 "# dispatches", dispatchGroup->dispatches().size()); in recordDispatches()
298 dispatches->emplace_back(std::move(dispatchGroup)); in recordDispatches()
388 Recorder* recorder, ComputeTask::DispatchGroupList* dispatches) const { in recordDispatches()
403 "# dispatches", dispatchGroup->dispatches().size()); in recordDispatches()
404 dispatches->emplace_back(std::move(dispatchGroup)); in recordDispatches()
DDrawContext.cpp204 // Generate compute dispatches that render into the atlas texture used by pending draws. in flush()
206 // at which point a recordDispatch() could be added and it stores a pending dispatches list that in flush()
208 // the recording of dispatches, but that may happen naturally in AtlasProvider::recordUploads(). in flush()
210 ComputeTask::DispatchGroupList dispatches; in flush() local
211 if (fComputePathAtlas->recordDispatches(recorder, &dispatches)) { in flush()
212 // For now this check is valid as all coverage mask draws involve dispatches in flush()
215 fCurrentDrawTask->addTask(ComputeTask::Make(std::move(dispatches))); in flush()
229 // the collected uploads and compute dispatches. If there's a dst readback copy required it in flush()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/drm/
DDrmSessionEventListener.java96 /** Dispatches events to {@link DrmSessionEventListener DrmSessionEventListeners}. */
161 * Dispatches {@link #onDrmSessionAcquired(int, MediaPeriodId, int)} and {@link
177 /** Dispatches {@link #onDrmKeysLoaded(int, MediaPeriodId)}. */
186 /** Dispatches {@link #onDrmSessionManagerError(int, MediaPeriodId, Exception)}. */
196 /** Dispatches {@link #onDrmKeysRestored(int, MediaPeriodId)}. */
206 /** Dispatches {@link #onDrmKeysRemoved(int, MediaPeriodId)}. */
216 /** Dispatches {@link #onDrmSessionReleased(int, MediaPeriodId)}. */
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/
DDrmSessionEventListener.java94 /** Dispatches events to {@link DrmSessionEventListener DrmSessionEventListeners}. */
159 * Dispatches {@link #onDrmSessionAcquired(int, MediaPeriodId, int)} and {@link
175 /** Dispatches {@link #onDrmKeysLoaded(int, MediaPeriodId)}. */
184 /** Dispatches {@link #onDrmSessionManagerError(int, MediaPeriodId, Exception)}. */
194 /** Dispatches {@link #onDrmKeysRestored(int, MediaPeriodId)}. */
204 /** Dispatches {@link #onDrmKeysRemoved(int, MediaPeriodId)}. */
214 /** Dispatches {@link #onDrmSessionReleased(int, MediaPeriodId)}. */
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementFailureTest.kt51 expectUnreached() // will be cancelled before it dispatches in <lambda>()
66 expectUnreached() // will be cancelled before it dispatches in <lambda>()
77 expectUnreached() // will be cancelled before it dispatches in <lambda>()
92 expectUnreached() // will be cancelled before it dispatches in testReceiveOrClosedSelectCancelledFail()
103 expectUnreached() // will be cancelled before it dispatches in <lambda>()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/event_code_tests/
Dgroup_constraint_l2l3_sel_test.c13 /* All successful D-side store dispatches for this thread */
15 /* All successful D-side store dispatches for this thread that were L2 Miss */
17 /* All successful D-side store dispatches for this thread that were L2 Miss */
Dgroup_constraint_unit_test.c13 /* All successful D-side store dispatches for this thread with PMC 2 */
15 /* All successful D-side store dispatches for this thread with PMC 4 */
17 /* All successful D-side store dispatches for this thread that were L2 Miss with PMC 3 */
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/source/
DMediaSourceEventListener.EventDispatcher.html138 <div class="block">Dispatches events to <a href="MediaSourceEventListener.html" title="interface in…
230 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onDownstreamFormatChanged(int,…
237 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onDownstreamFormatChanged(int,…
245 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
259 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
267 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
275 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
289 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
297 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
313 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadError(int,com.google.and…
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/source/
DMediaSourceEventListener.EventDispatcher.html138 <div class="block">Dispatches events to <a href="MediaSourceEventListener.html" title="interface in…
230 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onDownstreamFormatChanged(int,…
237 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onDownstreamFormatChanged(int,…
245 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
259 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
267 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCanceled(int,com.google.…
275 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
289 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
297 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadCompleted(int,com.google…
313 <div class="block">Dispatches <a href="MediaSourceEventListener.html#onLoadError(int,com.google.and…
[all …]
/external/pigweed/pw_web/log-viewer/src/components/log-view-controls/
Dlog-view-controls.ts81 * event and dispatches an event with the input value after a specified
132 * Dispatches a custom event for clearing logs. This event includes a
148 /** Dispatches a custom event for toggling wrapping. */
159 * Dispatches a custom event for closing the parent view. This event includes
175 * Dispatches a custom event for showing or hiding a column in the table. This
229 * Dispatches a custom event for downloading a logs file. This event includes
/external/pigweed/pw_async/public/pw_async/
Dfake_dispatcher_fixture.h47 /// Dispatches all tasks with due times up until `now()`.
51 /// Dispatches all tasks with due times up to `end_time`, progressively
58 /// Dispatches all tasks with due times up to `now() + duration`,
/external/blktrace/doc/
Dblktrace.tex164 Read Dispatches: 0, 0KiB Write Dispatches: 7, 128KiB
171 Read Dispatches: 0, 0KiB Write Dispatches: 1, 28KiB
178 Read Dispatches: 0, 0KiB Write Dispatches: 11, 168KiB
300 Read Dispatches: 0, 0KiB Write Dispatches: 0, 0KiB
306 Read Dispatches: 2,407, 38,512KiB Write Dispatches: 118, 61,680KiB
312 Read Dispatches: 2, 32KiB Write Dispatches: 3, 1,344KiB
318 Read Dispatches: 20,576, 329,216KiB Write Dispatches: 1,474, 740,720KiB
325 Read Dispatches: 22,985, 367,760KiB Write Dispatches: 1,595, 803,744KiB
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.h13 /// Given a compiler implementation, it dispatches compile requests to the
32 /// A CompileServer awaits compile requests, and dispatches the requests to a
40 /// When run on the commandline, it receives and therefore dispatches the
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dprofiling_info.cc26 for (const auto& dispatch : dispatches) { in GetTotalTime()
40 "Per kernel timing(" + std::to_string(dispatches.size()) + " kernels):\n"; in GetDetailedReport()
41 for (const auto& dispatch : dispatches) { in GetDetailedReport()
/external/guava/android/guava/src/com/google/common/eventbus/
DDispatcher.java43 * <p>When all subscribers are dispatched to using a <i>direct</i> executor (which dispatches on
63 * Returns a dispatcher that dispatches events to subscribers immediately as they're posted
71 /** Dispatches the given {@code event} to the given {@code subscribers}. */
149 // that simply loops through the subscribers and dispatches the event to each would actually
/external/guava/guava/src/com/google/common/eventbus/
DDispatcher.java43 * <p>When all subscribers are dispatched to using a <i>direct</i> executor (which dispatches on
63 * Returns a dispatcher that dispatches events to subscribers immediately as they're posted
71 /** Dispatches the given {@code event} to the given {@code subscribers}. */
149 // that simply loops through the subscribers and dispatches the event to each would actually
/external/skia/src/gpu/graphite/compute/
DDispatchGroup.h48 * DispatchGroup groups a series of compute pipeline dispatches that need to execute sequentially
49 * (i.e. with a barrier). Dispatches are stored in the order that they will be encoded
77 const skia_private::TArray<Dispatch>& dispatches() const { return fDispatchList; } in dispatches() function
101 // The list of all buffers that must be cleared before the dispatches.
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLimitedDispatcher.kt18 …* By design, 'LimitedDispatcher' never [dispatches][CoroutineDispatcher.dispatch] originally sent … in <lambda>()
20 …* dispatches at most [parallelism] "worker-loop" tasks that poll the underlying queue and cooperat… in <lambda>()
108 * perform any more dispatches. in <lambda>()
/external/clang/include/clang/AST/
DTypeVisitor.h33 /// dispatches the call to function \c VisitFooType, if actual argument type
50 /// dispatches call to the appropriate method. If the implementation class
54 /// \c TypeVisitor dispatches call to the method that handles parent type. In

12345678910>>...23