Searched refs:func (Results 151 - 175 of 1961) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/
H A Dpp_completion_callback.idl107 * <code>func</code> is an int32_t that, if negative indicates an error code
118 PP_CompletionCallback_Func func;
155 * @param[in] func A <code>PP_CompletionCallback_Func</code> that will be
164 PP_CompletionCallback_Func func,
167 cc.func = func;
177 * @param[in] func A PP_CompletionCallback_Func to be called on completion.
185 PP_CompletionCallback_Func func,
187 struct PP_CompletionCallback cc = PP_MakeCompletionCallback(func, user_data);
213 cc->func(c
[all...]
/external/bison/darwin-lib/
H A Dsignal.h139 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
152 declares the system function, named func, with the given prototype,
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
159 _GL_EXTERN_C rettype func parameters_and_attributes
161 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
162 declares a C++ alias called GNULIB_NAMESPACE::func
167 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dwctype.h134 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
142 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
147 declares the system function, named func, with the given prototype,
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
154 _GL_EXTERN_C rettype func parameters_and_attributes
156 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
157 declares a C++ alias called GNULIB_NAMESPACE::func
162 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/linux-lib/
H A Dsignal.h139 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
152 declares the system function, named func, with the given prototype,
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
159 _GL_EXTERN_C rettype func parameters_and_attributes
161 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
162 declares a C++ alias called GNULIB_NAMESPACE::func
167 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dwctype.h134 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
142 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
147 declares the system function, named func, with the given prototype,
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
154 _GL_EXTERN_C rettype func parameters_and_attributes
156 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
157 declares a C++ alias called GNULIB_NAMESPACE::func
162 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_send.py47 def hash_pixel_function(func):
57 for param in func.parameterIterateGlxSend():
69 if func.pad_after(param):
73 n = func.name.replace("%uD" % (dim), "")
87 def __init__(self, func, name):
96 for _p in func.parameterIterator():
117 pad_name = func.pad_after(p)
125 self.return_type = func.return_type
131 self.glx_doubles_in_order = func.glx_doubles_in_order
135 self.can_be_large = func
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py47 def hash_pixel_function(func):
57 for param in func.parameterIterateGlxSend():
69 if func.pad_after(param):
73 n = func.name.replace("%uD" % (dim), "")
87 def __init__(self, func, name):
96 for _p in func.parameterIterator():
117 pad_name = func.pad_after(p)
125 self.return_type = func.return_type
131 self.glx_doubles_in_order = func.glx_doubles_in_order
135 self.can_be_large = func
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c40 lp_build_blend_func_commutative(unsigned func) argument
42 switch (func) {
88 unsigned func,
92 switch (func) {
113 * @param func the blend function
132 unsigned func,
147 if (func == PIPE_BLEND_ADD) {
153 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
177 if (func
87 lp_build_blend_func(struct lp_build_context *bld, unsigned func, LLVMValueRef term1, LLVMValueRef term2) argument
131 lp_build_blend(struct lp_build_context *bld, unsigned func, unsigned factor_src, unsigned factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c40 lp_build_blend_func_commutative(unsigned func) argument
42 switch (func) {
88 unsigned func,
92 switch (func) {
113 * @param func the blend function
132 unsigned func,
147 if (func == PIPE_BLEND_ADD) {
153 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
177 if (func
87 lp_build_blend_func(struct lp_build_context *bld, unsigned func, LLVMValueRef term1, LLVMValueRef term2) argument
131 lp_build_blend(struct lp_build_context *bld, unsigned func, unsigned factor_src, unsigned factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc413 scoped_refptr<IdentityGetAccountsFunction> func(
415 func->set_extension(test_util::CreateEmptyExtension(kExtensionId).get());
417 func.get(), std::string("[]"), browser(), utils::NONE)) {
421 const base::ListValue* callback_arguments = func->GetResultList();
534 scoped_refptr<IdentityGetProfileUserInfoFunction> func(
536 func->set_extension(test_util::CreateEmptyExtension(kExtensionId).get());
538 utils::RunFunctionAndReturnSingleResult(func.get(), "[]", browser()));
543 scoped_refptr<IdentityGetProfileUserInfoFunction> func(
545 func->set_extension(CreateExtensionWithEmailPermission());
547 utils::RunFunctionAndReturnSingleResult(func
[all...]
/external/chromium_org/ppapi/c/
H A Dpp_completion_callback.h133 * <code>func</code> is an int32_t that, if negative indicates an error code
144 PP_CompletionCallback_Func func; member in struct:PP_CompletionCallback
182 * @param[in] func A <code>PP_CompletionCallback_Func</code> that will be
191 PP_CompletionCallback_Func func,
194 cc.func = func;
204 * @param[in] func A PP_CompletionCallback_Func to be called on completion.
212 PP_CompletionCallback_Func func,
214 struct PP_CompletionCallback cc = PP_MakeCompletionCallback(func, user_data);
240 cc->func(c
190 PP_MakeCompletionCallback( PP_CompletionCallback_Func func, void* user_data) argument
211 PP_MakeOptionalCompletionCallback( PP_CompletionCallback_Func func, void* user_data) argument
[all...]
/external/chromium_org/third_party/libva/va/
H A Dva_compat.h85 #define VA_CPP_HELPER_ALIAS(func, major, minor, micro) \
86 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@")
87 #define VA_CPP_HELPER_ALIAS_DEFAULT(func, major, minor, micro) \
88 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@@")
89 #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \
90 asm(".symver " #func "_" #major "_" #minor "_" #micro ", " \
91 #func binding "VA_API_" #major "." #minor "." #micro)
/external/clang/test/SemaCXX/
H A Dnamespace-alias.cpp58 namespace B { void func (); }
66 func();
71 namespace KA { void func(); }
75 KB::func();
80 KC::func();
86 KB::func(); // expected-error {{undeclared identifier 'KB'}}
87 KC::func(); // expected-error {{undeclared identifier 'KC'}}
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py53 for func in all_functions:
55 if func in new_delete:
56 result.append(func)
59 match = re.match('__interceptor_(.*)', func)
61 result.append(func)
69 if re.match('__sanitizer_(.*)', func):
70 result.append(func)
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c39 deThreadFunc func; member in struct:ThreadEntry_s
60 deThreadFunc func = entry->func; local
65 func(arg);
70 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) argument
78 entry->func = func;
/external/bison/src/
H A Dscan-skel.l193 void (*func)(char const *, ...);
196 case 'w': func = warn; break;
197 case 'c': func = complain; break;
198 case 'f': func = fatal; break;
204 func (_(at_directive_argv[1]));
207 func (_(at_directive_argv[1]), at_directive_argv[2]);
210 func (_(at_directive_argv[1]), at_directive_argv[2],
214 func (_(at_directive_argv[1]), at_directive_argv[2],
218 func (_(at_directive_argv[1]), at_directive_argv[2],
231 void (*func)(locatio
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglglobals.c63 _eglAddAtExitCall(void (*func)(void)) argument
65 if (func) {
76 _eglGlobal.AtExitCalls[_eglGlobal.NumAtExitCalls++] = func;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h65 LLVMValueRef func);
72 LLVMValueRef func);
76 LLVMValueRef func,
/external/chromium_org/tools/telemetry/telemetry/
H A Ddecorators.py49 def _Disabled(func):
50 if not isinstance(func, types.FunctionType):
51 func._disabled_strings = disabled_strings
52 return func
53 @functools.wraps(func)
55 func(*args, **kwargs)
78 def _Enabled(func):
79 if not isinstance(func, types.FunctionType):
80 func._enabled_strings = enabled_strings
81 return func
[all...]
/external/chromium_org/v8/test/webkit/
H A Dcached-call-uninitialized-arguments.js57 function callAfterRecursingForDepth(depth, func, arr) {
59 callAfterRecursingForDepth(depth - 1, func, arr);
61 func(arr);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp7 virtual void func() { function in struct:MyClass
21 // CHECK: [[FOO_FUNC]] = {{.*}}, metadata !"_ZN3foo4funcEN5outerIS_E5innerE", i32 {{[0-9]*}}, metadata [[FOO_FUNC_TYPE:![0-9]*]], {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [func]
35 // CHECK: [[C_FUNC]] = {{.*}} ; [ DW_TAG_subprogram ] [line 7] [func]
50 void func(outer<foo>::inner);
53 inline void func() { function
/external/lldb/include/lldb/Target/
H A DUnwindAssembly.h30 GetNonCallSiteUnwindPlanFromAssembly (AddressRange& func,
35 GetFastUnwindPlan (AddressRange& func,
41 FirstNonPrologueInsn (AddressRange& func,
/external/mesa3d/src/egl/main/
H A Deglglobals.c63 _eglAddAtExitCall(void (*func)(void)) argument
65 if (func) {
76 _eglGlobal.AtExitCalls[_eglGlobal.NumAtExitCalls++] = func;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h65 LLVMValueRef func);
72 LLVMValueRef func);
76 LLVMValueRef func,
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js38 var func = functions[i];
40 print(func);
42 func(12);
44 %OptimizeFunctionOnNextCall(func);
45 func(12);
46 assertOptimized(func);
343 var func = eval("(function baz(){" + s + "; })");
345 print(func);
348 func();
354 %OptimizeFunctionOnNextCall(func);
[all...]

Completed in 845 milliseconds

1234567891011>>