Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 612) 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/eigen/Eigen/src/plugins/
DCommonCwiseUnaryOps.h55 EIGEN_DOC_UNARY_ADDONS(cast,conversion function) in EIGEN_DOC_UNARY_ADDONS()
81 EIGEN_DOC_UNARY_ADDONS(real,real part function) in EIGEN_DOC_UNARY_ADDONS() argument
90 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS()
114 EIGEN_DOC_UNARY_ADDONS(unaryExpr,unary function) in EIGEN_DOC_UNARY_ADDONS()
135 EIGEN_DOC_UNARY_ADDONS(unaryViewExpr,unary function) in EIGEN_DOC_UNARY_ADDONS()
149 EIGEN_DOC_UNARY_ADDONS(real,real part function) in EIGEN_DOC_UNARY_ADDONS() argument
158 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS()
/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/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/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/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.hpp38 const SpirVFunction function, in SparseShaderIntrinsicsCaseSampledBase()
58 const SpirVFunction function, in SparseShaderIntrinsicsCaseSampledExplicit()
72 const SpirVFunction function, in SparseCaseOpImageSparseSampleExplicitLod()
90 const SpirVFunction function, in SparseShaderIntrinsicsCaseSampledImplicit()
104 const SpirVFunction function, in SparseCaseOpImageSparseSampleImplicitLod()
122 const SpirVFunction function, in SparseCaseOpImageSparseGather()
DvktSparseResourcesShaderIntrinsicsStorage.hpp38 const SpirVFunction function, in SparseShaderIntrinsicsCaseStorage()
61 const SpirVFunction function, in SparseCaseOpImageSparseFetch()
84 const SpirVFunction function, in SparseCaseOpImageSparseRead()
/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.mm25 void function(std::initializer_list<I *>); function
27 extern "C" void single() { function({ [I new] }); } function
34 extern "C" void multiple() { function({ [I new], [I new] }); } function
/external/v8/src/
Druntime-profiler.cc99 static void GetICCounts(JSFunction* function, int* ic_with_type_info_count, in GetICCounts()
135 static void TraceRecompile(JSFunction* function, const char* reason, in TraceRecompile()
154 void RuntimeProfiler::Optimize(JSFunction* function, in Optimize()
161 void RuntimeProfiler::Baseline(JSFunction* function, in Baseline()
171 JSFunction* function = frame->function(); in AttemptOnStackReplacement() local
213 void RuntimeProfiler::MaybeOptimizeFullCodegen(JSFunction* function, in MaybeOptimizeFullCodegen()
309 void RuntimeProfiler::MaybeBaselineIgnition(JSFunction* function, in MaybeBaselineIgnition()
335 void RuntimeProfiler::MaybeOptimizeIgnition(JSFunction* function, in MaybeOptimizeIgnition()
370 bool RuntimeProfiler::MaybeOSRIgnition(JSFunction* function, in MaybeOSRIgnition()
399 JSFunction* function, JavaScriptFrame* frame) { in ShouldOptimizeIgnition()
[all …]
Dsource-position.cc13 Handle<SharedFunctionInfo> function(pos.function); in operator <<() local
81 Handle<SharedFunctionInfo> function( in InliningStack() local
86 Handle<SharedFunctionInfo> function( in InliningStack() local
113 SharedFunctionInfo* function( in Print() local
121 SharedFunctionInfo* function = in Print() local
/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/src/compiler/
Draw-machine-assembler.cc173 Node* RawMachineAssembler::CallN(CallDescriptor* desc, Node* function, in CallN()
188 Node* function, Node** args, in CallNWithFrameState()
203 Node* RawMachineAssembler::CallRuntime0(Runtime::FunctionId function, in CallRuntime0()
217 Node* RawMachineAssembler::CallRuntime1(Runtime::FunctionId function, in CallRuntime1()
232 Node* RawMachineAssembler::CallRuntime2(Runtime::FunctionId function, in CallRuntime2()
247 Node* RawMachineAssembler::CallRuntime3(Runtime::FunctionId function, in CallRuntime3()
263 Node* RawMachineAssembler::CallRuntime4(Runtime::FunctionId function, in CallRuntime4()
279 Node* RawMachineAssembler::CallRuntime5(Runtime::FunctionId function, in CallRuntime5()
295 Node* RawMachineAssembler::TailCallN(CallDescriptor* desc, Node* function, in TailCallN()
311 Node* RawMachineAssembler::TailCallRuntime0(Runtime::FunctionId function, in TailCallRuntime0()
[all …]
Djs-inlining-heuristic.cc45 bool CanInlineFunction(Handle<JSFunction> function) { in CanInlineFunction()
90 Handle<JSFunction> function = candidate.functions[i]; in Reduce() local
170 Handle<JSFunction> function = candidate.functions[0]; in InlineCandidate() local
256 Handle<JSFunction> function = candidate.functions[i]; in InlineCandidate() local
284 Handle<JSFunction> function = candidate.functions[i]; in PrintCandidates() local
/external/swiftshader/src/Reactor/
DDLL.cpp53 void DLL::addFunction(const void *function, const void *entry, int size) in addFunction()
61 void DLL::addRelocation(const void *function, const void *address, bool ripRelative) in addRelocation()
75 const unsigned char *function = (const unsigned char*)i->first; in emit() local
317 const void *function = i->first; in emit() local
345 Function *function = functionList[buffer]; in emit() local
/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/llvm/test/MC/ARM/Windows/
Dtext-attributes.s13 .global function symbol
15 function: label
/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/ltp/testcases/kernel/io/disktest/
Dthreading.c150 void CreateTestChild(void *function, test_ll_t * test) in CreateTestChild()
182 void createChild(void *function, test_ll_t * test) in createChild()
212 hThread_t spawnThread(void *function, void *param) in spawnThread()
/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/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/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/src/ic/
Dcall-optimization.cc11 CallOptimization::CallOptimization(Handle<Object> function) { in CallOptimization()
104 void CallOptimization::Initialize(Handle<JSFunction> function) { in Initialize()
112 void CallOptimization::AnalyzePossibleApiFunction(Handle<JSFunction> function) { in AnalyzePossibleApiFunction()

12345678910>>...25