/external/opencv3/modules/core/src/ |
system.cpp | 229 memset( have, 0, sizeof(have) ); 267 f.have[CV_CPU_MMX] = (cpuid_data[3] & (1 << 23)) != 0; 268 f.have[CV_CPU_SSE] = (cpuid_data[3] & (1<<25)) != 0; 269 f.have[CV_CPU_SSE2] = (cpuid_data[3] & (1<<26)) != 0; 270 f.have[CV_CPU_SSE3] = (cpuid_data[2] & (1<<0)) != 0; 271 f.have[CV_CPU_SSSE3] = (cpuid_data[2] & (1<<9)) != 0; 272 f.have[CV_CPU_FMA3] = (cpuid_data[2] & (1<<12)) != 0; 273 f.have[CV_CPU_SSE4_1] = (cpuid_data[2] & (1<<19)) != 0; 274 f.have[CV_CPU_SSE4_2] = (cpuid_data[2] & (1<<20)) != 0 352 bool have[MAX_FEATURE+1]; member in struct:cv::HWFeatures [all...] |
/build/core/clang/ |
arm64.mk | 18 # We don't have any arm64 flags to substitute yet.
|
x86.mk | 16 # We don't have any x86 flags to substitute yet.
|
x86_64.mk | 15 # We don't have any x86_64 flags to substitute yet.
|
/external/autotest/client/tests/kvm/unattended/ |
winnt.bat | 6 rem If this script is moved from the location where it was generated, it may have to be modified.
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
cloud_storage.py | 21 ' 2. If you have a @google.com account, use that account.\n' 30 'have permission. ' + self._GetConfigInstructions()) 37 'Attempted to access a file from Cloud Storage but you have no '
|
/external/clang/lib/AST/ |
TemplateBase.cpp | 78 // If the value is large, we have to get additional memory from the ASTContext 103 llvm_unreachable("Should not have a NULL template argument"); 144 llvm_unreachable("Should not have a NULL template argument");
|
/external/llvm/autoconf/m4/ |
c_printf_a.m4 | 2 # Determine if the printf() functions have the %a format character. 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
|
/external/proguard/bin/ |
proguard.bat | 7 REM you'll have to add escaped quotes around them, e.g.
|
/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 9 <p>Terms and conditions have changed. You need to accept the new terms
|
/hardware/qcom/display/msm8960/ |
Android.mk | 8 #This is for mako since it doesn't have the QCOM make functions
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.bat | 7 REM you'll have to add escaped quotes around them, e.g.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-gc-68.d | 9 # the same local symbol, gc:ed. Check that we have nothing left but
|
tls-gc-69.d | 10 # symbol, gc:ed. Check that we have nothing left but the start symbol
|
tls-gc-70.d | 10 # have nothing left but the start symbol and its code. Can't get rid
|
tls-gc-79.d | 10 # have nothing left but the start symbol and its code. Can't get rid
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
jaloverflow.d | 10 # occurs if the source and destination address do not have the same
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-badfil2.s | 4 % for the same file number was supposed to have filled in
|
b-nosym.d | 8 # Note that we have to redirect stderr when objdumping to get rid of the
|
sec-11.d | 7 # that e.g. debug sections do not have loadable contents.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsopt1.s | 2 # this section should not be optimised since we have old-style
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
defined4.d | 6 # We check that defined and defined1 have the same address. MIPS targets
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
story_set_smoke_test.py | 31 """Verify that all URLs of pages in story_set have an associated archive.""" 71 """Verify that story_set and its stories base attributes have the right 82 msg='story_set %\'s base_dir must have type string') 86 msg='story_set\'s archive_data_file path must have type string') 92 msg='story %s \'s name field must have type string' % story.display_name) 95 msg='story %s \'s labels field must have type set' % story.display_name) 99 msg='label %s in story %s \'s labels must have type string' 107 msg='page %s \'s url must have type string' % story.display_name) 110 msg=('page %s \'s startup_url field must have type string' 114 msg='page %s \'s make_javascript_deterministic must have type bool [all...] |
/external/opencv3/3rdparty/zlib/ |
inflate.c | 101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 464 have = strm->avail_in; \ 475 strm->avail_in = have; \ 491 if (have == 0) goto inf_leave; \ 492 have--; \ 566 would all have to actually be part of the saved state in case NEEDBITS() 612 unsigned have, left; /* available input and output */ local 635 in = have; 736 if (copy > have) copy = have; [all...] |
/external/zlib/src/ |
inflate.c | 101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 464 have = strm->avail_in; \ 475 strm->avail_in = have; \ 491 if (have == 0) goto inf_leave; \ 492 have--; \ 566 would all have to actually be part of the saved state in case NEEDBITS() 612 unsigned have, left; /* available input and output */ local 635 in = have; 736 if (copy > have) copy = have; [all...] |