Searched refs:invalid (Results 26 - 50 of 221) sorted by relevance

123456789

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DBooleanTest.java70 byte[][] invalid = new byte[][] {
78 for (int i = 0; i < invalid.length; i++) {
80 DerInputStream in = new DerInputStream(invalid[i]);
/external/v8/src/
H A Dallocation.cc59 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
63 return invalid;
74 return invalid;
/external/harfbuzz/src/
H A Dharfbuzz-tibetan.c103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) argument
120 if (invalid) {
162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) argument
174 *invalid = TRUE;
202 *invalid = FALSE;
225 HB_Bool invalid; local
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
229 invalid ? "TRUE" : "FALSE"); */
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
259 HB_Bool invalid; local
[all...]
H A Dharfbuzz-hebrew.c89 HB_Bool invalid = FALSE; local
102 invalid = TRUE;
110 invalid = TRUE;
117 invalid = TRUE;
136 if (invalid) {
/external/linux-tools-perf/util/
H A Dcpumap.c122 goto invalid;
130 goto invalid;
133 goto invalid;
142 goto invalid;
148 goto invalid;
163 invalid:
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml37 (* Test that invalid constructs do not verify.
43 | None -> bomb "invalid module passed verification!"
46 if verify_function fn then bomb "invalid function passed verification!";
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
H A Dimplicit-decl.c13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
/external/expat/tests/
H A Dxmltest.sh89 ibm/invalid/P* \
92 xmltest/invalid \
93 xmltest/invalid/not-sa \
96 sun/invalid ; do
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s4 @ Check for various assembly diagnostic messages on invalid input.
13 adc r1, r2, r3, lsl #invalid
23 @ CHECK-ERRORS: error: invalid immediate shift value
24 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
51 str r1, [r2, r3, lsl #invalid]
63 @ CHECK-ERRORS: str r1, [r2, r3, lsl #invalid]
94 @ CHECK-ERRORS: error: invalid operand for instruction
104 @ CHECK-ERRORS: error: invalid operand for instruction
105 @ CHECK-ERRORS: error: invalid operand for instruction
106 @ CHECK-ERRORS: error: invalid operan
[all...]
H A Dthumb2-diagnostics.s39 @ CHECK-ERRORS: error: invalid operand for instruction
40 @ CHECK-ERRORS: error: invalid operand for instruction
41 @ CHECK-ERRORS: error: invalid operand for instruction
42 @ CHECK-ERRORS: error: invalid operand for instruction
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineResultTest.java133 String [] invalid = {"", "OK1", "BUFFER_overflow", "BUFFER_UND",
144 for (int i = 0; i < invalid.length; i++) {
146 SSLEngineResult.Status.valueOf(invalid[i]);
147 fail("IllegalArgumentException must be thrown for name: " + invalid[i]);
182 String [] invalid = {"", "FINISHED1", "NEED_task", "NEED_UN",
195 for (int i = 0; i < invalid.length; i++) {
197 SSLEngineResult.HandshakeStatus.valueOf(invalid[i]);
198 fail("IllegalArgumentException must be thrown for name: " + invalid[i]);
/external/bison/lib/
H A Dmbrtowc.c113 /* mbtowc does not distinguish between invalid and incomplete multibyte
126 goto invalid;
182 goto invalid;
210 goto invalid;
226 goto invalid;
245 goto invalid;
279 goto invalid;
291 goto invalid;
315 invalid:
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-tibetan.c103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) argument
120 if (invalid) {
162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) argument
174 *invalid = TRUE;
202 *invalid = FALSE;
225 HB_Bool invalid; local
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
229 invalid ? "TRUE" : "FALSE"); */
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
[all...]
H A Dharfbuzz-hebrew.c89 HB_Bool invalid = FALSE; local
102 invalid = TRUE;
110 invalid = TRUE;
117 invalid = TRUE;
136 if (invalid) {
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli16 [Some reason] if it is invalid. [reason] is a string containing a
21 [Some reason] if it is invalid. [reason] is a string containing a
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s10 # DARWIN: error: invalid alignment value
/external/valgrind/main/memcheck/tests/
H A Derringfds.stderr.exp2 Warning: invalid file descriptor -1 in syscall read()
/external/elfutils/libdw/
H A Ddwarf_getaranges.c141 goto invalid;
146 invalid:
159 goto invalid;
163 goto invalid;
213 goto invalid;
/external/valgrind/main/none/tests/s390x/
H A Dcu24.c38 uint16_t invalid[] = { 0xd801, 0x0098 }; variable
172 /* Input has invalid low surrogate. */
174 run_test(buff, sizeof buff, invalid, sizeof invalid);
175 run_test(buff, 0, invalid, sizeof invalid);
H A Dcu24_1.c38 uint16_t invalid[] = { 0xd801, 0x0098 }; variable
172 /* Input has invalid low surrogate. */
174 run_test(buff, sizeof buff, invalid, sizeof invalid);
175 run_test(buff, 0, invalid, sizeof invalid);
H A Dcu41.c47 uint32_t invalid[] = { variable
185 /* Input contains invalid characters */
187 // As conversion stops upon encountering an invalid character, we
188 // need to test each invalid character separately, to make sure it
189 // is recognized as invalid.
192 for (i = 0; i < sizeof invalid / 4; ++i) {
193 run_test(buff, sizeof buff, invalid + i, 4);
195 run_test(buff, 0, invalid, sizeof invalid); // cc = 2
196 run_test(buff, 100, invalid, sizeo
[all...]
H A Dcu42.c35 uint32_t invalid[] = { variable
172 /* Input contains invalid characters */
174 // As conversion stops upon encountering an invalid character, we
175 // need to test each invalid character separately, to make sure it
176 // is recognized as invalid.
179 for (i = 0; i < sizeof invalid / 4; ++i) {
180 run_test(buff, sizeof buff, invalid + i, 4);
182 run_test(buff, 0, invalid, sizeof invalid); // cc = 2
183 run_test(buff, 100, invalid, sizeo
[all...]
/external/chromium/net/http/
H A Dhttp_auth_controller.cc207 DCHECK(identity_.invalid);
235 identity_.invalid = false;
315 identity_.invalid = true;
353 identity_.invalid = false;
358 if (identity_.invalid) {
372 DCHECK(identity_.invalid || (username.empty() && password.empty()));
374 if (identity_.invalid) {
377 identity_.invalid = false;
416 return handler_.get() && !identity_.invalid;
444 DCHECK(identity_.invalid);
[all...]
/external/qemu/
H A Djson-parser.c237 "invalid hex escape sequence in string");
247 parse_error(ctxt, token, "invalid escape sequence in string");
451 parse_error(ctxt, token, "invalid keyword `%s'", token_get_value(token));

Completed in 448 milliseconds

123456789