HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 1 - 25 of 2719) 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!
  /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.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/skia/src/opts/
SkOpts_avx.cpp 14 #error We have included ucrt\math.h without protecting it against ODR violation.
  /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\]
  /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/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/flatbuffers/go/
struct.go 5 // Structs do not have a vtable.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 45 if want, have := 100, len(tt.certs); have < want {
46 t.Fatalf("want at least %d system roots, have %d", want, have)
58 have := 0
61 have++
72 if have < want {
73 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 45 if want, have := 100, len(tt.certs); have < want {
46 t.Fatalf("want at least %d system roots, have %d", want, have)
58 have := 0
61 have++
72 if have < want {
73 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /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/zlib/src/contrib/infback9/
inflate9.h 42 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>