Searched defs:resp (Results 1 - 25 of 536) sorted by relevance

1234567891011>>

/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker.cc11 dbus::ErrorResponse* resp) {
14 dbus::MessageReader reader(resp);
17 AddDBusError(&error, resp->GetErrorName(), error_message);
10 TranslateErrorResponse(const AsyncErrorCallback& callback, dbus::ErrorResponse* resp) argument
/external/selinux/dbus/
H A Dselinux_client.py41 resp = dbus_proxy.customized() variable
42 print(convert_customization(resp))
/external/elfutils/lib/
H A Dcrc32_file.c40 crc32_file (int fd, uint32_t *resp) argument
68 *resp = crc32 (crc, mapped, st.st_size);
88 *resp = crc;
/external/libbrillo/brillo/http/
H A Dhttp_request_unittest.cc144 auto resp = request.GetResponseAndBlock(nullptr); local
145 EXPECT_NE(nullptr, resp.get());
162 std::unique_ptr<Response> resp) {
166 EXPECT_EQ(status_code::Partial, resp->GetStatusCode());
170 EXPECT_EQ("Partial completion", resp->GetStatusText());
175 EXPECT_EQ(mime::text::kHtml, resp->GetContentType());
177 EXPECT_EQ(resp_data, resp->ExtractDataAsString());
189 std::unique_ptr<Response> resp{new Response{connection_}};
190 success_callback.Run(23, std::move(resp));
/external/libffi/testsuite/libffi.call/
H A Dclosure_fn0.c16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
17 *(ffi_arg*)resp =
47 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn5.c13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 *(ffi_arg*)resp =
46 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn6.c12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
39 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_loc_fn0.c16 closure_loc_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_simple.c11 closure_test(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata) argument
13 *(ffi_arg*)resp =
21 (int)*(ffi_arg *)resp);
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
H A Dcls_double_va.c14 cls_double_va_fn(ffi_cif* cif __UNUSED__, void* resp, argument
20 *(ffi_arg*)resp = printf(format, doubleValue);
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
H A Dcls_longdouble_va.c14 cls_longdouble_va_fn(ffi_cif* cif __UNUSED__, void* resp, argument
20 *(ffi_arg*)resp = printf(format, ldValue);
H A Dcls_many_mixed_args.c14 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
34 *(double *)resp = r;
H A Dcls_pointer.c23 cls_pointer_gn(ffi_cif* cif __UNUSED__, void* resp, argument
29 *(void**)resp = cls_pointer_fn(a1, a2);
H A Dcls_schar.c12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp = *(signed char *)args[0];
17 (int)*(ffi_arg *)(resp));
H A Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(signed short *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(unsigned char *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_uchar_va.c12 static void cls_ret_T_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg *)resp = *(T *)args[0];
17 printf("%d: %d %d\n", (int)(*(ffi_arg *)resp), *(T *)args[0], *(T *)args[1]);
H A Dcls_uint.c10 static void cls_ret_uint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg *)resp = *(unsigned int *)args[0];
16 (int)*(ffi_arg *)(resp));

Completed in 1780 milliseconds

1234567891011>>