HomeSort by relevance Sort by last modified time
    Searched full:with (Results 501 - 525 of 193934) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp1250.py 1 """ Python Character Mapping Codec cp1250 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1250.TXT' with gencodec.py.
186 u'\u0160' # 0x8A -> LATIN CAPITAL LETTER S WITH CARON
188 u'\u015a' # 0x8C -> LATIN CAPITAL LETTER S WITH ACUTE
189 u'\u0164' # 0x8D -> LATIN CAPITAL LETTER T WITH CARON
190 u'\u017d' # 0x8E -> LATIN CAPITAL LETTER Z WITH CARON
191 u'\u0179' # 0x8F -> LATIN CAPITAL LETTER Z WITH ACUTE
202 u'\u0161' # 0x9A -> LATIN SMALL LETTER S WITH CARON
204 u'\u015b' # 0x9C -> LATIN SMALL LETTER S WITH ACUTE
205 u'\u0165' # 0x9D -> LATIN SMALL LETTER T WITH CARON
206 u'\u017e' # 0x9E -> LATIN SMALL LETTER Z WITH CARO
    [all...]
iso8859_10.py 1 """ Python Character Mapping Codec iso8859_10 generated from 'MAPPINGS/ISO8859/8859-10.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
210 u'\u0112' # 0xA2 -> LATIN CAPITAL LETTER E WITH MACRON
211 u'\u0122' # 0xA3 -> LATIN CAPITAL LETTER G WITH CEDILLA
212 u'\u012a' # 0xA4 -> LATIN CAPITAL LETTER I WITH MACRON
213 u'\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
214 u'\u0136' # 0xA6 -> LATIN CAPITAL LETTER K WITH CEDILLA
216 u'\u013b' # 0xA8 -> LATIN CAPITAL LETTER L WITH CEDILLA
217 u'\u0110' # 0xA9 -> LATIN CAPITAL LETTER D WITH STROKE
218 u'\u0160' # 0xAA -> LATIN CAPITAL LETTER S WITH CARO
    [all...]
iso8859_2.py 1 """ Python Character Mapping Codec iso8859_2 generated from 'MAPPINGS/ISO8859/8859-2.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
211 u'\u0141' # 0xA3 -> LATIN CAPITAL LETTER L WITH STROKE
213 u'\u013d' # 0xA5 -> LATIN CAPITAL LETTER L WITH CARON
214 u'\u015a' # 0xA6 -> LATIN CAPITAL LETTER S WITH ACUTE
217 u'\u0160' # 0xA9 -> LATIN CAPITAL LETTER S WITH CARON
218 u'\u015e' # 0xAA -> LATIN CAPITAL LETTER S WITH CEDILLA
219 u'\u0164' # 0xAB -> LATIN CAPITAL LETTER T WITH CARON
220 u'\u0179' # 0xAC -> LATIN CAPITAL LETTER Z WITH ACUTE
222 u'\u017d' # 0xAE -> LATIN CAPITAL LETTER Z WITH CARO
    [all...]
iso8859_16.py 1 """ Python Character Mapping Codec iso8859_16 generated from 'MAPPINGS/ISO8859/8859-16.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
210 u'\u0105' # 0xA2 -> LATIN SMALL LETTER A WITH OGONEK
211 u'\u0141' # 0xA3 -> LATIN CAPITAL LETTER L WITH STROKE
214 u'\u0160' # 0xA6 -> LATIN CAPITAL LETTER S WITH CARON
216 u'\u0161' # 0xA8 -> LATIN SMALL LETTER S WITH CARON
218 u'\u0218' # 0xAA -> LATIN CAPITAL LETTER S WITH COMMA BELOW
220 u'\u0179' # 0xAC -> LATIN CAPITAL LETTER Z WITH ACUTE
222 u'\u017a' # 0xAE -> LATIN SMALL LETTER Z WITH ACUTE
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOV
    [all...]
iso8859_4.py 1 """ Python Character Mapping Codec iso8859_4 generated from 'MAPPINGS/ISO8859/8859-4.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
211 u'\u0156' # 0xA3 -> LATIN CAPITAL LETTER R WITH CEDILLA
213 u'\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
214 u'\u013b' # 0xA6 -> LATIN CAPITAL LETTER L WITH CEDILLA
217 u'\u0160' # 0xA9 -> LATIN CAPITAL LETTER S WITH CARON
218 u'\u0112' # 0xAA -> LATIN CAPITAL LETTER E WITH MACRON
219 u'\u0122' # 0xAB -> LATIN CAPITAL LETTER G WITH CEDILLA
220 u'\u0166' # 0xAC -> LATIN CAPITAL LETTER T WITH STROKE
222 u'\u017d' # 0xAE -> LATIN CAPITAL LETTER Z WITH CARO
    [all...]
  /external/clang/test/SemaCXX/
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...]
pragma-visibility.cpp 3 namespace test1 __attribute__((visibility("hidden"))) { // expected-note{{surrounding namespace with visibility attribute starts here}}
4 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
9 #pragma GCC visibility push(protected) // expected-error{{#pragma visibility push with no matching #pragma visibility pop}}
10 } // expected-note{{surrounding namespace with visibility attribute ends here}}
12 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
  /external/clang/test/ARCMT/
migrate-space-in-path.m 2 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test1.m.in -x objective-c
3 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test2.m.in -x objective-c
4 // RUN: c-arcmt-test -mt-migrate-directory %t.migrate | arcmt-test -verify-transformed-files %S/"with space"/test1.m.in.result %S/"with space"/test2.m.in.result %S/"with space"/test.h.result
  /external/curl/tests/data/
test941 21 SMTP with --crlf
29 with unix newlines
32 with
57 with unix newlines
60 with
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.h 27 * Test u_formatMessage() with various test patterns
31 * Test u_formatMessage() with sample test Patterns
39 * Test u_formatMessage() with choice option
43 * Test u_formatMessage() with Select option
47 * Test u_parseMessage() with various test patterns()
  /external/icu/icu4c/source/test/intltest/
alphaindextst.h 29 * Test AlphabeticIndex vs. root with script reordering.
33 * Test AlphabeticIndex vs. Pinyin with script reordering.
37 * Test labels with multiple primary weights.
41 * With no real labels, there should be only the underflow label.
45 * Test with the Bopomofo-phonetic tailoring.
  /external/skia/tests/
GpuColorFilterTest.cpp 38 // "Shape drawn with"
42 SkColor filterColor; // "with filter color [color]"
72 // A color filtered with Clear produces black.
77 // A color filtered with a color in mode Src, produces the filter color.
81 // A color filtered with SrcOver produces a color.
83 // An unknown color with known alpha filtered with SrcOver produces an unknown color with known alpha.
85 // A color with unknown alpha filtered with SrcOver produces a color with unknown alpha
    [all...]
  /external/v8/test/mjsunit/regress/
regress-3138.js 19 with ({}); // Force context allocation of both variable and function name.
24 // var initialization is intercepted by with scope.
27 with (o) {
34 // const initialization is not intercepted by with scope.
37 with (o) {
  /external/valgrind/memcheck/tests/linux/
with-space.vgtest 6 # easily rename an executable with a .dSYM -- the original executable name
9 # the renaming in the first place by just using 'with space' as the
11 prereq: cp ../manuel1 'with space'
12 prog: 'with space'
14 cleanup: rm 'with space'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2b.s 1 ! Initially three separate sections, one with SHmedia and constants, one with
2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
4 ! consolidated into the same section, and mixed with a file with
  /external/clang/test/Sema/
outof-range-constant-compare.c 9 if (a == 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}}
11 if (a != 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}}
13 if (a < 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}}
15 if (a <= 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}}
17 if (a > 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}}
19 if (a >= 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}}
22 if (0x1234567812345678L == a) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}}
24 if (0x1234567812345678L != a) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always true}}
26 if (0x1234567812345678L < a) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}}
28 if (0x1234567812345678L <= a) // expected-warning {{comparison of constant 1311768465173141112 with expression of type 'int' is always false}
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsSwahili.java 5 * you may not use this file except in compliance with the License.
45 // U+00E8: "è" LATIN SMALL LETTER E WITH GRAVE
46 // U+00E9: "é" LATIN SMALL LETTER E WITH ACUTE
47 // U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
48 // U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
49 // U+0113: "?" LATIN SMALL LETTER E WITH MACRON
51 // U+00FB: "û" LATIN SMALL LETTER U WITH CIRCUMFLEX
52 // U+00FC: "ü" LATIN SMALL LETTER U WITH DIAERESIS
53 // U+00F9: "ù" LATIN SMALL LETTER U WITH GRAVE
54 // U+00FA: "ú" LATIN SMALL LETTER U WITH ACUT
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
iso8859_16.py 1 """ Python Character Mapping Codec iso8859_16 generated from 'MAPPINGS/ISO8859/8859-16.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
210 u'\u0105' # 0xA2 -> LATIN SMALL LETTER A WITH OGONEK
211 u'\u0141' # 0xA3 -> LATIN CAPITAL LETTER L WITH STROKE
214 u'\u0160' # 0xA6 -> LATIN CAPITAL LETTER S WITH CARON
216 u'\u0161' # 0xA8 -> LATIN SMALL LETTER S WITH CARON
218 u'\u0218' # 0xAA -> LATIN CAPITAL LETTER S WITH COMMA BELOW
220 u'\u0179' # 0xAC -> LATIN CAPITAL LETTER Z WITH ACUTE
222 u'\u017a' # 0xAE -> LATIN SMALL LETTER Z WITH ACUTE
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOV
    [all...]
iso8859_4.py 1 """ Python Character Mapping Codec iso8859_4 generated from 'MAPPINGS/ISO8859/8859-4.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
211 u'\u0156' # 0xA3 -> LATIN CAPITAL LETTER R WITH CEDILLA
213 u'\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
214 u'\u013b' # 0xA6 -> LATIN CAPITAL LETTER L WITH CEDILLA
217 u'\u0160' # 0xA9 -> LATIN CAPITAL LETTER S WITH CARON
218 u'\u0112' # 0xAA -> LATIN CAPITAL LETTER E WITH MACRON
219 u'\u0122' # 0xAB -> LATIN CAPITAL LETTER G WITH CEDILLA
220 u'\u0166' # 0xAC -> LATIN CAPITAL LETTER T WITH STROKE
222 u'\u017d' # 0xAE -> LATIN CAPITAL LETTER Z WITH CARO
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
iso8859_16.py 1 """ Python Character Mapping Codec iso8859_16 generated from 'MAPPINGS/ISO8859/8859-16.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
210 u'\u0105' # 0xA2 -> LATIN SMALL LETTER A WITH OGONEK
211 u'\u0141' # 0xA3 -> LATIN CAPITAL LETTER L WITH STROKE
214 u'\u0160' # 0xA6 -> LATIN CAPITAL LETTER S WITH CARON
216 u'\u0161' # 0xA8 -> LATIN SMALL LETTER S WITH CARON
218 u'\u0218' # 0xAA -> LATIN CAPITAL LETTER S WITH COMMA BELOW
220 u'\u0179' # 0xAC -> LATIN CAPITAL LETTER Z WITH ACUTE
222 u'\u017a' # 0xAE -> LATIN SMALL LETTER Z WITH ACUTE
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOV
    [all...]
iso8859_4.py 1 """ Python Character Mapping Codec iso8859_4 generated from 'MAPPINGS/ISO8859/8859-4.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
211 u'\u0156' # 0xA3 -> LATIN CAPITAL LETTER R WITH CEDILLA
213 u'\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
214 u'\u013b' # 0xA6 -> LATIN CAPITAL LETTER L WITH CEDILLA
217 u'\u0160' # 0xA9 -> LATIN CAPITAL LETTER S WITH CARON
218 u'\u0112' # 0xAA -> LATIN CAPITAL LETTER E WITH MACRON
219 u'\u0122' # 0xAB -> LATIN CAPITAL LETTER G WITH CEDILLA
220 u'\u0166' # 0xAC -> LATIN CAPITAL LETTER T WITH STROKE
222 u'\u017d' # 0xAE -> LATIN CAPITAL LETTER Z WITH CARO
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
iso8859_16.py 1 """ Python Character Mapping Codec iso8859_16 generated from 'MAPPINGS/ISO8859/8859-16.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
210 u'\u0105' # 0xA2 -> LATIN SMALL LETTER A WITH OGONEK
211 u'\u0141' # 0xA3 -> LATIN CAPITAL LETTER L WITH STROKE
214 u'\u0160' # 0xA6 -> LATIN CAPITAL LETTER S WITH CARON
216 u'\u0161' # 0xA8 -> LATIN SMALL LETTER S WITH CARON
218 u'\u0218' # 0xAA -> LATIN CAPITAL LETTER S WITH COMMA BELOW
220 u'\u0179' # 0xAC -> LATIN CAPITAL LETTER Z WITH ACUTE
222 u'\u017a' # 0xAE -> LATIN SMALL LETTER Z WITH ACUTE
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOV
    [all...]
iso8859_4.py 1 """ Python Character Mapping Codec iso8859_4 generated from 'MAPPINGS/ISO8859/8859-4.TXT' with gencodec.py.
209 u'\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
211 u'\u0156' # 0xA3 -> LATIN CAPITAL LETTER R WITH CEDILLA
213 u'\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
214 u'\u013b' # 0xA6 -> LATIN CAPITAL LETTER L WITH CEDILLA
217 u'\u0160' # 0xA9 -> LATIN CAPITAL LETTER S WITH CARON
218 u'\u0112' # 0xAA -> LATIN CAPITAL LETTER E WITH MACRON
219 u'\u0122' # 0xAB -> LATIN CAPITAL LETTER G WITH CEDILLA
220 u'\u0166' # 0xAC -> LATIN CAPITAL LETTER T WITH STROKE
222 u'\u017d' # 0xAE -> LATIN CAPITAL LETTER Z WITH CARO
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.cpp 5 * you may not use this file except in compliance with the License.
39 * (Note: the current data has been generated with version 4.8)
67 * 4. Process the list with UnicodeData.txt
74 * 5. Update the SORTED_CHAR_MAP[] array below with the output above.
75 * Then, rebuild with -DCONFIRMING_CHAR_UTILS and confirm the program exits successfully.
81 { 0x00C0, 0x00E0 }, // LATIN CAPITAL LETTER A WITH GRAVE
82 { 0x00C1, 0x00E1 }, // LATIN CAPITAL LETTER A WITH ACUTE
83 { 0x00C2, 0x00E2 }, // LATIN CAPITAL LETTER A WITH CIRCUMFLEX
84 { 0x00C3, 0x00E3 }, // LATIN CAPITAL LETTER A WITH TILDE
85 { 0x00C4, 0x00E4 }, // LATIN CAPITAL LETTER A WITH DIAERESI
    [all...]
  /external/clang/test/CodeGenObjC/
terminate.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH
12 // CHECK-WITH-LABEL: define void @test0()
13 // CHECK-WITH-SAME: personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*)
14 // CHECK-WITH: [[PTR:%.*]] = alloca i8*,
15 // CHECK-WITH: call void @destroy(i8** [[PTR]])
16 // CHECK-WITH-NEXT: ret void
17 // CHECK-WITH: invoke void @destroy(i8** [[PTR]])
18 // CHECK-WITH: landingpad { i8*, i32 }
19 // CHECK-WITH-NEXT: catch i8* null
20 // CHECK-WITH-NEXT: call void @objc_terminate(
    [all...]

Completed in 1281 milliseconds

<<21222324252627282930>>