Searched refs:return_value (Results 1 - 8 of 8) sorted by relevance

/bionic/tools/bionicbb/
H A Dtest_tasks.py12 mock_commit.return_value = {
17 other_check.return_value = False
30 mock_commit.return_value = {
35 other_check.return_value = False
48 mock_commit.return_value = {
53 other_check.return_value = False
66 mock_files.return_value = ['foo/CleanSpec.mk']
68 other_check.return_value = False
81 mock_files.return_value = ['tools/bionicbb/common.sh']
83 other_check.return_value
[all...]
/bionic/libc/bionic/
H A Dpthread_join.cpp34 int pthread_join(pthread_t t, void** return_value) { argument
64 if (return_value) {
65 *return_value = thread->return_value;
H A Dpthread_exit.cpp62 void pthread_exit(void* return_value) { argument
67 thread->return_value = return_value;
H A Dpthread_internal.h88 void* return_value; member in struct:pthread_internal_t
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strrchr-atom.S234 L(return_value):
282 jz L(return_value)
300 jz L(return_value)
321 jz L(return_value)
339 jz L(return_value)
351 jz L(return_value)
363 jz L(return_value)
375 jz L(return_value)
387 jz L(return_value)
399 jz L(return_value)
[all...]
H A Dsse2-wcsrchr-atom.S229 L(return_value):
272 jz L(return_value)
284 jz L(return_value)
300 jz L(return_value)
/bionic/tests/
H A Dsys_socket_test.cpp35 void* return_value = NULL; local
51 return_value = reinterpret_cast<void*>(-1);
54 return_value = reinterpret_cast<void*>(-1);
59 return return_value;
/bionic/libc/tzcode/
H A Dlocaltime.c2300 time_t return_value; local
2309 return_value = time1(tmp, localsub, 0L, st);
2311 return return_value;

Completed in 276 milliseconds