Searched refs:FUNC2 (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 22 FUNC2="scheduler_tick" 81 echo "$FUNC2" >> set_ftrace_filter 82 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then 83 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited" 86 echo "$FUNC2:traceoff" >> set_ftrace_filter 87 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited… 88 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 92 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; then 93 fail "Expected $FUNC1 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 97 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/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue1491/ |
D | A.java | 11 public void FUNC2(Class<?> arg) { in FUNC2() method in A
|
/external/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 | 1158 #define FUNC2(funcname, func, docstring) \ macro 1182 FUNC2(atan2, m_atan2, 1224 FUNC2(copysign, copysign, 1302 FUNC2(remainder, m_remainder,
|