Searched refs:do_something (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/site_tests/kernel_PerfEventRename/src/
H A Dperf-rename-test.c14 static int do_something(int seed, unsigned int loops) { function
40 do_something(rand(), loops);
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h16 void do_something (int in) { function
/external/clang/test/Analysis/diagnostics/
H A Dreport-issues-within-main-file.cpp43 do_something(i);
/external/clang/test/Analysis/
H A Dtest-after-div-zero.c108 void do_something(int x);
111 do_something(x);
/external/python/cpython3/Lib/test/
H A Dtest_pdb.py286 def do_something(): function
323 ... 'source do_something', # list all lines of function
376 (Pdb) source do_something
377 ... def do_something():

Completed in 138 milliseconds