Searched refs:function (Results 26 - 50 of 1791) sorted by relevance

1234567891011>>

/external/parameter-framework/asio/include/asio/detail/
H A Dhandler_invoke_helpers.hpp22 // contain overloads of this function. The asio_handler_invoke_helpers
27 inline void invoke(Function& function, Context& context) argument
30 Function tmp(function);
34 asio_handler_invoke(function, asio::detail::addressof(context));
39 inline void invoke(const Function& function, Context& context) argument
42 Function tmp(function);
46 asio_handler_invoke(function, asio::detail::addressof(context));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhandler_invoke_helpers.hpp22 // contain overloads of this function. The asio_handler_invoke_helpers
27 inline void invoke(Function& function, Context& context) argument
30 Function tmp(function);
34 asio_handler_invoke(function, asio::detail::addressof(context));
39 inline void invoke(const Function& function, Context& context) argument
42 Function tmp(function);
46 asio_handler_invoke(function, asio::detail::addressof(context));
/external/llvm/test/MC/ELF/
H A Dgnu-type.s4 // CHECK: .type TYPE,@function
7 // CHECK: .type comma_TYPE,@function
10 // CHECK: .type at_TYPE,@function
13 // CHECK: .type percent_TYPE,@function
16 // CHECK: .type string_TYPE,@function
18 .type type function
19 // CHECK: .type type,@function
21 .type comma_type, function
22 // CHECK: .type comma_type,@function
24 .type at_type, @function
[all...]
H A Dtype-propagate.s13 .type sym02, @function
18 .type sym03, @function
30 .type sym10, @function
/external/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-capture.cc7 std::function<int()> f;
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp12 // class function<R(ArgTypes...)>
14 // template<class F> function(F);
21 typedef std::function<void(X&)> callback_type;
H A Dalloc.fail.cpp13 // class function<R(ArgTypes...)>
15 // template<class A> function(allocator_arg_t, const A&);
24 std::function<int(int)> f(std::allocator_arg, std::allocator<int>());
H A Dnullptr_t.pass.cpp12 // class function<R(ArgTypes...)>
14 // function(nullptr_t);
21 std::function<int(int)> f(nullptr);
/external/llvm/test/DebugInfo/AArch64/
H A Deh_frame.s5 .type foo,@function
/external/clang/test/Misc/
H A Dast-dump-stmt.cpp4 void function() {} function in namespace:n
7 using n::function;
10 void (*f)() = &function;
11 // CHECK: DeclRefExpr{{.*}} (UsingShadow{{.*}}function
/external/mesa3d/src/glsl/
H A Dir_import_prototypes.cpp26 * Import function prototypes from one IR tree into another.
34 * Visitor used to import function prototypes
39 * body of the function.
51 this->function = NULL;
56 assert(this->function == NULL);
58 this->function = this->symbols->get_function(ir->name);
59 if (!this->function) {
60 this->function = new(this->mem_ctx) ir_function(ir->name);
62 list->push_tail(this->function);
64 /* Add the new function t
97 ir_function *function; member in class:import_prototype_visitor
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleTokenStream.as34 public function RewriteRuleTokenStream(adaptor:TreeAdaptor, elementDescription:String, element:Object=null) {
39 public function nextNode():Object {
44 public function nextToken():Token {
51 protected override function toTree(el:Object):Object {
55 protected override function dup(el:Object):Object {
H A DCommonTree.as53 public function CommonTree(node:CommonTree = null) {
62 public static function createFromToken(t:Token):CommonTree {
68 public function get token():Token {
72 public override function dupNode():Tree {
76 public override function get isNil():Boolean {
80 public override function get type():int {
87 public override function get text():String {
94 public override function get line():int {
104 public override function get charPositionInLine():int {
114 public override function ge
[all...]
H A DTreeRuleReturnScope.as45 public override function get tree():Object {
49 public function set tree(tree:Object):void {
53 public function get values():Object {
57 public override function get start():Object {
61 public function set start(value:Object):void {
/external/compiler-rt/lib/builtins/
H A Dint_util.c30 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
31 panic("%s:%d: abort in %s", file, line, function);
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
45 __assert_rtn(function, file, line, "libcompiler_rt abort");
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
105 function zlibVersion: PChar;
106 function deflateInit(var strm: z_stream; level: Integer): Integer;
107 function deflate(var strm: z_stream; flush: Integer): Integer;
108 function deflateEnd(var strm: z_stream): Integer;
109 function inflateInit(var strm: z_stream): Integer;
110 function inflate(var strm: z_stream; flush: Integer): Integer;
111 function inflateEn
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFunctionalEquivalence.java41 private final Function<F, ? extends T> function; field in class:FunctionalEquivalence
45 Function<F, ? extends T> function, Equivalence<T> resultEquivalence) {
46 this.function = checkNotNull(function);
51 return resultEquivalence.equivalent(function.apply(a), function.apply(b));
55 return resultEquivalence.hash(function.apply(a));
64 return function.equals(that.function)
71 return Objects.hashCode(function, resultEquivalenc
44 FunctionalEquivalence( Function<F, ? extends T> function, Equivalence<T> resultEquivalence) argument
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb-movwt-reloc.s7 .type function,%function
8 function: label
12 .type external,%function
14 .type test,%function
16 movw r0, :lower16:function
17 movt r0, :upper16:function
20 @ CHECK: movw r0, :lower16:function
21 @ CHECK: movt r0, :upper16:function
24 @ CHECK-RELOCATIONS: 0x2 R_ARM_THM_MOVW_ABS_NC function
[all...]
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h3 extern constexpr int function();
4 constexpr int test(bool b) { return b ? variable : function(); }
9 extern constexpr int function();
12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); }
16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
21 static constexpr int function();
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); }
/external/v8/src/
H A Druntime-profiler.h30 void MaybeOptimizeFullCodegen(JSFunction* function, JavaScriptFrame* frame,
32 void MaybeBaselineIgnition(JSFunction* function, JavaScriptFrame* frame);
33 void MaybeOptimizeIgnition(JSFunction* function, JavaScriptFrame* frame);
36 bool MaybeOSRIgnition(JSFunction* function, JavaScriptFrame* frame);
37 OptimizationReason ShouldOptimizeIgnition(JSFunction* function,
39 void Optimize(JSFunction* function, OptimizationReason reason);
40 void Baseline(JSFunction* function, OptimizationReason reason);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRStringStream.as64 public function ANTLRStringStream(input:String = null, lineDelimiter:String = "\n") {
76 public function reset():void {
83 public function consume():void {
94 public function LA(i:int):int {
111 public function LT(i:int):int {
119 public function get index():int {
123 public function get size():int {
127 public function mark():int {
148 public function rewindTo(m:int):void {
157 public function rewin
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java31 * function on those elements.
36 final Function<F, ? extends T> function; field in class:ByFunctionOrdering
40 Function<F, ? extends T> function, Ordering<T> ordering) {
41 this.function = checkNotNull(function);
46 return ordering.compare(function.apply(left), function.apply(right));
55 return this.function.equals(that.function)
62 return Objects.hashCode(function, orderin
39 ByFunctionOrdering( Function<F, ? extends T> function, Ordering<T> ordering) argument
[all...]
/external/syslinux/gpxe/src/core/
H A Dansiesc.c35 * @v function Control function identifier
40 unsigned int function, int count,
44 for ( handler = handlers ; handler->function ; handler++ ) {
45 if ( handler->function == function ) {
74 ctx->function = 0;
101 ctx->function <<= 8;
102 ctx->function |= c;
109 ctx->function <<
39 ansiesc_call_handler( struct ansiesc_handler *handlers, unsigned int function, int count, int params[] ) argument
[all...]
/external/clang/test/CodeGen/
H A Dwindows-on-arm-stack-probe-size.c12 __declspec(dllexport) signed char function(unsigned index) {
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h35 // Retrieves a return value for the current function.
38 /* Stores a value to be returned by the specified function later.
42 #define will_return(function, value) \
43 _will_return(#function, __FILE__, __LINE__, (void*)value, 1)
44 #define will_return_count(function, value, count) \
45 _will_return(#function, __FILE__, __LINE__, (void*)value, count)
47 /* Add a custom parameter checking function. If the event parameter is NULL
48 * the event structure is allocated internally by this function. If event
52 #define expect_check(function, parameter, check_function, check_data) \
53 _expect_check(#function, #paramete
299 UnitTestFunction function; member in struct:UnitTest
[all...]

Completed in 910 milliseconds

1234567891011>>