HomeSort by relevance Sort by last modified time
    Searched full:illegal (Results 276 - 300 of 2771) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce3.masm 24 ; if we didn't have a frame pointer, this would be illegal
  /external/chromium_org/v8/test/mjsunit/harmony/
block-early-errors.js 33 assertTrue(string.indexOf("Illegal let") >= 0);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1110.js 28 // Test that the illegal continue is thrown at parse time.
regress-1160.js 31 // does not crash and throws an illegal argument exception instead
regress-237617.js 42 assertTrue(error_stack.indexOf("illegal") < 0);
  /external/chromium_org/v8/test/webkit/
break-ASI-expected.txt 37 'Shouldn't have parsed this.'; threw exception SyntaxError: Illegal newline after throw.
  /external/clang/test/Sema/
compound-literal.c 34 (void(void)) { 0 }; // expected-error{{illegal initializer type 'void (void)'}}
  /external/clang/test/SemaObjC/
nsobject-attribute.m 4 typedef struct CGColor * __attribute__((NSObject(12))) Illegal; // expected-error {{'NSObject' attribute takes no arguments}}
  /external/e2fsprogs/lib/ext2fs/
read_bb.c 53 return 0; /* Ignore illegal blocks */
  /external/e2fsprogs/tests/f_baddir/
expect.1 11 Entry 'foo/bar' in / (2) has illegal characters in its name.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportConnection.java 220 throw new IOException("Illegal packet size! (" + packet_length + ")");
225 throw new IOException("Illegal padding_length in packet from remote (" + padding_length + ")");
246 throw new IOException("Illegal packet size! (" + packet_length + ")");
251 throw new IOException("Illegal padding_length in packet from remote (" + padding_length + ")");
  /external/guava/guava-tests/test/com/google/common/io/
CountingOutputStreamTest.java 56 // Test that illegal arguments do not affect count
  /external/jhead/
makernote.c 49 // (-1) catches illegal zero case as unsigned underflows to positive large.
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
  /external/kernel-headers/original/asm-generic/
siginfo.h 159 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
160 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
161 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
162 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
  /external/libmtp/examples/
trexist.c 48 fprintf(stderr, "illegal value %s\n", argv[1]);
  /external/lzma/CPP/Common/
StdInStream.cpp 21 static const char *kIllegalCharMessage = "Illegal character in input stream";
  /external/skia/include/xml/
SkXMLWriter.h 54 // illegal
  /external/v8/test/mjsunit/harmony/
block-early-errors.js 33 assertTrue(string.indexOf("Illegal let") >= 0);
  /external/v8/test/mjsunit/regress/
regress-1110.js 28 // Test that the illegal continue is thrown at parse time.
regress-1160.js 31 // does not crash and throws an illegal argument exception instead
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 42 Illegal memory pool address
54 Illegal memory pool address
62 Illegal memory pool address
74 Illegal memory pool address
  /libcore/luni/src/main/java/java/nio/charset/
MalformedInputException.java 22 * encountered, for example if a byte sequence is illegal for the given charset.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CommentImpl.java 49 * Returns true if this comment contains the illegal character sequence
  /libcore/luni/src/main/java/org/w3c/dom/
Comment.java 23 * (double-hyphen) in the content, which is illegal in a comment per section
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
remove_reference.hpp 51 // these are illegal specialisations; cv-qualifies applied to

Completed in 1059 milliseconds

<<11121314151617181920>>