Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/include/colorchecker/
Dvec3.h61 Vec3<float> temp; variable
71 Vec3<float> temp; variable
/cts/tests/tests/view/src/android/view/cts/
DViewGroup_MarginLayoutParamsTest.java63 MarginLayoutParams temp = new ViewGroup.MarginLayoutParams(320, 480); in testConstructor() local
DViewGroup_LayoutParamsTest.java46 LayoutParams temp = new ViewGroup.LayoutParams(320, 480); in testConstructor() local
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java268 final Configuration temp = new Configuration(mConfig); in testSetToDefaults() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix3fTest.java218 float temp = expectedData[i*3 + j]; in testTranspose() local
DMatrix4fTest.java169 float temp = expectedData[i*4 + j]; in testTranspose() local
DMatrix2fTest.java171 float temp = expectedData[1]; in testTranspose() local