Searched refs:FUNC2 (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 25 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/ |
D | 134-hash-comment-directive.c | 17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro 20 FUNC2(x,y)
|
/external/llvm-project/compiler-rt/test/hwasan/TestCases/ |
D | deep-recursion.c | 21 __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/ |
D | local-static-block.m | 53 void FUNC2() { function 60 // CHECK-LABEL: define void @FUNC2(
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue1491/ |
D | A.java | 11 public void FUNC2(Class<?> arg) { in FUNC2() method in A
|
/external/llvm-project/clang/test/Modules/Inputs/nested-template-default-arg-redecl/ |
D | module.modulemap | 15 module FUNC2 {
|
/external/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 51 void FUNC2(Derived2* p) { in FUNC2() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 51 void FUNC2(Derived2* p) { in FUNC2() function
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 802 #define FUNC2(funcname, func, docstring) \ macro 818 FUNC2(atan2, m_atan2, 826 FUNC2(copysign, copysign,
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1148 #define FUNC2(funcname, func, docstring) \ macro 1172 FUNC2(atan2, m_atan2, 1214 FUNC2(copysign, copysign, 1292 FUNC2(remainder, m_remainder,
|