OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_something
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/kernel_PerfEventRename/src/
perf-rename-test.c
14
static int
do_something
(int seed, unsigned int loops) {
function
40
do_something
(rand(), loops);
/external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h
16
void
do_something
(int in) {
function
/external/python/cpython3/Lib/test/
test_pdb.py
289
def
do_something
():
function
326
... 'source
do_something
', # list all lines of function
379
(Pdb) source
do_something
380
... def
do_something
():
[
all
...]
Completed in 681 milliseconds