/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15303.go | 7 // Ensure that inlined struct/array comparisons have the right side-effects.
|
issue18459.go | 7 // Verify that we have a line number for this error.
|
/prebuilts/go/linux-x86/test/interface/embed1.dir/ |
embed0.go | 5 // Test that embedded interface types can have local methods.
|
/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 | 32 """Verify that all URLs of pages in story_set have an associated archive.""" 72 """Verify that story_set and its stories base attributes have the right 83 msg='story_set %\'s base_dir must have type string') 87 msg='story_set\'s archive_data_file path must have type string') 93 msg='story %s \'s name field must have type string' % story.display_name) 96 msg='story %s \'s tags field must have type set' % story.display_name) 100 msg='tag %s in story %s \'s tags must have type string' 108 msg='page %s \'s url must have type string' % story.display_name) 111 msg=('page %s \'s startup_url field must have type string' 115 msg='page %s \'s make_javascript_deterministic must have type bool [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */
local 584 in = have;
683 if (copy > have) copy = have;
[all...] |
/external/syslinux/com32/lib/zlib/ |
inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 443 have = strm->avail_in; \ 454 strm->avail_in = have; \ 470 if (have == 0) goto inf_leave; \ 471 have--; \ 550 would all have to actually be part of the saved state in case NEEDBITS() 596 unsigned have, left; /* available input and output */ local 619 in = have; 720 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...] |
/external/pdfium/third_party/zlib_v128/ |
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...] |
/toolchain/binutils/binutils-2.25/gas/ |
configure.com | 4 $! do not have /bin/sh to execute it. 18 $! You should have received a copy of the GNU General Public License 96 /* Define to 1 if you have `alloca', as a function or macro. */ 101 /* Define to 1 if you have the `basename' function. */ 107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 111 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 115 /* Define to 1 if you have the <errno.h> header file. */ 118 /* Define to 1 if you have the <limits.h> header file. */ 121 /* Define to 1 if you have the `remove' function. */ 124 /* Define to 1 if you have the <stdarg.h> header file. * [all...] |
/external/zlib/src/examples/ |
zran.c | 49 not be constrained to have access points at block boundaries, but requires 76 int have; /* number of list entries filled in */ member in struct:access 107 index->have = 0; 111 else if (index->have == index->size) { 121 /* fill in entry and increment how many we have */ 122 next = index->list + index->have; 130 index->have++; 229 index->list = realloc(index->list, sizeof(struct point) * index->have); 230 index->size = index->have; 264 ret = index->have; [all...] |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 95 AKFVEC have, aave; local 109 if (AKFS_VbAve(nhvec, hvec, hnave, &have) != AKFS_SUCCESS) { 120 AKFS_Azimuth(&have, pitchRad, rollRad, &azimuthRad);
|
/prebuilts/go/darwin-x86/src/net/ |
net_windows_test.go | 287 have := make([]string, 0) 289 have = append(have, toString(ifi.Name, ifi.Flags&FlagUp != 0)) 291 sort.Strings(have) 308 if strings.Join(want, "/") != strings.Join(have, "/") { 309 t.Fatalf("unexpected interface list %q, want %q", have, want) 468 have := make([]string, 0) 477 have = append(have, addr.String()) 481 have = append(have, addr.IP.String() [all...] |
/prebuilts/go/linux-x86/src/net/ |
net_windows_test.go | 287 have := make([]string, 0) 289 have = append(have, toString(ifi.Name, ifi.Flags&FlagUp != 0)) 291 sort.Strings(have) 308 if strings.Join(want, "/") != strings.Join(have, "/") { 309 t.Fatalf("unexpected interface list %q, want %q", have, want) 468 have := make([]string, 0) 477 have = append(have, addr.String()) 481 have = append(have, addr.IP.String() [all...] |