Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngimage.c513 #define EXHAUSTIVE 0x010 /* Test all combinations of active options */ macro
1433 const int exhaustive = (dp->options & EXHAUSTIVE) != 0; in test_one_file()
1585 d.options |= EXHAUSTIVE; in main()
1588 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.cpp49 #define EXHAUSTIVE(id,test) case id: \ macro