Searched refs:myfunction (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | response_test.py | 251 def myfunction(request, *args, **kwargs): function 255 ('/', myfunction), 264 def myfunction(request, *args, **kwargs): function 268 ('/', myfunction), 283 def myfunction(request, *args, **kwargs): function 287 ('/', myfunction),
|
/external/llvm/docs/ |
D | NVPTXUsage.rst | 403 // Get a handle to the "myfunction" kernel function 404 cuModuleGetFunction(&function, module, "myfunction");
|