/external/webkit/LayoutTests/fast/xpath/ |
null-namespace-in-html-expected.txt | 1 This tests that XPath expressions with prefixes work correctly.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
credential-url-expected.txt | 1 Test that application cache doesn't block loading resources from the same origin with credential.
|
non-html-expected.txt | 1 Test that non-HTML main resources work with application cache correctly.
|
wrong-signature-2-expected.txt | 1 Test that a manifest served with a wrong signature isn't treated as such.
|
wrong-signature-expected.txt | 1 Test that a manifest served with a wrong signature isn't treated as such.
|
/external/webkit/LayoutTests/storage/ |
open-database-over-quota-expected.txt | 1 This tests that calling openDatabase with a size over 5MB doesn't assert on debug builds.
|
/frameworks/base/core/java/android/net/ |
package.html | 3 Classes that help with network access, beyond the normal java.net.* APIs.
|
/frameworks/base/core/tests/coretests/certs/ |
README | 1 Generate with:
|
/libcore/luni/src/test/resources/tests/api/java/io/ |
testfile | 1 This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese
|
/packages/inputmethods/LatinIME/tools/maketext/res/values-eo/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 22 U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 23 U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 24 U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 26 U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 27 U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE 28 U+0101: "?" LATIN SMALL LETTER A WITH MACRON 29 U+0103: "?" LATIN SMALL LETTER A WITH BREVE 30 U+0105: "?" LATIN SMALL LETTER A WITH OGONE [all...] |
/packages/inputmethods/LatinIME/tools/maketext/res/values-zz/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 22 U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 23 U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 24 U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 25 U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 26 U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE 28 U+0101: "?" LATIN SMALL LETTER A WITH MACRON 29 U+0103: "?" LATIN SMALL LETTER A WITH BREVE 30 U+0105: "?" LATIN SMALL LETTER A WITH OGONE [all...] |
/external/iptables/extensions/ |
libxt_connmark.man | 1 This module matches the netfilter mark field associated with a connection 5 Matches packets in connections with the given mark value (if a mask is 6 specified, this is logically ANDed with the mark before the comparison).
|
libxt_mark.man | 1 This module matches the netfilter mark field associated with a packet 7 Matches packets with the given unsigned mark value (if a \fImask\fP is 8 specified, this is logically ANDed with the \fImask\fP before the
|
/external/markdown/tests/extensions-x-footnotes/ |
footnote.txt | 1 This is the body with a footnote[^1] or two[^2] or more[^3] [^4]. 3 [^1]: Footnote that ends with a list: 12 [^4]: A footnote with multiple paragraphs.
|
/external/markdown/tests/safe_mode/ |
script_tags.txt | 7 With blank lines. 15 Now with some weirdness 27 This time with blank lines.
|
/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 | 42 while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of type 'Foo' is always false}} 43 while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of type 'Bar' is always false}} 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')} [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...] |
/packages/inputmethods/LatinIME/tools/maketext/res/values-de/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 22 U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 23 U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 24 U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 26 U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 27 U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE 28 U+0101: "?" LATIN SMALL LETTER A WITH MACRON --> 30 <!-- U+00E9: "é" LATIN SMALL LETTER E WITH ACUTE 31 U+00E8: "è" LATIN SMALL LETTER E WITH GRAV [all...] |
/packages/inputmethods/LatinIME/tools/maketext/res/values-nb/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 22 U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 23 U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 24 U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 25 U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 26 U+0101: "?" LATIN SMALL LETTER A WITH MACRON --> 28 <!-- U+00E9: "é" LATIN SMALL LETTER E WITH ACUTE 29 U+00E8: "è" LATIN SMALL LETTER E WITH GRAVE 30 U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLE [all...] |
/external/llvm/test/Other/ |
llvm-nm-without-aliases.ll | 3 ; RUN: llvm-nm < %t | FileCheck --check-prefix=WITH %s 10 ; WITH: T a0bar 11 ; WITH: T a0foo 12 ; WITH: T bar 13 ; WITH: T foo
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardTextsSet.java | 5 * you may not use this file except in compliance with the License. 91 // These texts' name should be aligned with the @string/<name> in values/strings.xml. 317 // Label for "switch to symbols with microphone" key. This string shouldn't include the "mic" 374 // U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE 446 // This is the same as Dutch except more keys of y and demoting vowels with diaeresis. 447 // U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 448 // U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 449 // U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 450 // U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 452 // U+00E3: "ã" LATIN SMALL LETTER A WITH TILD [all...] |
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 2 // Redistribution and use in source and binary forms, with or without 11 // with the distribution. 58 with ({x:1}) { 67 with ({}) { 71 with ({}) { 83 with ({}) { 93 with ({x:1}) x = 1 101 with ({}) { 102 with ({}) { 151 var with_bodies = [ "with ({}) {}", [all...] |
/packages/inputmethods/LatinIME/tools/maketext/res/values-ro/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 22 U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 23 U+0103: "?" LATIN SMALL LETTER A WITH BREVE 24 U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 25 U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 26 U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 28 U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE 29 U+0101: "?" LATIN SMALL LETTER A WITH MACRON --> 31 <!-- U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLE [all...] |