/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/ |
H A D | merged_tzs2ranges.prototxt | 9 values: "Europe/Paris" 14 values: "Europe/Paris" 19 values: "Europe/Paris" 24 values: "Europe/Paris" 29 values: "Europe/Paris" 34 values: "Europe/Paris" 39 values: "Europe/Paris" 44 values: "Europe/Paris" 49 values: "Europe/Paris" 54 values: "Europe/Paris" [all …]
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/data/ |
H A D | merged_tzs2ranges.prototxt | 9 values: "Europe/Paris" 14 values: "Europe/Paris" 19 values: "Europe/Paris" 24 values: "Europe/Paris" 29 values: "Europe/Paris" 34 values: "Europe/Paris" 39 values: "Europe/Paris" 44 values: "Europe/Paris" 49 values: "Europe/Paris" 54 values: "Europe/Paris" [all …]
|
H A D | Europe_London_tzs2ranges.prototxt | 9 values: "Europe/London" 14 values: "Europe/London" 19 values: "Europe/London" 24 values: "Europe/London" 29 values: "Europe/London" 34 values: "Europe/London" 39 values: "Europe/London" 44 values: "Europe/London" 49 values: "Europe/London" 54 values: "Europe/London" [all …]
|
H A D | Europe_Paris_tzs2ranges.prototxt | 9 values: "Europe/Paris" 14 values: "Europe/Paris" 19 values: "Europe/Paris" 24 values: "Europe/Paris" 29 values: "Europe/Paris" 34 values: "Europe/Paris" 39 values: "Europe/Paris" 44 values: "Europe/Paris" 49 values: "Europe/Paris" 54 values: "Europe/Paris" [all …]
|
H A D | Europe_Isle_of_Man_tzs2ranges.prototxt | 9 values: "Europe/Isle_of_Man" 14 values: "Europe/Isle_of_Man" 19 values: "Europe/Isle_of_Man" 24 values: "Europe/Isle_of_Man" 29 values: "Europe/Isle_of_Man" 34 values: "Europe/Isle_of_Man" 39 values: "Europe/Isle_of_Man" 44 values: "Europe/Isle_of_Man" 49 values: "Europe/Isle_of_Man" 54 values: "Europe/Isle_of_Man" [all …]
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/data/ |
H A D | Europe_London_tzs2ranges.prototxt | 9 values: "Europe/London" 14 values: "Europe/London" 19 values: "Europe/London" 24 values: "Europe/London" 29 values: "Europe/London" 34 values: "Europe/London" 39 values: "Europe/London" 44 values: "Europe/London" 49 values: "Europe/London" 54 values: "Europe/London" [all …]
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | LegacyContactsProviderTest.java | 83 values = noStats(values); in testPeopleInsert() 95 values = noStats(values); in testPeopleUpdate() 100 values.clear(); in testPeopleUpdate() 103 values = noStats(values); in testPeopleUpdate() 106 values.clear(); in testPeopleUpdate() 109 values = noStats(values); in testPeopleUpdate() 135 values.clear(); in testPeopleFilter() 227 values = noStats(values); in testPrimaryPhone() 300 values = noStats(values); in testPrimaryEmail() 435 values = noStats(values); in testPhonesInsert() [all …]
|
H A D | CallLogProviderTest.java | 105 assertStoredValues(uri, values); in testInsert_RegularCallRecord() 145 values.put(Calls.DATE, 2000); in testUpdate() 146 values.put(Calls.DURATION, 40); in testUpdate() 180 assertCursorValues(c, values); in testCallLogFilter() 211 values.put(Calls.FEATURES, 0); in testAddCall() 214 values.put(Calls.DATE, 2000); in testAddCall() 215 values.put(Calls.DURATION, 40); in testAddCall() 453 values.put(Calls.DATE, 1000); in getDefaultValues() 455 values.put(Calls.NEW, 1); in getDefaultValues() 456 return values; in getDefaultValues() [all …]
|
H A D | VoicemailProviderTest.java | 123 values.remove(Voicemails.NEW); in testInsertReadMessageIsNotNew() 138 assertCursorValues(c, values); in testInsertReadMessageIsNotNew() 178 values.put(Voicemails.DATE, 2000); in testUpdate() 181 values.put(Voicemails.STATE, 2); in testUpdate() 192 assertStoredValues(uri, values); in testUpdate() 220 values, null, null); in testUpdateOtherPackageCallLog_NotDirty() 735 values.put(Status.SOURCE_TYPE, in testStatusUpdate() 894 values.put(Voicemails.NEW, 0); in getTestVoicemailValues() 904 return values; in getTestVoicemailValues() 910 return values; in getTestReadVoicemailValues() [all …]
|
H A D | BaseContactsProvider2Test.java | 288 values.put(Phone.TYPE, type); in insertPhoneNumber() 324 values.put(Email.TYPE, type); in insertEmail() 482 values); in insertStreamItem() 490 values); in insertStreamItemPhoto() 500 values.put(Im.DATA, handle); in insertImHandle() 521 values.put(Note.NOTE, note); in insertNote() 863 values.put("dirty", 0); in clearDirty() 879 values.put(column, value); in storeValue() 890 values.put(column, value); in storeValue() 1071 assertSelection(uri, values, idColumn, id, buildProjection(values)); in assertSelectionWithProjection() [all …]
|
/aosp12/frameworks/av/drm/libmediadrm/tests/ |
H A D | EventMetric_test.cpp | 37 EXPECT_TRUE(values.empty()); in TEST() 59 EXPECT_EQ(4, values[7].min); in TEST() 60 EXPECT_EQ(4, values[7].max); in TEST() 64 EXPECT_EQ(5, values[8].min); in TEST() 65 EXPECT_EQ(6, values[8].max); in TEST() 129 EXPECT_LT(values[0].min, values[0].max); in TEST() 131 EXPECT_GT(values[0].mean, values[0].min); in TEST() 132 EXPECT_LE(values[0].mean, values[0].max); in TEST() 135 EXPECT_LT(values[1].min, values[1].max); in TEST() 137 EXPECT_GT(values[1].mean, values[1].min); in TEST() [all …]
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
H A D | datalogger_outputs.c | 53 if (values) in inv_get_sensor_type_gyro_raw_short() 76 if (values) { in inv_get_sensor_type_gyro_raw_body_float() 97 values[0] = (float)gyro[0] / 65536.f; in inv_get_sensor_type_gyro_float() 98 values[1] = (float)gyro[1] / 65536.f; in inv_get_sensor_type_gyro_float() 99 values[2] = (float)gyro[2] / 65536.f; in inv_get_sensor_type_gyro_float() 111 if (values) in inv_get_sensor_type_accel_raw_short() 131 values[0] = (float) -accel[0] / 65536.f; in inv_get_sensor_type_accel_float() 145 if (values) in inv_get_sensor_type_compass_raw_short() 169 if (values) { in inv_get_sensor_type_compass_float() 274 if (values) { in inv_get_sensor_type_gravity_float() [all …]
|
/aosp12/art/test/449-checker-bce-rem/src/ |
H A D | Main.java | 220 return values[b]; in $noinline$NoRem01() 248 return values[b]; in $noinline$NoRem02() 276 return values[b]; in $noinline$NoRem03() 307 return values[b]; in $noinline$NoRem04() 338 return values[b]; in $noinline$NoRem05() 366 return values[b]; in $noinline$NoRem06() 397 return values[b]; in $noinline$NoRem07() 428 return values[b]; in $noinline$NoRem08() 459 return values[b]; in $noinline$NoRem09() 490 return values[b]; in $noinline$NoRem10() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbHelperTest.java | 162 ContentValues values = new ContentValues(); in isRootOfTrustTableAvailable() local 174 ContentValues values = new ContentValues(); in checkAllColumns_v4() local 176 values.put(KeysEntry.COLUMN_NAME_UID, TEST_UID); in checkAllColumns_v4() 177 values.put(KeysEntry.COLUMN_NAME_ALIAS, TEST_ALIAS); in checkAllColumns_v4() 178 values.put(KeysEntry.COLUMN_NAME_NONCE, TEST_NONCE); in checkAllColumns_v4() 187 values = new ContentValues(); in checkAllColumns_v4() 196 values = new ContentValues(); in checkAllColumns_v4() 212 values)) in checkAllColumns_v4() 223 ContentValues values = new ContentValues(); in checkAllColumns_latest() local 225 values.put(KeysEntry.COLUMN_NAME_UID, TEST_UID); in checkAllColumns_latest() [all …]
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 90 MPL_LOGV("accel values:%f %f %f -%d -%lld", values[0], values[1], in inv_get_sensor_type_accelerometer() 170 values[0] = gyro[0] * GYRO_CONVERSION; in inv_get_sensor_type_gyroscope() 171 values[1] = gyro[1] * GYRO_CONVERSION; in inv_get_sensor_type_gyroscope() 172 values[2] = gyro[2] * GYRO_CONVERSION; in inv_get_sensor_type_gyroscope() 273 values[4] = 0; in inv_get_sensor_type_rotation_vector_6_axis() 281 MPL_LOGV("values:%f %f %f %f %f -%d -%lld", values[0], values[1], in inv_get_sensor_type_rotation_vector_6_axis() 282 values[2], values[3], values[4], status, *timestamp); in inv_get_sensor_type_rotation_vector_6_axis() 316 MPL_LOGV("values:%f %f %f %f %f -%d", values[0], values[1], in inv_get_sensor_type_geomagnetic_rotation_vector() 317 values[2], values[3], values[4], status); in inv_get_sensor_type_geomagnetic_rotation_vector() 498 google_orientation(values); in inv_get_sensor_type_orientation() [all …]
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | StatsHelper.cpp | 57 values[0] = tmp; in reportSpeakerImpedance() 59 values[1] = tmp; in reportSpeakerImpedance() 64 .values = std::move(values)}; in reportSpeakerImpedance() 76 values[0] = tmp; in reportSpeakerHealthStat() 89 .values = std::move(values)}; in reportSpeakerHealthStat() 108 .values = std::move(values)}; in reportSlowIo() 129 .values = std::move(values)}; in reportChargeCycles() 150 .values = std::move(values)}; in reportHardwareFailed() 173 .values = std::move(values)}; in reportSpeechDspStat() 194 .values = std::move(values)}; in reportPhysicalDropDetected() [all …]
|
/aosp12/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/ |
H A D | PublicApiAccessTest.java | 91 ContentValues values = buildValidValues(); in testMaximalValidWrite() local 109 return values; in buildValidValues() 116 testInvalidValues(values); in testNoPublicApi() 123 testInvalidValues(values); in testInvalidDestination() 125 testInvalidValues(values); in testInvalidDestination() 134 testInvalidValues(values); in testInvalidVisibility() 137 testInvalidValues(values); in testInvalidVisibility() 140 testInvalidValues(values); in testInvalidVisibility() 147 values.put(column, 1); in testDisallowedColumns() 148 testInvalidValues(values); in testDisallowedColumns() [all …]
|
/aosp12/frameworks/hardware/interfaces/stats/aidl/vts/functional/ |
H A D | VtsHalStatsTargetTest.cpp | 48 values.push_back(tmp); in TEST_P() 50 values.push_back(tmp); in TEST_P() 52 values.push_back(tmp); in TEST_P() 54 values.push_back(tmp); in TEST_P() 56 values.push_back(tmp); in TEST_P() 69 values.push_back(tmp); in TEST_P() 71 values.push_back(tmp); in TEST_P() 73 values.push_back(tmp); in TEST_P() 75 values.push_back(tmp); in TEST_P() 77 values.push_back(tmp); in TEST_P() [all …]
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 138 MPL_LOGV("accel values:%f %f %f -%d -%lld", values[0], values[1], in inv_get_sensor_type_accelerometer() 279 values[0] = quat_float[1]; in inv_get_sensor_type_rotation_vector() 280 values[1] = quat_float[2]; in inv_get_sensor_type_rotation_vector() 281 values[2] = quat_float[3]; in inv_get_sensor_type_rotation_vector() 282 values[3] = quat_float[0]; in inv_get_sensor_type_rotation_vector() 315 values[4] = 0; in inv_get_sensor_type_rotation_vector_6_axis() 323 MPL_LOGV("values:%f %f %f %f %f -%d -%lld", values[0], values[1], in inv_get_sensor_type_rotation_vector_6_axis() 324 values[2], values[3], values[4], status, timestamp1); in inv_get_sensor_type_rotation_vector_6_axis() 361 MPL_LOGV("values:%f %f %f %f %f -%d", values[0], values[1], in inv_get_sensor_type_geomagnetic_rotation_vector() 362 values[2], values[3], values[4], status); in inv_get_sensor_type_geomagnetic_rotation_vector() [all …]
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | VisibilityPropagation.java | 44 View view = values.view; in captureValues() 45 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY); in captureValues() 49 values.values.put(PROPNAME_VISIBILITY, visibility); in captureValues() 56 values.values.put(PROPNAME_VIEW_CENTER, loc); in captureValues() 72 if (values == null) { in getViewVisibility() 75 Integer visibility = (Integer) values.values.get(PROPNAME_VISIBILITY); in getViewVisibility() 89 public int getViewX(TransitionValues values) { in getViewX() argument 90 return getViewCoordinate(values, 0); in getViewX() 101 return getViewCoordinate(values, 1); in getViewY() 105 if (values == null) { in getViewCoordinate() [all …]
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
H A D | DatabaseHelperTest.java | 94 values.put(AudioColumns.GENRE, "Rock"); in testFilterVolumeNames() 95 values.put(AudioColumns.IS_MUSIC, true); in testFilterVolumeNames() 105 values.put(AudioColumns.ALBUM, "X&Y"); in testFilterVolumeNames() 108 values.put(AudioColumns.IS_MUSIC, true); in testFilterVolumeNames() 119 values.put(AudioColumns.ARTIST, "U2"); in testFilterVolumeNames() 120 values.put(AudioColumns.GENRE, "Rock"); in testFilterVolumeNames() 269 values.put(FileColumns.DATA, in assertDowngrade() 321 values.put(FileColumns.DATA, in assertRecompute() 332 values.put(FileColumns.DATA, in assertRecompute() 343 values.put(FileColumns.DATA, in assertRecompute() [all …]
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/ |
H A D | EffectDynamicsProcessing.cpp | 706 values[0].i, values[1].f, values[2].i, values[3].i, values[4].i, values[5].i, in DP_getParameter() 707 values[6].i, values[7].i, values[8].i); in DP_getParameter() 752 values[0].i = pEq->isInUse(); in DP_getParameter() 759 values[0].i, values[1].i, values[2].i); in DP_getParameter() 795 values[0].i, values[1].f, values[2].f); in DP_getParameter() 827 values[0].i, values[1].i, values[2].i); in DP_getParameter() 878 values[1].f, values[2].f, values[3].f, values[4].f, values[5].f, values[6].f, in DP_getParameter() 879 values[7].f, values[8].f, values[9].f, values[10].f); in DP_getParameter() 924 channel, values[0].i/*inUse*/, values[1].i/*enabled*/, values[2].i/*linkGroup*/, in DP_getParameter() 925 values[3].f/*attackTime*/, values[4].f/*releaseTime*/, in DP_getParameter() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SmsMessageBodyTest.java | 273 values[0] = sTestMsgCounts[i]; in testCalcLengthAscii() 274 values[1] = len; in testCalcLengthAscii() 307 values[0] = sTestMsgCounts[i]; in testCalcLengthUnicode() 308 values[1] = len; in testCalcLengthUnicode() 431 values[2] = ((values[0] * SmsConstants.MAX_USER_DATA_BYTES_WITH_HEADER) - in fillData() 434 values[0] = 1; in fillData() 437 values[1] = length; in fillData() 439 values[4] = 0; in fillData() 440 values[5] = 0; in fillData() 463 values[0] = msgCount; in fillData() [all …]
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DataRowHandlerForPhoto.java | 59 ContentValues values) { in insert() argument 61 if (values.containsKey(SKIP_PROCESSING_KEY)) { in insert() 62 values.remove(SKIP_PROCESSING_KEY); in insert() 65 if (!preProcessPhoto(values)) { in insert() 82 if (values.containsKey(SKIP_PROCESSING_KEY)) { in update() 83 values.remove(SKIP_PROCESSING_KEY); in update() 86 if (!preProcessPhoto(values)) { in update() 108 if (values.containsKey(Photo.PHOTO)) { in preProcessPhoto() 111 if (!processPhoto(values)) { in preProcessPhoto() 118 values.putNull(Photo.PHOTO); in preProcessPhoto() [all …]
|
/aosp12/packages/modules/StatsD/statsd/src/matchers/ |
H A D | matcher_util.cpp | 117 int pos = values[i].mField.getPosAtDepth(depth); in matchesSimple() 220 if ((values[i].mValue.getType() == INT && in matchesSimple() 266 if (values[i].mValue.getType() == INT && in matchesSimple() 271 if (values[i].mValue.getType() == LONG && in matchesSimple() 280 if (values[i].mValue.getType() == INT && in matchesSimple() 285 if (values[i].mValue.getType() == LONG && in matchesSimple() 294 if (values[i].mValue.getType() == INT && in matchesSimple() 299 if (values[i].mValue.getType() == LONG && in matchesSimple() 326 if (values[i].mValue.getType() == INT && in matchesSimple() 331 if (values[i].mValue.getType() == LONG && in matchesSimple() [all …]
|