Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 77) sorted by relevance

1234

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DDownloadsDeletionTypeTest.java57 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/Settings/tests/robotests/src/com/android/settings/survey/
DSurveyMixinTest.java64 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onResume_triesRegisteringReceiverAndDownloadingWhenNoSurveyDetected() local
83 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onResume_triesShowingSurveyWhenOneIsPresent() local
114 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onPause_removesReceiverIfPreviouslySet() local
135 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onPause_doesNothingWhenActivityOrReceiverNull() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DSharedPreset.java32 ImagePreset temp = mIntermediatePreset; in enqueuePreset() local
42 ImagePreset temp = mConsumerPreset; in dequeuePreset() local
/packages/apps/SecureElement/src/com/android/se/security/gpac/
DREF_AR_DO.java98 BerTlv temp = BerTlv.decode(data, index); in interpret() local
132 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
DAR_DO.java117 BerTlv temp = BerTlv.decode(data, index); in interpret() local
158 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
DREF_DO.java127 BerTlv temp = BerTlv.decode(data, index); in interpret() local
176 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
DResponse_AR_DO.java86 BerTlv temp = BerTlv.decode(data, currentPos); in interpret() local
DResponse_RefreshTag_DO.java85 long temp; in interpret() local
DBerTlv.java87 int temp = data[curIndex++] & 0xff; in decode() local
110 int temp = data[curIndex++] & 0xff; in decode() local
DResponse_ARAC_AID_DO.java87 BerTlv temp; in interpret() local
DResponse_ALL_AR_DO.java87 BerTlv temp; in interpret() local
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java966 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/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java1000 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
DPduComposer.java265 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/Car/Hvac/src/com/android/car/hvac/
DHvacPolicy.java72 public float userToHardwareTemp(int temp) { in userToHardwareTemp()
84 public int hardwareToUserTemp(float temp) { in hardwareToUserTemp()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.h152 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
Ddb_utilities_linalg.cpp33 double s,temp; in db_CholeskyDecomp6x6() local
84 double temp = 0.0; in db_CholeskyDecompSeparateDiagonal() local
125 double s,temp; in db_CholeskyDecomp3x3SeparateDiagonal() local
Ddb_utilities_geometry.h55 const double *temp; in db_PointCentroid2D() local
101 const double *temp; in db_PointCentroid3D() local
Ddb_utilities_indexing.cpp38 double temp; in db_LeanPartitionOnPivot() local
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp) in db_LeanQuickSelect()
Ddb_utilities_random.h77 int temp,temp2,i,j; in db_RandomSample() local
/packages/apps/LegacyCamera/src/com/android/camera/
DIntArray.java27 int temp[] = new int[mSize + mSize]; in add() local
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DIntArray.java27 int temp[] = new int[mSize + mSize]; in add() local
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DIntArray.java27 int temp[] = new int[mSize + mSize]; in add() local
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEFACRules.java111 EFACConditions temp = new EFACConditions(mSEHandle, new AID_REF_DO(tag, aid)); in decodeDER() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java294 int temp = prop.getFirstAndOnlyAreaId(); in configureDualOn() local
316 int temp = prop.getFirstAndOnlyAreaId(); in configureAutoModeOn() local
549 int temp = prop.getFirstAndOnlyAreaId(); in configureRecircOn() local
561 int temp = prop.getFirstAndOnlyAreaId(); in configureMaxAcOn() local
572 int temp = prop.getFirstAndOnlyAreaId(); in configureMaxDefrostOn() local

1234