HomeSort by relevance Sort by last modified time
    Searched refs:print_context (Results 1 - 4 of 4) sorted by null

  /external/ltp/
execltp.in 215 def print_context(output_dest, header, testsuite_context): function
425 print_context(output_dest,
431 print_context(output_dest,
451 print_context(output_dest, "FAILED TESTCASES", failed_context)
455 print_context(output_dest, "PASSED TESTCASES", passed_context)
  /external/valgrind/callgrind/
debug.c 429 void CLG_(print_context)(void) function
450 void CLG_(print_context)(void) {} function
global.h 820 CLG_(print_context)(); \
833 void CLG_(print_context)(void);
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 853 eprintf("%s()::%d\n", "print_context", line);
863 #define print_context(x) __print_context(x, __LINE__) macro
865 #define dprint_context(x) print_context(x)
    [all...]

Completed in 191 milliseconds