/external/opencv3/modules/ts/ |
precomp.hpp | 7 #error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
|
/external/opencv3/modules/ts/src/ |
precomp.hpp | 7 #error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
|
/external/libopus/celt/arm/ |
armopts.s.in | 27 ; Set the following to 1 if we have EDSP instructions 31 ; Set the following to 1 if we have ARMv6 media instructions. 34 ; Set the following to 1 if we have NEON (some ARMv7)
|
/external/clang/test/Preprocessor/ |
warning_tests.c | 3 #error Should have __has_warning 9 // expected-warning@+2 {{Should have -Wparentheses}} 11 #warning Should have -Wparentheses 45 #error Expansion should have occurred
|
feature_tests.c | 4 #error Should have __has_feature 19 #error Clang should have these 23 #error Clang should not have this 30 // Make sure we have x86 builtins only (forced with target triple). 54 #error Expansion should have occurred
|
/build/kati/testcase/ |
define_newline.mk | 6 $(info This should have$(newline)two lines)
|
/external/clang/test/Modules/ |
macro-masking.cpp | 14 # error should have been undefined!
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
local-1.s | 10 # Restrictions on the implementation means we have to have the LOCAL in
|
/external/regex-re2/re2/testing/ |
regexp_test.cc | 49 const map<string, int>* have = x->NamedCaptures(); local 50 EXPECT_TRUE(have != NULL); 51 EXPECT_EQ(2, have->size()); // there are only two named groups in 56 EXPECT_EQ(want, *have); 58 delete have; 68 const map<int, string>* have = x->CaptureNames(); local 69 EXPECT_TRUE(have != NULL); 70 EXPECT_EQ(3, have->size()); 76 EXPECT_EQ(want, *have); 78 delete have; [all...] |
/external/clang/test/Headers/Inputs/include/ |
stdint.h | 16 #error Every target should have __INTPTR_TYPE__
|
/external/valgrind/drd/tests/ |
sem_wait.stderr.exp | 3 Wait would have blocked
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-arch-1.d | 6 private flags = 3: \[symbols have a _ prefix\] \[v32\]
|
rd-arch-3.d | 6 private flags = 1: \[symbols have a _ prefix\]
|
rd-arch-2.d | 6 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
|
/external/opencv3/3rdparty/zlib/ |
gzread.c | 20 local int gz_load(state, buf, len, have) 24 unsigned *have; 28 *have = 0; 30 ret = read(state->fd, buf + *have, len - *have); 33 *have += ret; 34 } while (*have < len); 77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 149 state->x.have = 0; 159 state->x.have = strm->avail_in [all...] |
/external/zlib/src/ |
gzread.c | 20 local int gz_load(state, buf, len, have) 24 unsigned *have; 28 *have = 0; 30 ret = read(state->fd, buf + *have, len - *have); 33 *have += ret; 34 } while (*have < len); 77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 149 state->x.have = 0; 159 state->x.have = strm->avail_in [all...] |
/external/pdfium/third_party/zlib_v128/ |
gzread.c | 24 unsigned *have) 28 *have = 0; 30 ret = read(state->fd, buf + *have, len - *have); 33 *have += ret; 34 } while (*have < len); 77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 149 state->x.have = 0; 159 state->x.have = strm->avail_in; 168 On return, state->x.have and state->x.next point to the just decompresse [all...] |
/external/clang/test/ARCMT/Inputs/Module.framework/Headers/ |
Module.h | 12 # error Module should have been built without -DFOO
|
/external/llvm/test/MC/Mips/ |
mips_directives_bad.s | 4 .abicalls should have no operands 6 # CHECK-NEXT: .abicalls should have no operands
|
/external/opencv3/modules/calib3d/perf/ |
perf_precomp.hpp | 18 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/external/opencv3/modules/core/perf/ |
perf_precomp.hpp | 15 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/external/opencv3/modules/cudaarithm/perf/ |
perf_precomp.hpp | 62 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/external/opencv3/modules/cudabgsegm/perf/ |
perf_precomp.hpp | 63 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/external/opencv3/modules/cudacodec/perf/ |
perf_precomp.hpp | 61 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/external/opencv3/modules/cudafeatures2d/perf/ |
perf_precomp.hpp | 61 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|