Home
last modified time | relevance | path

Searched refs:host_result (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_null_buffer_arg.cpp93 cl_int* host_result = (cl_int*)malloc(NITEMS*sizeof(cl_int)); in test_setargs_and_execution() local
95 sizeof(cl_int)*NITEMS, host_result, 0, NULL, NULL); in test_setargs_and_execution()
100 if (host_result[i] == 0) { in test_setargs_and_execution()
108 if (host_result[i] != 0) { in test_setargs_and_execution()
114 free(host_result); in test_setargs_and_execution()
118 cl_long* host_result = (cl_long*)malloc(NITEMS*sizeof(cl_long)); in test_setargs_and_execution() local
120 sizeof(cl_long)*NITEMS, host_result, 0, NULL, NULL); in test_setargs_and_execution()
125 if (host_result[i] == 0) { in test_setargs_and_execution()
132 if (host_result[i] != 0) { in test_setargs_and_execution()
138 free(host_result); in test_setargs_and_execution()
/external/cronet/net/dns/
Dmock_host_resolver.h391 const HostPortPair& host_result);
Dmock_host_resolver.cc869 const HostPortPair& host_result) { in TriggerMdnsListeners() argument
872 listener->TriggerHostnameResult(update_type, host_result); in TriggerMdnsListeners()
/external/curl/lib/
Durl.c2941 char **host_result, argument
2949 *host_result = NULL;
2998 result = parse_connect_to_host_port(data, ptr, host_result, port_result);