Home
last modified time | relevance | path

Searched refs:EXHAUSTIVE (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
Dpngimage.c524 #define EXHAUSTIVE 0x010 /* Test all combinations of active options */ macro
1449 const int exhaustive = (dp->options & EXHAUSTIVE) != 0; in test_one_file()
1601 d.options |= EXHAUSTIVE; in main()
1604 d.options &= ~EXHAUSTIVE; in main()
/external/llvm/test/CodeGen/X86/
Dragreedy-last-chance-recoloring.ll14 ; RUN: FileCheck --input-file=%t %s --check-prefix=CHECK-EXHAUSTIVE
29 ; CHECK-EXHAUSTIVE-NOT: error: register allocation failed: maximum {{depth|interference}} for recol…
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp51 #define EXHAUSTIVE(id,test) case id: \ macro