/external/markdown/tests/safe_mode/ |
script_tags.txt | 7 With blank lines. 15 Now with some weirdness 27 This time with blank lines.
|
/external/mesa3d/src/glsl/glcpp/tests/ |
085-incorrect-argument-count.c.expected | 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
|
/external/valgrind/main/none/tests/ |
shell.stdout.exp | 3 Execute a script with a bad interpreter name 7 Execute a valid script with a #! line 9 Execute a valid script with #! but no interpname
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
set-href-attribute-whitespace-expected.txt | 1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespace. 6 Set href that starts with a space 8 Set href that starts with a newline 10 Set href that starts with a tab 12 Set href that starts with a carriage return 14 Set href that starts with a combination of newlines, spaces and tabs 16 Set href that ends with a space 18 Set href that ends with a newline 20 Set href that ends with a tab 22 Set href that ends with a carriage retur [all...] |
/external/clang/test/SemaCXX/ |
warn-enum-compare.cpp | 68 while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 69 while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 70 while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 72 while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 73 while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 74 while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 76 while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 77 while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 78 while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}} 80 while (x == a); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'name1::Foo')} [all...] |
incomplete-call.cpp | 18 f(); // expected-error {{calling 'f' with incomplete return type 'A'}} 22 fp(); // expected-error {{calling function with incomplete return type 'A'}} 23 ((Func)0)(); // expected-error {{calling function with incomplete return type 'A'}} 26 b.f(); // expected-error {{calling 'f' with incomplete return type 'A'}} 28 b.operator()(); // expected-error {{calling 'operator()' with incomplete return type 'A'}} 29 b.operator A(); // expected-error {{calling 'operator A' with incomplete return type 'A'}} 30 b.operator!(); // expected-error {{calling 'operator!' with incomplete return type 'A'}} 32 !b; // expected-error {{calling 'operator!' with incomplete return type 'A'}} 33 b(); // expected-error {{calling 'operator()' with incomplete return type 'A'}} 34 b++; // expected-error {{calling 'operator++' with incomplete return type 'A'} [all...] |
cxx98-compat.cpp | 4 template<typename ...T> // expected-warning {{variadic templates are incompatible with C++98}} 7 template<template<typename> class ...T> // expected-warning {{variadic templates are incompatible with C++98}} 10 template<int ...I> // expected-warning {{variadic templates are incompatible with C++98}} 13 int alignas(8) with_alignas; // expected-warning {{'alignas' is incompatible with C++98}} 14 int with_attribute [[ ]]; // expected-warning {{attributes are incompatible with C++98}} 17 (void)u8"str"; // expected-warning {{unicode literals are incompatible with C++98}} 18 (void)u"str"; // expected-warning {{unicode literals are incompatible with C++98}} 19 (void)U"str"; // expected-warning {{unicode literals are incompatible with C++98}} 20 (void)u'x'; // expected-warning {{unicode literals are incompatible with C++98}} 21 (void)U'x'; // expected-warning {{unicode literals are incompatible with C++98} [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
configargs.h | 2 static const char configuration_arguments[] = "/home/jingyu/projects/gcc/android-toolchainsrc/build/../gcc/gcc-4.4.0/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --enable-languages=c,c++ --with-gmp=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --with-mpfr=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=6.6 --with-arch=armv5te --with-multilib-list=mandroid --with (…) [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecParserTests.java | 5 * use this file except in compliance with the License. You may obtain a copy of 91 assertParser("Single letter with outputText", "a|abc", 93 assertParser("Single letter with escaped outputText", "a|a\\|c", 95 assertParser("Single letter with comma outputText", "a|a,b", 97 assertParser("Single letter with escaped comma outputText", "a|a\\,b", 99 assertParser("Single letter with outputText starts with at", "a|@bc", 101 assertParser("Single letter with outputText contains at", "a|a@c", 103 assertParser("Single letter with escaped at outputText", "a|\\@bc", 105 assertParser("Single escaped escape with outputText", "\\\\|\\\\" [all...] |
/external/e2fsprogs/tests/ |
README | 15 prepared to deal with) 19 second exit code should be 0. In other words, all (with one 23 filesystem with no detectable errors found in the second pass. The 28 not exit with an exit status code of 1 after correcting filesystem 37 baddir.img Filesystem with a corrupted directory 38 badbblocks.img Filesystem with illegal blocks in the bad block inode. 39 badinode.img Filesystem with various different corrupted inode 41 badlkcnt.img Filesystem with deleted files with non-zero link count 42 badroot.img Filesystem with a file for a root director [all...] |
/external/clang/test/Parser/ |
placeholder-recovery.m | 3 // FIXME: We could do much better with this, if we recognized 4 // placeholders somehow. However, we're content with not generating 5 // bogus 'archaic' warnings with bad location info.
|
/external/clang/test/Sema/ |
typedef-redef.c | 5 typedef int x; // expected-error {{typedef redefinition with different types}} 10 float y; // expected-error{{redefinition of 'y' with a different type}} 11 double y; // expected-error{{redefinition of 'y' with a different type}}
|
/external/markdown/MarkdownTest/Tests_2004/ |
Links-in-Headers.text-out | 5 <h1>A header with a <a href="http://www.link.com">link</a></h1> 6 <p>First with a hash</p> 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Links-in-Headers.text-res | 5 <h1>A header with a <a href="http://www.link.com">link</a></h1> 6 <p>First with a hash</p> 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Yuri-Links-in-Headers.html | 9 <h1>A header with a <a href="http://www.link.com">link</a></h1> 11 <p>First with a hash</p> 13 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
/external/markdown/tests/extensions-x-wikilinks/ |
wikilinks.txt | 1 Some text with a [[WikiLink]]. 3 A link with [[ white space and_underscores ]] and a empty [[ ]] one. 5 Another with [[double spaces]] and [[double__underscores]] and
|
/external/markdown/tests/misc/ |
blockquote.txt | 1 > blockquote with no whitespace before `>`. 5 > blockquote with one space before the `>`. 9 > blockquote with 2 spaces.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
const.h | 1 /* const.h: Macros for dealing with constants. */ 7 * C code. Therefore we cannot annotate them always with 9 * use the following macros to deal with this.
|
/external/icu4c/data/unidata/ |
CaseFolding.txt | 48 # A. To do a simple case folding, use the mappings with status C + S. 49 # B. To do a full case folding, use the mappings with status C + F. 51 # The mappings with status T can be used or omitted depending on the desired case-folding 84 00C0; C; 00E0; # LATIN CAPITAL LETTER A WITH GRAVE 85 00C1; C; 00E1; # LATIN CAPITAL LETTER A WITH ACUTE 86 00C2; C; 00E2; # LATIN CAPITAL LETTER A WITH CIRCUMFLEX 87 00C3; C; 00E3; # LATIN CAPITAL LETTER A WITH TILDE 88 00C4; C; 00E4; # LATIN CAPITAL LETTER A WITH DIAERESIS 89 00C5; C; 00E5; # LATIN CAPITAL LETTER A WITH RING ABOVE 91 00C7; C; 00E7; # LATIN CAPITAL LETTER C WITH CEDILL [all...] |
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 2 variable table entry fundamentally disagrees with an instruction that
|
/dalvik/tests/024-illegal-access/src/ |
SemiPrivate.java | 4 * Version with package scope access.
|
/dalvik/tests/024-illegal-access/src2/ |
SemiPrivate.java | 4 * Version with private access.
|
/dalvik/tests/055-enum-performance/ |
info.txt | 2 this test with the "--timing" option.
|
/dalvik/tests/078-polymorphic-virtual/ |
info.txt | 1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
|
/external/bison/build-aux/ |
Makefile.am | 1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
|