Home
last modified time | relevance | path

Searched defs:frequencies (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderTest.java180 long[] frequencies = {1, 2, 3, 4, 1, 2, 3, 4}; in testBucketSetup_simple() local
194 long[] frequencies = {1, 2, 3, 4, 5, 6, 7, 8}; in testBucketSetup_noBig() local
208 long[] frequencies = {1, 2, 3, 4, 5, 1, 2, 3}; in testBucketSetup_moreLittle() local
222 long[] frequencies = {1, 2, 3, 1, 2, 3, 4, 5}; in testBucketSetup_moreBig() local
236 long[] frequencies = {1, 2, 3, 4, 1, 2, 3, 4}; in testBucketSetup_equalBuckets() local
250 long[] frequencies = {1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3}; in testBucketSetup_moreBigBucketsThanFrequencies() local
265 long[] frequencies = {1, 2, 3, 4, 2, 3, 4, 5}; in testBucketSetup_oneBucket() local
280 long[] frequencies = {1, 2, 3, 4, 2, 3, 4, 5, 3, 4, 5, 6}; in testBucketSetup_threeClusters() local
294 long[] frequencies = {1, 1, 1, 1, 1, 1, 1, 1}; in testBucketSetup_moreClustersThanBuckets() local
/aosp_15_r20/external/igt-gpu-tools/man/
H A Dintel_gpu_frequency.rst16 SYNOPSIS
21 DESCRIPTION
34 OPTIONS
64 EXAMPLES
76 REPORTING BUGS
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java116 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
139 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
883 int[] frequencies = {2437, 5180, 5180, 2437, 2437, 5180, 5180, 2437}; in testFailureCounting_countFailuresAcrossSsids() local
1517 int[] frequencies = {2437, 5180, 5180, 2437, 2437}; in testMetricsCollection() local
1830 int[] frequencies = {2437}; in testIncrementingWatchdogConnectionFailuresAfterTrigger() local
1875 int[] frequencies = {2437}; in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds() local
1948 int[] frequencies = {2437}; in testWatchdogVerifiesAtLeastOneNetworkIsConnectedBeforeTriggeringBugreport() local
2052 int[] frequencies = {2437}; in testMetricsCollectionWithMixtureReason() local
2104 int[] frequencies = {2437}; in testWatchdogWithTimeBasedLogic() local
2167 int[] frequencies = {2437}; in testWatchdogAssumesSuccessOnlyIfConnectedOnSameSsid() local
[all …]
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_test_data.py26 frequencies=None, argument
150 def __init__(self, frequencies, url=None, duration_secs=None): argument
166 frequencies=None, argument
/aosp_15_r20/external/cronet/base/trace_event/
H A Dcpufreq_monitor_android_unittest.cc151 const std::vector<std::pair<unsigned int, unsigned int>>& frequencies) { in CreateDefaultScalingCurFreqFiles()
169 std::vector<std::pair<unsigned int, unsigned int>> frequencies = { in InitBasicCPUInfo() local
205 std::vector<std::pair<unsigned int, unsigned int>> frequencies = {{0, 500}, in TEST_F() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/
H A DCpuPowerStatsCollector.java167 int[] frequencies = mCpuScalingPolicies.getFrequencies(policy); in initPowerBracketsFromPowerProfile() local
183 int[] frequencies = mCpuScalingPolicies.getFrequencies(policy); in initPowerBracketsByCluster() local
211 int[] frequencies = mCpuScalingPolicies.getFrequencies(policy); in initDefaultPowerBrackets() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuThreadReader.java410 public FrequencyBucketCreator(long[] frequencies, int targetNumBuckets) { in FrequencyBucketCreator()
443 public int[] bucketFrequencies(long[] frequencies) { in bucketFrequencies()
459 private static int[] getClusterStartIndices(long[] frequencies) { in getClusterStartIndices()
/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DScanCallback.java51 @Deprecated void onFrequenciesReported(@NonNull int[] frequencies); in onFrequenciesReported()
54 default void onFrequenciesLongReported(@NonNull long[] frequencies) { in onFrequenciesLongReported()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/
DFrontendScanMessage.java19 public final static int frequencies = 3; // long[] frequencies; field in FrontendScanMessage
104 public static FrontendScanMessage frequencies(long[] _value) { in frequencies() method in FrontendScanMessage
528 public static final int frequencies = 3; field
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DExternalPnoScanRequestManager.java97 @NonNull List<WifiSsid> ssids, @NonNull int[] frequencies) { in setRequest()
226 IPnoScanResultsCallback callback, List<WifiSsid> ssids, int[] frequencies) { in ExternalPnoScanRequest()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DCommon.java104 private static double[] frequencies() { in frequencies() method in Common
119 ArrayList<Double> frequencies = new ArrayList<Double>(); in originalFrequencies() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DFrontendScanMessage.h56 frequencies = 3, enumerator
75 static const inline Tag frequencies = Tag::frequencies; variable
/aosp_15_r20/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/
DDeflakeHostTestBase.kt147 val frequencies = failures.groupingBy(TestFailure::stacktrace).eachCount().toList() in <lambda>() constant
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java79 final Map<Integer, Integer> frequencies, in readUnigramsAndBigramsBinaryInner()
149 final Map<Integer, String> words, final Map<Integer, Integer> frequencies, in readUnigramsAndBigramsBinary() argument
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWifiManager.java874 int[] frequencies, in setExternalPnoScanRequest()
936 private final List<Integer> frequencies; field in ShadowWifiManager.PnoScanRequest
944 int[] frequencies, in PnoScanRequest()
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
H A DWifiRttTest.java255 int[] frequencies = new int[NUM_OF_RTT_ITERATIONS]; in range11mcApRequest() local
393 int[] frequencies = new int[NUM_OF_RTT_ITERATIONS]; in range11azApRequest() local
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h114 #define DUMP_SUGGESTION(words, frequencies, index, score) \ argument
169 #define DUMP_SUGGESTION(words, frequencies, index, score) argument
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Daudio_test_data.py27 def __init__(self, data_format=None, path=None, frequencies=None, duration_secs=None): argument
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H A DSawtoothOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
H A DImpulseOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
H A DSineOscillator.cpp31 const float *frequencies = frequency.getBuffer(); in onProcess() local
H A DTriangleOscillator.cpp27 const float *frequencies = frequency.getBuffer(); in onProcess() local
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DSawPingGenerator.cpp40 const float *frequencies = frequency.getBuffer(); in onProcess() local
/aosp_15_r20/system/chre/core/
H A Dwifi_scan_request.cc42 DynamicVector<uint32_t> &&frequencies, in WifiScanRequest()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/system_info/
H A Dcpu_info.proto48 repeated uint32 frequencies = 2; field

1234567891011