Searched defs:void (Results 1 - 25 of 69) sorted by relevance

123

/external/valgrind/VEX/switchback/
H A Dtest_hello.c3 static void bar ( void*(*service)(int,int) ) argument
15 void entry ( void*(*service)(int,int) ) argument
H A Dtest_simple.c3 static void bar ( void*(*service)(int,int) ) argument
8 void entry ( void*(*service)(int,int) ) argument
/external/tpm2/
H A Dstubs_ecc.c35 void)
34 _cpri__EccGetCurveCount( void) argument
/external/valgrind/none/tests/amd64/
H A Dtm1.c12 static int transactionally_apply ( void(*f)(void*), void* arg ) argument
34 void testfn ( void* arg )
38 int main ( void )
/external/libchrome/base/
H A Dsequenced_task_runner.cc19 void(*deleter)(const void*),
20 const void* object) {
26 void(*releaser)(const void*),
27 const void* object) {
17 DeleteSoonInternal( const tracked_objects::Location& from_here, void(*deleter)(const void*), const void* object) argument
24 ReleaseSoonInternal( const tracked_objects::Location& from_here, void(*releaser)(const void*), const void* object) argument
/external/curl/lib/
H A Dcurl_threads.c43 unsigned int (*func)(void *);
44 void *arg;
47 static void *curl_thread_create_thunk(void *arg)
50 unsigned int (*func)(void *) = ac->func;
51 void *real_arg = ac->arg;
60 curl_thread_t Curl_thread_create(unsigned int (*func) (void*), void *arg) argument
81 void Curl_thread_destroy(curl_thread_t hnd)
101 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void*), argument
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp18 template<typename T> void f0(T) {
22 template<> void f0(NonDefaultConstructible) { }
24 void test_f0(NonDefaultConstructible NDC) {
33 void f1(T t) {
43 void ft1(T t, U u);
48 void X0<T>::ft1(T t, U u) {
54 template<> struct X0<void> { };
55 X0<void> test_X0;
59 template<> void X0<void*>
89 ft1(void*, const void*) argument
[all...]
H A Dp2.cpp19 template<typename T> void f0(T) { // expected-note{{here}}
23 template<> void f0(NonDefaultConstructible) { }
25 void test_f0(NonDefaultConstructible NDC) {
29 template<> void f0(int);
30 template<> void f0(long);
33 template<> void N0::f0(int) { } // okay
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
39 template<> void N0::f0(double); // expected-warning{{C++11 extension}}
40 template<> void N0::f0(double) { }
43 template<typename T> void
211 ft1(void*, const void*) argument
[all...]
H A Dp2-0x.cpp21 template<typename T> void f0(T) {
25 template<> void f0(NonDefaultConstructible) { }
27 void test_f0(NonDefaultConstructible NDC) {
31 template<> void f0(int);
32 template<> void f0(long);
35 template<> void N0::f0(int) { } // okay
38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
41 template<> void N0::f0(double) { }
44 template<typename T> void f(T);
46 template<> void
250 ft1(void*, const void*) argument
[all...]
/external/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp3 void test0() {
4 char variable = (void)0;
8 void test1(int x = (void)0) {} argument
13 return (void)0;
18 S4() : x((void)0) {};
23 void test5() {
24 int foo[2] = {1, (void)0};
28 void test6() {
29 new int((void)
[all...]
/external/libmicrohttpd/src/testcurl/
H A Dtest_options.c38 ahc_echo (void *cls,
44 void **unused)
50 test_wrap (char *test_name, int (*test) (void)) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp47 void copy(command_queue &q, const point &origin, const point &region,
50 void *add_map(command_queue &q, cl_map_flags flags, bool blocking,
52 void del_map(void *p);
66 void unbind_sampler_view(clover::command_queue &q,
70 void unbind_surface(clover::command_queue &q, pipe_surface *st);
114 operator void *() {
125 void *p;
/external/minijail/
H A Dlibminijailpreload.c24 static void *libc_handle;
26 static void die(const char *failed)
32 static void unset_in_env(char **envp, const char *name)
100 int argc, char **ubp_av, void (*init) (void),
101 void (*fini) (void), void (*rtld_fini) (void),
102 void (*stack_en
99 __libc_start_main(int (*main) (int, char **, char **), int argc, char **ubp_av, void (*init) (void), void (*fini) (void), void (*rtld_fini) (void), void (*stack_end)) argument
[all...]
/external/skia/include/core/
H A DSkData.h34 const void* data() const { return fPtr; }
49 void* writable_data() {
63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
75 typedef void (*ReleaseProc)(const void* ptr, void* context);
80 static SkData* NewWithCopy(const void* data, size_t length);
100 static SkData* NewWithProc(const void* ptr, size_t length, ReleaseProc proc, void* context);
106 static SkData* NewWithoutCopy(const void* dat
184 DummyReleaseProc(const void*, void*) argument
[all...]
/external/valgrind/coregrind/
H A Dm_seqmatch.c44 const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
45 const void* input, SizeT szbInput, UWord nInput, UWord ixInput,
46 Bool (*pIsStar)(const void*),
47 Bool (*pIsQuery)(const void*),
48 Bool (*pattEQinp)(const void*,const void*,void*,UWord),
49 void* inputCompleter, Bool (*haveInputInpC)(void*,UWord)
170 static Bool charIsStar ( const void* p
42 generic_match( Bool matchAll, const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, const void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(const void*), Bool (*pIsQuery)(const void*), Bool (*pattEQinp)(const void*,const void*,void*,UWord), void* inputCompleter, Bool (*haveInputInpC)(void*,UWord) ) argument
[all...]
/external/libselinux/src/
H A Davc_internal.h20 extern void *(*avc_func_malloc) (size_t) hidden;
21 extern void (*avc_func_free) (void *)hidden;
23 extern void (*avc_func_log) (const char *, ...)hidden;
24 extern void (*avc_func_audit) (void *, security_class_t, char *, size_t)hidden;
28 extern void *(*avc_func_create_thread) (void (*)(void))hidden;
29 extern void (*avc_func_stop_threa
99 avc_create_thread(void (*run) (void)) argument
[all...]
/external/selinux/libselinux/src/
H A Davc_internal.h20 extern void *(*avc_func_malloc) (size_t) hidden;
21 extern void (*avc_func_free) (void *)hidden;
23 extern void (*avc_func_log) (const char *, ...) __attribute__((__format__(printf,1,2))) hidden;
24 extern void (*avc_func_audit) (void *, security_class_t, char *, size_t)hidden;
28 extern void *(*avc_func_create_thread) (void (*)(void))hidden;
29 extern void (*avc_func_stop_threa
99 avc_create_thread(void (*run) (void)) argument
[all...]
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp30 void SkImageDecoder::copyFieldsToOther(SkImageDecoder* ) {}
44 bool SkImageDecoder::DecodeMemory(const void*, size_t, SkBitmap*, SkColorType, Mode, Format*) { argument
48 bool SkImageDecoder::decodeYUV8Planes(SkStream*, SkISize[3], void*[3],
73 void SkImageDecoder::setSampleSize(int) {}
107 SkData* SkImageEncoder::EncodeData(const SkImageInfo&, const void* pixels, size_t rowBytes,
131 bool onUseEncodedData(const void*, size_t) override { return true; }
/external/vulkan-validation-layers/tests/
H A Dtest_common.h94 static inline void test_error_callback(const char *expr, const char *file,
108 static inline int test_platform_thread_create(test_platform_thread *thread, void *(* func) (void*), void *data) argument
114 static inline int test_platform_thread_join(test_platform_thread thread, void **retval)
128 static inline void test_platform_thread_create_mutex(test_platform_thread_mutex* pMutex)
132 static inline void test_platform_thread_lock_mutex(test_platform_thread_mutex* pMutex)
136 static inline void test_platform_thread_unlock_mutex(test_platform_thread_mutex* pMutex)
140 static inline void test_platform_thread_delete_mutex(test_platform_thread_mutex* pMutex)
145 static inline void test_platform_thread_init_con
[all...]
/external/webrtc/webrtc/base/
H A Dcommon.h27 #define RTC_UNUSED(x) RtcUnused(static_cast<const void*>(&x))
28 #define RTC_UNUSED2(x, y) RtcUnused(static_cast<const void*>(&x)); \
29 RtcUnused(static_cast<const void*>(&y))
30 #define RTC_UNUSED3(x, y, z) RtcUnused(static_cast<const void*>(&x)); \
31 RtcUnused(static_cast<const void*>(&y)); \
32 RtcUnused(static_cast<const void*>(&z))
33 #define RTC_UNUSED4(x, y, z, a) RtcUnused(static_cast<const void*>(&x)); \
34 RtcUnused(static_cast<const void*>(&y)); \
35 RtcUnused(static_cast<const void*>(&z)); \
36 RtcUnused(static_cast<const void*>(
42 RtcUnused(const void*) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dioapi.c31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) argument
69 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32)
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size)
139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size)
224 void fill_fopen_filefunc (pzlib_filefunc_def)
237 void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def)
/external/bison/lib/glthread/
H A Dlock.c488 static void
489 glthread_once_call (void *arg)
491 void (**gl_once_temp_addr) (void) = (void (**) (void)) arg;
492 void (*initfunction) (void) = *gl_once_temp_addr;
497 glthread_once_multithreaded (pth_once_t *once_control, void (*initfunction) (void)) argument
592 glthread_once_multithreaded(gl_once_t *once_control, void (*initfunction) (void)) argument
1019 glthread_once_func(gl_once_t *once_control, void (*initfunction) (void)) argument
[all...]
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp23 void g4() {
77 void *lf() {
79 void *const &x = &&label; // expected-note {{binding reference variable 'x' here}}
98 void *radar13226577() {
99 void *p = &p;
116 operator const void *() const { return this; }
131 return reinterpret_cast<intptr_t>(static_cast<const void *>(obj)); // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
/external/libcxxabi/src/
H A Dcxa_vector.cpp25 inline static size_t __get_element_count ( void *p ) {
29 inline static void __set_element_count ( void *p, size_t element_count ) {
46 typedef void (*dealloc_f)(void *);
48 st_heap_block2 ( dealloc_f dealloc, void *ptr )
51 void release () { enabled_ = false; }
55 void *ptr_;
61 typedef void (*dealloc_f)(void *, size_
209 __cxa_vec_cctor( void* dest_array, void* src_array, size_t element_count, size_t element_size, void (*constructor) (void*, void*), void (*destructor)(void*) ) argument
352 __cxa_vec_delete3( void* array_address, size_t element_size, size_t padding_size, void (*destructor)(void*), void (*dealloc) (void*, size_t)) argument
[all...]
/external/opencv3/modules/core/src/
H A Dprecomp.hpp78 typedef void (*BinaryFunc)(const uchar* src1, size_t step1,
81 void*);
111 void deleteThreadAllocData();
198 size_t operator()(const void*, const void*, void*, size_t) const { return 0; } argument
242 void convertAndUnrollScalar( const Mat& sc, int buftype, uchar* scbuf, size_t blocksize );

Completed in 1348 milliseconds

123