HomeSort by relevance Sort by last modified time
    Searched refs:my_function (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
nvptx-abi.c 8 float4_t my_function(void);
10 // CHECK-DAG: declare %struct.float4_s @my_function
14 // CHECK-DAG: call %struct.float4_s @my_function
15 ret = my_function();
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_function.py 12 def my_function(): pass
13 my_function()
14 my_function()
15 self.assertTrue(*my_function.CheckAndReset(2))
  /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/chromium_org/tools/win/split_link/viz.js/
viz.js 491 // var my_function = cwrap('my_c_function', 'number', ['number', 'number']);
492 // alert(my_function(5, 22));
493 // alert(my_function(99, 12));
    [all...]
  /external/chromium_org/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...]

Completed in 74 milliseconds