/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 118 bool drop = false; // whether to drop each frame in checkFencesAndGetRenderedFrames() local 121 drop = dropIncomplete; in checkFencesAndGetRenderedFrames() 126 drop = true; in checkFencesAndGetRenderedFrames() 128 drop = dropIncomplete; in checkFencesAndGetRenderedFrames() 140 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) { in checkFencesAndGetRenderedFrames()
|
D | SurfaceUtils.cpp | 305 bool drop = in disableLegacyBufferDropPostQ() local 308 if (!drop) { in disableLegacyBufferDropPostQ()
|
/frameworks/base/tests/net/res/raw/ |
D | net_dev_typical | 2 …face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo c…
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 859 def __init__(self, origin, target, dim, drop=[], name=None): argument 867 self.drop = [drop] if type(drop) is int else list(drop) 868 assert all(i >= -dim and i < dim for i in self.drop) 869 self.drop = [i if i >= 0 else i + dim for i in self.drop] 870 assert target not in self.drop and target + dim not in self.drop 874 axis -= sum(i < axis for i in self.drop) 876 self.name = "dim%d_axis%d%s"%(self.dim - len(self.drop), axis, neg) 895 op.SetValue(op.value[0] - sum(i < op.value[0] for i in self.drop)) 897 op.SetValue(op.value[0] + sum(i > (op.value[0] + self.dim) for i in self.drop)) 901 for i in sorted(self.drop, reverse=True): [all …]
|
D | README.md | 150 converter = AxisConverter(originalAxis, targetAxis, dimension, drop=[], name="variation_name").Iden… 170 toDim2 = AxisConverter(-1, -1, 4, drop=[0, 1]).Identify([input, output, axis]) 176 toDim2Axis0 = AxisConverter(-1, 2, 4, drop=[0, 1]).Identify([input, output, axis]) 284 drop = list(range(dim)) 285 drop.pop(origin) 287 AxisConverter(origin, origin, dim, drop[0:(dim-i)]).Identify(op_list) for i in dims]) 291 AxisConverter(origin, origin, dim, drop[0:i]).Identify(op_list) for i in range(dim)])
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 33 # PDP drop caused by network 39 # CDMA data network drop
|
/frameworks/native/services/surfaceflinger/ |
D | MonitoredProducer.cpp | 135 status_t MonitoredProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 136 return mProducer->setLegacyBufferDrop(drop); in setLegacyBufferDrop()
|
D | MonitoredProducer.h | 64 virtual status_t setLegacyBufferDrop(bool drop) override;
|
/frameworks/hardware/interfaces/stats/1.0/test_client/ |
D | StatsClient.cpp | 101 PhysicalDropDetected drop{ in main() local 103 client->reportPhysicalDropDetected(drop); in main()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1490 int drop = -1; in addPoint() local 1497 drop = i; in addPoint() 1500 if (i == NUM_PAST && drop < 0) { in addPoint() 1501 drop = 0; in addPoint() 1503 if (drop == i) drop--; in addPoint() 1506 if (drop >= 0) { in addPoint() 1507 final int start = drop+1; in addPoint() 1508 final int count = NUM_PAST-drop-1; in addPoint() 1512 i -= (drop+1); in addPoint()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 42 * Report the detection of a physical drop event, as detected by 46 * confidence that a drop occured, peak detected acceleration, and the
|
D | types.hal | 78 * Represents a physical drop detected event. 82 /* Confidence that the event was actually a drop, 0 -> 100 */ 85 /* Peak acceleration of the drop, in 1/1000s of a g. */
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 441 virtual status_t setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 445 data.writeInt32(drop); in setLegacyBufferDrop() 655 status_t setLegacyBufferDrop(bool drop) override { in setLegacyBufferDrop() argument 656 return mBase->setLegacyBufferDrop(drop); in setLegacyBufferDrop() 685 status_t IGraphicBufferProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 687 (void) drop; in setLegacyBufferDrop() 1048 bool drop = data.readInt32(); in onTransact() local 1049 int result = setLegacyBufferDrop(drop); in onTransact()
|
D | BufferQueueProducer.cpp | 1528 status_t BufferQueueProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 1530 BQ_LOGV("setLegacyBufferDrop: drop = %d", drop); in setLegacyBufferDrop() 1533 mCore->mLegacyBufferDrop = drop; in setLegacyBufferDrop()
|
/frameworks/base/mime/ |
D | Android.bp | 103 // strip comments normalize whitepace drop empty lines 119 …// strip comments normalize whitepace drop empty lines prepend ? to fields t…
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueProducer.h | 178 virtual status_t setLegacyBufferDrop(bool drop);
|
D | IGraphicBufferProducer.h | 607 virtual status_t setLegacyBufferDrop(bool drop);
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 56 * Server must drop all references to callback and stop sending events.
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 768 void drop() { in drop() method in SoundTriggerService.Operation 1051 op.drop(); in runOrAddOperation() 1084 op.drop(); in runOrAddOperation()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 52 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 179 implementation. The cache implementation can simply drop a value if it
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 976 media::Metadata::Filter allow, drop; in setMetadataFilter() local 979 unmarshallFilter(filter, &drop, &status)) { in setMetadataFilter() 983 mMetadataDrop = drop; in setMetadataFilter()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 258 * For buffer drop errors, the stream ID for the stream that lost a buffer.
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1600 // Reasons for data call drop - network/modem disconnect
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4894 // Action: user selected a notification snooze duration from the drop down 4910 // Action: user togged the visibility of the notification snooze options drop down 6052 // ACTION: Physical drop event 6058 // FIELD: Confidence in detection of drop, in integer percentage.
|