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

1 2 3 4

  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp 2 at 0x........: bbb (bogus.S:0)
3 by 0x........: aaa (bogus.S:0)
4 by 0x........: aaa (bogus.S:0)
5 by 0x........: main (bogus.S:0)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-ser-1.s 2 % { dg-bogus "bad expression" "" { xfail mmix-*-* } 9 }
3 % { dg-bogus "bad expression" "" { xfail mmix-*-* } 10 }
6 % We can't stop the "bad expression" error, though; hence the "bogus" errors.
err-greg1.s 5 % attributable to the .rept machinery. No xfail+bogus for this one.
err-byte1.s 3 % { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
  /external/valgrind/helgrind/tests/
tc09_bad_unlock.c 2 /* Check that an error is reported for various kinds of bogus
19 int bogus[100], i; local
20 /* fill bogus with values which will cause glibc's pth_mx_unlock to fail */
21 for (i = 0; i < 100; i++) bogus[i] = 0xFFFFFFFF;
40 /* Unlocking a totally bogus lock. */
41 pthread_mutex_unlock( (pthread_mutex_t*) &bogus[50] ); /* ERROR */
  /external/clang/test/SemaTemplate/
metafun-apply.cpp 17 struct bogus { struct
37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
too_large.d 1 #name: Check for bogus overflow errors in .byte directives
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 6 aio-free-ring-with-bogus-nr-pages \
17 aio-free-ring-with-bogus-nr-pages: aio-free-ring-with-bogus-nr-pages.c
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.d 11 # There used to be a bogus:
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 592 FieldPosition bogus(FieldPosition::DONT_CARE);
596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status))
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 39 bogus_override_if_virtual<decltype(l)> bogus; local
  /external/clang/test/Sema/
pragma-section.c 41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section' - ignored}}
init.c 91 .b = bogus // expected-error {{use of undeclared identifier 'bogus'}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
pcrel-shared.s 2 # relocs (other than plain R_ARM_REL32, as in data) produce bogus dynamic
  /external/v8/test/mjsunit/regress/
regress-crbug-575314.js 11 // is somewhat bogus.
regress-1790.js 30 // bogus result after [[Get]] has been called).
  /external/libjpeg-turbo/
rdswitch.c 217 goto bogus;
224 goto bogus;
227 goto bogus;
230 goto bogus;
233 goto bogus;
243 bogus:
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 972 &error ("Bogus dirtree type: \"$dirtree{$path}\"\n", 1);
991 local ($bogus) = 0;
1033 $bogus = 1;
1053 $bogus = 1;
1061 $bogus = 1;
1072 $bogus = 1;
1082 $bogus = 1;
1098 $bogus = 1;
1103 &error ("Bogus dirtree type: \"$dirtree{$path}\"\n", 1);
1115 $bogus = 1
    [all...]
  /external/clang/test/SemaCXX/
class.cpp 127 // Don't crash on this bogus code.
130 bogus<foo<T1,T2> > // expected-error {{unknown template name 'bogus'}}
  /external/llvm/test/Bindings/OCaml/
bitreader.ml 39 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
  /external/v8/test/webkit/
dfg-add-not-number.js 25 "Tests that adding things that aren't numbers using ++ does not crash or generate bogus code."
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 923 bool bogus = true; local
941 bogus = false;
947 if (bogus)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier

Completed in 1081 milliseconds

1 2 3 4