Home
last modified time | relevance | path

Searched refs:dtemp (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_random.h59 double dtemp; in db_RandomInt() local
61 dtemp=db_QuickRandomDouble(r)*(max+1); in db_RandomInt()
62 itemp=(int) dtemp; in db_RandomInt()
/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc53 char* dtemp = mkdtemp(buffer); in SetUp() local
54 ASSERT_NE(dtemp, nullptr) << "Can't make wake lock test directory"; in SetUp()