Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/cts/tests/tests/opengl/libopengltest/
Dgl2_jni_libone.cpp54 Data data = attachShaderOne(); in Java_android_opengl_cts_GL2JniLibOne_init() local
60 Data data = attachShaderTwo(); in Java_android_opengl_cts_GL2JniLibOne_init() local
64 Data data = attachShaderThree(); in Java_android_opengl_cts_GL2JniLibOne_init() local
68 Data data = attachShaderFour(); in Java_android_opengl_cts_GL2JniLibOne_init() local
74 Data data = attachShaderFive(); in Java_android_opengl_cts_GL2JniLibOne_init() local
78 Data data = attachShaderSix(); in Java_android_opengl_cts_GL2JniLibOne_init() local
82 Data data = attachShaderSeven(); in Java_android_opengl_cts_GL2JniLibOne_init() local
86 Data data = attachShaderEight(); in Java_android_opengl_cts_GL2JniLibOne_init() local
90 Data data = attachShaderNine(); in Java_android_opengl_cts_GL2JniLibOne_init() local
94 Data data = attachShaderTen(); in Java_android_opengl_cts_GL2JniLibOne_init() local
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsStreamMediaProfileTest.java42 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testParcelUnparcel() local
65 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testParcelUnparcelForAudioCodecAttributes() local
102 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testCopyFrom() local
124 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testSetRttMode() local
141 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testReceivingRttAudio() local
156 ImsStreamMediaProfile data = (ImsStreamMediaProfile) dataObj; in parcelUnparcel() local
DImsSsDataTest.java52 ImsSsData data = new ImsSsData(serviceType, requestType, teleserviceType, serviceClass, in testParcelUnparcel() local
70 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCF() local
85 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCW() local
99 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColr() local
113 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColp() local
127 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeClir() local
141 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeIcb() local
155 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeIcbAnon() local
169 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeBarring() local
222 ImsSsData data = new ImsSsData(ImsSsData.SS_CFU, ImsSsData.SS_INTERROGATION, in testRequestTypeInterrogation() local
[all …]
DImsCallProfileTest.java63 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testParcelUnparcel() local
124 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testProprietaryExtrasNullCallExtras() local
145 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testProprietaryExtrasEmptyExtras() local
163 ImsCallProfile data = new ImsCallProfile(); in testCallExtras() local
186 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateCallType() local
199 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateCallExtras() local
215 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateMediaProfile() local
297 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testIsVideoPaused() local
318 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testIsVideoCall() local
334 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testParcelUnparcelExtraNetworkType() local
[all …]
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseDataTest.java48 AdvertiseData data = mAdvertiseDataBuilder.build(); in testEmptyData() local
64 AdvertiseData data = mAdvertiseDataBuilder.setIncludeDeviceName(true).build(); in testEmptyServiceUuid() local
79 AdvertiseData data = in testEmptyManufacturerData() local
95 AdvertiseData data = in testEmptyServiceData() local
112 AdvertiseData data = in testServiceUuid() local
133 AdvertiseData data = in testServiceSolicitationUuids() local
154 AdvertiseData data = in testManufacturerData() local
174 AdvertiseData data = in testServiceData() local
193 AdvertiseData data = in testTransportDiscoveryData() local
222 AdvertiseData data = mAdvertiseDataBuilder.setIncludeTxPowerLevel(true).build(); in testIncludeTxPower() local
[all …]
DTransportBlockTest.java39 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in testInit() local
51 TransportBlock data = new TransportBlock(1, 0, 0, null); in testInitEmpty() local
62 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in testTotalBytes() local
76 TransportBlock data = new TransportBlock(1, 3, 2, new byte[] { in testGetValues() local
95 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in testToByteArray() local
DTransportDiscoveryDataTest.java43 TransportDiscoveryData data = new TransportDiscoveryData(1, transportBlocks); in testInitList() local
55 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in testInitByteArray() local
67 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in testGetValues() local
84 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in testTotalBytes() local
98 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in testToByteArray() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java24 public static double mean(double[] data) { in mean()
32 public static double std(double[] data) { in std()
40 public static double median(double[] data) { in median()
50 public static Complex[] padZeros(Complex[] data, int length) { in padZeros()
86 public static double[] toDouble(short[] data) { in toDouble()
97 public static Complex[] toComplex(double[] data) { in toComplex()
116 public static int findMaxIndex(double[] data) { in findMaxIndex()
123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventLogVerifier.java53 final List<EventMetricData> data = logVerifier.getEventMetricDataList(); in assertMetricsLogged() local
76 final List<EventMetricData> data = logVerifier.getEventMetricDataList(); in assertMetricsNotLogged() local
85 private static void assertExpectedMetricLogged(List<EventMetricData> data, in assertExpectedMetricLogged()
91 private static void assertExpectedMetricNotLogged(List<EventMetricData> data, in assertExpectedMetricNotLogged()
97 private static boolean isExpectedMetricLogged(List<EventMetricData> data, in isExpectedMetricLogged()
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java97 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackStateEvent_default() local
115 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackStateEvent() local
134 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testBundleSessionPlaybackStateEvent() local
153 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackErrorEvent_default() local
176 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackErrorEvent() local
199 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_default() local
228 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_text() local
255 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_audio() local
284 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_video() local
314 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testNetworkEvent_default() local
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0318/
Dpoc.cpp34 Parcel data, reply; in poc() local
46 Parcel data, reply; in poc() local
60 Parcel data, reply; in poc() local
68 Parcel data, reply; in poc() local
95 Parcel data, reply; in get_sensor_list() local
/cts/tests/backup/app/src/android/backup/app/
DFullBackupBackupAgent.java42 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
48 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore()
54 public void onRestoreFile(ParcelFileDescriptor data, long size, in onRestoreFile()
61 public void onFullBackup(FullBackupDataOutput data) throws IOException { in onFullBackup()
DKeyValueBackupAgent.java43 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
62 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore()
68 public void onRestoreFile(ParcelFileDescriptor data, long size, in onRestoreFile()
74 public void onFullBackup(FullBackupDataOutput data) throws IOException { in onFullBackup()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java136 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testScreenStateChangedAtom() local
185 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testChargingStateChangedAtom() local
241 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPluggedStateChangedAtom() local
292 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testBatteryLevelChangedAtom() local
332 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testDeviceIdleModeStateChangedAtom() local
367 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testBatterySaverModeStateChangedAtom() local
385 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testRemainingBatteryCapacity() local
407 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testFullBatteryCapacity() local
426 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryVoltage() local
446 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryLevel() local
[all …]
/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java322 private final String data; field in SparseArrayTest.TestData
324 private TestData(@NonNull String data) { in TestData()
344 private final String data; field in SparseArrayTest.TestData2
346 private TestData2(@NonNull String data) { in TestData2()
366 private final String data; field in SparseArrayTest.TestDataCustomEquals
368 private TestDataCustomEquals(@NonNull String data) { in TestDataCustomEquals()
392 private final String data; field in SparseArrayTest.TestDataCustomEquals2
394 private TestDataCustomEquals2(@NonNull String data) { in TestDataCustomEquals2()
418 private SubTestData(@NonNull String data) { in SubTestData()
/cts/tests/tests/gameservice/src/android/service/games/testing/
DGetResultActivity.java29 public final Intent data; field in GetResultActivity.Result
31 public Result(int requestCode, int resultCode, Intent data) { in Result()
40 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/tests/app/src/android/app/cts/
DFragmentReceiveResultTest.java62 final String data = captor.getValue() in testStartActivityForResultOk() local
74 final String data = captor.getValue() in testStartActivityForResultCanceled() local
86 final String data = captor.getValue() in testStartIntentSenderForResultOk() local
98 final String data = captor.getValue() in testStartIntentSenderForResultCanceled() local
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DMyActivity.java33 public final Intent data; field in MyActivity.Result
35 public Result(int requestCode, int resultCode, Intent data) { in Result()
52 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/wifi/
DWifiStatsTests.java85 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testWifiLockHighPerf() local
114 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testWifiLockLowLatency() local
143 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testWifiMulticastLock() local
180 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testWifiReconnect() local
260 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testWifiScanLogsStateChangedAtoms() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
Dpoc.cpp61 Parcel data, reply; in bcfree_helper() local
69 Parcel data, reply; in bcfree_helper() local
82 Parcel data, reply; in bcfree() local
90 Parcel data, reply; in bcfree() local
151 Parcel data, reply; in bcfree() local
/cts/tests/app/app/src/android/app/stubs/
DGetResultActivity.java33 public final Intent data; field in GetResultActivity.Result
35 public Result(int requestCode, int resultCode, Intent data) { in Result()
52 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DGetResultActivity.java39 public final Intent data; field in GetResultActivity.Result
41 public Result(int requestCode, int resultCode, Intent data) { in Result()
67 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DGetResultActivity.java33 public final Intent data; field in GetResultActivity.Result
35 public Result(int requestCode, int resultCode, Intent data) { in Result()
52 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DGetResultActivity.java33 public final Intent data; field in GetResultActivity.Result
35 public Result(int requestCode, int resultCode, Intent data) { in Result()
52 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()
/cts/tests/providerui/src/android/providerui/cts/
DGetResultActivity.java33 public final Intent data; field in GetResultActivity.Result
35 public Result(int requestCode, int resultCode, Intent data) { in Result()
52 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()

12345678910>>...21