/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
CodePointUtils.java | 5 * you may not use this file except in compliance with the License. 25 // Utility methods related with code points used for tests. 36 0x00E0 /* LATIN SMALL LETTER A WITH GRAVE */, 37 0x00E1 /* LATIN SMALL LETTER A WITH ACUTE */, 38 0x00E2 /* LATIN SMALL LETTER A WITH CIRCUMFLEX */, 39 0x00E3 /* LATIN SMALL LETTER A WITH TILDE */, 40 0x00E4 /* LATIN SMALL LETTER A WITH DIAERESIS */, 41 0x00E5 /* LATIN SMALL LETTER A WITH RING ABOVE */, 43 0x00E7 /* LATIN SMALL LETTER C WITH CEDILLA */, 44 0x00E8 /* LATIN SMALL LETTER E WITH GRAVE */ [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
TestsEstonianEEQwerty.java | 5 * you may not use this file except in compliance with the License. 50 // U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS 51 // U+0101: "?" LATIN SMALL LETTER A WITH MACRON 52 // U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE 53 // U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE 54 // U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX 55 // U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE 56 // U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE 58 // U+0105: "?" LATIN SMALL LETTER A WITH OGONEK 68 // U+012B: "?" LATIN SMALL LETTER I WITH MACRO [all...] |
TestsRomanian.java | 5 * you may not use this file except in compliance with the License. 53 // U+021B: "?" LATIN SMALL LETTER T WITH COMMA BELOW 55 // U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX 56 // U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS 57 // U+00EC: "ì" LATIN SMALL LETTER I WITH GRAVE 58 // U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE 59 // U+012F: "?" LATIN SMALL LETTER I WITH OGONEK 60 // U+012B: "?" LATIN SMALL LETTER I WITH MACRON 62 // U+0103: "?" LATIN SMALL LETTER A WITH BREVE 63 // U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLE [all...] |
/external/clang/test/Sema/ |
string-init.c | 11 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} 12 char a4[] = U"a"; // expected-error{{initializing char array with wide string literal}} 13 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} 15 wchar_t b1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} 16 wchar_t b2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} 17 wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} 18 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} 21 char16_t c1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} 22 char16_t c2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} 24 char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal} [all...] |
bool-compare.c | 8 if ((a > 2) > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}} 33 if (!a > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}} 34 if (!a > 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}} 37 if (!a > -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}} 39 if (!a < 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always false}} 41 if (!a < 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always true}} 44 if (!a < -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always false}} 46 if (!a >= 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always true}} 48 if (!a >= 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}} 51 if (!a >= -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true} [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeySpecParserTestsBase.java | 5 * you may not use this file except in compliance with the License. 110 assertParser("Single letter with outputText", "a|abc", 112 assertParser("Single letter with surrogate outputText", "a|" + SURROGATE_PAIRS4, 114 assertParser("Single surrogate with outputText", SURROGATE_PAIR3 + "|abc", 116 assertParser("Single letter with escaped outputText", "a|a\\|c", 118 assertParser("Single letter with escaped surrogate outputText", 121 assertParser("Single letter with comma outputText", "a|a,b", 123 assertParser("Single letter with escaped comma outputText", "a|a\\,b", 125 assertParser("Single letter with outputText starts with bang", "a|!bc" [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
CompositionExclusions.txt | 59 FB1D # HEBREW LETTER YOD WITH HIRIQ 61 FB2A # HEBREW LETTER SHIN WITH SHIN DOT 62 FB2B # HEBREW LETTER SHIN WITH SIN DOT 63 FB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT 64 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT 65 FB2E # HEBREW LETTER ALEF WITH PATAH 66 FB2F # HEBREW LETTER ALEF WITH QAMATS 67 FB30 # HEBREW LETTER ALEF WITH MAPIQ 68 FB31 # HEBREW LETTER BET WITH DAGESH 69 FB32 # HEBREW LETTER GIMEL WITH DAGES [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
CompositionExclusions.txt | 59 FB1D # HEBREW LETTER YOD WITH HIRIQ 61 FB2A # HEBREW LETTER SHIN WITH SHIN DOT 62 FB2B # HEBREW LETTER SHIN WITH SIN DOT 63 FB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT 64 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT 65 FB2E # HEBREW LETTER ALEF WITH PATAH 66 FB2F # HEBREW LETTER ALEF WITH QAMATS 67 FB30 # HEBREW LETTER ALEF WITH MAPIQ 68 FB31 # HEBREW LETTER BET WITH DAGESH 69 FB32 # HEBREW LETTER GIMEL WITH DAGES [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing.s | 76 ldi *+AR0(5),R0 ; with predisplacement add 77 ldi *-AR0(5),R0 ; with predisplacement subtract 78 ldi *++AR0(5),R0 ; with predisplacement add and modify 79 ldi *--AR0(5),R0 ; with predisplacement subtract and modify 80 ldi *AR0++(5),R0 ; with postdisplacement add and modify 81 ldi *AR0--(5),R0 ; with postdisplacement subtract and modify 82 ldi *AR0++(5)%,R0 ; with postdisplacement add and circular modify 83 ldi *AR0--(5)%,R0 ; with postdisplacement subtract and circular modify 84 ldi *+AR0(IR0),R0 ; with predisplacement add 85 ldi *-AR0(IR0),R0 ; with predisplacement subtrac [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/ |
3-keyframes-with-offsets.html | 36 ], keyframeBExpectations, 'with first offset specified'); 41 ], offsetKeyframeBExpectations, 'with second offset specified'); 46 ], keyframeBExpectations, 'with third offset specified'); 48 'element.animate() with 3 keyframes and 1 offset specified', 53 'are provided with matching properties and one offset specified.', 65 ], offsetKeyframeBExpectations, 'with first offset unspecified'); 70 ], keyframeBExpectations, 'with second offset unspecified'); 75 ], offsetKeyframeBExpectations, 'with third offset unspecified'); 77 'element.animate() with 3 keyframes and 2 offsets specified', 82 'are provided with matching properties and two offsets specified.' [all...] |
/external/dng_sdk/source/ |
dng_exceptions.h | 6 // accordance with the terms of the Adobe license agreement accompanying it. 90 /// \brief Convenience function to throw dng_exception with error code if 107 /// \brief Convenience function to throw dng_exception with error code 119 /// \brief Convenience function to throw dng_exception with error code 131 /// \brief Convenience function to throw dng_exception with error code 143 /// \brief Convenience function to throw dng_exception with error code 155 /// \brief Convenience function to throw dng_exception with error code 167 /// \brief Convenience function to throw dng_exception with error code 179 /// \brief Convenience function to throw dng_exception with error code 191 /// \brief Convenience function to throw dng_exception with error cod [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
IntegerDivision.h | 27 /// with the generated code. This currently generates code using the udiv 32 /// @brief Replace Rem with generated code. 35 /// Generate code to divide two integers, replacing Div with the generated 41 /// @brief Replace Div with generated code. 45 /// with the generated code. Uses ExpandReminder with a 32bit Rem which 46 /// makes it useful for targets with little or no support for less than 49 /// @brief Replace Rem with generated code. 53 /// with the generated code. Uses ExpandReminder with a 64bit Rem [all...] |
/development/ndk/platforms/android-13/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
script_common_test.py | 15 with devil_env.SysPath(devil_env.PYMOCK_PATH): 26 with mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices', 37 with mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices', 44 with mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices', 46 with self.assertRaises(device_errors.DeviceUnreachableError): 50 with mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices', 52 with self.assertRaises(device_errors.NoDevicesError):
|
/external/curl/tests/data/ |
test1901 | 15 Handle 0 Completed with status 0 22 Handle 2 Completed with status 0 23 Handle 3 Completed with status 0 24 Handle 4 Completed with status 0 25 Handle 1 Completed with status 0 26 Handle 5 Completed with status 0 27 Handle 6 Completed with status 0
|
test1902 | 15 Handle 0 Completed with status 0 22 Handle 1 Completed with status 0 23 Handle 4 Completed with status 0 24 Handle 5 Completed with status 0 25 Handle 6 Completed with status 0 26 Handle 2 Completed with status 0 27 Handle 3 Completed with status 0
|
test1903 | 15 Handle 0 Completed with status 0 22 Handle 2 Completed with status 0 23 Handle 3 Completed with status 0 24 Handle 4 Completed with status 0 25 Handle 5 Completed with status 0 26 Handle 6 Completed with status 0 27 Handle 1 Completed with status 0
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-rm/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+00F2: "ò" LATIN SMALL LETTER O WITH GRAVE 22 U+00F3: "ó" LATIN SMALL LETTER O WITH ACUTE 23 U+00F6: "ö" LATIN SMALL LETTER O WITH DIAERESIS 24 U+00F4: "ô" LATIN SMALL LETTER O WITH CIRCUMFLEX 25 U+00F5: "õ" LATIN SMALL LETTER O WITH TILDE 27 U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE -->
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
template.txt | 7 {{with .Imports}}IMPORTS 16 */}}{{with .Consts}} 23 */}}{{with .Vars}} 30 */}}{{with .Funcs}} 37 */}}{{with .Types}} 62 */}}{{with .Bugs}} 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
template.txt | 7 {{with .Imports}}IMPORTS 16 */}}{{with .Consts}} 23 */}}{{with .Vars}} 30 */}}{{with .Funcs}} 37 */}}{{with .Types}} 62 */}}{{with .Bugs}} 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/ |
native_window_jni.h | 5 * you may not use this file except in compliance with the License. 29 * Return the ANativeWindow associated with a Java Surface object, 30 * for interacting with it through native code. This acquires a reference 32 * when done with it so that it doesn't leak. 37 * Return the ANativeWindow associated with a Java SurfaceTexture object, 38 * for interacting with it through native code. This acquires a reference 40 * when done with it so that it doesn't leak.
|