/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
iso8859_3.py | 1 """ Python Character Mapping Codec iso8859_3 generated from 'MAPPINGS/ISO8859/8859-3.TXT' with gencodec.py. 209 u'\u0126' # 0xA1 -> LATIN CAPITAL LETTER H WITH STROKE 214 u'\u0124' # 0xA6 -> LATIN CAPITAL LETTER H WITH CIRCUMFLEX 217 u'\u0130' # 0xA9 -> LATIN CAPITAL LETTER I WITH DOT ABOVE 218 u'\u015e' # 0xAA -> LATIN CAPITAL LETTER S WITH CEDILLA 219 u'\u011e' # 0xAB -> LATIN CAPITAL LETTER G WITH BREVE 220 u'\u0134' # 0xAC -> LATIN CAPITAL LETTER J WITH CIRCUMFLEX 223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOVE 225 u'\u0127' # 0xB1 -> LATIN SMALL LETTER H WITH STROKE 230 u'\u0125' # 0xB6 -> LATIN SMALL LETTER H WITH CIRCUMFLE [all...] |
cp775.py | 1 """ Python Character Mapping Codec cp775 generated from 'VENDORS/MICSFT/PC/CP775.TXT' with gencodec.py. 47 0x0080: 0x0106, # LATIN CAPITAL LETTER C WITH ACUTE 48 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS 49 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE 50 0x0083: 0x0101, # LATIN SMALL LETTER A WITH MACRON 51 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS 52 0x0085: 0x0123, # LATIN SMALL LETTER G WITH CEDILLA 53 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE 54 0x0087: 0x0107, # LATIN SMALL LETTER C WITH ACUTE 55 0x0088: 0x0142, # LATIN SMALL LETTER L WITH STROK [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
iso8859_3.py | 1 """ Python Character Mapping Codec iso8859_3 generated from 'MAPPINGS/ISO8859/8859-3.TXT' with gencodec.py. 209 u'\u0126' # 0xA1 -> LATIN CAPITAL LETTER H WITH STROKE 214 u'\u0124' # 0xA6 -> LATIN CAPITAL LETTER H WITH CIRCUMFLEX 217 u'\u0130' # 0xA9 -> LATIN CAPITAL LETTER I WITH DOT ABOVE 218 u'\u015e' # 0xAA -> LATIN CAPITAL LETTER S WITH CEDILLA 219 u'\u011e' # 0xAB -> LATIN CAPITAL LETTER G WITH BREVE 220 u'\u0134' # 0xAC -> LATIN CAPITAL LETTER J WITH CIRCUMFLEX 223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOVE 225 u'\u0127' # 0xB1 -> LATIN SMALL LETTER H WITH STROKE 230 u'\u0125' # 0xB6 -> LATIN SMALL LETTER H WITH CIRCUMFLE [all...] |
cp775.py | 1 """ Python Character Mapping Codec cp775 generated from 'VENDORS/MICSFT/PC/CP775.TXT' with gencodec.py. 47 0x0080: 0x0106, # LATIN CAPITAL LETTER C WITH ACUTE 48 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS 49 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE 50 0x0083: 0x0101, # LATIN SMALL LETTER A WITH MACRON 51 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS 52 0x0085: 0x0123, # LATIN SMALL LETTER G WITH CEDILLA 53 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE 54 0x0087: 0x0107, # LATIN SMALL LETTER C WITH ACUTE 55 0x0088: 0x0142, # LATIN SMALL LETTER L WITH STROK [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-arabic-table.hh | 7 * on files with these headers: 55 JOINING_TYPE_D, /* 0620; DOTLESS YEH WITH SEPARATE RING BELOW; D; YEH */ 57 JOINING_TYPE_R, /* 0622; ALEF WITH MADDA ABOVE; R; ALEF */ 58 JOINING_TYPE_R, /* 0623; ALEF WITH HAMZA ABOVE; R; ALEF */ 59 JOINING_TYPE_R, /* 0624; WAW WITH HAMZA ABOVE; R; WAW */ 60 JOINING_TYPE_R, /* 0625; ALEF WITH HAMZA BELOW; R; ALEF */ 61 JOINING_TYPE_D, /* 0626; DOTLESS YEH WITH HAMZA ABOVE; D; YEH */ 65 JOINING_TYPE_D, /* 062A; DOTLESS BEH WITH 2 DOTS ABOVE; D; BEH */ 66 JOINING_TYPE_D, /* 062B; DOTLESS BEH WITH 3 DOTS ABOVE; D; BEH */ 67 JOINING_TYPE_D, /* 062C; HAH WITH DOT BELOW; D; HAH * [all...] |
/dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/ |
info.txt | 2 methods with invoke-direct calls. 5 with java6 and manually editing the file to replace the opcode at 6 position 0xE9 with 0xB6 (invokevirtual) instead of 0xB7 (invokespecial).
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_framestitching.h | 5 * you may not use this file except in compliance with the License. 51 4.5 microseconds with 3 points 52 4.7 microseconds with 4 points 53 5.0 microseconds with 5 points 54 5.2 microseconds with 6 points 55 5.8 microseconds with 10 points 56 20 microseconds with 100 points 57 205 microseconds with 1000 points 58 2.9 milliseconds with 10000 points 59 50 milliseconds with 100000 point [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignatureEncryptionAlgorithmFinder.java | 7 * are associated with a particular signature algorithm. 12 * Return the encryption algorithm identifier associated with the passed in signatureAlgorithm 14 * @return the algorithm identifier to be associated with the encryption algorithm used in signature creation.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
CryptoException.java | 19 * create a CryptoException with the given message. 21 * @param message the message to be carried with the exception. 30 * Create a CryptoException with the given message and underlying cause.
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager_test_delegate.h | 14 // Called when a form is previewed with Autofill suggestions. 17 // Called when a form is filled with Autofill suggestions. 20 // Called when a popup with Autofill suggestions is shown.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
removeEOL.pl | 5 # Redistribution and use in source and binary forms, with or without 13 # in the documentation and/or other materials provided with the 43 $title = "removeEOL: Line with Windows line ending."; 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 47 $title = "removeEOL: Line with Unix line ending."; 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title); 51 $title = "removeEOL: Line with Mac line ending."; 52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title) [all...] |
/external/chromium_org/third_party/lcov/ |
README.chromium | 10 This directory contains a stock lcov-1.10 with the following changes: 13 particularly useful for dealing with Mac XCode build paths. 16 N.B.: This code will not be shipped with Chrome.
|
/external/clang/test/ASTMerge/Inputs/ |
category1.m | 27 // Category with implementation 34 // Category with implementation 41 // Category with mismatched implementation
|
category2.m | 29 // Category with implementation 36 // Category with implementation 43 // Category with mismatched implementation
|
/external/clang/test/CXX/class.access/class.friend/ |
p6.cpp | 10 friend void ::f1() { } // expected-error{{friend function definition cannot be qualified with '::'}} 11 friend void X::f2() { } // expected-error{{friend function definition cannot be qualified with 'X::'}} 15 friend void T::f() {} // expected-error{{friend function definition cannot be qualified with 'T::'}}
|
/external/clang/test/Parser/ |
check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}} 15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
|
placeholder-recovery.m | 3 // FIXME: We could do much better with this, if we recognized 4 // placeholders somehow. However, we're content with not generating 5 // bogus 'archaic' warnings with bad location info.
|
/external/clang/test/SemaObjC/ |
NSString-type.m | 5 void (^block)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}} 7 void (^block2)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}} 8 void (^block3)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}}
|
/external/jemalloc/include/jemalloc/ |
jemalloc_rename.h | 2 * Name mangling for public symbols is controlled by --with-mangling and 3 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
|
jemalloc_rename.sh | 7 * Name mangling for public symbols is controlled by --with-mangling and 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
|
/external/libnl/tests/ |
test-socket-creation.c | 9 printf("Created handle with port 0x%x\n", 13 printf("Created handle with port 0x%x\n", 22 printf("Created handle with port 0x%x\n",
|
/external/markdown/MarkdownTest/Tests_2004/ |
Yuri-Links-in-Headers.text | 10 # A header with a [link](http://www.link.com) 12 First with a hash 14 Another with a [link][a]
|
Yuri-Links-in-Headers.text-out | 13 <h1>A header with a <a href="http://www.link.com">link</a></h1> 14 <p>First with a hash</p> 15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Yuri-Links-in-Headers.text-res | 13 <h1>A header with a <a href="http://www.link.com">link</a></h1> 14 <p>First with a hash</p> 15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings 6 accessorychat - A C command-line program that communicates with AccessoryChat. 10 android device with USB host support
|