Searched refs:POSITIVE (Results 1 – 16 of 16) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | process_vm_readv.cc | 23 #ifdef POSITIVE in main() 55 #ifdef POSITIVE in main()
|
D | obstack.cc | 27 #ifdef POSITIVE in main()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mtb.py | 1177 POSITIVE = 'positive' 1180 GV.LR: {AXIS.X: POSITIVE}, 1182 GV.TB: {AXIS.Y: POSITIVE}, 1184 GV.CR: {AXIS.X: POSITIVE}, 1186 GV.CB: {AXIS.Y: POSITIVE}, 1188 GV.BLTR: {AXIS.X: POSITIVE, AXIS.Y: NEGATIVE}, 1190 GV.TRBL: {AXIS.X: NEGATIVE, AXIS.Y: POSITIVE}, 1191 GV.TLBR: {AXIS.X: POSITIVE, AXIS.Y: POSITIVE}, 1197 reversed_functions = {POSITIVE: func_negative, NEGATIVE: func_positive}
|
/external/compiler-rt/test/msan/ |
D | print_stats.cc | 26 #ifdef POSITIVE in main()
|
D | msan_check_mem_is_initialized.cc | 16 #ifdef POSITIVE in main()
|
D | vector_cvt.cc | 16 #ifdef POSITIVE in main()
|
D | ioctl_custom.cc | 22 #ifndef POSITIVE in main()
|
D | iconv.cc | 28 #ifdef POSITIVE in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | readv.cc | 17 #ifdef POSITIVE in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 80 #ifdef POSITIVE in main()
|
/external/v8/src/ |
D | conversions-inl.h | 526 POSITIVE in InternalStringToDouble() enumerator 535 sign = POSITIVE; in InternalStringToDouble()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_simpleexpression.h | 23 POSITIVE, enumerator
|
D | xfa_simpleexpression.cpp | 403 javascript << gs_lpStrExpFuncName[POSITIVE]; in ToJavaScript()
|
/external/opencv/cv/include/ |
D | cv.hpp | 198 enum { GENERIC=0, ASYMMETRICAL=1, SYMMETRICAL=2, POSITIVE=4, SUM_TO_1=8, INTEGER=16 }; enumerator
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 720 kx_flags = ky_flags = ASYMMETRICAL + SYMMETRICAL + POSITIVE + SUM_TO_1 + INTEGER; in init() 732 kx_flags &= ~POSITIVE; in init() 749 ky_flags &= ~POSITIVE; in init() 767 … ((kx_flags&ky_flags) & (SYMMETRICAL + POSITIVE + SUM_TO_1)) == SYMMETRICAL + POSITIVE + SUM_TO_1 ) in init()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 104 ; Test the result of LOAD POSITIVE.
|