/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
xhtml-lat1.ent | 2 Permission to copy in any form is granted for use with 66 <!ENTITY Agrave "À"> <!-- latin capital letter A with grave 69 <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute, 71 <!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex, 73 <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde, 75 <!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis, 77 <!ENTITY Aring "Å"> <!-- latin capital letter A with ring above 83 <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla, 85 <!ENTITY Egrave "È"> <!-- latin capital letter E with grave, 87 <!ENTITY Eacute "É"> <!-- latin capital letter E with acute [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
xhtml-lat1.ent | 2 Permission to copy in any form is granted for use with 66 <!ENTITY Agrave "À"> <!-- latin capital letter A with grave 69 <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute, 71 <!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex, 73 <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde, 75 <!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis, 77 <!ENTITY Aring "Å"> <!-- latin capital letter A with ring above 83 <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla, 85 <!ENTITY Egrave "È"> <!-- latin capital letter E with grave, 87 <!ENTITY Eacute "É"> <!-- latin capital letter E with acute [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml-lat1.ent | 2 Permission to copy in any form is granted for use with 66 <!ENTITY Agrave "À"> <!-- latin capital letter A with grave 69 <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute, 71 <!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex, 73 <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde, 75 <!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis, 77 <!ENTITY Aring "Å"> <!-- latin capital letter A with ring above 83 <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla, 85 <!ENTITY Egrave "È"> <!-- latin capital letter E with grave, 87 <!ENTITY Eacute "É"> <!-- latin capital letter E with acute [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml-lat1.ent | 2 Permission to copy in any form is granted for use with 66 <!ENTITY Agrave "À"> <!-- latin capital letter A with grave 69 <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute, 71 <!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex, 73 <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde, 75 <!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis, 77 <!ENTITY Aring "Å"> <!-- latin capital letter A with ring above 83 <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla, 85 <!ENTITY Egrave "È"> <!-- latin capital letter E with grave, 87 <!ENTITY Eacute "É"> <!-- latin capital letter E with acute [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml-lat1.ent | 2 Permission to copy in any form is granted for use with 66 <!ENTITY Agrave "À"> <!-- latin capital letter A with grave 69 <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute, 71 <!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex, 73 <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde, 75 <!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis, 77 <!ENTITY Aring "Å"> <!-- latin capital letter A with ring above 83 <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla, 85 <!ENTITY Egrave "È"> <!-- latin capital letter E with grave, 87 <!ENTITY Eacute "É"> <!-- latin capital letter E with acute [all...] |
/external/clang/test/SemaCXX/ |
block-call.cpp | 7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}} 10 int (^PFR) (int) = IFP; // expected-error {{cannot initialize a variable of type 'int (^)(int)' with an lvalue of type 'int (^)()'}} 16 const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int (^)()'}} 25 int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^)()' with an lvalue of type 'int *const (^)()'}} 33 int (^IPCC6) (int, char (^CArg) (float)) = IPCC4; // expected-error {{cannot initialize a variable of type 'int (^)(int, char (^)(float))' with an lvalue of type}} 38 int (^y)() = 3; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}} 40 int (^z)() = a+4; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}}
|
expressions.cpp | 37 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \ 47 return x && (unsigned)0; // expected-warning {{use of logical '&&' with constant operand}} \ 51 return x || (unsigned)1; // expected-warning {{use of logical '||' with constant operand}} \ 54 return x || 0; // expected-warning {{use of logical '||' with constant operand}} \ 56 return x || 1; // expected-warning {{use of logical '||' with constant operand}} \ 58 return x || -1; // expected-warning {{use of logical '||' with constant operand}} \ 60 return x || 5; // expected-warning {{use of logical '||' with constant operand}} \ 62 return x && 0; // expected-warning {{use of logical '&&' with constant operand}} \ 65 return x && 1; // expected-warning {{use of logical '&&' with constant operand}} \ 68 return x && -1; // expected-warning {{use of logical '&&' with constant operand}} [all...] |
/external/clang/test/SemaObjC/ |
builtin_objc_lib_functions.m | 3 Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring C library function 'objc_getClass' with type 'id (const char *)'}} \ 7 Class f1() { return objc_getMetaClass("a"); } // expected-warning {{implicitly declaring C library function 'objc_getMetaClass' with type 'id (const char *)'}} \ 10 void f2(id val) { objc_enumerationMutation(val); } // expected-warning {{implicitly declaring C library function 'objc_enumerationMutation' with type 'void (id)'}} \ 13 long double f3(id self, SEL op) { return objc_msgSend_fpret(self, op); } // expected-warning {{implicitly declaring C library function 'objc_msgSend_fpret' with type 'long double (id, SEL, ...)'}} \ 17 return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring C library function 'objc_msgSendSuper' with type 'id (void *, SEL, ...)'}} \ 22 return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring C library function 'objc_assign_strongCast' with type 'id (id, id *)'}} \ 27 return objc_exception_match(exceptionClass, exception); // expected-warning {{implicitly declaring C library function 'objc_exception_match' with type 'int (id, id)'}} \
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 14 optionally use a specific file with the third program argument), a bitcode file 18 This program is often used in conjunction with the F<utils/profile.pl> 19 script. This script automatically instruments a program, runs it with the JIT, 21 F<utils/profile.pl>, execute it with the B<-help> option. 30 program, annotated with execution frequency information. This can be 32 are executed. This is most useful with basic block profiling 51 information. Otherwise, it exits with zero.
|
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
InputMethodSettingsInterface.java | 5 * you may not use this file except in compliance with the License. 27 * Sets the title for the input method settings category with a resource ID. 33 * Sets the title for the input method settings category with a CharSequence. 39 * Sets the title for the input method enabler preference for launching subtype enabler with a 46 * Sets the title for the input method enabler preference for launching subtype enabler with a 53 * Sets the icon for the preference for launching subtype enabler with a resource ID. 59 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
|
/libcore/luni/src/main/java/java/lang/ |
IllegalArgumentException.java | 3 * contributor license agreements. See the NOTICE file distributed with 6 * (the "License"); you may not use this file except in compliance with 21 * Thrown when a method is invoked with an argument which it can not reasonably 22 * deal with. 36 * Constructs a new {@code IllegalArgumentException} with the current stack 47 * Constructs a new {@code IllegalArgumentException} with the current stack 61 * Constructs a new {@code IllegalArgumentException} with the current stack
|
/packages/inputmethods/LatinIME/java/res/xml-sw768dp/ |
kbd_rows_arabic.xml | 8 ** you may not use this file except in compliance with the License. 43 \u06a8: ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 49 \u06a2: ARABIC LETTER FEH WITH DOT MOVED BELOW 50 \u06a5: ARABIC LETTER FEH WITH THREE DOTS BELOW --> 90 \u069c: ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE --> 98 \u0626: ARABIC LETTER YEH WITH HAMZA ABOVE 109 \ufefb: ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM 111 \ufef7: ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM 112 \u0623: ARABIC LETTER ALEF WITH HAMZA ABOV [all...] |
/external/harfbuzz/contrib/tables/ |
BidiMirroring.txt | 17 # The file contains a list of lines with mappings from one code point 25 # variable-length hexadecimal value with 4 to 6 digits. 28 # Code points with the "mirrored" property but no appropriate mirrors are 57 2045; 2046 # LEFT SQUARE BRACKET WITH QUILL 58 2046; 2045 # RIGHT SQUARE BRACKET WITH QUILL 113 228A; 228B # [BEST FIT] SUBSET OF WITH NOT EQUAL TO 114 228B; 228A # [BEST FIT] SUPERSET OF WITH NOT EQUAL TO 141 22D6; 22D7 # LESS-THAN WITH DOT 142 22D7; 22D6 # GREATER-THAN WITH DOT 167 22F2; 22FA # ELEMENT OF WITH LONG HORIZONTAL STROK [all...] |
DerivedGeneralCategory.txt | 470 00C0..00D6 ; Lu # [23] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER O WITH DIAERESIS 471 00D8..00DE ; Lu # [7] LATIN CAPITAL LETTER O WITH STROKE..LATIN CAPITAL LETTER THORN 472 0100 ; Lu # LATIN CAPITAL LETTER A WITH MACRON 473 0102 ; Lu # LATIN CAPITAL LETTER A WITH BREVE 474 0104 ; Lu # LATIN CAPITAL LETTER A WITH OGONEK 475 0106 ; Lu # LATIN CAPITAL LETTER C WITH ACUTE 476 0108 ; Lu # LATIN CAPITAL LETTER C WITH CIRCUMFLEX 477 010A ; Lu # LATIN CAPITAL LETTER C WITH DOT ABOVE 478 010C ; Lu # LATIN CAPITAL LETTER C WITH CARO [all...] |
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 18 # The file contains a list of lines with mappings from one code point 26 # variable-length hexadecimal value with 4 to 6 digits. 30 # characters exist with mirrored glyphs, are 66 2045; 2046 # LEFT SQUARE BRACKET WITH QUILL 67 2046; 2045 # RIGHT SQUARE BRACKET WITH QUILL 122 228A; 228B # [BEST FIT] SUBSET OF WITH NOT EQUAL TO 123 228B; 228A # [BEST FIT] SUPERSET OF WITH NOT EQUAL TO 150 22D6; 22D7 # LESS-THAN WITH DOT 151 22D7; 22D6 # GREATER-THAN WITH DOT 176 22F2; 22FA # ELEMENT OF WITH LONG HORIZONTAL STROK [all...] |
/external/clang/include/clang/Frontend/ |
LangStandards.def | 34 "ISO C 1990 with amendment 1", 38 "ISO C 1990 with GNU extensions", 41 "ISO C 1990 with GNU extensions", 59 "ISO C 1999 with GNU extensions", 62 "ISO C 1999 with GNU extensions", 74 "ISO C 201X with GNU extensions", 79 "ISO C++ 1998 with amendments", 82 "ISO C++ 1998 with amendments", 85 "ISO C++ 1998 with amendments and GNU extensions", 89 "ISO C++ 2011 with amendments" [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p3.cpp | 4 auto a = a; // expected-error{{variable 'a' declared with 'auto' type cannot appear in its own initializer}} 5 auto *b = b; // expected-error{{variable 'b' declared with 'auto' type cannot appear in its own initializer}} 6 const auto c = c; // expected-error{{variable 'c' declared with 'auto' type cannot appear in its own initializer}} 7 if (auto d = d) {} // expected-error {{variable 'd' declared with 'auto' type cannot appear in its own initializer}} 8 auto e = ({ auto f = e; 0; }); // expected-error {{variable 'e' declared with 'auto' type cannot appear in its own initializer}} 12 auto a; // expected-error{{declaration of variable 'a' with type 'auto' requires an initializer}} 14 auto *b; // expected-error{{declaration of variable 'b' with type 'auto *' requires an initializer}} 22 auto n(1,2,3); // expected-error{{initializer for variable 'n' with type 'auto' contains multiple expressions}} 43 // In C++98: 'auto' storage class specifier is redundant and incompatible with C++0x
|
/external/clang/test/CodeGenCXX/ |
warn-padded-packed.cpp | 5 short s; // expected-warning {{padding struct 'S1' with 1 byte to align 's'}} 6 long l; // expected-warning {{padding struct 'S1' with 4 bytes to align 'l'}} 9 struct S2 { // expected-warning {{padding size of 'S2' with 3 bytes to alignment boundary}} 29 } u; // expected-warning {{padding struct 'S5' with 3 bytes to align 'u'}} 32 struct S6 { // expected-warning {{padding size of 'S6' with 30 bits to alignment boundary}} 36 struct S7 { // expected-warning {{padding size of 'S7' with 7 bytes to alignment boundary}} 46 int i; // expected-warning {{padding struct 'S8' with 3 bytes to align 'i'}} 67 char c; // expected-warning {{padding struct 'S12' with 7 bits to align 'c'}} 70 struct S13 { // expected-warning {{padding size of 'S13' with 6 bits to alignment boundary}}
|
key-function-vtable.cpp | 11 // Key function with out-of-line inline definition 15 // Functions with inline specifier are not key functions (PR5705) 19 // Functions with inline specifier are not key functions (PR5705) 23 // Key functions with namespace (PR5711) 29 // Key functions with namespace (PR5711)
|
/external/clang/test/Sema/ |
var-redecl.c | 12 extern float outer1; // expected-error{{redefinition of 'outer1' with a different type}} 13 extern float outer2; // expected-error{{redefinition of 'outer2' with a different type}} 26 int outer3; // expected-error{{redefinition of 'outer3' with a different type}} 27 float outer4; // expected-error{{redefinition of 'outer4' with a different type}} 28 float outer5; // expected-error{{redefinition of 'outer5' with a different type}} 30 float outer9; // expected-error{{redefinition of 'outer9' with a different type}} 43 extern float outer11; // expected-error{{redefinition of 'outer11' with a different type}} 46 extern float outer12; // expected-error{{redefinition of 'outer12' with a different type}} 47 extern float outer13; // expected-error{{redefinition of 'outer13' with a different type}}
|
/external/llvm/test/CodeGen/Generic/ |
overflow.ll | 8 %sadd = tail call { i8, i1 } @llvm.sadd.with.overflow.i8(i8 %a, i8 %b) 15 declare { i8, i1 } @llvm.sadd.with.overflow.i8(i8, i8) nounwind readnone 19 %sadd = tail call { i16, i1 } @llvm.sadd.with.overflow.i16(i16 %a, i16 %b) 26 declare { i16, i1 } @llvm.sadd.with.overflow.i16(i16, i16) nounwind readnone 30 %sadd = tail call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 %a, i32 %b) 37 declare { i32, i1 } @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone 44 %uadd = tail call { i8, i1 } @llvm.uadd.with.overflow.i8(i8 %a, i8 %b) 51 declare { i8, i1 } @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone 55 %uadd = tail call { i16, i1 } @llvm.uadd.with.overflow.i16(i16 %a, i16 %b) 62 declare { i16, i1 } @llvm.uadd.with.overflow.i16(i16, i16) nounwind readnon [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 1 // Try calling the browser-side bound functions with varying (invalid) 3 // verifying the correct C++ bindings were reached with expected values. 20 // Call dnsResolve with some wonky arguments. 33 // Call alert with some wonky arguments. 47 // Call myIpAddress() with wonky arguments
|
/external/flac/libFLAC/include/private/ |
md5.h | 8 * This code is in the public domain; do with it what you wish. 13 * with every copy. 18 * will fill a supplied 16-byte array with the digest. 25 * Josh Coalson: made some changes to integrate with libFLAC. 26 * Still in the public domain, with no warranty.
|
/external/llvm/test/CodeGen/CBackend/ |
2011-06-08-addWithOverflow.ll | 2 ; Check that uadd and sadd with overflow are handled by C Backend. 8 %t = call %0 @llvm.uadd.with.overflow.i32(i32 %v1, i32 %v2) ; <%0> [#uses=1] 21 %t = call %0 @llvm.sadd.with.overflow.i32(i32 %v1, i32 %v2) ; <%0> [#uses=1] 32 declare %0 @llvm.sadd.with.overflow.i32(i32, i32) nounwind 34 declare %0 @llvm.uadd.with.overflow.i32(i32, i32) nounwind
|
/external/valgrind/main/drd/tests/ |
run_openmp_test | 3 # Shell script with one argument (path of an OpenMP executable) that exits 4 # with status 0 if the OpenMP test program should be run and that exits with 25 # nothing. The second case occurs if gcc has been compiled with 27 # with --enable-linux-futex.
|