Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 21 of 21) 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/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Ddladdr-demangling.cpp15 int my_function(int n) { in my_function() function in MyClass
35 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/llvm-project/clang/test/CodeGen/
Dnvptx-abi.c8 float4_t my_function(void) { in my_function() function
18 ret = my_function(); in bar()
/external/rust/crates/instant/
DREADME.md93 fn my_function() {
115 fn my_function() {
132 fn my_function() {
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md156 def my_function():
158 my_function()
166 my_function()
/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.rst237 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
/external/python/cpython3/Doc/library/
D2to3.rst235 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py634 def my_function(): function
665 def my_function(): function
748 xmlrpclib.ServerProxy(URL).my_function()
/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py444 def my_function(x): function
448 return my_function(x)[0]
Dfunction_test.py1649 def my_function(_): function
1652 self.assertAllEqual(my_function(1), None)
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst613 >>> def my_function():
620 >>> print my_function.__doc__
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst152 int my_function(void)
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst834 >>> def my_function():
841 >>> print(my_function.__doc__)
/external/wayland/
DCONTRIBUTING.md147 my_function(void)
/external/llvm-project/llvm/docs/
DNVPTXUsage.rst285 float my_function(float a) {
/external/llvm/docs/
DNVPTXUsage.rst285 float my_function(float a) {
/external/python/cffi/doc/source/
Dusing.rst610 from ``lib.my_function`` is always this C function's address, i.e. it