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.h93 void* return_value; member in class:pthread_internal_t
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp43 int32_t return_value = StartIteration(handle, &cookie, nullptr, nullptr); local
44 if (return_value != 0) {
45 fprintf(stderr, "Unable to iterate over entries: %s\n", ErrorCodeString(return_value));
51 while ((return_value = Next(cookie, &entry, &name)) == 0) {
54 if (return_value != -1) {
55 fprintf(stderr, "Error while iterating over zip entries: %s\n", ErrorCodeString(return_value));
63 return return_value == -1;
139 int32_t return_value = OpenArchive(argv[2], &handle); local
140 if (return_value != 0) {
142 fprintf(stderr, "Unable to open '%s': %s\n", argv[2], ErrorCodeString(return_value));
[all...]
/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;

Completed in 748 milliseconds