Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A DScanScheduleUtilFilterTest.java133 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataEmptyWithNoBucketInfo() local
145 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithNoBucketInfo() local
157 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex() local
169 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned() local
181 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithNoBucketInfo() local
194 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithBucketDefinitlyNotScanned() local
207 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSinglePartialMatchingWithNoBucketInfo() local
220 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithNoBucketInfo() local
232 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithOneDefinitlyScanned() local
245 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleMatchingWithNoBucketInfo() local
[all …]
/aosp12/art/test/003-omnibus-opcodes/src/
H A DFloatMath.java138 float[] results = new float[10]; in floatOperTest() local
167 static void floatOperCheck(float[] results) { in floatOperCheck()
187 double[] results = new double[10]; in doubleOperTest() local
238 int[] results = new int[6]; in convI() local
247 static void checkConvI(int[] results) { in checkConvI()
258 long[] results = new long[6]; in convL() local
267 static void checkConvL(long[] results) { in checkConvL()
278 float[] results = new float[3]; in convF() local
284 static void checkConvF(float[] results) { in checkConvF()
292 double[] results = new double[3]; in convD() local
[all …]
H A DIntMath.java167 int[] results = new int[10]; in intOperTest() local
185 static void intOperCheck(int[] results) { in intOperCheck()
213 int[] results = new int[8]; in lit16Test() local
226 static void lit16Check(int[] results) { in lit16Check()
243 int[] results = new int[8]; in lit8Test() local
256 static void lit8Check(int[] results) { in lit8Check()
356 int results[] = new int[4]; in intShiftTest() local
365 static void intShiftCheck(int[] results) { in intShiftCheck()
381 long[] results = new long[10]; in longOperTest() local
399 static void longOperCheck(long[] results) { in longOperCheck()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndex.java232 MtpDeviceIndexRunnable.Results results = mResults; in size() local
244 MtpDeviceIndexRunnable.Results results = mResults; in get() local
274 MtpDeviceIndexRunnable.Results results = mResults; in getWithoutLabels() local
297 MtpDeviceIndexRunnable.Results results = mResults; in getPositionFromPositionWithoutLabels() local
335 MtpDeviceIndexRunnable.Results results = mResults; in getPositionWithoutLabelsFromPosition() local
360 MtpDeviceIndexRunnable.Results results = mResults; in sizeWithoutLabels() local
370 MtpDeviceIndexRunnable.Results results = mResults; in getFirstPositionForBucketNumber() local
387 MtpDeviceIndexRunnable.Results results = mResults; in getBucketNumberForPosition() local
404 MtpDeviceIndexRunnable.Results results = mResults; in isFirstInBucket() local
420 MtpDeviceIndexRunnable.Results results = mResults; in getBuckets() local
[all …]
/aosp12/packages/services/Car/packages/CarDeveloperOptions/tests/unit/src/com/android/car/developeroptions/
H A DCarDeveloperOptionsIntentTest.java53 List<ResolveInfo> results = mPm.queryIntentActivities(createSettingsPackageIntent(), in testAvailableIntentActivities_onlyAllowlisted() local
67 List<ResolveInfo> results = mPm.queryIntentServices(createSettingsPackageIntent(), in testAvailableIntentServices_returnsZero() local
79 List<ResolveInfo> results = mPm.queryBroadcastReceivers(createSettingsPackageIntent(), in testAvailableBroadcastReceivers_returnsZero() local
91 List<ResolveInfo> results = mPm.queryIntentContentProviders(createSettingsPackageIntent(), in testAvailableContentProviders_returnsZero() local
/aosp12/system/chre/apps/wifi_offload/
H A Dscan_result_message.cc22 void ScanResultMessage::SetScanResults(const Vector<ScanResult> &results) { in SetScanResults()
30 void ScanResultMessage::GetScanResults(Vector<ScanResult> *results) { in GetScanResults()
45 auto results = SerializeVector(scan_results_, builder); in Serialize() local
/aosp12/art/test/551-checker-shifter-operand/src/
H A DMain.java973 long[] results = new long[36]; in $opt$validateShiftLong() local
1018 long[] results = $opt$validateShiftLong(a, b); in $opt$validateShiftLongAsserts() local
1047 assertLongEquals(a ^ $noinline$LongUshr(b, 1), results[24]); in $opt$validateShiftLongAsserts() local
1048 assertLongEquals(a ^ $noinline$LongUshr(b, 6), results[25]); in $opt$validateShiftLongAsserts() local
1049 assertLongEquals(a ^ $noinline$LongUshr(b, 7), results[26]); in $opt$validateShiftLongAsserts() local
1050 assertLongEquals(a ^ $noinline$LongUshr(b, 8), results[27]); in $opt$validateShiftLongAsserts() local
1051 assertLongEquals(a ^ $noinline$LongUshr(b, 14), results[28]); in $opt$validateShiftLongAsserts() local
1052 assertLongEquals(a ^ $noinline$LongUshr(b, 15), results[29]); in $opt$validateShiftLongAsserts() local
1053 assertLongEquals(a ^ $noinline$LongUshr(b, 16), results[30]); in $opt$validateShiftLongAsserts() local
1054 assertLongEquals(a ^ $noinline$LongUshr(b, 30), results[31]); in $opt$validateShiftLongAsserts() local
[all …]
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/
H A DTvContentRatingCacheTest.java169 ImmutableList<TvContentRating> results = in testStringToContentRatings_oneGoodOneBad() local
179 ImmutableList<TvContentRating> results = in testStringToContentRatings_one() local
189 ImmutableList<TvContentRating> results = in testStringToContentRatings_twoNotInOrder() local
200 ImmutableList<TvContentRating> results = in testStringToContentRatings_twoInOrder() local
211 ImmutableList<TvContentRating> results = in testStringToContentRatings_double() local
/aosp12/frameworks/base/core/java/android/app/
H A DIInstrumentationWatcher.aidl28 in Bundle results); in instrumentationStatus()
30 in Bundle results); in instrumentationFinished()
/aosp12/art/test/2037-thread-name-inherit/src/
H A DMain.java96 public static native void runThreadTest(BiConsumer<String, Thread> results); in runThreadTest()
98 public static native void runThreadTestWithName(BiConsumer<String, Thread> results); in runThreadTestWithName()
100 public static native void runThreadTestSetJava(BiConsumer<String, Thread> results); in runThreadTestSetJava()
/aosp12/build/make/tools/
H A Dsoong_to_convert.py103 def filter(results, module_type): argument
106 def display(results): argument
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DTotalCaptureResult.java73 public TotalCaptureResult(String logicalCameraId, CameraMetadataNative results, in TotalCaptureResult()
102 public TotalCaptureResult(String logicalCameraId, CameraMetadataNative results, in TotalCaptureResult()
132 public TotalCaptureResult(CameraMetadataNative results, int sequenceId) { in TotalCaptureResult()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadHardwareInterface.java308 final CbResults results = new CbResults(); in initOffloadConfig() local
389 final CbResults results = new CbResults(); in initOffloadControl() local
449 final CbResults results = new CbResults(); in setLocalPrefixes() local
470 final CbResults results = new CbResults(); in setDataLimit() local
496 final CbResults results = new CbResults(); in setDataWarningAndLimit() local
525 final CbResults results = new CbResults(); in setUpstreamParameters() local
546 final CbResults results = new CbResults(); in addDownstreamPrefix() local
566 final CbResults results = new CbResults(); in removeDownstreamPrefix() local
586 private void record(String msg, CbResults results) { in record()
/aosp12/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java121 Bundle results); in onInstrumentationStatusLocked()
127 Bundle results); in onInstrumentationFinishedLocked()
162 Bundle results) { in onInstrumentationStatusLocked()
183 Bundle results) { in onInstrumentationFinishedLocked()
255 Bundle results) { in onInstrumentationStatusLocked()
280 Bundle results) { in onInstrumentationFinishedLocked()
382 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { in instrumentationStatus()
390 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java90 InformationElement[] results = in parseInformationElements_withEmptyByteArray() local
102 InformationElement[] results = in parseInformationElements_withNullBytes() local
114 InformationElement[] results = in parseInformationElements_withZeroLengthAndExtensionId() local
129 InformationElement[] results = in parseInformationElements_withZeroLengthAndExtensionIdAfterAnotherIe() local
147 InformationElement[] results = in parseInformationElements_withSingleElement() local
170 InformationElement[] results = in parseInformationElements_withExtraPadding() local
193 InformationElement[] results = in parseInformationElements_secondElementInvalidLength() local
213 InformationElement[] results = in parseInformationElements_twoElements() local
240 InformationElement[] results = in parseInformationElements_firstElementZeroLength() local
270 InformationElement[] results = in parseInformationElements_firstElementWrongLength() local
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java107 Bundle results) { in Report()
119 Bundle results) { in reportStatus()
127 Bundle results) { in reportFinished()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DXmlPerfTest.java83 final Bundle results = new Bundle(); in doWrite() local
127 final Bundle results = new Bundle(); in doRead() local
133 final Bundle results = new Bundle(); in doRead() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttServiceImplTest.java258 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlow() local
356 Pair<List<RangingResult>, List<RangingResult>> results = in testRangingFlowUsingAwarePeerHandles() local
393 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlowNativeFailure() local
459 Pair<List<RangingResult>, List<RangingResult>> results = in testRangingRequestWithoutRuntimePermission() local
498 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testBinderDeathOfRangingApp() local
581 Pair<List<RangingResult>, List<RangingResult>> results = in testBinderDeathWithWorkSource() local
631 Pair<List<RangingResult>, List<RangingResult>> results = in testCancelRangingFullMatch() local
678 Pair<List<RangingResult>, List<RangingResult>> results = in testCancelRangingPartialMatch() local
719 Pair<List<RangingResult>, List<RangingResult>> results = in testUnexpectedResult() local
760 Pair<List<RangingResult>, List<RangingResult>> results = in testMissingResults() local
[all …]
/aosp12/frameworks/base/core/java/android/speech/
H A DIRecognitionListener.aidl71 void onResults(in Bundle results); in onResults()
78 void onPartialResults(in Bundle results); in onPartialResults()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java83 String[] results = query("SELECT data FROM test"); in testLocaleInsertOrder() local
92 String[] results; in testLocaleenUS() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureSearchResultsTest.java73 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testNoTargets() local
81 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testNoValidTargets() local
103 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testSingleTarget() local
128 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testSingleTarget_backgroundThread() local
190 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testRanking() local
218 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testTimeout() local
284 ScrollCaptureSearchResults results = new ScrollCaptureSearchResults(mDirectExec); in testWithCallbackMultipleReplies() local
/aosp12/packages/modules/Virtualization/compos/src/
H A Dcompsvc_worker.rs93 let results: io::Result<Vec<_>> = config in open_authfs_files_for_mapping() localVariable
100 let results: io::Result<Vec<_>> = config in open_authfs_files_for_mapping() localVariable
170 let results: Result<Vec<_>> = matches in parse_args() localVariable
185 let results: Result<Vec<_>> = matches in parse_args() localVariable
/aosp12/frameworks/base/core/java/android/widget/
H A DCursorFilter.java51 FilterResults results = new FilterResults(); in performFiltering() local
63 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()
/aosp12/art/test/626-const-class-linking/src/
H A DMain.java124 final Object[] results = new Object[threads.length]; in testRacyLoader() local
158 final Object[] results = new Object[threads.length]; in testRacyLoader2() local
195 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader() local
230 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader2() local
261 private static void dumpResultStats(Object[] results, int expected_unique) throws Exception { in dumpResultStats()
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java135 Bundle results = new Bundle(); in downloadFile() local
189 Bundle results = new Bundle(); in uploadFile() local
246 Bundle results = new Bundle(); in downloadFileUsingDownloadManager() local
313 public void addStatsToResults(String label, NetworkStats stats, Bundle results, int uid){ in addStatsToResults()

12345678910>>...19