Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h42 #define will_return(function, value) \ argument
44 #define will_return_count(function, value, count) \ argument
52 #define expect_check(function, parameter, check_function, check_data) \ argument
59 #define expect_in_set(function, parameter, value_array) \ argument
61 #define expect_in_set_count(function, parameter, value_array, count) \ argument
64 #define expect_not_in_set(function, parameter, value_array) \ argument
66 #define expect_not_in_set_count(function, parameter, value_array, count) \ argument
76 #define expect_in_range(function, parameter, minimum, maximum) \ argument
78 #define expect_in_range_count(function, parameter, minimum, maximum, count) \ argument
86 #define expect_not_in_range(function, parameter, minimum, maximum) \ argument
[all …]
/external/v8/src/
Dinterface-descriptors.cc38 Type::FunctionType* function = Type::FunctionType::New( in BuildDefaultFunctionType() local
93 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
144 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
158 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
176 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
244 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
268 Type::FunctionType* function = Type::FunctionType::New( in BuildCallInterfaceDescriptorFunctionType() local
287 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
310 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
332 Type::FunctionType* function = in BuildCallInterfaceDescriptorFunctionType() local
[all …]
Doptimizing-compile-dispatcher.cc30 Handle<JSFunction> function = info->closure(); in DisposeOptimizedCompileJob() local
225 Handle<JSFunction> function(*info->closure()); in InstallOptimizedFunctions() local
296 Handle<JSFunction> function, BailoutId osr_ast_id) { in FindReadyOSRCandidate()
310 bool OptimizingCompileDispatcher::IsQueuedForOSR(Handle<JSFunction> function, in IsQueuedForOSR()
323 bool OptimizingCompileDispatcher::IsQueuedForOSR(JSFunction* function) { in IsQueuedForOSR()
/external/bison/linux-lib/
Dwarn-on-use.h5 # define _GL_WARN_ON_USE(function, message) \ argument
9 # define _GL_WARN_ON_USE(function, message) \ argument
12 # define _GL_WARN_ON_USE(function, message) \ argument
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/bison/build-aux/snippet/
Dwarn-on-use.h68 # define _GL_WARN_ON_USE(function, message) \ argument
72 # define _GL_WARN_ON_USE(function, message) \ argument
75 # define _GL_WARN_ON_USE(function, message) \ argument
88 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
93 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
96 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/bison/darwin-lib/
Dwarn-on-use.h5 # define _GL_WARN_ON_USE(function, message) \ argument
9 # define _GL_WARN_ON_USE(function, message) \ argument
12 # define _GL_WARN_ON_USE(function, message) \ argument
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load.h3 extern constexpr int function() { return 0; } in function() function
8 extern constexpr int function() { return 0; } in function() function
14 constexpr int C::function() { return 0; } in function() function
23 constexpr int D::function() { return 0; } in function() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DLeastSquaresConverter.java61 private final MultivariateVectorialFunction function; field in LeastSquaresConverter
76 public LeastSquaresConverter(final MultivariateVectorialFunction function, in LeastSquaresConverter()
112 public LeastSquaresConverter(final MultivariateVectorialFunction function, in LeastSquaresConverter()
145 public LeastSquaresConverter(final MultivariateVectorialFunction function, in LeastSquaresConverter()
/external/clang/test/CodeGenObjCXX/
Darc-cxx11-init-list.mm19 void function(std::initializer_list<I *>); function
21 extern "C" void single() { function({ [I new] }); } function
28 extern "C" void multiple() { function({ [I new], [I new] }); } function
/external/compiler-rt/lib/builtins/
Dint_util.c30 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
/external/v8/test/mjsunit/compiler/
Dcompare-map-elim2.js39 Base.prototype.__defineGetter__("value", function() { return 1; }); argument
45 Base.prototype.__defineGetter__("value", function() { return this.v_; }); argument
69 Base.prototype.__defineGetter__("value", function() { return 1; }); argument
75 Base.prototype.__defineGetter__("value", function() { return this.v_; }); argument
/external/v8/src/compiler/
Draw-machine-assembler.cc123 Node* RawMachineAssembler::CallN(CallDescriptor* desc, Node* function, in CallN()
139 Node* function, Node** args, in CallNWithFrameState()
156 Node* RawMachineAssembler::CallRuntime1(Runtime::FunctionId function, in CallRuntime1()
171 Node* RawMachineAssembler::CallRuntime2(Runtime::FunctionId function, in CallRuntime2()
187 Node* RawMachineAssembler::CallRuntime4(Runtime::FunctionId function, in CallRuntime4()
204 Node* RawMachineAssembler::TailCallN(CallDescriptor* desc, Node* function, in TailCallN()
223 Node* RawMachineAssembler::TailCallRuntime1(Runtime::FunctionId function, in TailCallRuntime1()
246 Node* RawMachineAssembler::TailCallRuntime2(Runtime::FunctionId function, in TailCallRuntime2()
271 Node* function) { in CallCFunction0()
282 MachineType arg0_type, Node* function, in CallCFunction1()
[all …]
/external/v8/test/mjsunit/
Dindexed-accessors.js48 Pair.prototype.__defineGetter__('0', function() { return this.x; }); argument
49 Pair.prototype.__defineGetter__('1', function() { return this.y; }); argument
50 Pair.prototype.__defineSetter__('0', function(x) { this.x = x; }); argument
51 Pair.prototype.__defineSetter__('1', function(y) { this.y = y; }); argument
/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java92 Function<String, Integer> function = Functions.forMap(map); in testForMapWithoutDefault() local
120 Function<String, Integer> function = Functions.forMap(map, 42); in testForMapWithDefault() local
140 Function<String, Integer> function = Functions.forMap(map, 42); in testForMapWithDefault_includeSerializable() local
164 Function<String, Integer> function = Functions.forMap(map, null); in testForMapWithDefault_null() local
179 Function<String, Integer> function = Functions.forMap(map, null); in testForMapWithDefault_null_compareWithSerializable() local
196 Function<String, Number> function = Functions.forMap(map, number); in testForMapWildCardWithDefault() local
413 Function<Object, Integer> function = Functions.forSupplier(supplier); in testForSupplier() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp28 class function<R (Args...)> { class
31 function() : invoker (0) { } in function() function in function
32 function(const function& other) : invoker(0) { in function() function in function
37 template<typename F> function(const F& f) : invoker(0) { in function() function in function
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DFunctionsTest.java72 Function<String, Integer> function = Functions.forMap(map); in testForMapWithoutDefault() local
95 Function<String, Integer> function = Functions.forMap(map, 42); in testForMapWithDefault() local
112 Function<String, Integer> function = Functions.forMap(map, null); in testForMapWithDefault_null() local
129 Function<String, Number> function = Functions.forMap(map, number); in testForMapWildCardWithDefault() local
305 Function<Object, Integer> function = Functions.forSupplier(supplier); in testForSupplier() local
/external/llvm/test/MC/ARM/Windows/
Dtext-attributes.s13 .global function symbol
15 function: label
/external/v8/src/ic/
Dcall-optimization.cc11 CallOptimization::CallOptimization(Handle<JSFunction> function) { in CallOptimization()
84 void CallOptimization::Initialize(Handle<JSFunction> function) { in Initialize()
97 void CallOptimization::AnalyzePossibleApiFunction(Handle<JSFunction> function) { in AnalyzePossibleApiFunction()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c59 const char *function; member
110 debug_malloc(const char *file, unsigned line, const char *function, in debug_malloc()
146 debug_free(const char *file, unsigned line, const char *function, in debug_free()
182 debug_calloc(const char *file, unsigned line, const char *function, in debug_calloc()
192 debug_realloc(const char *file, unsigned line, const char *function, in debug_realloc()
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc64 Module::Function *function = functions[0]; in TEST() local
131 Module::Function *function = functions[0]; in TEST() local
166 Module::Function *function = functions[0]; in TEST() local
211 Module::Function *function = functions[0]; in TEST() local
/external/bison/lib/
Dmsvc-inval.c33 const wchar_t *function, in gl_msvc_invalid_parameter_handler()
50 const wchar_t *function, in gl_msvc_invalid_parameter_handler()
99 const wchar_t *function, in gl_msvc_invalid_parameter_handler()
/external/v8/test/unittests/compiler/
Djs-builtin-reducer-unittest.cc85 Node* function = MathFunction("max"); in TEST_F() local
104 Node* function = MathFunction("max"); in TEST_F() local
127 Node* function = MathFunction("max"); in TEST_F() local
159 Node* function = MathFunction("imul"); in TEST_F() local
189 Node* function = MathFunction("fround"); in TEST_F() local
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
DFunctionRegistry.java44 Function function = functions.get(name); in executeFunction() local
70 Function function = functions.get(name); in isEscapingFunction() local
85 public void registerFunction(String name, Function function) { in registerFunction()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java222 Function<Foo, BarChild> function = new Function<Foo, BarChild>() { in testTransform_genericsHierarchy() local
233 AsyncFunction<Foo, Bar> function = new AsyncFunction<Foo, Bar>() { in testTransform_cancelPropagatesToInput() local
245 AsyncFunction<Foo, Bar> function = new AsyncFunction<Foo, Bar>() { in testTransform_interruptPropagatesToInput() local
258 AsyncFunction<Foo, Bar> function = new AsyncFunction<Foo, Bar>() { in testTransform_cancelPropagatesToAsyncOutput() local
272 AsyncFunction<Foo, Bar> function = new AsyncFunction<Foo, Bar>() { in testTransform_interruptPropagatesToAsyncOutput() local
/external/parameter-framework/asio-1.10.6/include/asio/
Dhandler_invoke_hook.hpp63 inline void asio_handler_invoke(Function& function, ...) in asio_handler_invoke()
70 inline void asio_handler_invoke(const Function& function, ...) in asio_handler_invoke()

12345678910>>...25