/art/test/529-checker-unresolved/ |
info.txt | 1 Test calling of unresolved methods.
|
/external/mesa3d/src/compiler/glsl/tests/warnings/ |
026-out-function-parameter-shaderout.vert.expected | 2 error: unresolved reference to function `fooFunction'
|
027-inout-function-parameter-shaderout.vert.expected | 3 error: unresolved reference to function `fooFunction'
|
/art/test/542-unresolved-access-check/ |
info.txt | 1 Test unresolved/access checks entry points with the JIT.
|
/art/test/003-omnibus-opcodes/src/ |
UnresClass.java | 2 * Unresolved class.
|
/art/test/146-bad-interface/ |
info.txt | 1 Check whether a duplicate class can invoke-interface on an unresolved method.
|
/art/test/648-inline-caches-unresolved/ |
info.txt | 1 Test for inlining with inline cache into an unresolved method.
|
/external/linux-kselftest/tools/testing/selftests/ftrace/samples/ |
unresolved.tc | 2 # description: unresolved-case example
|
/art/test/003-omnibus-opcodes/src2/ |
UnresStuff.java | 2 * Unresolved classes / fields / methods in a resolved class.
|
/art/test/585-inline-unresolved/ |
info.txt | 2 a method whose return type is unresolved.
|
/art/test/608-checker-unresolved-lse/ |
info.txt | 3 unresolved accesses.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
unresolved-2.d | 2 #source: unresolved-2.s
|
unresolved-1-dyn.d | 1 #source: unresolved-1.s 2 #ld: --warn-unresolved tmpdir/mixed-lib.so
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
pitest.h | 32 EPRINTF("UNRESOLVED: Can't set policy to %d and prio to %d", 34 exit(UNRESOLVED); 46 EPRINTF("UNRESOLVED: pthread_mutexattr_init: %d %s", 48 exit(UNRESOLVED); 53 EPRINTF("UNRESOLVED: pthread_mutexattr_setprotocol: %d %s", 55 exit(UNRESOLVED); 66 EPRINTF("UNRESOLVED: pthread_mutex_init: %d %s", 68 exit(UNRESOLVED); 79 EPRINTF("UNRESOLVED: pthread_attr_init: %d %s", 81 exit(UNRESOLVED); [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
3-1.c | 62 * UNRESOLVED(ret, descr); 118 UNRESOLVED(errno, "Sem_wait in sendsig"); 124 UNRESOLVED(ret, "Pthread_kill in sendsig"); 137 UNRESOLVED(errno, "Sem_post in signal handler 1"); 146 UNRESOLVED(errno, "Sem_post in signal handler 2"); 167 UNRESOLVED(ret, "Unable to register signal handler1"); 171 UNRESOLVED(ret, "Unable to register signal handler2"); 175 UNRESOLVED(errno, "could not post semsync2"); 184 UNRESOLVED(ret, "pthread_mutexattr_init"); 190 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)") [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
12-1.c | 39 int unresolved = 0, failure = 0; local 49 unresolved = 1; 54 unresolved = 1; 68 unresolved = 1; 73 unresolved = 1; 80 if (unresolved == 1) { 81 printf("Test UNRESOLVED\n");
|
2-1.c | 38 int unresolved = 0, failure = 0; local 48 unresolved = 1; 53 unresolved = 1; 62 unresolved = 1; 66 unresolved = 1; 72 if (unresolved == 1) { 73 printf("Test UNRESOLVED\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
8-1.c | 37 int unresolved = 0, ret; local 54 unresolved = 1; 60 unresolved = 1; 65 unresolved = 1; 70 unresolved = 1; 73 if (unresolved == 1) { 74 printf("Test UNRESOLVED\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
10-1.c | 40 int unresolved = 0, failure = 0; local 49 unresolved = 1; 54 unresolved = 1; 66 unresolved = 1; 71 unresolved = 1; 79 if (unresolved == 1) { 80 printf("Test UNRESOLVED\n");
|
15-1.c | 41 int unresolved = 0, failure = 0; local 51 unresolved = 1; 56 unresolved = 1; 71 unresolved = 1; 76 unresolved = 1; 83 if (unresolved == 1) { 84 printf("Test UNRESOLVED\n");
|
2-1.c | 40 int unresolved = 0, failure = 0; local 50 unresolved = 1; 55 unresolved = 1; 65 unresolved = 1; 69 unresolved = 1; 75 if (unresolved == 1) { 76 printf("Test UNRESOLVED\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/ |
10-2.c | 43 int unresolved = 0; local 52 unresolved = 1; 57 unresolved = 1; 70 unresolved = 1; 75 unresolved = 1; 78 if (unresolved == 1) { 79 printf("Test UNRESOLVED\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
8-1.c | 39 int unresolved = 0, ret; local 58 unresolved = 1; 64 unresolved = 1; 69 unresolved = 1; 74 unresolved = 1; 77 if (unresolved == 1) { 78 printf("Test UNRESOLVED\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
2-1.c | 50 * UNRESOLVED(ret, descr); 109 UNRESOLVED(ret, 116 UNRESOLVED(errno, "Sem_wait in sendsig"); 123 UNRESOLVED(errno, "Kill in sendsig"); 136 UNRESOLVED(errno, "Sem_post in signal handler 1"); 146 UNRESOLVED(errno, "Sem_post in signal handler 2"); 161 UNRESOLVED(ret, 170 UNRESOLVED(ret, 176 UNRESOLVED(ret, "pthread_equal returned a bad result"); 201 UNRESOLVED(ret, "Unable to register signal handler1") [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
6-3.c | 79 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 " 86 UNRESOLVED(errno, "Sem_wait in sendsig"); 92 UNRESOLVED(errno, "Kill in sendsig"); 104 UNRESOLVED(errno, "Sem_post in signal handler 1"); 113 UNRESOLVED(errno, "Sem_post in signal handler 2"); 131 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2 " 142 UNRESOLVED(ret, "Failed to create this thread"); 146 UNRESOLVED(-1, "An error was expected but the " 157 UNRESOLVED(ret, "Unable to join a " 183 UNRESOLVED(ret, "Unable to register signal handler1") [all...] |