Searched refs:function (Results 251 - 275 of 1935) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
H A Doperator_==.pass.cpp12 // class function<R(ArgTypes...)>
15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t);
18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&);
21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t);
24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&);
34 std::function<int(int)> f;
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget.pass.cpp12 // class function<R(ArgTypes...)>
62 std::function<int(int)> f = A();
69 std::function<int(int)> f = g;
76 const std::function<int(int)> f = A();
83 const std::function<int(int)> f = g;
/external/libunwind/src/x86/
H A Dlongjmp.S28 .type _UI_longjmp_cont, @function
/external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemcpy.S20 # - NOTE: must not use any stack. exception detection performs function return
25 .type memcpy,@function
109 .type __memcpy_user,@function
H A Dmemset.S20 # - NOTE: must not use any stack. exception detection performs function return
26 .type memset,@function
159 .type __memset_user,@function
/external/llvm/test/MC/ELF/
H A Dalias.s16 .type foo4,@function
H A Dcall-abs.s5 .type f,@function
H A Dstrtab-suffix-opt.s6 .type foobar,@function
H A Dtype.s5 .type foo,%function
22 .type func,@function
53 .type alias1, @function
71 .type sym4, @function
78 .type sym5, @function
99 .type sym8, @function
130 .type alias12, @function
/external/llvm/test/MC/Mips/
H A Dcpload-bad.s13 # ASM: :[[@LINE-1]]:17: error: expected register containing function address
15 # ASM: :[[@LINE-1]]:17: error: expected register containing function address
/external/llvm/test/MC/X86/
H A Dvariant-diagnostics.s6 function: label
/external/stlport/test/eh/
H A Drandom_number.cpp22 # include <function.h>
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-usage.lua0 function tostr(t)
34 function sk_scrape_startcanvas(c, fileName)
41 function sk_scrape_endcanvas(c, fileName)
50 function round(x, mul)
57 function dump_array_as_C(array)
66 function make_strike_key(paint)
72 function array_union(array, other)
79 function bools_to_values(t)
88 function array_count(array)
96 function sk_scrape_accumulat
[all...]
/external/lldb/test/benchmarks/disassembly/
H A DTestXcode41Vs42GDBDisassembly.py18 self.function = 'Driver::MainLoop()'
27 """Test disassembly on a large function with 4.1 vs. 4.2's gdb."""
29 self.run_gdb_disassembly(self.gdb_41_exe, self.exe, self.function, self.count)
32 self.run_gdb_disassembly(self.gdb_42_exe, self.exe, self.function, self.count)
39 """Test disassembly on a large function with 4.1 vs. 4.2's gdb."""
41 self.run_gdb_disassembly(self.gdb_42_exe, self.exe, self.function, self.count)
44 self.run_gdb_disassembly(self.gdb_41_exe, self.exe, self.function, self.count)
49 def run_gdb_disassembly(self, gdb_exe_path, exe, function, count):
63 child.sendline('break %s' % function)
72 # Disassemble the function
[all...]
H A DTestDisassembly.py33 self.function = 'Driver::MainLoop()'
42 """Test disassembly on a large function with lldb vs. gdb."""
48 self.run_lldb_disassembly(self.exe, self.function, self.count)
50 self.run_gdb_disassembly(self.exe, self.function, self.count)
56 """Test disassembly on a large function with lldb vs. gdb."""
62 self.run_gdb_disassembly(self.exe, self.function, self.count)
64 self.run_lldb_disassembly(self.exe, self.function, self.count)
68 def run_lldb_disassembly(self, exe, function, count):
82 child.sendline('breakpoint set -F %s' % function)
91 # Disassemble the function
[all...]
/external/lldb/test/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py16 self.function = 'Driver::MainLoop()'
29 self.run_lldb_turnaround(self.exe, self.function, self.count)
31 self.run_gdb_turnaround(self.exe, self.function, self.count)
35 def run_lldb_turnaround(self, exe, function, count):
48 child.sendline('breakpoint set -F %s' % function)
75 def run_gdb_turnaround(self, exe, function, count):
88 child.sendline('break %s' % function)
/external/llvm/test/MC/ARM/
H A Deh-directive-movsp-diagnostics.s8 .type false_start,%function
18 .type beyond_saving,%function
34 .type sp_invalid,%function
48 .type pc_invalid,%function
62 .type constant_required,%function
76 .type constant_constant,%function
92 .type register_required,%function
/external/skia/tools/lua/
H A Dglyph-usage.lua0 function tostr(t)
34 function sk_scrape_startcanvas(c, fileName)
41 function sk_scrape_endcanvas(c, fileName)
50 function round(x, mul)
57 function dump_array_as_C(array)
66 function make_strike_key(paint)
72 function array_union(array, other)
79 function bools_to_values(t)
88 function array_count(array)
96 function sk_scrape_accumulat
[all...]
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_interactive_test.cc38 scoped_refptr<extensions::WindowsGetLastFocusedFunction> function = local
42 function->set_extension(extension.get());
44 utils::RunFunctionAndReturnSingleResult(function.get(),
54 function = new extensions::WindowsGetLastFocusedFunction();
55 function->set_extension(extension.get());
57 utils::RunFunctionAndReturnSingleResult(function.get(),
91 scoped_refptr<extensions::TabsQueryFunction> function = local
94 utils::RunFunctionAndReturnSingleResult(function.get(),
109 function = new extensions::TabsQueryFunction();
111 utils::RunFunctionAndReturnSingleResult(function
[all...]
/external/chromium_org/ppapi/tests/
H A Dpp_thread.h49 PP_ThreadFunction function,
56 * This struct wraps the user data & function so that we can use the correct
57 * function type on POSIX platforms.
73 PP_ThreadFunction function,
77 arg_wrapper->user_function = function;
99 PP_ThreadFunction function,
103 thread->thread_func = function;
72 PP_CreateThread(PP_Thread* thread, PP_ThreadFunction function, void* thread_arg) argument
98 PP_CreateThread(PP_Thread* thread, PP_ThreadFunction function, void* thread_arg) argument
/external/chromium_org/tools/findit/
H A Dcomponent_dictionary.py18 function):
25 function: The name of the crashed function.
32 self.file_dict[file_path]['function'] = []
34 # Add the crashed line, frame index and function name.
39 self.file_dict[file_path]['function'].append(function)
51 return self.file_dict[file_path]['function']
92 function = stack_frame.function
[all...]
/external/chromium_org/tools/gn/
H A Dfunction_foreach.cc50 const FunctionCallNode* function,
55 *err = Err(function, "Wrong number of arguments to foreach().",
91 const BlockNode* block = function->block();
93 *err = Err(function, "Expected { after foreach.");
105 scope->SetValue(loop_var, list[i], function);
49 RunForEach(Scope* scope, const FunctionCallNode* function, const ListNode* args_list, Err* err) argument
/external/llvm/test/MC/AArch64/
H A Dbasic-pic.s8 .type get_globalvar,@function
24 .type get_globalvaraddr,@function
38 .type get_hiddenvar,@function
52 .type get_hiddenvaraddr,@function
66 .type get_func,@function
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DMethodAnnotationChecker.java68 String.format("Duplicate function argument name: %s", paramName));
127 private void checkFunctionAnnotation(FunctionRecord function) { argument
128 String functionName = getFunctionName(function.functionNode);
135 && (function.isTopLevelFunction()
136 || (function.enclosingType != null
137 && isPlainTopLevelFunction(function.enclosingFunctionRecord)));
139 boolean isReturningFunction = valueReturningFunctions.contains(function);
141 function.enclosingType != null && function.enclosingType.isInterface();
143 invalidReturnAnnotationIndex(function
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
80 function DupTree(const Tree: IANTLRInterface): IANTLRInterface;
87 function GetNilNode: IANTLRInterface;
105 function ErrorNode(const Input: ITokenStream; const Start, Stop: IToken;
111 function IsNil(const Tree: IANTLRInterface): Boolean;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
178 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface;
198 function GetUniqueID(const Node: IANTLRInterface): Integer;
209 function BecomeRoo
[all...]

Completed in 423 milliseconds

<<11121314151617181920>>