/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
D | DownloadsDeletionTypeTest.java | 57 File temp = new File(mDownloadsDirectory, "temp"); in testInitializeWithUncheckedFiles() local 70 File temp = new File(mDownloadsDirectory, "temp"); in testFetchDownloads() local 85 File temp = new File(mDownloadsDirectory, "temp"); in testSetChecked() local 103 File temp = new File(mDownloadsDirectory, "temp"); in testUncheckedFilesDoNotCountForSize() local 124 File temp = new File(mDownloadsDirectory, "temp"); in testSaveAndRestoreRemembersUncheckedFiles() local 143 File temp = new File(mDownloadsDirectory, "temp"); in testCallbackOnFileLoad() local 180 File temp = new File(mDownloadsDirectory, "temp"); in testLoadingState_completeOnDeletableContentFound() local
|
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/calmmode/ |
D | TemperatureDataTest.java | 44 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(testValue).build(); in testBuilder_celsius_objectCreated() local 54 TemperatureData temp = new TemperatureData.Builder().setValueFahrenheit(testValue).build(); in testBuilder_fahrenheit_objectCreated() local 64 TemperatureData temp = new TemperatureData.Builder().build(); in testBuilder_noValue_defaultsToZeroCelsius() local 75 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(tempCVal).build(); in testConversion_celsiusDecimalPositive_convertsToF() local 87 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(tempCVal).build(); in testConversion_celsiusRoundPositive_convertsToF() local 100 TemperatureData temp = in testConversion_celsiusNegative_convertsToF() local 112 TemperatureData temp = in testConversion_celsiusConvertToC_NoOp() local 125 TemperatureData temp = in testConversion_fahrenheitPositive_convertsToC() local 138 TemperatureData temp = in testBuilder_fahrenheitNegative_convertsToC() local 150 TemperatureData temp = in testBuilder_fahrenheit_convertsToFNoOp() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | SharedPreset.java | 32 ImagePreset temp = mIntermediatePreset; in enqueuePreset() local 42 ImagePreset temp = mConsumerPreset; in dequeuePreset() local
|
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 63 uint8_t temp[sizeof(uint16_t)], *p; in bta_ar_avrc_add_cat() local 205 uint8_t temp[8], *p; in bta_ar_reg_avrc() local 260 uint8_t temp[8], *p; in bta_ar_dereg_avrc() local 317 uint8_t temp[8], *p; in bta_ar_reg_avrc_for_src_sink_coexist() local
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 1000 int temp = pduDataStream.read(); in parseUnsignedInt() local 1036 int temp = pduDataStream.read(); in parseValueLength() local 1065 int temp = pduDataStream.read(); in parseEncodedStringValue() local 1124 int temp = pduDataStream.read(); in parseWapString() local 1229 int temp = pduDataStream.read(); in getWapString() local 1262 int temp = pduDataStream.read(); in extractByteValue() local 1282 int temp = pduDataStream.read(); in parseShortInteger() local 1305 int temp = pduDataStream.read(); in parseLongInteger() local 1338 int temp = pduDataStream.read(); in parseIntegerValue() local 1569 int temp = pduDataStream.read(); in parseContentType() local
|
D | PduComposer.java | 265 long temp = longInt; in appendLongInteger() local 383 long temp = value >>> (i * 7); in appendUintvarInteger() local 463 EncodedStringValue temp = null; in appendAddressType() local 523 EncodedStringValue temp; in appendHeader() local 1152 final LengthRecordNode temp = new LengthRecordNode(); in newbuf() local
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 966 int temp = pduDataStream.read(); in parseUnsignedInt() local 1002 int temp = pduDataStream.read(); in parseValueLength() local 1030 int temp = pduDataStream.read(); in parseEncodedStringValue() local 1089 int temp = pduDataStream.read(); in parseWapString() local 1192 int temp = pduDataStream.read(); in getWapString() local 1225 int temp = pduDataStream.read(); in extractByteValue() local 1245 int temp = pduDataStream.read(); in parseShortInteger() local 1268 int temp = pduDataStream.read(); in parseLongInteger() local 1301 int temp = pduDataStream.read(); in parseIntegerValue() local 1532 int temp = pduDataStream.read(); in parseContentType() local
|
/packages/apps/SecureElement/src/com/android/se/security/gpac/ |
D | REF_AR_DO.java | 98 BerTlv temp = BerTlv.decode(data, index); in interpret() local 132 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
|
D | AR_DO.java | 117 BerTlv temp = BerTlv.decode(data, index); in interpret() local 158 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
|
D | REF_DO.java | 127 BerTlv temp = BerTlv.decode(data, index); in interpret() local 176 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
|
D | BerTlv.java | 87 int temp = data[curIndex++] & 0xff; in decode() local 110 int temp = data[curIndex++] & 0xff; in decode() local
|
D | Response_RefreshTag_DO.java | 85 long temp; in interpret() local
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_linalg.h | 152 double temp; in db_Swap7() local 164 double temp; in db_Swap9() local 214 double temp; in db_OrthogonalizationSwap7() local 224 double temp; in db_OrthogonalizationSwap9() local
|
D | db_utilities_linalg.cpp | 33 double s,temp; in db_CholeskyDecomp6x6() local 84 double temp = 0.0; in db_CholeskyDecompSeparateDiagonal() local 125 double s,temp; in db_CholeskyDecomp3x3SeparateDiagonal() local
|
D | db_utilities_geometry.h | 55 const double *temp; in db_PointCentroid2D() local 101 const double *temp; in db_PointCentroid3D() local
|
D | db_utilities_indexing.cpp | 38 double temp; in db_LeanPartitionOnPivot() local 59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp) in db_LeanQuickSelect()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | BuyerInputGeneratorIntermediateStats.java | 44 float temp = 0; in getMean() local 56 float temp = 0; in getVariance() local
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/ |
D | TemperatureFormatter.kt | 85 val temp = in formatTemperature() constant
|
D | TemperatureDeltaFormatter.kt | 92 val temp = in formatTemperatureDelta() constant
|
/packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/ |
D | sbc_dct.c | 99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local 231 int32_t temp, x2; in SBC_FastIDCT4() local
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_multprecision.cc | 79 uint32_t temp; in multiprecision_add() local 96 uint32_t temp; in multiprecision_sub() local 130 uint32_t temp; in multiprecision_rshift() local 181 uint32_t temp; in multiprecision_lshift() local
|
/packages/modules/Bluetooth/system/gd/security/ecc/ |
D | multprecision.cc | 84 uint32_t temp; in multiprecision_add() local 101 uint32_t temp; in multiprecision_sub() local 132 uint32_t temp; in multiprecision_rshift() local 179 uint32_t temp; in multiprecision_lshift() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | IntArray.java | 27 int temp[] = new int[mSize + mSize]; in add() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 451 uint8_t temp[4]; in add_maps_sdp() local 535 uint8_t temp[4]; in add_mapc_sdp() local 653 uint8_t temp[4]; local 788 uint8_t temp[4]; local
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | IntArray.java | 27 int temp[] = new int[mSize + mSize]; in add() local
|