/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.
|
/external/valgrind/main/drd/tests/ |
pth_detached3.c | 1 /* Invoke pthread_detach() with an invalid thread ID. */ 20 /* Invoke pthread_detach() with the thread ID of a joined thread. */ 23 /* Invoke pthread_detach() with an invalid thread ID. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mac_centeuro.py | 1 """ Python Character Mapping Codec mac_centeuro generated from 'MAPPINGS/VENDORS/APPLE/CENTEURO.TXT' with gencodec.py. 176 u'\xc4' # 0x80 -> LATIN CAPITAL LETTER A WITH DIAERESIS 177 u'\u0100' # 0x81 -> LATIN CAPITAL LETTER A WITH MACRON 178 u'\u0101' # 0x82 -> LATIN SMALL LETTER A WITH MACRON 179 u'\xc9' # 0x83 -> LATIN CAPITAL LETTER E WITH ACUTE 180 u'\u0104' # 0x84 -> LATIN CAPITAL LETTER A WITH OGONEK 181 u'\xd6' # 0x85 -> LATIN CAPITAL LETTER O WITH DIAERESIS 182 u'\xdc' # 0x86 -> LATIN CAPITAL LETTER U WITH DIAERESIS 183 u'\xe1' # 0x87 -> LATIN SMALL LETTER A WITH ACUTE 184 u'\u0105' # 0x88 -> LATIN SMALL LETTER A WITH OGONE [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mac_centeuro.py | 1 """ Python Character Mapping Codec mac_centeuro generated from 'MAPPINGS/VENDORS/APPLE/CENTEURO.TXT' with gencodec.py. 176 u'\xc4' # 0x80 -> LATIN CAPITAL LETTER A WITH DIAERESIS 177 u'\u0100' # 0x81 -> LATIN CAPITAL LETTER A WITH MACRON 178 u'\u0101' # 0x82 -> LATIN SMALL LETTER A WITH MACRON 179 u'\xc9' # 0x83 -> LATIN CAPITAL LETTER E WITH ACUTE 180 u'\u0104' # 0x84 -> LATIN CAPITAL LETTER A WITH OGONEK 181 u'\xd6' # 0x85 -> LATIN CAPITAL LETTER O WITH DIAERESIS 182 u'\xdc' # 0x86 -> LATIN CAPITAL LETTER U WITH DIAERESIS 183 u'\xe1' # 0x87 -> LATIN SMALL LETTER A WITH ACUTE 184 u'\u0105' # 0x88 -> LATIN SMALL LETTER A WITH OGONE [all...] |
/external/chromium_org/third_party/icu/source/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 92 00C0; C; 00E0; # LATIN CAPITAL LETTER A WITH GRAVE 93 00C1; C; 00E1; # LATIN CAPITAL LETTER A WITH ACUTE 94 00C2; C; 00E2; # LATIN CAPITAL LETTER A WITH CIRCUMFLEX 95 00C3; C; 00E3; # LATIN CAPITAL LETTER A WITH TILDE 96 00C4; C; 00E4; # LATIN CAPITAL LETTER A WITH DIAERESIS 97 00C5; C; 00E5; # LATIN CAPITAL LETTER A WITH RING ABOVE 99 00C7; C; 00E7; # LATIN CAPITAL LETTER C WITH CEDILL [all...] |
/external/icu/icu4c/source/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 92 00C0; C; 00E0; # LATIN CAPITAL LETTER A WITH GRAVE 93 00C1; C; 00E1; # LATIN CAPITAL LETTER A WITH ACUTE 94 00C2; C; 00E2; # LATIN CAPITAL LETTER A WITH CIRCUMFLEX 95 00C3; C; 00E3; # LATIN CAPITAL LETTER A WITH TILDE 96 00C4; C; 00E4; # LATIN CAPITAL LETTER A WITH DIAERESIS 97 00C5; C; 00E5; # LATIN CAPITAL LETTER A WITH RING ABOVE 99 00C7; C; 00E7; # LATIN CAPITAL LETTER C WITH CEDILL [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
latin-lower-phonetic.json | 8 "default": "latin small letter o with stroke", 10 "short": "o with stroke" 18 "default": "latin small letter d with stroke", 20 "short": "d with stroke" 28 "default": "latin small letter h with stroke", 30 "short": "h with stroke" 38 "default": "latin small letter l with stroke", 40 "short": "l with stroke" 48 "default": "latin small letter t with stroke", 50 "short": "t with stroke [all...] |
/art/test/055-enum-performance/ |
info.txt | 2 this test with the "--timing" option.
|
/art/test/078-polymorphic-virtual/ |
info.txt | 1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
|
/art/test/122-secondarydex/ |
info.txt | 1 Test features with a secondary dex file.
|
/art/test/133-static-invoke-super/ |
info.txt | 2 this test with the "--timing" option.
|
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 2 variable table entry fundamentally disagrees with an instruction that
|
/development/samples/browseable/CustomNotifications/ |
_index.jd | 7 This sample demonstrates notifications with custom content views.
|
/device/asus/flo/sepolicy/ |
irsc_util.te | 1 # irsc_util (used to configure IPC Router with security rules for QMI services)
|
/device/lge/hammerhead/sepolicy/ |
irsc_util.te | 1 # irsc_util (used to configure IPC Router with security rules for QMI services)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t040bug80.g | 13 Identifier: 'a'..'z'+ ; // with just 'a', output compiles
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t040bug80.g | 13 Identifier: 'a'..'z'+ ; // with just 'a', output compiles
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
InvalidCipherTextException.java | 18 * create a InvalidCipherTextException with the given message. 20 * @param message the message to be carried with the exception. 29 * create a InvalidCipherTextException with the given message. 31 * @param message the message to be carried with the exception.
|
/external/chromium-libpac/test/js-unittest/ |
ends_with_statement_no_semicolon.js | 1 // Ends with a statement, and no terminal newline.
|
/external/chromium_org/build/temp_gyp/ |
README.chromium | 2 Chromium imports an upstream revision with these files. Contact mark for
|