Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 8 of 8) sorted by relevance

/external/eigen/doc/
DPassingByValue.dox12 void my_function(Eigen::Vector2d v);
18 void my_function(const Eigen::Vector2d& v);
28 void my_function(Foo v);
33 void my_function(const Foo& v);
/external/compiler-rt/test/asan/TestCases/Darwin/
Ddladdr-demangling.cc12 int my_function(int n) { in my_function() function in MyClass
32 return o.my_function(10); in main()
/external/clang/test/CodeGen/
Dnvptx-abi.c8 float4_t my_function(void) { in my_function() function
18 ret = my_function(); in bar()
/external/kmod/
DCODING-STYLE28 err = my_function(ctx, "this is a long string that will pass the 80chr limit");
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py324 def my_function(): function
357 serv.register_function(my_function)
382 def my_function(): function
/external/python/cpython2/Doc/library/
D2to3.rst244 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst613 >>> def my_function():
620 >>> print my_function.__doc__
/external/llvm/docs/
DNVPTXUsage.rst285 float my_function(float a) {