Home
last modified time | relevance | path

Searched defs:stateIndex (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/processor/
H A DMultiStateStats.java104 States[] states, int[] statesValues, int stateIndex) { in forEachTrackedStateCombination()
223 private int extractStateFromComposite(int compositeState, int stateIndex) { in extractStateFromComposite()
228 int setStateInComposite(int baseCompositeState, int stateIndex, int value) { in setStateInComposite()
325 void setState(int stateIndex, int state, long timestampMs) { in setState()
/aosp_15_r20/external/aac/libFDK/src/
H A DFDK_lpc.cpp220 int stateIndex = *pStateIndex; in CLpc_Synthesis() local
263 int stateIndex = *pStateIndex; in CLpc_Synthesis() local
305 int stateIndex; in CLpc_Analysis() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
H A DUtils.java62 final int stateIndex = result.indexOf("mState", startIndex); in getStateForOverlay() local
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DOverlayHostTest.java103 int stateIndex = result.indexOf("mState", startIndex); in getStateForOverlay() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.kt48 val stateIndex: Int = prefs.getInt(STATE, Stopwatch.State.RESET.ordinal) in getStopwatch() constant
/aosp_15_r20/frameworks/base/tests/Tracing/src/android/tracing/perfetto/
H A DTestDataSource.java76 public int stateIndex = lastIndex++; field in TestDataSource.TestTlsState
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DGestureNavSwitchHelper.java313 final int stateIndex = dumpResult.indexOf("mState", startIndex); in getStateForOverlay() local
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DFindAddress.java336 int stateIndex = stateMatch.groupCount(); in isValidZipCode() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeVectorDrawableTest.java322 final int stateIndex = state.indexOf("state_"); in getTitleForStateSet() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DVectorDrawableTest.java310 final int stateIndex = state.indexOf("state_"); in getTitleForStateSet() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
H A DInteractiveVerifierActivity.java184 final int stateIndex = mTestList.indexOf(mCurrentTest); in onSaveInstanceState() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySavingStats.java238 Stat getStat(int stateIndex) { in getStat()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DRecordingActivityMonitor.java436 int stateIndex = -1; in updateSnapshot() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp1935 for (size_t stateIndex = 0; stateIndex < firstPipeline.size(); ++stateIndex) in GetCommonPipelineState() local
1947 bool IsPipelineState(size_t stateIndex, PipelineState pipelineState, size_t range) in IsPipelineState()
1954 size_t GetPipelineStateSubIndex(size_t stateIndex, PipelineState pipelineState) in GetPipelineStateSubIndex()
1959 PipelineState GetPipelineState(size_t stateIndex, bool *isRangedOut, size_t *subIndexOut) in GetPipelineState()
2001 [[maybe_unused]] void OutputPipelineState(std::ostream &out, size_t stateIndex, uint32_t state) in OutputPipelineState()
2537 for (size_t stateIndex : include) in OutputAllPipelineState() local
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
H A Darm_math.h4433 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4446 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4459 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4472 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
H A Darm_math.h4433 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4446 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4459 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4472 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h4699 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4713 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4727 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4741 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBinderProxy.java782 FrozenStateChangeCallback callback, IBinder binderProxy, int stateIndex) { in invokeFrozenStateChangeCallback()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DInteractiveVerifierActivity.java227 final int stateIndex = mTestList.indexOf(mCurrentTest); in onSaveInstanceState() local
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java227 int stateIndex = 0; in createStateListAnimatorFromXml() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp396 const int stateIndex = transpose ? (x * N + y) : (y * N + x); in verifyUniformMatrixValues() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-30/
Dservices.core.unboosted.jarcom/android/server/powerstats/IntervalRandomNoiseGenerator.class IntervalRandomNoiseGenerator.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar30META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dservices.core.unboosted.jar27META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp541 const int stateIndex = transpose ? (x * N + y) : (y * N + x); in verifyUniformMatrixValues() local

12345678910>>...15