Searched refs:function (Results 201 - 225 of 1935) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c37 * A call to lp_build_assert() will build a function call to this function.
53 * Build an assertion in LLVM IR by building a function call to the
54 * lp_assert() function above.
68 LLVMValueRef function; local
78 function = lp_build_const_func_pointer(gallivm,
83 /* build function call param list */
91 LLVMBuildCall(builder, function, args, Elements(args), "");
/external/qemu/android/utils/
H A Dassert.c19 const char* function; member in struct:__anon29205
39 loc->function = functionName;
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
/external/skia/tools/lua/
H A Dbitmap_statistics.lua0 function string.startsWith(String,Start)
5 function string.endsWith(String,End)
18 function sk_scrape_startcanvas(c, fileName)
22 function sk_scrape_endcanvas(c, fileName)
26 function sk_scrape_accumulate(t)
51 function sk_scrape_summarize()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DShaderExecutable11.cpp16 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11PixelShader *executable) argument
17 : ShaderExecutable(function, length)
25 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11VertexShader *executable, ID3D11GeometryShader *streamOut) argument
26 : ShaderExecutable(function, length)
34 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11GeometryShader *executable) argument
35 : ShaderExecutable(function, length)
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dfunction.pxd17 # function type. It is exposed to Python programmers as
21 # Return true if o is a function object (has type
26 # Return a new function object associated with the code object
28 # accessible to the function.
29 # The function's docstring, name and __module__ are retrieved from
35 # Return the code object associated with the function object op.
39 # Return the globals dictionary associated with the function object op.
43 # Return the __module__ attribute of the function object op. This
49 # Return the argument default values of the function object
53 # Set the argument default values for the function objec
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c51 void _apple_glx_log(int level, const char *file, const char *function, argument
55 _apple_glx_vlog(level, file, function, line, fmt, v);
73 void _apple_glx_vlog(int level, const char *file, const char *function, argument
97 _asl_level_string(level), file, line, function, thread);
105 if (function)
106 asl_set(msg, "Function", function);
H A Dapple_glx_log.h39 void _apple_glx_log(int level, const char *file, const char *function,
46 void _apple_glx_vlog(int level, const char *file, const char *function,
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp12 // class function<R(ArgTypes...)>
14 // template<class A> function(allocator_arg_t, const A&, const function&);
70 std::function<int(int)> f = A();
75 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), f);
84 std::function<int(int)> f = g;
88 std::function<int(int)> f2(std::allocator_arg, test_allocator<int(*)(int)>(), f);
95 std::function<int(int)> f;
99 std::function<int(int)> f2(std::allocator_arg, test_allocator<int>(), f);
H A Dcopy.pass.cpp12 // class function<R(ArgTypes...)>
14 // function(const function& f);
68 std::function<int(int)> f = A();
73 std::function<int(int)> f2 = f;
82 std::function<int(int)> f = g;
86 std::function<int(int)> f2 = f;
93 std::function<int(int)> f;
97 std::function<int(int)> f2 = f;
105 std::function<in
[all...]
H A Dcopy_assign.pass.cpp12 // class function<R(ArgTypes...)>
14 // function& operator=(const function& f);
68 std::function<int(int)> f = A();
73 std::function<int(int)> f2;
83 std::function<int(int)> f = g;
87 std::function<int(int)> f2;
95 std::function<int(int)> f;
99 std::function<int(int)> f2;
108 std::function<in
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c51 void _apple_glx_log(int level, const char *file, const char *function, argument
55 _apple_glx_vlog(level, file, function, line, fmt, v);
73 void _apple_glx_vlog(int level, const char *file, const char *function, argument
97 _asl_level_string(level), file, line, function, thread);
105 if (function)
106 asl_set(msg, "Function", function);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as9 public function RewriteRuleNodeStream(adaptor:TreeAdaptor, elementDescription:String, element:Object = null) {
13 public function nextNode():Object {
17 protected override function toTree(el:Object):Object {
21 protected override function dup(el:Object):Object {
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions70 PythonTokenSource = function(stream) {
89 getSourceName: function() {
115 nextToken: function() {
128 insertImaginaryIndentDedentTokens: function()
199 push: function(i) {
207 pop: function() {
216 peek: function() {
221 findPreviousIndent: function(i) {
230 stackString: function() {
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_test.cc49 scoped_refptr<WindowsGetFunction> function = new WindowsGetFunction(); local
51 function->set_extension(extension.get());
54 function.get(),
66 function = new WindowsGetFunction();
67 function->set_extension(extension.get());
70 function.get(),
82 function = new WindowsGetFunction();
83 function->set_extension(extension.get());
86 function.get(),
108 function
150 scoped_refptr<WindowsGetCurrentFunction> function = local
191 scoped_refptr<WindowsGetAllFunction> function = new WindowsGetAllFunction(); local
305 scoped_refptr<WindowsCreateFunction> function = new WindowsCreateFunction(); local
346 scoped_refptr<WindowsCreateFunction> function = new WindowsCreateFunction(); local
377 scoped_refptr<WindowsCreateFunction> function = new WindowsCreateFunction(); local
406 scoped_refptr<TabsQueryFunction> function = new TabsQueryFunction(); local
473 scoped_refptr<WindowsUpdateFunction> function = new WindowsUpdateFunction(); local
[all...]
/external/chromium_org/extensions/common/
H A Dstack_frame.h21 const base::string16& function);
33 base::string16 function; // optional member in struct:extensions::StackFrame
/external/chromium_org/sandbox/win/src/
H A Dinterception.cc61 // Magic constant that identifies that this function is not to be patched.
77 InterceptionData function; local
78 function.type = interception_type;
79 function.id = id;
80 function.dll = dll_name;
81 function.function = function_name;
82 function.interceptor_address = replacement_code_address;
84 interceptions_.push_back(function);
92 InterceptionData function; local
278 FunctionInfo* function = reinterpret_cast<FunctionInfo*>(*buffer); local
[all...]
H A Dinterception.h78 // The new function should match the prototype and calling convention of the
79 // function to intercept except for one extra argument (the first one) that
80 // contains a pointer to the original function, to simplify the development
92 // // call the original function
101 // // call the original function
130 // This function must be called only once, after all interceptions have been
140 std::string function; // Name of function to intercept. member in struct:sandbox::InterceptionManager::InterceptionData
141 std::string interceptor; // Name of interceptor function.
175 // function t
[all...]
H A Dinterception_agent.cc153 const FunctionInfo* function = reinterpret_cast<const FunctionInfo*>( local
157 if (!IsWithinRange(dll_info, dll_info->record_bytes, function->function)) {
162 ResolverThunk* resolver = GetResolver(function->type);
166 const char* interceptor = function->function +
167 g_nt.strlen(function->function) + 1;
169 if (!IsWithinRange(function, function
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedTimer.h57 virtual void setFiredFunction(void (*function)()) OVERRIDE
59 setSharedTimerFiredFunction(function); variable
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm.S37 .type pushAllRegisters, %function
53 .type pushAllRegistersARM, %function
68 * registers to the callback function.
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DShaderExecutable.h25 ShaderExecutable(const void *function, size_t length) argument
28 memcpy(mFunctionBuffer.data(), function, length);
/external/chromium_org/third_party/skia/tools/lua/
H A Ddump_clipstack_at_restore.lua0 function sk_scrape_startcanvas(c, fileName)
7 function sk_scrape_endcanvas(c, fileName)
11 function sk_scrape_accumulate(t)
33 function sk_scrape_summarize() end
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobext.asm3 [global hashlookup:function]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionRegistry.java44 Function function = functions.get(name);
45 if (function == null) {
48 Value result = function.execute(args);
70 Function function = functions.get(name);
71 if (function == null) {
74 return function.isEscapingFunction();
85 public void registerFunction(String name, Function function) { argument
86 functions.put(name, function);
117 // This function escapes its input. Hence the output is
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget_type.pass.cpp12 // class function<R(ArgTypes...)>
54 std::function<int(int)> f = A();
58 std::function<int(int)> f;

Completed in 1652 milliseconds

1234567891011>>