Home
last modified time | relevance | path

Searched refs:SINGLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java93 SINGLE, enumConstant
171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE)
212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE)
245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE)
260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE)
326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE)
396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE)
402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE)
417 @Line(tag="vers", scope=Scope.SYSTEM, count=Count.SINGLE)
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java56 new ViewClickAction(Tap.SINGLE, new TextCoordinates(index), Press.FINGER)); in clickOnTextAtIndex()
69 return actionWithAssertions(new MouseClickAction(Tap.SINGLE, GeneralLocation.VISIBLE_CENTER, in mouseClick()
101 new MouseClickAction(Tap.SINGLE, new TextCoordinates(index), button)); in mouseClickOnTextAtIndex()
DSuggestionsPopupwindowUtils.java107 new ViewClickAction(Tap.SINGLE, GeneralLocation.VISIBLE_CENTER, Press.FINGER); in SuggestionItemClickAction()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp426 enum GraphSize : uint32_t { SINGLE = 1, SMALL = 5, LARGE = 40 }; enumerator
470 testRandomGraph(GraphSize::SINGLE, DimensionRange::WIDE); \
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp43 SINGLE, enumerator
70 case SINGLE: in setUpBLASCall()
111 RsBlasCall call = setUpBLASCall(SINGLE, func, TransA, TransB, Side, Uplo, Diag, in nScriptIntrinsicBLAS_Single()