Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc25 FUNC2="do_softirq"
84 echo "$FUNC2" >> set_ftrace_filter
85 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then
86 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"
89 echo "$FUNC2:traceoff" >> set_ftrace_filter
90 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited…
91 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
95 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; then
96 fail "Expected $FUNC1 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
100 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; th…
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D134-hash-comment-directive.c17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro
20 FUNC2(x,y)
/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Ddeep-recursion.c21 __attribute__((noinline)) void FUNC2() { int x; USE(&x); FUNC1(); } in FUNC2() function
22 __attribute__((noinline)) void FUNC3() { int x; USE(&x); FUNC2(); } in FUNC3()
/external/llvm-project/clang/test/CodeGenObjC/
Dlocal-static-block.m53 void FUNC2() { function
60 // CHECK-LABEL: define void @FUNC2(
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue1491/
DA.java11 public void FUNC2(Class<?> arg) { in FUNC2() method in A
/external/llvm-project/clang/test/Modules/Inputs/nested-template-default-arg-redecl/
Dmodule.modulemap15 module FUNC2 {
/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-call-2.cpp51 void FUNC2(Derived2* p) { in FUNC2() function
/external/llvm-project/clang/test/CodeGenCXX/
Dapple-kext-indirect-call-2.cpp51 void FUNC2(Derived2* p) { in FUNC2() function
/external/python/cpython2/Modules/
Dmathmodule.c802 #define FUNC2(funcname, func, docstring) \ macro
818 FUNC2(atan2, m_atan2,
826 FUNC2(copysign, copysign,
/external/python/cpython3/Modules/
Dmathmodule.c1148 #define FUNC2(funcname, func, docstring) \ macro
1172 FUNC2(atan2, m_atan2,
1214 FUNC2(copysign, copysign,
1292 FUNC2(remainder, m_remainder,