Home
last modified time | relevance | path

Searched defs:deltas (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h49 std::unordered_map<std::string, Histogram> deltas; variable
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLongSamplingCounterArrayTest.java143 final long[] deltas = {123, 234, 345, 456}; in testAddCountLocked() local
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dbbox_graph_quant8_signed.mod.py21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dbbox_graph.mod.py21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto66 repeated SFTimeStatsDeltaProto deltas = 6; field
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp188 Vector<nsecs_t> deltas; in prime() local
/frameworks/base/core/java/android/view/
DFocusFinder.java691 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) { in findNearestTouchable()
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp308 void StatsdStats::noteUidMapDropped(int deltas) { in noteUidMapDropped()
/frameworks/base/core/java/android/widget/
DGridLayout.java1263 public int[] deltas; field in GridLayout.Axis
/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp71 const float* deltas = bboxDeltasData; in bboxTransformFloat32() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3499 ANeuralNetworksOperandType deltas = getOpType(inputOperandCode, 3, deltasDims); in detectionPostprocessingOpTest() local