/external/compiler-rt/test/asan/TestCases/Darwin/ |
dladdr-demangling.cc | 12 int my_function(int n) { function in class:MyClass 20 // CHECK: {{ #0 0x.* in MyClass::my_function\(int\)}} 23 // CHECK: {{ #1 0x.* in MyClass::my_function\(int\)}} 26 // CHECK: {{ #1 0x.* in MyClass::my_function\(int\)}} 32 return o.my_function(10);
|
/external/clang/test/CodeGen/ |
nvptx-abi.c | 8 float4_t my_function(void) { function 9 // CHECK-LABEL: define %struct.float4_s @my_function 17 // CHECK: call %struct.float4_s @my_function 18 ret = my_function();
|
/external/tensorflow/tensorflow/python/eager/ |
graph_callable_test.py | 38 def my_function(x): function in function:GraphCallableTest.testBasic 44 2, my_function(constant_op.constant(2, dtype=dtypes.float32)).numpy()) 46 my_function.variables[0].assign(1.) 48 3, my_function(constant_op.constant(2, dtype=dtypes.float32)).numpy()) 54 def my_function(x): function in function:GraphCallableTest.testFunctionWithoutReturnValue 59 my_function(constant_op.constant(4, dtype=dtypes.float32)) 60 self.assertAllEqual(4, my_function.variables[0].read_value()) 65 def my_function(): function in function:GraphCallableTest.testFunctionWithoutReturnValueAndArgs 70 my_function() 71 self.assertAllEqual(4, my_function.variables[0].read_value() 77 def my_function(x): function in function:GraphCallableTest.testVariableAPI 93 def my_function(x): function in function:GraphCallableTest.testTensorShape 109 def my_function(x): function in function:GraphCallableTest.testUpdatesAreOrdered 122 def my_function(x): function in function:GraphCallableTest.testEmptyInitializer 141 def my_function(x, y): # pylint: disable=unused-variable function in function:GraphCallableTest.testMismatchingNumArgs 215 def my_function(): function in function:GraphCallableTest.testVariableShapeIsTensorShape 225 def my_function(x): function in function:GraphCallableTest.testIncorrectlyShapedInputs 238 def my_function(): function in function:GraphCallableTest.testGradients [all...] |
function_test.py | 485 def my_function(x): function in function:FunctionTest.testDifferentiableFunctionNoneOutputs 489 return my_function(x)[0] 497 def my_function(_): function in function:FunctionTest.testNoneOutput 500 self.assertAllEqual(my_function(1), None)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_xmlrpc.py | 289 def my_function():
function in function:http_server 320 serv.register_function(my_function)
345 def my_function():
function in function:http_multi_server 492 expected_methods = set(['pow', 'div', 'my_function', 'add',
520 myfunction = p.system.methodHelp('my_function')
[all...] |
/external/python/cpython2/Lib/test/ |
test_xmlrpc.py | 324 def my_function(): function in function:http_server 357 serv.register_function(my_function) 382 def my_function(): function in function:http_multi_server 561 expected_methods = set(['pow', 'div', 'my_function', 'add', 590 myfunction = p.system.methodHelp('my_function') [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xmlrpc.py | 289 def my_function(): function in function:http_server 320 serv.register_function(my_function) 345 def my_function(): function in function:http_multi_server 495 expected_methods = set(['pow', 'div', 'my_function', 'add', 523 myfunction = p.system.methodHelp('my_function') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xmlrpc.py | 289 def my_function(): function in function:http_server 320 serv.register_function(my_function) 345 def my_function(): function in function:http_multi_server 495 expected_methods = set(['pow', 'div', 'my_function', 'add', 523 myfunction = p.system.methodHelp('my_function') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 289 def my_function(): function in function:http_server 320 serv.register_function(my_function) 345 def my_function(): function in function:http_multi_server 495 expected_methods = set(['pow', 'div', 'my_function', 'add', 523 myfunction = p.system.methodHelp('my_function') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 289 def my_function(): function in function:http_server 320 serv.register_function(my_function) 345 def my_function(): function in function:http_multi_server 495 expected_methods = set(['pow', 'div', 'my_function', 'add', 523 myfunction = p.system.methodHelp('my_function') [all...] |
/external/python/cpython3/Lib/test/ |
test_xmlrpc.py | 508 def my_function(): function in function:http_server 540 serv.register_function(my_function) 566 def my_function(): function in function:http_multi_server 649 xmlrpclib.ServerProxy(URL).my_function() 744 expected_methods = set(['pow', 'div', 'my_function', 'add', 'tê?t', 777 myfunction = p.system.methodHelp('my_function') [all...] |
/external/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 549 // var my_function = cwrap('my_c_function', 'number', ['number', 'number']); 550 // alert(my_function(5, 22)); 551 // alert(my_function(99, 12)); [all...] |