HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 51 - 75 of 2719) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 12 # error Module should have been built without -DFOO
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
method.go 17 func (t *MethodTest) Scan(x fmt.ScanState, c byte) { // ERROR "should have signature Scan"
21 ReadByte() byte // ERROR "should have signature ReadByte"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
method.go 17 func (t *MethodTest) Scan(x fmt.ScanState, c byte) { // ERROR "should have signature Scan"
21 ReadByte() byte // ERROR "should have signature ReadByte"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
builtin1.s 1 # When disallowing built-in names, we have to treat GET and PUT
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2i.s 2 ! no symbols, we will have a symbol of the "wrong kind" before the
crange-2a.s 6 ! Make sure this symbol does not have the expected type.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-inval.s 18 enterl $0,$0 # can't have 32-bit stack operands
41 leavel # can't have 32-bit stack operands
46 popl %eax # can't have 32-bit stack operands
52 pushl %eax # can't have 32-bit stack operands
53 pushfl # can't have 32-bit stack operands
54 popfl # can't have 32-bit stack operands
55 retl # can't have 32-bit stack operands
  /external/zlib/src/examples/
gun.c 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
160 have offset the index, but it's faster to waste the memory */
175 if (chunk > have) { \
176 chunk -= have; \
177 have = 0; \
181 if (chunk > have) { \
182 chunk = have = 0;
386 unsigned have, flags, len; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 4 $! We do not use the configure script, since we do not have /bin/sh
22 $! You should have received a copy of the GNU General Public License
273 /* Define if you have a working `mmap' system call. */
283 /* Define if you have the fcntl function. */
285 /* Define if you have the getpagesize function. */
287 /* Define if you have the madvise function. */
289 /* Define if you have the mprotect function. */
291 /* Define if you have the <fcntl.h> header file. */
293 /* Define if you have the <stddef.h> header file. */
295 /* Define if you have the <stdlib.h> header file. *
    [all...]
  /external/libxml2/
xzlib.c 61 unsigned int have; /* amount of output data unused at next */ member in struct:__anon24811
125 state->have = 0; /* no output data available */
234 unsigned int *have)
238 *have = 0;
240 ret = read(state->fd, buf + *have, len - *have);
243 *have += ret;
244 } while (*have < len);
460 /* we have a gzip header, woo hoo! */
509 state->have = 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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...]
  /external/pdfium/third_party/zlib_v128/
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...]
  /external/syslinux/com32/lib/zlib/
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...]
  /external/zlib/src/
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...]
  /external/ltp/testcases/kernel/containers/pidns/
README 15 ## You should have received a copy of the GNU General Public License ##
23 A pid namespace is a view of particular set of tasks on the system. For processes, a process may have pid 1234 in one namespace, but have pid 1 in another.This allows processes to use process ids which are in use in other pid namespaces, without having to worry about what pids exist in other namespaces.
27 "Another way of specifying process visibility, then is that process A will see all tasks which have a valid pid in process A's pid namespace."
34 2> After creation of container the PID Namespace of the container should have the parent group id as 1 and also session id as 1.
  /build/make/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:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
reindent.py 196 have = getlspace(lines[thisstmt])
200 if have:
204 want = have2want.get(have, -1)
210 if have == getlspace(lines[jline]):
220 want = have + getlspace(after[jline-1]) - \
225 want = have
229 have2want[have] = want
230 diff = want - have
231 if diff == 0 or have == 0:
  /external/autotest/utils/
reindent.py 195 have = getlspace(lines[thisstmt])
199 if have:
203 want = have2want.get(have, -1)
209 if have == getlspace(lines[jline]):
219 want = have + getlspace(after[jline-1]) - \
224 want = have
228 have2want[have] = want
229 diff = want - have
230 if diff == 0 or have == 0:
  /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/llvm/test/MC/MachO/AArch64/
classrefs.s 4 ; an internal relocation. We just have to be careful to not use another symbol.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug128.go 21 bug127.go:5: switch statement must have case labels
22 bug127.go:9: switch statement must have case labels
  /prebuilts/go/linux-x86/test/fixedbugs/
bug128.go 21 bug127.go:5: switch statement must have case labels
22 bug127.go:9: switch statement must have case labels
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
binop-segref.s 68 ; Don't have references to addresses immediately after the
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
asneed1.d 15 # all) because the library isn't needed and would have to move
16 # to the end of the link-line to have effect if actually needed.

Completed in 460 milliseconds

1 23 4 5 6 7 8 91011>>