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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
warning_tests.c 3 #error Should have __has_warning
10 #warning Should have -Wparentheses // expected-warning {{Should have -Wparentheses}}
feature_tests.c 4 #error Should have __has_feature
18 #error Clang should have these
22 #error Clang should not have this
29 // Make sure we have x86 builtins only (forced with target triple).
  /external/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);
71 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
143 state->x.have = 0;
153 state->x.have = strm->avail_in
    [all...]
infback.c 133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
    [all...]
  /build/target/board/emulator/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /cts/tests/tests/webkitsecurity/assets/
sort-no-jit-code-crash.js 2 "This test checks that non-numeric sort functions always have JIT code. This test passes if it does not crash."
  /external/bison/
GNUmakefile 19 # You should have received a copy of the GNU General Public License along
33 have-Makefile := $(shell test -f Makefile && echo yes)
37 ifeq ($(have-Makefile),yes)
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 8 # error Module should have been built without -DFOO
  /external/zlib/contrib/infback9/
inflate9.h 42 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
infback9.c 127 if (have == 0) { \
128 have = in(in_desc, &next); \
129 if (have == 0) { \
142 have--; \
227 unsigned have; /* available input */ local
266 have = next != Z_NULL ? strm->avail_in : 0;
333 if (copy > have) copy = have;
336 have -= copy;
363 state->have = 0
    [all...]
  /hardware/ril/mock-ril/
Makefile 13 $(error expecting 1 protoc we have $(words $(PROTOC)), PROTOC='$(PROTOC)')
  /external/zlib/examples/
fitblk.c 131 unsigned have; /* bytes written by deflate() call */ local
165 have = size + EXCESS - def.avail_out;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
175 size - have, size);
218 have = size - def.avail_out;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
231 size - have, size, def.total_in);
zpipe.c 39 unsigned have; local
69 have = CHUNK - strm.avail_out;
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
95 unsigned have; local
135 have = CHUNK - strm.avail_out;
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
gun.c 154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
155 last = have ? (have--, (int)(*next++)) : -1)
159 have offset the index, but it's faster to waste the memory */
174 if (chunk > have) { \
175 chunk -= have; \
176 have = 0; \
180 if (chunk > have) { \
181 chunk = have = 0;
385 unsigned have, flags, len; local
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 71 llvm_unreachable("Should not have a NULL template argument");
113 llvm_unreachable("Should not have a NULL template argument");
430 // FIXME: We shouldn't ever have to worry about missing
445 // the pattern, and we have the pattern's type, but we are forced to copy
  /external/libffi/src/cris/
sysv.S 35 ;; OK, when we get called we should have this (according to
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 30 var have = frame.contentWindow.document.getElementById('encoding').firstChild.data;
31 if (have == 'ISO-8859-9')
32 have = 'Windows-1254';
33 if (want != have) {
39 li.appendChild(document.createTextNode(': expected ' + want + '; used ' + have));
  /external/qemu/distrib/zlib-1.2.3/
infback.c 124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */ local
274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
    [all...]
  /build/core/
checktree 78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*')
95 # Python 2.3 -- still default on Mac OS X -- does not have set()
97 have = dict().fromkeys(have, 1)
101 if not file in have:
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 65 +This file should not have gotten created on your system.
  /device/generic/armv7-a/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/armv7-a-neon/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /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/llvm/projects/sample/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])

Completed in 932 milliseconds

1 2 3 4 5 6 7 8 91011>>