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

1 2 3 4 5

  /external/zlib/src/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
infback9.c 307 mode = BAD;
318 mode = BAD;
355 mode = BAD;
376 mode = BAD;
400 mode = BAD;
423 mode = BAD;
432 if (mode == BAD) break;
437 mode = BAD;
451 mode = BAD;
461 mode = BAD;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
infback9.c 307 mode = BAD;
318 mode = BAD;
355 mode = BAD;
376 mode = BAD;
400 mode = BAD;
423 mode = BAD;
432 if (mode == BAD) break;
437 mode = BAD;
451 mode = BAD;
461 mode = BAD;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/
MicrocodeFlashAccessLibNull.inf 21 FILE_GUID = 6F871ADD-9D86-4676-8BAD-68E2E451FC5B
  /external/clang/utils/analyzer/
reducer.pl 36 my \$BAD = 1;
41 open(IN, "$reduceOut") or exit(\$BAD);
46 exit \$BAD;
  /external/llvm/test/MC/Mips/
cprestore-noreorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
84 # BAD-ABI: .cprestore 8
85 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
86 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
88 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
89 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
91 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A
    [all...]
cprestore-reorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
85 # BAD-ABI: .cprestore 8
86 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
87 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
89 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
90 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
92 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A
    [all...]
  /external/freetype/src/gzip/
inflate.c 10 #define BAD INFLATE_BAD
26 BAD} /* got an error--stay here */
42 uInt marker; /* if BAD, inflateSync's marker bytes count */
164 z->state->mode = BAD;
171 z->state->mode = BAD;
182 z->state->mode = BAD;
213 z->state->mode = BAD;
221 z->state->mode = BAD;
255 z->state->mode = BAD;
264 case BAD
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_map.go 15 // BAD: i should not escape
17 // BAD: j should not escape
25 // BAD: i should not escape
43 // BAD: j should not escape
55 // BAD: i should not escape
86 // BAD: i should not escape
88 // BAD: j should not escape
102 // BAD: i should not escape
escape_closure.go 17 // BAD: x should not escape to heap here
26 // BAD: x should not escape to heap here
33 // BAD: x should not escape here
49 // BAD: x should not leak here
85 // BAD: x should not escape to heap here
90 // BAD: x should not leak
116 // BAD: x should not leak
132 // BAD: &x should not escape here
136 // BAD: p should not escape here
145 // BAD: p should not escape her
    [all...]
escape_field.go 33 // BAD: &i should not escape
56 // BAD: &i should not escape here
61 // BAD: we are not leaking param x, only x.p2
69 // BAD: &i should not escape
107 // BAD: &i should not escape
123 // BAD: &i should not escape
136 // BAD: &i should not escape
150 // BAD: &i should not escape
169 // BAD: &i should not escape
  /prebuilts/go/linux-x86/test/
escape_map.go 15 // BAD: i should not escape
17 // BAD: j should not escape
25 // BAD: i should not escape
43 // BAD: j should not escape
55 // BAD: i should not escape
86 // BAD: i should not escape
88 // BAD: j should not escape
102 // BAD: i should not escape
escape_closure.go 17 // BAD: x should not escape to heap here
26 // BAD: x should not escape to heap here
33 // BAD: x should not escape here
49 // BAD: x should not leak here
85 // BAD: x should not escape to heap here
90 // BAD: x should not leak
116 // BAD: x should not leak
132 // BAD: &x should not escape here
136 // BAD: p should not escape here
145 // BAD: p should not escape her
    [all...]
escape_field.go 33 // BAD: &i should not escape
56 // BAD: &i should not escape here
61 // BAD: we are not leaking param x, only x.p2
69 // BAD: &i should not escape
107 // BAD: &i should not escape
123 // BAD: &i should not escape
136 // BAD: &i should not escape
150 // BAD: &i should not escape
169 // BAD: &i should not escape
  /prebuilts/go/darwin-x86/misc/cgo/testso/
cgoso_unix.go 18 panic("BAD TLS value")
  /prebuilts/go/linux-x86/misc/cgo/testso/
cgoso_unix.go 18 panic("BAD TLS value")
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 594 const int32_t BAD = 0;
605 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000+1,
606 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, -1,
607 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
608 BAD, UCAL_DECEMBER, 6, UCAL_SATURDAY, 24*60*60*1000,
611 BAD, UCAL_APRIL, 31, 0, 0,
612 BAD, UCAL_DECEMBER, 32, 0, 0,
613 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
614 BAD, UCAL_DECEMBER+1, 1, UCAL_SUNDAY, 0,
617 BAD, UCAL_DECEMBER, 32, -UCAL_SATURDAY, 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 48 BAD, /* got a data error -- remain here until reset */
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /external/python/cpython2/Modules/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/syslinux/com32/lib/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponse.java 32 || ImapConstants.BAD.equalsIgnoreCase(symbol)
56 /** @return whether it's an BAD response. */
58 return is(0, ImapConstants.BAD);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponse.java 35 || ImapConstants.BAD.equalsIgnoreCase(symbol)
66 * @return whether it's an BAD response.
69 return is(0, ImapConstants.BAD);

Completed in 419 milliseconds

1 2 3 4 5