Searched defs:deltas (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 49 std::unordered_map<std::string, Histogram> deltas; variable
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | LongSamplingCounterArrayTest.java | 143 final long[] deltas = {123, 234, 345, 456}; in testAddCountLocked() local
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | bbox_graph_quant8_signed.mod.py | 21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | bbox_graph.mod.py | 21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 66 repeated SFTimeStatsDeltaProto deltas = 6; field
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameSchedulerBase.cpp | 188 Vector<nsecs_t> deltas; in prime() local
|
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 691 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) { in findNearestTouchable()
|
/frameworks/base/cmds/statsd/src/guardrail/ |
D | StatsdStats.cpp | 308 void StatsdStats::noteUidMapDropped(int deltas) { in noteUidMapDropped()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1263 public int[] deltas; field in GridLayout.Axis
|
/frameworks/ml/nn/common/operations/ |
D | GenerateProposals.cpp | 71 const float* deltas = bboxDeltasData; in bboxTransformFloat32() local
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3499 ANeuralNetworksOperandType deltas = getOpType(inputOperandCode, 3, deltasDims); in detectionPostprocessingOpTest() local
|