Searched refs:func (Results 51 - 75 of 1757) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps.h77 #define PPAPI_SIMPLE_USE_MAIN(factory, func) \
79 return factory(inst, func); \
/external/chromium_org/net/base/
H A Dnet_module.cc12 void NetModule::SetResourceProvider(ResourceProvider func) { argument
13 resource_provider = func;
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum.cpp22 bool func(int i) { function in namespace:test2
33 void func() { function in namespace:test3
H A Dglobal-block-literal-helpers.cpp6 int func(BL, BL, BL);
16 int ival = func(^{}, ^{}, ^{});
H A Dms_wide_predefined_expr.cpp11 void func() { function
16 func();
H A D2003-11-18-PtrMemConstantInitializer.cpp8 void (Gfx::*func)(); member in struct:Operator
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
/external/clang/test/Index/
H A Dcomplete-in-stringify.c1 const char *func(const char *);
6 #define N(x) func("2"#x MORE)
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/Sema/
H A Dusual-float.c5 extern void func(CGFloat);
11 func((CGFloat)cgf/65535.0f);
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17-crash.cpp4 // new expression in func()
12 void func() { function
/external/clang/test/CodeGen/
H A D2010-07-14-overconservative-align.c10 void func (struct s *s) function
/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/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/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.py77 'func': 'ClearColor',
88 'func': 'ClearDepth',
96 'func': 'ColorMask',
108 'func': 'ClearStencil',
116 'func': 'BlendColor',
127 'func': 'BlendEquationSeparate',
145 'func': 'BlendFuncSeparate',
175 'func': 'PolygonOffset',
193 'func': 'CullFace',
205 '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/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_identity_apitest.cc284 scoped_refptr<ExperimentalMockGetAuthTokenFunction> func(
286 func->set_extension(CreateExtension(SCOPES));
288 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser());
290 EXPECT_FALSE(func->login_ui_shown());
291 EXPECT_FALSE(func->install_ui_shown());
295 scoped_refptr<ExperimentalMockGetAuthTokenFunction> func(
297 func->set_extension(CreateExtension(CLIENT_ID));
299 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser());
301 EXPECT_FALSE(func->login_ui_shown());
302 EXPECT_FALSE(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 501 milliseconds

1234567891011>>