/external/eigen/doc/ |
D | PassingByValue.dox | 12 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/ |
D | dladdr-demangling.cc | 12 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/ |
D | dladdr-demangling.cpp | 15 int my_function(int n) { in my_function() function in MyClass 35 return o.my_function(10); in main()
|
/external/clang/test/CodeGen/ |
D | nvptx-abi.c | 8 float4_t my_function(void) { in my_function() function 18 ret = my_function(); in bar()
|
/external/llvm-project/clang/test/CodeGen/ |
D | nvptx-abi.c | 8 float4_t my_function(void) { in my_function() function 18 ret = my_function(); in bar()
|
/external/rust/crates/instant/ |
D | README.md | 93 fn my_function() { 115 fn my_function() { 132 fn my_function() {
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | error_handling.md | 156 def my_function(): 158 my_function() 166 my_function()
|
/external/kmod/ |
D | CODING-STYLE | 28 err = my_function(ctx, "this is a long string that will pass the 80chr limit");
|
/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 324 def my_function(): function 357 serv.register_function(my_function) 382 def my_function(): function
|
/external/python/cpython2/Doc/library/ |
D | 2to3.rst | 237 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
|
/external/python/cpython3/Doc/library/ |
D | 2to3.rst | 235 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 634 def my_function(): function 665 def my_function(): function 748 xmlrpclib.ServerProxy(URL).my_function()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_gradients_test.py | 444 def my_function(x): function 448 return my_function(x)[0]
|
D | function_test.py | 1649 def my_function(_): function 1652 self.assertAllEqual(my_function(1), None)
|
/external/python/cpython2/Doc/tutorial/ |
D | controlflow.rst | 613 >>> def my_function(): 620 >>> print my_function.__doc__
|
/external/arm-trusted-firmware/docs/process/ |
D | coding-style.rst | 152 int my_function(void)
|
/external/python/cpython3/Doc/tutorial/ |
D | controlflow.rst | 834 >>> def my_function(): 841 >>> print(my_function.__doc__)
|
/external/wayland/ |
D | CONTRIBUTING.md | 147 my_function(void)
|
/external/llvm-project/llvm/docs/ |
D | NVPTXUsage.rst | 285 float my_function(float a) {
|
/external/llvm/docs/ |
D | NVPTXUsage.rst | 285 float my_function(float a) {
|
/external/python/cffi/doc/source/ |
D | using.rst | 610 from ``lib.my_function`` is always this C function's address, i.e. it
|