Searched defs:success (Results 1 - 10 of 10) sorted by relevance

/bionic/tools/versioner/
H A Drun_tests.py31 print("{} {}: unexpected success:".format(prefix_fail, test_name))
75 success = True variable
83 success = False variable
85 sys.exit(0 if success else 1)
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp154 bool success = CreateAlignedZip(handle, zip_dst, static_cast<uint32_t>(alignment)); local
159 return success ? 0 : 1;
/bionic/linker/
H A Ddlfcn.cpp225 bool success = init_anonymous_namespace(shared_libs_sonames, library_search_path); local
226 if (!success) {
230 return success;
262 bool success = link_namespaces(namespace_from, namespace_to, shared_libs_sonames); local
264 if (!success) {
268 return success;
275 bool success = link_namespaces_all_libs(namespace_from, namespace_to); local
277 if (!success) {
281 return success;
H A Dlinker_soinfo.cpp138 bool success = local
143 if (success) {
147 return success;
/bionic/libc/dns/resolv/
H A Dres_debug.c558 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
561 if (success)
562 *success = 1;
566 if (success)
567 *success = 0;
572 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
577 if (success)
578 *success = 1;
584 if (success)
585 *success
590 sym_ntop(const struct res_sym *syms, int number, int *success) argument
611 int success; local
647 int success; local
1185 int success; local
1208 int success; local
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c404 // Returns 0 on success, else returns on error.
410 int success = 0; local
470 success = 1;
494 bool success = local
500 if (!success) {
548 if (success) {
2152 * Perform preliminary check of answer, returning success only
2154 * Return the size of the response on success, -1 on error.
2277 * Return the size of the response on success, -1 on error.
/bionic/tests/
H A Dgtest_main.cpp979 // and execve() doesn't read environment variable PATH, so execve() will not success
1130 bool success = true; local
1134 success = false;
1137 if (success && output[0] != '/') {
1143 success = false;
1147 if (success && output.back() == '/') {
1151 if (success) {
1253 TEST_F(bionic_selftest_DeathTest, success) {
/bionic/libc/kernel/uapi/linux/
H A Dpkt_cls.h154 __u32 success; member in struct:tc_u32_mark
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dpkt_cls.h154 __u32 success; member in struct:tc_u32_mark
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dpkt_cls.h154 __u32 success; member in struct:tc_u32_mark

Completed in 319 milliseconds