Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 15 of 15) 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/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py268 def my_function(x): function
272 return my_function(x)[0]
Dfunction_test.py1046 def my_function(_): function
1049 self.assertAllEqual(my_function(1), None)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py624 def my_function(): function
655 def my_function(): function
738 xmlrpclib.ServerProxy(URL).my_function()
/external/python/cpython2/Doc/library/
D2to3.rst237 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
/external/python/cpython3/Doc/library/
D2to3.rst237 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
/external/wayland/doc/
DContributing131 my_function(void)
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst613 >>> def my_function():
620 >>> print my_function.__doc__
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst657 >>> def my_function():
664 >>> print(my_function.__doc__)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DNVPTXUsage.rst285 float my_function(float a) {
/external/llvm/docs/
DNVPTXUsage.rst285 float my_function(float a) {