Searched refs:bad (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/exclude-header/x/
H A Dbad.h1 #error bad
/external/clang/test/Misc/
H A Ddiag-format.c36 #endif bad // extension!
H A Ddiag-mapping.c28 #endif bad // extension!
/external/valgrind/memcheck/tests/
H A Dexecve1.c6 char* bad[2] = { (char*)1, NULL }; local
9 execve(null_filename, bad, bad);
H A Dsignal2.stdout.exp2 doing bad thing
H A Dvarinforestrict.c55 void *bad = malloc (16); local
56 bad_restrict_ptr (bad);
57 free (bad);
/external/valgrind/none/tests/linux/
H A Dpthread-stack.stderr.exp1 ... doing bad things till guard page
/external/valgrind/none/tests/solaris/
H A Dpthread-stack.stderr.exp1 ... doing bad things till guard page
/external/clang/test/Sema/
H A Dformat-strings-ms.c51 double bad; local
52 printf("%wc", bad); // expected-warning{{format specifies type 'wint_t' (aka 'int') but the argument has type 'double'}}
53 printf("%wC", bad); // expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}}
54 printf("%C", bad); // expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}}
55 printf("%ws", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}}
56 printf("%wS", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}}
57 printf("%S", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}}
58 scanf("%wc", &bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}}
59 scanf("%wC", &bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}}
60 scanf("%C", &bad); // expecte
68 double bad; local
[all...]
/external/toolchain-utils/binary_search_tool/full_bisect_test/
H A Dmake_sources_bad.sh3 # There are two versions (good & bad) of inorder_norecurse.c and
4 # preorder_norecurse.c. This script makes sure the bad versions
6 # the bad-objects directory, for the bisection test. It is called
12 cp inorder_norecurse.c.bad inorder_norecurse.c
13 cp preorder_norecurse.c.bad preorder_norecurse.c
H A Drun-test-nowrapper.sh8 # It makes sure the good & bad object directories exist (soft links); checks
9 # to see if it needs to compile the good & bad sources & populate the
34 rm -f bad-objects
37 ln -s bad-objects-permanent bad-objects
56 # Set up the 'bad' source files.
60 # Build the 'bad' .o files & copy to appropriate directory.
62 mv work/*.o bad-objects-permanent/.
/external/valgrind/none/tests/
H A Dcmdline4.stderr.exp1 valgrind: Unknown option: --bad-bad-option
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
H A Dbad.pass.cpp14 // bool bad() const;
26 assert(ios.bad());
28 assert(ios.bad());
33 assert(!ios.bad());
35 assert(!ios.bad());
37 assert(!ios.bad());
39 assert(ios.bad());
/external/valgrind/none/tests/scripts/
H A Dbug338606.stderr.exp1 valgrind: ./bug338606: bad interpreter: No such file or directory
H A Dshell_badinterp.stderr.exp1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
/external/clang/test/Parser/
H A Dcxx1z-attributes.cpp5 namespace [[]] bad = foo; // expected-error {{attributes cannot be specified on namespace alias}}
/external/python/cpython2/Lib/test/
H A Dtest_robotparser.py17 self.str = "RobotTest(%d, bad, %s)" % (index, url)
61 bad = ['/cyberworld/map/index.html','/tmp/xxx','/foo.html'] variable
63 RobotTest(1, doc, good, bad)
79 bad = ['/cyberworld/map/index.html'] variable
81 RobotTest(2, doc, good, bad)
91 bad = ['/cyberworld/map/index.html','/','/tmp/'] variable
93 RobotTest(3, doc, good, bad)
107 bad = ['/tmp','/tmp.html','/tmp/a.html', variable
112 RobotTest(4, doc, good, bad, 'figtree')
113 RobotTest(5, doc, good, bad, 'FigTre
125 bad = ['/tmp/','/tmp/a.html', variable
140 bad = [] # Bug report says "/" should be denied, but that is not in the RFC variable
154 bad = ['/folder1/anotherfile.html'] variable
169 bad = ['/something.jpg'] variable
174 bad = ['/something.jpg'] variable
188 bad = ['/something.jpg'] variable
193 bad = [] variable
207 bad = ['/folder1/anotherfile.html'] variable
233 bad = ['/some/path'] variable
245 bad = ['/another/path?'] variable
[all...]
/external/clang/test/Modules/
H A Dexplicit-build-flags.cpp52 #error bad FOO from command line and module
56 #error bad FOO from command line overriding module
63 #error bad BAR
/external/tensorflow/tensorflow/java/src/test/resources/org/tensorflow/processor/operator/bad/
H A DBasicBad.java16 package org.tensorflow.processor.operator.bad;
/external/testng/src/test/java/test/override/
H A DOverrideSampleTest.java12 public void bad() { method in class:OverrideSampleTest
/external/clang/test/SemaCXX/
H A Doperator-arrow-depth.cpp24 B<MAX/2 + 1> bad; variable
25 int m = bad->n; // expected-error-re {{use of 'operator->' on type 'B<{{2|10|128}} / 2 + 1>' would invoke a sequence of more than {{2|10|128}} 'operator->' calls}}
/external/vboot_reference/tests/futility/
H A Dtest_gbb_utility.sh111 # bad major_version
112 cat ${TMP}.blob | ${REPLACE} 0x4 2 > ${TMP}.blob.bad
113 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
116 cat ${TMP}.blob | ${REPLACE} 0x8 0x81 > ${TMP}.blob.bad
117 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
120 cat ${TMP}.blob | ${REPLACE} 0x8 0x7f > ${TMP}.blob.bad
121 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
124 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad
125 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
135 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc55 void ExpectFailure(const NodeDef& bad, const OpDef& op_def, argument
57 Status status = ValidateNodeDef(bad, op_def);
59 EXPECT_FALSE(status.ok()) << "NodeDef: " << SummarizeNodeDef(bad)
64 << status << "; NodeDef: " << SummarizeNodeDef(bad)
69 << "NodeDef: " << SummarizeNodeDef(bad)
84 NodeDef bad = node_def; local
85 bad.set_op("Wrong");
86 ExpectFailure(bad, op, "NodeDef op 'Wrong' does not match Op<name=In;");
89 bad = node_def;
90 bad
149 NodeDef bad = node_def; local
174 NodeDef bad = node_def; local
196 NodeDef bad = ToNodeDef(R"proto( local
225 const NodeDef bad = ToNodeDef(R"proto( local
260 ExpectInvalidSyntax(const NodeDef& bad, const string& message) argument
[all...]
/external/avb/test/
H A Davb_util_unittest.cc71 AvbFooter bad; local
105 // Check for bad magic.
106 bad = h;
107 bad.magic[0] = 'x';
108 EXPECT_EQ(0, avb_footer_validate_and_byteswap(&bad, &s));
110 // Check for bad major version.
111 bad = h;
112 bad.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR + 1);
113 EXPECT_EQ(0, avb_footer_validate_and_byteswap(&bad, &s));
119 AvbKernelCmdlineDescriptor bad; local
157 AvbHashtreeDescriptor bad; local
246 AvbHashDescriptor bad; local
289 AvbChainPartitionDescriptor bad; local
332 AvbPropertyDescriptor bad; local
[all...]
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dignore_0xff.pass.cpp25 int bad=-1; local
27 os << "aaaabbbb" << static_cast<char>(bad)

Completed in 1517 milliseconds

1234567891011>>