/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_agree.rs | 76 rsDebug("float operation did not match!", op_name); 77 rsDebug("v1", v1); 78 rsDebug("v2", v2); 79 rsDebug("Dalvik result", expected); 80 rsDebug("Renderscript result", actual); 81 rsDebug("ULP difference", dist); 88 rsDebug("float2 operation did not match!", op_name); 89 rsDebug("v1.x", v1.x); 90 rsDebug("v1.y", v1.y); 91 rsDebug("v2.x", v2.x); [all …]
|
D | rsdebug.rs | 44 rsDebug("floatTest", floatTest); 45 rsDebug("float2Test", float2Test); 46 rsDebug("float3Test", float3Test); 47 rsDebug("float4Test", float4Test); 48 rsDebug("doubleTest", doubleTest); 49 rsDebug("charTest", charTest); 50 rsDebug("shortTest", shortTest); 51 rsDebug("intTest", intTest); 52 rsDebug("longTest", longTest); 53 rsDebug("longlongTest", longlongTest); [all …]
|
D | rstime.rs | 24 rsDebug("curTime", curTime); 28 rsDebug("tm.tm_sec", tm.tm_sec); 29 rsDebug("tm.tm_min", tm.tm_min); 30 rsDebug("tm.tm_hour", tm.tm_hour); 31 rsDebug("tm.tm_mday", tm.tm_mday); 32 rsDebug("tm.tm_mon", tm.tm_mon); 33 rsDebug("tm.tm_year", tm.tm_year); 34 rsDebug("tm.tm_wday", tm.tm_wday); 35 rsDebug("tm.tm_yday", tm.tm_yday); 36 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
D | single_source_ref_count.rs | 28 rsDebug("element is null.", element.p); 34 rsDebug("type is null.", type.p); 40 rsDebug("rs_allocation retValue is null.", retValue.p); 51 rsDebug("element is null.", element.p); 57 rsDebug("type is null.", type.p); 77 rsDebug(tests[i].name, 0); 81 rsDebug("failed.", 0); 83 rsDebug("passed.", 0); 88 rsDebug("Reference counting tests failed: ", failed); 91 rsDebug("All reference counting tests passed.", 0);
|
D | struct_field_simple.rs | 29 rsDebug("argI ", argI); 30 rsDebug("simple.I ", simple.I); 31 rsDebug("argL.lo ", (unsigned)argL & ~0U); 32 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32)); 40 rsDebug("struct_field_simple FAILED", 0); 44 rsDebug("struct_field_simple PASSED", 0);
|
D | math.rs | 89 rsDebug("Testing " #op " for " #type "1", i++); \ 91 rsDebug("Testing " #op " for " #type "2", i++); \ 93 rsDebug("Testing " #op " for " #type "3", i++); \ 95 rsDebug("Testing " #op " for " #type "4", i++); \ 105 rsDebug("Testing " #op " for l1", i++); \ 107 rsDebug("Testing " #op " for ul1", i++); \ 126 rsDebug("Testing " #fnc, 0); \ 135 rsDebug("Testing " #fnc, 0); \ 141 rsDebug("Testing " #fnc, 0); \ 150 rsDebug("Testing " #fnc, 0); \ [all …]
|
D | bitfield.rs | 72 rsDebug("argI ", argI); 73 rsDebug("bf->I ", bf->I); 74 rsDebug("argL.lo ", (unsigned)argL & ~0U); 75 rsDebug("bf->L.lo", (unsigned)bf->L & ~0U); 76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32)); 83 rsDebug("bitfield FAILED", 0); 87 rsDebug("bitfield PASSED", 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math_agree.rs | 60 rsDebug("float operation did not match!", op_name); 61 rsDebug("v1", v1); 62 rsDebug("v2", v2); 63 rsDebug("Dalvik result", expected); 64 rsDebug("Renderscript result", actual); 65 rsDebug("ULP difference", dist); 72 rsDebug("float2 operation did not match!", op_name); 73 rsDebug("v1.x", v1.x); 74 rsDebug("v1.y", v1.y); 75 rsDebug("v2.x", v2.x); [all …]
|
D | rsdebug.rs | 28 rsDebug("floatTest", floatTest); 29 rsDebug("float2Test", float2Test); 30 rsDebug("float3Test", float3Test); 31 rsDebug("float4Test", float4Test); 32 rsDebug("doubleTest", doubleTest); 33 rsDebug("charTest", charTest); 34 rsDebug("shortTest", shortTest); 35 rsDebug("intTest", intTest); 36 rsDebug("longTest", longTest); 37 rsDebug("longlongTest", longlongTest); [all …]
|
D | rstime.rs | 8 rsDebug("curTime", curTime); 12 rsDebug("tm.tm_sec", tm.tm_sec); 13 rsDebug("tm.tm_min", tm.tm_min); 14 rsDebug("tm.tm_hour", tm.tm_hour); 15 rsDebug("tm.tm_mday", tm.tm_mday); 16 rsDebug("tm.tm_mon", tm.tm_mon); 17 rsDebug("tm.tm_year", tm.tm_year); 18 rsDebug("tm.tm_wday", tm.tm_wday); 19 rsDebug("tm.tm_yday", tm.tm_yday); 20 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | math_agree.rs | 78 rsDebug("float operation did not match!", op_name); 79 rsDebug("v1", v1); 80 rsDebug("v2", v2); 81 rsDebug("Dalvik result", expected); 82 rsDebug("Renderscript result", actual); 83 rsDebug("ULP difference", dist); 90 rsDebug("float2 operation did not match!", op_name); 91 rsDebug("v1.x", v1.x); 92 rsDebug("v1.y", v1.y); 93 rsDebug("v2.x", v2.x); [all …]
|
D | rsdebug.rs | 46 rsDebug("floatTest", floatTest); 47 rsDebug("float2Test", float2Test); 48 rsDebug("float3Test", float3Test); 49 rsDebug("float4Test", float4Test); 50 rsDebug("doubleTest", doubleTest); 51 rsDebug("charTest", charTest); 52 rsDebug("shortTest", shortTest); 53 rsDebug("intTest", intTest); 54 rsDebug("longTest", longTest); 55 rsDebug("longlongTest", longlongTest); [all …]
|
D | rstime.rs | 26 rsDebug("curTime", curTime); 30 rsDebug("tm.tm_sec", tm.tm_sec); 31 rsDebug("tm.tm_min", tm.tm_min); 32 rsDebug("tm.tm_hour", tm.tm_hour); 33 rsDebug("tm.tm_mday", tm.tm_mday); 34 rsDebug("tm.tm_mon", tm.tm_mon); 35 rsDebug("tm.tm_year", tm.tm_year); 36 rsDebug("tm.tm_wday", tm.tm_wday); 37 rsDebug("tm.tm_yday", tm.tm_yday); 38 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
D | single_source_ref_count.rs | 30 rsDebug("element is null.", element.p); 36 rsDebug("type is null.", type.p); 42 rsDebug("rs_allocation retValue is null.", retValue.p); 53 rsDebug("element is null.", element.p); 59 rsDebug("type is null.", type.p); 79 rsDebug(tests[i].name, 0); 83 rsDebug("failed.", 0); 85 rsDebug("passed.", 0); 90 rsDebug("Reference counting tests failed: ", failed); 93 rsDebug("All reference counting tests passed.", 0);
|
D | struct_field_simple.rs | 31 rsDebug("argI ", argI); 32 rsDebug("simple.I ", simple.I); 33 rsDebug("argL.lo ", (unsigned)argL & ~0U); 34 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 35 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 36 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32)); 42 rsDebug("struct_field_simple FAILED", 0); 46 rsDebug("struct_field_simple PASSED", 0);
|
D | math.rs | 91 rsDebug("Testing " #op " for " #type "1", i++); \ 93 rsDebug("Testing " #op " for " #type "2", i++); \ 95 rsDebug("Testing " #op " for " #type "3", i++); \ 97 rsDebug("Testing " #op " for " #type "4", i++); \ 107 rsDebug("Testing " #op " for l1", i++); \ 109 rsDebug("Testing " #op " for ul1", i++); \ 128 rsDebug("Testing " #fnc, 0); \ 137 rsDebug("Testing " #fnc, 0); \ 143 rsDebug("Testing " #fnc, 0); \ 152 rsDebug("Testing " #fnc, 0); \ [all …]
|
D | bitfield.rs | 74 rsDebug("argI ", argI); 75 rsDebug("bf->I ", bf->I); 76 rsDebug("argL.lo ", (unsigned)argL & ~0U); 77 rsDebug("bf->L.lo", (unsigned)bf->L & ~0U); 78 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 79 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32)); 85 rsDebug("bitfield FAILED", 0); 89 rsDebug("bitfield PASSED", 0);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rsdebug.rs | 25 rsDebug("floatTest", floatTest); 26 rsDebug("doubleTest", doubleTest); 27 rsDebug("charTest", charTest); 28 rsDebug("shortTest", shortTest); 29 rsDebug("intTest", intTest); 30 rsDebug("longTest", longTest); 31 rsDebug("longlongTest", longlongTest); 33 rsDebug("ucharTest", ucharTest); 34 rsDebug("ushortTest", ushortTest); 35 rsDebug("uintTest", uintTest); [all …]
|
D | rstime.rs | 8 rsDebug("curTime", curTime); 12 rsDebug("tm.tm_sec", tm.tm_sec); 13 rsDebug("tm.tm_min", tm.tm_min); 14 rsDebug("tm.tm_hour", tm.tm_hour); 15 rsDebug("tm.tm_mday", tm.tm_mday); 16 rsDebug("tm.tm_mon", tm.tm_mon); 17 rsDebug("tm.tm_year", tm.tm_year); 18 rsDebug("tm.tm_wday", tm.tm_wday); 19 rsDebug("tm.tm_yday", tm.tm_yday); 20 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rsdebug.rs | 25 rsDebug("floatTest", floatTest); 26 rsDebug("doubleTest", doubleTest); 27 rsDebug("charTest", charTest); 28 rsDebug("shortTest", shortTest); 29 rsDebug("intTest", intTest); 30 rsDebug("longTest", longTest); 31 rsDebug("longlongTest", longlongTest); 33 rsDebug("ucharTest", ucharTest); 34 rsDebug("ushortTest", ushortTest); 35 rsDebug("uintTest", uintTest); [all …]
|
D | rstime.rs | 8 rsDebug("curTime", curTime); 12 rsDebug("tm.tm_sec", tm.tm_sec); 13 rsDebug("tm.tm_min", tm.tm_min); 14 rsDebug("tm.tm_hour", tm.tm_hour); 15 rsDebug("tm.tm_mday", tm.tm_mday); 16 rsDebug("tm.tm_mon", tm.tm_mon); 17 rsDebug("tm.tm_year", tm.tm_year); 18 rsDebug("tm.tm_wday", tm.tm_wday); 19 rsDebug("tm.tm_yday", tm.tm_yday); 20 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rsdebug.rs | 25 rsDebug("floatTest", floatTest); 26 rsDebug("doubleTest", doubleTest); 27 rsDebug("charTest", charTest); 28 rsDebug("shortTest", shortTest); 29 rsDebug("intTest", intTest); 30 rsDebug("longTest", longTest); 31 rsDebug("longlongTest", longlongTest); 33 rsDebug("ucharTest", ucharTest); 34 rsDebug("ushortTest", ushortTest); 35 rsDebug("uintTest", uintTest); [all …]
|
D | rstime.rs | 8 rsDebug("curTime", curTime); 12 rsDebug("tm.tm_sec", tm.tm_sec); 13 rsDebug("tm.tm_min", tm.tm_min); 14 rsDebug("tm.tm_hour", tm.tm_hour); 15 rsDebug("tm.tm_mday", tm.tm_mday); 16 rsDebug("tm.tm_mon", tm.tm_mon); 17 rsDebug("tm.tm_year", tm.tm_year); 18 rsDebug("tm.tm_wday", tm.tm_wday); 19 rsDebug("tm.tm_yday", tm.tm_yday); 20 rsDebug("tm.tm_isdst", tm.tm_isdst); [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_debug.rsh | 29 #define RS_DEBUG(a) rsDebug(#a, a) 30 #define RS_DEBUG_MARKER rsDebug(__FILE__, __LINE__) 33 * rsDebug: Log a message and values 41 rsDebug(const char* message, double a); 44 rsDebug(const char* message, int a); 47 rsDebug(const char* message, uint a); 50 rsDebug(const char* message, long a); 53 rsDebug(const char* message, ulong a); 57 rsDebug(const char* message, int2 a); 62 rsDebug(const char* message, int3 a); [all …]
|
/frameworks/rs/script_api/ |
D | rs_debug.spec | 27 function: rsDebug 41 function: rsDebug 51 function: rsDebug 61 function: rsDebug 69 function: rsDebug 78 function: rsDebug 88 function: rsDebug 96 function: rsDebug 105 function: rsDebug 115 function: rsDebug [all …]
|