Searched refs:func (Results 76 - 100 of 1961) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Ddebug-info-friend.cpp13 static void func(SomeClass::SomeType) { function in struct:MyFriend
H A Denum.cpp5 int func(A x) { return x==a; } function
H A Dglobal-dtor-no-atexit.cpp42 void func() { function
H A Ddebug-info-class.cpp2 void func(foo *f) { function
5 void func(bar *f) { function
8 void func(baz *f) { function
30 void func() { function in struct:D
37 virtual void func() { function in struct:E
49 virtual void func();
71 x.func();
118 // CHECK: metadata !"_ZTS1D", {{.*}}, metadata [[D_FUNC_DECL:![0-9]*]], metadata {{![0-9]*}}, i32 {{[0-9]*}}} ; [ DW_TAG_subprogram ] {{.*}} [def] [func]
119 // CHECK: [[D_FUNC_DECL]] = {{.*}}, metadata !"_ZTS1D", {{.*}}, i32 0, null, i32 {{[0-9]*}}} ; [ DW_TAG_subprogram ] {{.*}} [func]
/external/clang/test/Index/
H A Dcode-completion-skip-bodies.cpp9 void func(S *s) { function
H A Dcursor-ref-names.cpp3 void func();
8 void func();
18 inst.func();
33 // CHECK: cursor-ref-names.cpp:18:5: CallExpr=func:8:10 Extent=[18:5 - 18:16]
34 // CHECK: cursor-ref-names.cpp:18:10: MemberRefExpr=func:8:10 SingleRefName=[18:10 - 18:14] RefName=[18:10 - 18:14] Extent=[18:5 - 18:14]
/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp47 static void func();
49 void func();
50 func();
52 static void func() {} function in namespace:test4
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call
/external/libnfc-nxp/src/
H A Dnfc_osal_deferred_call.h30 void nfc_osal_deferred_call(nfc_osal_def_call_t func, void *param);
/external/lldb/test/functionalities/return-value/
H A DMakefile3 C_SOURCES := call-func.c
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread.cc21 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, argument
25 return new ThreadWindows(func, obj, prio, thread_name);
27 return ThreadPosix::Create(func, obj, prio, thread_name);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmodule.h65 #define yasm_list_arch(func) \
66 yasm_list_modules(YASM_MODULE_ARCH, func)
67 #define yasm_list_dbgfmt(func) \
68 yasm_list_modules(YASM_MODULE_DBGFMT, func)
69 #define yasm_list_objfmt(func) \
70 yasm_list_modules(YASM_MODULE_OBJFMT, func)
71 #define yasm_list_listfmt(func) \
72 yasm_list_modules(YASM_MODULE_LISTFMT, func)
73 #define yasm_list_parser(func) \
74 yasm_list_modules(YASM_MODULE_PARSER, func)
[all...]
/external/deqp/framework/egl/
H A DegluGLFunctionLoader.cpp37 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name); local
39 if (!func)
42 return func;
/external/webrtc/src/system_wrappers/source/
H A Dthread.cc20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, argument
25 return new ThreadWindows(func, obj, prio, threadName);
27 return ThreadPosix::Create(func, obj, prio, threadName);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py89 'func': 'ClearColor',
100 'func': 'ClearDepth',
108 'func': 'ColorMask',
140 'func': 'ClearStencil',
148 'func': 'BlendColor',
159 'func': 'BlendEquationSeparate',
177 'func': 'BlendFuncSeparate',
207 'func': 'PolygonOffset',
225 'func': 'CullFace',
237 'func'
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbuiltin-test.c16 int (*func)(void); member in struct:test
20 .func = test__vmlinux_matches_kallsyms,
24 .func = test__open_syscall_event,
28 .func = test__open_syscall_event_on_all_cpus,
32 .func = test__basic_mmap,
36 .func = test__parse_events,
41 .func = test__rdpmc,
46 .func = test__PERF_RECORD,
50 .func = test__pmu,
54 .func
[all...]
/external/stlport/stlport/stl/
H A D_cmath.h163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \
174 inline float_type func (float_typ
[all...]
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/Android.mk
19 test_name := utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue
23 test_name := utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0
27 test_name := utilities/function.objects/bind/func.bind/func.bind.bind/copy
31 test_name := utilities/function.objects/bind/func.bind/func
[all...]
/external/chromium_org/ui/gl/
H A Dgenerate_bindings.py193 'arguments': 'GLenum func', },
592 'arguments': 'GLenum func, GLint ref, GLuint mask', },
595 'arguments': 'GLenum face, GLenum func, GLint ref, GLuint mask', },
1356 for func in functions:
1358 (func['return_type'], func['known_as'], func['arguments']))
1370 for func in functions:
1371 file.write(' %sProc %sFn;\n' % (func['known_as'], func['known_a
[all...]
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp115 const char* func = "NfcAdaptation::Initialize"; local
116 ALOGD("%s: enter", func);
117 ALOGE("%s: ver=%s nfa=%s", func, nfca_version_string, nfa_version_string);
126 ALOGD("%s: logging protocol in raw format", func);
142 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func, nfa_ee_max_ee_cfg);
180 ALOGD ("%s: exit", func);
194 const char* func = "NfcAdaptation::Finalize"; local
197 ALOGD ("%s: enter", func);
207 ALOGD ("%s: exit", func);
236 const char* func local
254 const char* func = "NfcAdaptation::Thread"; local
296 const char* func = "NfcAdaptation::InitializeHalDeviceContext"; local
341 const char* func = "NfcAdaptation::HalInitialize"; local
357 const char* func = "NfcAdaptation::HalTerminate"; local
372 const char* func = "NfcAdaptation::HalOpen"; local
393 const char* func = "NfcAdaptation::HalClose"; local
413 const char* func = "NfcAdaptation::HalDeviceContextCallback"; local
431 const char* func = "NfcAdaptation::HalDeviceContextDataCallback"; local
448 const char* func = "NfcAdaptation::HalWrite"; local
467 const char* func = "NfcAdaptation::HalCoreInitialized"; local
490 const char* func = "NfcAdaptation::HalPrediscover"; local
516 const char* func = "NfcAdaptation::HalControlGranted"; local
535 const char* func = "NfcAdaptation::HalPowerCycle"; local
554 const char* func = "NfcAdaptation::HalPowerCycle"; local
580 const char* func = "NfcAdaptation::DownloadFirmware"; local
609 const char* func = "NfcAdaptation::HalDownloadFirmwareCallback"; local
[all...]
/external/libunwind/tests/
H A DLtest-nocalloc.c43 static void * (*func)(size_t, size_t);
50 if (!func)
51 func = &__libc_calloc;
53 if(!func)
54 func = dlsym(RTLD_NEXT, "calloc");
61 return func(n, s);
68 static void * (*func)(size_t);
70 if(!func)
71 func = dlsym(RTLD_NEXT, "malloc");
77 return func(
[all...]
/external/bison/darwin-lib/
H A Dfcntl.h148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dtime.h115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/linux-lib/
H A Dfcntl.h148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dtime.h115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]

Completed in 585 milliseconds

1234567891011>>