/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_alloc.rs | 35 void RS_KERNEL verify_##CT(CT in, int x, int y, int z) { \ 39 void RS_KERNEL verify_##CT##2(CT##2 in, int x, int y, int z) { \ 44 void RS_KERNEL verify_##CT##3(CT##3 in, int x, int y, int z) { \ 50 void RS_KERNEL verify_##CT##4(CT##4 in, int x, int y, int z) { \ 117 if (vecSize == 1) rsForEach(verify_##CT, gAlloc); \ 118 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc); \ 119 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc); \ 120 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc); \ 206 // Launch the appropriate verify_ kernel
|
small_structs.rs | 29 // - verify_* invokables check that the modification changed the data 33 // then the verify_* invokable should detect that a value is not
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
single_source_alloc.rs | 38 CT RS_KERNEL verify_##CT(CT in, int x, int y, int z) { \ 43 CT##2 RS_KERNEL verify_##CT##2(CT##2 in, int x, int y, int z) { \ 49 CT##3 RS_KERNEL verify_##CT##3(CT##3 in, int x, int y, int z) { \ 56 CT##4 RS_KERNEL verify_##CT##4(CT##4 in, int x, int y, int z) { \ 127 if (vecSize == 1) rsForEach(verify_##CT, gAlloc, gAlloc); \ 128 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc, gAlloc); \ 129 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc, gAlloc); \ 130 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc, gAlloc); \ 206 // Launch the appropriate verify_ kernel
|
fp16.rs | 124 void verify_##T() { \
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
single_source_alloc.rs | 40 CT RS_KERNEL verify_##CT(CT in, int x, int y, int z) { \ 45 CT##2 RS_KERNEL verify_##CT##2(CT##2 in, int x, int y, int z) { \ 51 CT##3 RS_KERNEL verify_##CT##3(CT##3 in, int x, int y, int z) { \ 58 CT##4 RS_KERNEL verify_##CT##4(CT##4 in, int x, int y, int z) { \ 129 if (vecSize == 1) rsForEach(verify_##CT, gAlloc, gAlloc); \ 130 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc, gAlloc); \ 131 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc, gAlloc); \ 132 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc, gAlloc); \ 208 // Launch the appropriate verify_ kernel
|
/external/autotest/server/hosts/ |
sonic_host.py | 152 consists of verify_(hardware, connectivity and software), ssh
|
/art/runtime/ |
runtime.cc | 246 verify_(verifier::VerifyMode::kNone), [all...] |
runtime.h | 849 verifier::VerifyMode verify_; member in class:art::verifier::VerifyMode
|
/external/python/cpython2/Lib/ |
ssl.py | 124 _import_symbols('VERIFY_') [all...] |
/external/fio/ |
options.c | 1360 * VERIFY_* could already be set [all...] |