Home
last modified time | relevance | path

Searched refs:getN (Results 1 – 16 of 16) sorted by relevance

/aosp12/art/test/1339-dead-reference-safe/src/
H A DReachabilitySensitiveFunTest.java30 int getN() { in getN() method in ReachabilitySensitiveFunTest
41 count += x.getN(); in $noinline$loop()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DUnion.java59 public int getN() { in getN() method in Union
163 _aidl_parcel.writeInt(getN()); in writeToParcel()
239 case n: return "android.aidl.tests.Union.n(" + (getN()) + ")"; in toString()
/aosp12/system/media/audio_utils/tests/
H A Dtimestampverifier_tests.cpp69 EXPECT_EQ(1, tv2.getJitterMs().getN()); in TEST()
80 EXPECT_EQ(8, tv3.getN()); in TEST()
H A Dstatistics_tests.cpp71 constexpr int64_t getN() const { return mN; } in getN() function in ConstexprStatistics
127 EXPECT_EQ(refstat.getN(), stat.getN()); in verify()
525 stddev, (long long) fit.getN(), a, b, r2); in TEST()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java122 return (int) mStoredStatistics[0].getN(); in getTotalFrameCount()
141 " Count Bad: " + badFramesStats.getN() + " Count Jank: " + length); in getScore()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DStatistics.h307 constexpr int64_t getN() const {
364 const int64_t N = getN();
430 if (getN() == 0) {
443 int64_t getN() const {
511 const auto N = getN();
H A DTimestampVerifier.h131 if (mTimestampEstimator.getN() > 2 in add()
235 constexpr int64_t getN() const { return mTimestamps; } in getN() function
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java500 harmonicParams2g.getN(), in updateCoexUnsafeChannels()
516 harmonicParams5g.getN(), in updateCoexUnsafeChannels()
538 intermodParams2g.getN(), in updateCoexUnsafeChannels()
564 intermodParams5g.getN(), in updateCoexUnsafeChannels()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DFrame.java75 float getN() { in getN() method in Frame
H A DCam.java211 (float) Math.pow(t, 0.9) * (float) Math.pow(1.64 - Math.pow(0.29, frame.getN()), in fromIntInFrame()
288 (float) Math.pow(alpha / Math.pow(1.64 - Math.pow(0.29, frame.getN()), 0.73), in viewed()
/aosp12/packages/modules/Wifi/service/coex-table-parser/api/
H A Dcurrent.txt28 method public int getN();
37 method public int getN();
/aosp12/frameworks/av/services/audioflinger/
H A DThreadMetrics.h152 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
H A DFastMixerDumpState.cpp129 wall.getN() * mixPeriodSec); in dump()
H A DTrackMetrics.h162 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
H A DThreads.cpp446 const unsigned n = mWcStats.getN(); in sample()
976 if (mProcessTimeMs.getN() > 0) { in dumpBase_l()
980 if (mIoJitterMs.getN() > 0) { in dumpBase_l()
986 if (mLatencyMs.getN() > 0) { in dumpBase_l()
1900 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
1913 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()
1932 if (mIoJitterMs.getN() > 0) { in sendStatistics()
1936 if (mProcessTimeMs.getN() > 0) { in sendStatistics()
1941 if (tsjitter.getN() > 0) { in sendStatistics()
1945 if (mLatencyMs.getN() > 0) { in sendStatistics()
[all …]
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...