HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 1 - 25 of 3211) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)
armopts_gnu.s 28 @ Set the following to 1 if we have EDSP instructions
32 @ Set the following to 1 if we have ARMv6 media instructions.
35 @ 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
44 #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!
  /hardware/qcom/msm8998/json-c/
math_compat.h 21 #error This platform does not have nan()
25 #error This platform does not have INFINITY
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
bugpara.go 3 // BUG(rsc): Sometimes bugs have multiple paragraphs.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
bugpara.go 3 // BUG(rsc): Sometimes bugs have multiple paragraphs.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
local-1.s 10 # Restrictions on the implementation means we have to have the LOCAL in
  /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.27/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\]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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/python/cpython2/Modules/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22794.go 16 if i1.floats { // ERROR "(type it .* field or method floats, but does have Floats)"
18 i2 := &it{floats: false} // ERROR "(but does have Floats)"
19 _ = &it{InneR: "foo"} // ERROR "(but does have inner)"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22794.go 16 if i1.floats { // ERROR "(type it .* field or method floats, but does have Floats)"
18 i2 := &it{floats: false} // ERROR "(but does have Floats)"
19 _ = &it{InneR: "foo"} // ERROR "(but does have inner)"
  /external/flatbuffers/go/
struct.go 5 // Structs do not have a vtable.
  /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/skia/src/opts/
SkOpts_avx.cpp 12 #error We have included ucrt\math.h without protecting it against ODR violation.
  /external/skqp/src/opts/
SkOpts_avx.cpp 12 #error We have included ucrt\math.h without protecting it against ODR violation.

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>