Home
last modified time | relevance | path

Searched refs:function_2 (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/dtracedata/
Dcall_stack.py5 def function_2(): function
25 function_2()
Dcall_stack.stp.expected4 function__entry:call_stack.py:function_2:5
7 function__return:call_stack.py:function_2:6
Dcall_stack.d.expected6 function-entry: call_stack.py:function_2:5
11 function-return: call_stack.py:function_2:6
/external/llvm-project/clang/test/SemaCXX/
Dgeneralized-deprecated.cpp11 int __attribute__ (( deprecated("2") )) function_2();
/external/clang/test/SemaCXX/
Dgeneralized-deprecated.cpp11 int __attribute__ (( deprecated("2") )) function_2();
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs257 let function_2 = Fun::new("times 20", |b, i| b.iter(|| *i * 20)); in test_bench_functions() localVariable
259 let functions = vec![function_1, function_2]; in test_bench_functions()
/external/python/cpython3/Doc/howto/
Dinstrumentation.rst183 156641360578365 function-entry: call_stack.py:function_2:5
188 156641360642285 function-return: call_stack.py:function_2:6
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv39 howto/instrumentation,,:function,156641360578365 function-entry: call_stack.py:function_2:5
44 howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6
/external/python/cpython3/Doc/faq/
Ddesign.rst274 'b': function_2,
/external/python/cpython2/Doc/faq/
Ddesign.rst346 'b': function_2,